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

html,body {
	margin: 0;
	padding: 0;
	font-size: small;
	background-color: #FFFFFF;
	background-image:url(../images/bg_repeat.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ID STYLES */
#wrapper{
	width: 1024px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -512px;
	float: left;
}

#content {
	width: 1024px;
	padding:0px;
	margin: 0px auto;
	border: 0;
	float: none;
	position:relative;
}
.clear{
	float:left;
	width:880px;
	height:5px;
	clear:both;
}
#header{
	width:1024px;
	padding:0px;
	float:left;
	height: 99px;
}
#logo{
	float:left;
	width:249px;
	height:49px;
	margin: 25px 0 0 0;
}
#contact{
	color:#FFFFFF;
	width:260px;
	float:right;
	height: 20px;
	background-image:url(../images/top_nav_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size: 10px;
	margin: 0px 36px 0px 0px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
#contact a{
	text-decoration:none;
	color:#ffffff;
	padding:0px;
}
#contact a:hover{
	text-decoration:underline;
	color:#ffffff;
}
#center_banner{
	float:left;
	width:374px;
	height:310px;
	background-image:url(../images/center_banner.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 50px 80px 0px 570px;
}
#center_banner p{
	line-height:20px;
	margin:10px 0px;
	font-size: 11px;
	padding: 0px;
}
#center_banner h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin: 0px;
	color: #113D78;
}
#center_banner img{
	border:none;
}
#bottom_buttons{
	margin:0px;
	float:left;
	padding:0px 4px;
	width:1016px;
}
#bottom_buttons img{
	border:none;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}
#footer{
	width:1024px;
	margin:0px;
	padding:25px 0px;
	float: left;
}
#footer p{
	text-align:center;
	margin:0px auto;
	font-size:9px;
	line-height: 18px;
	color: #194C84;
}
#footer p a, #footer p a:hover{
	color: #194C84;
	text-decoration:none;
}

/*---promo box --*/
#promo{
	background-image: url(../images/promo-bg.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px 0px 0px -10px;
	padding: 15px 10px 10px 15px;
	height: 102px;
	width: 361px;
}
#promo p{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
}
#promo h4{
	margin: 0px;
	padding: 3px 0px 3px 5px;
	color: #163d74;
	font-size: 13px;
	font-weight: bold;
}
#promo a{
		color: #163d74;
}

