@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#e9f3f9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.78em;
	color:#656666;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}



p{
	padding:6px 0px;
	margin:0;
}

li{
	padding:6px;
}



/*HEADINGS*/
h1{
	font-weight: normal;
	font-size:2em;
	padding:0;
	margin:5px 0px;
	margin-bottom:20px;
	color:#3397da;
	
}

h2{
	font-weight:normal;
	font-size:1.8em;
	padding:0;
	margin:5px 0px;
	margin-bottom:20px;
	color:#3397da;
}
h3{
	font-weight:normal;
	font-size:1.6em;
	padding:0;
	margin:5px 0px;
	margin-bottom:20px;
	color:#3397da;
}
h4{
	font-weight:normal;
	font-size:1.4em;
	padding-left: 15px;
	margin:5px 0px;
	margin-bottom:10px;
	color:#3397da;
}
h5{
	font-weight:normal;
	font-size:1.2em;
	padding:0;
	margin:5px 0px;
	margin-bottom:10px;
	color:#3397da;
}


#bannerContent h2{
	color:#fff;
	font-size:1.4em;
}

/*LINKS*/

a:link{
	text-decoration:underline;
	color:#333;

}
a:visited{
	text-decoration:underline;
	color:#333;

}
a:hover{
	text-decoration:none;
	color:#111;
	
}
a:active{
	text-decoration:underline;
	color:#333;

}



/*------------------------LAYOUT--------------------------*/

#container{
	width:1000px;
	margin:auto;
}

#header{
	background:url(../images/header_bg.jpg) center no-repeat;
	height:152px;
	position:relative;
}

#logo{
	position:absolute;
	left: 46px;
	top: 30px;
}

#banner{
	background:url(../images/banner_bg.jpg) center no-repeat;
	height:250px;
	position:relative;
}

#bannerContent{
	position:absolute;
	width: 409px;
	left: 32px;
	top: 48px;
	height: 156px;
}

#bannerRotator{
	position:absolute;
	overflow:hidden;
	left: 480px;
	top: 0px;
	width: 519px;
	height: 251px;
}

#contentContainer{
	background:url(../images/content_bg.jpg) top center no-repeat;
}

#nav{
	float:left;
	width:35%;
}

#leftContainer{
	float:left;
	width:30%;
	margin-top:-12px; 
	padding:0;
}

#rightContainer{
	float:right;
	width:67%;
	padding:30px 15px 0px 0px;
}

#footer{
	clear:both;
	padding:10px 0px; 
}

#iconsContainerHome{
	width:65%;
	padding:5px 0px;
	text-align:right;
}

#iconsContainer{
	padding:5px 0px;
	text-align:right;
}


/*----------------------- CLASSES ---------------------------*/

.content{
	padding:20px;
	background:#fff;
}

.clear{
	clear:both;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width32{
	width:32%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36.95%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width70{
	width:70%;
}
.width80{
	width:80%;
}
.width90{
	width:90%;
}
.width95{
	width:95%;
}
