﻿/* CSS layout - General Web Structure */
body {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
}

#header {
	height: 40px;
	width: 100%;
	background: white;
}

#logographic {
	top: 10px;
	left: 0px;
	height: 100px;
	float: left;
	padding-bottom: 5px;
}

#search_label {
	float: right;
	height: 40px;
	width: 305px;
	line-height: 40px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#WLSearchBoxDiv {
	float: right;
	padding-top: 35px;
}

#animation {
	float: left;
}

#header_animation {
	width: 100%;
	background: gray;
	float: left;
}

#container_2
{
    float: left;
	width: 100%;
	overflow: hidden;
	position:relative;
}

#container_1
{
    float: left;
	width: 100%;
	position: relative;
	right: 40%;
}

#column_left 
{
    float: left;
    width: 56%;
    position: relative;
    left: 42%;
    padding: 0px 10px 15px 0px;
}

#column_right 
{
	float: left;
	width: 41.4%;
	position: relative;
	left: 42%;
	padding: 15px 10px 15px 0px;
}

#footer {
	text-align: center;
	background-color: #007FAB;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#footer_text{
	color:white;
}

