@charset "utf-8";
/* CSS Document */

*{border:0;padding:0; margin:0; font-family:Trebuchet, Arial;}

.clear{
clear:both;
}

/*
body{
width:958px;
margin:0 auto;
}
*/

body{
	margin: 0;
	padding: 0;
	background: #ffffff;
}


/* New div to wrap the entire page and center content */
#mainwrapper{
	width: 958px;
	margin: 0 auto;
	background: transparent;
}


#middle_images{
background-image:url(../images/bkg_images.jpg);
background-repeat:no-repeat;
width:958px;
height:177px;
position:relative;
}

#middle_images #flyout{
position:absolute;
border:1px solid black;
display:none;
top:-100px;
}

#middle_images #flyout img{
display:block;
}

#middle_images ul{
list-style:none;
padding: 0;
margin: 0;
margin-left:1px;
padding-top:0px;
}

#middle_images ul li{
float:left;
/*
width:200px;
margin-right:40px;
Removed
*/
width: 234px; /* Added */
margin-right: 6px;
text-align:center;
height: 177px;
}

/* Added */
#middle_images ul li.feature-wide{
width: 235px;
}

#middle_images ul .last{
margin-right:0px;
/* margin-left:1px;  Remove */
}
#middle_images ul li a{
padding-top:47px;
color:#073b56;
display: block;
font-size:13px;
line-height:22px;
}

#middle_images ul li{
height: 129px;
width: 234px;
}

#middle_images ul li.feature-wide img{
width: 235px;
}


#bottom a{
color:#ff7721;
}

#bottom{
background-image:url(../images/bkg_page_bottom.jpg);
background-repeat:no-repeat;
font-size:12px;
line-height:16px;
padding-bottom:32px;
padding:0 36px;
width:908px;
position:relative;
}

#bottom h4{
margin-top:20px;
font-size:12px;
line-height:16px;
color:#00354f;
}

#bottom p{
margin-top:15px;
}

/* Style override fix for #bottom */
#bottom{
	margin: 0;
	padding: 20px 0 32px 0;
	width: 958px;
}

/* Style override fix for #bottom h4 */
#bottom h4{
	margin: 20px 36px 0 36px;
	font-size: 12px;
	line-height: 16px;
	color: #00354f;
}

/* Style override fix for #bottom p */
#bottom p{
	margin: 15px 36px 0 36px;
}

.click_here{
font-size:15px;
margin-top:20px;
display:block;
}

#footer{
text-align:center;
font-size:10px;
color:#999999;
padding-top:15px;
padding-bottom:30px;
}
