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

img, div, input { behavior: url("/pngfix/iepngfix.htc") }
 
html, body
{
font:10px verdana, arial, sans-serif;
margin:0px;
padding:0px;
width:100%;
font-size:11px;
color:#333;
height:100%;
text-align:justify;
background-color:#fff;
line-height:normal;
}
img{
	border:0;	
}
p{
	color:#333;
	line-height:18px;
	margin:20px 0px 20px 0px;
}
a{
	color:#285e7f;
}
.main_container{
	background-color:#ccd3d7;
	width:100%;
	background-image:url(/images/header_background.jpg);
	background-repeat:repeat-x;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0;
	padding:0;
}

.inner_container{
	margin:auto;
	width:984px;
}

.header{
	width:100%;
	height:111px;
	background-image:url(/images/header_top_back.jpg);
	background-repeat:repeat-x;
}

.logo_holder{
	margin:30px 0px 0px 30px;
	float:left;
}
.secondary_links{
	float:right;
	color:#000;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	margin:25px 30px 0px 0px;
}
.secondary_links a{ 
	color:#000;
	text-decoration:none;
}

.secondary_links a:hover{ 
	color:#000;
	text-decoration:underline;
}

.nav{
	width:100%;
	height:42px;
}

.content{
	background-color:#FFF;	
	width:100%;
	padding:0px 0px 200px;	
}
.leftside{
	width:600px;
	margin-top:30px;
	margin-left:30px;
	margin-bottom:30px;
	float:left;
}
.rightside{
	width:306px;
	margin-top:30px;
	margin-right:30px;
	margin-bottom:30px;	
	float:right;
}
.side_links{
	background-color:#285e7f;
	text-transform:uppercase;
	line-height:24px;
}
.side_links a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display:block;
}
.side_links a:hover{
	color:#FFF;
	text-decoration:underline;
	font-size:14px;
}
.side_links .inner_contain{
	width:275px;
	margin:auto;
}
.footer{
	background-color:#285e7f;
	width:100%;
	height:auto;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	height:200px;
	bottom:0;
}
.footer .inner_contain{
	margin:40px 30px 0px 30px;
}
.footer .leftfoot{
	float:left;	
	width:200px;
}
.footer .rightfoot{
	float:left;
	color:#ccc;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
.footer .rightfoot a{
	color:#ccc;
	text-decoration:none;
}
.footer .rightfoot a:hover{
	color:#ccc;
	text-decoration:underline;
}