@charset "utf-8";



#home_feature{ 
	background:url(../images/home_feature.jpg) no-repeat;
	height:278px;
	width:100%;	
	text-align:left;
	border-top:3px solid #192b66;
	border-bottom:3px solid #192b66;
} 
#home_feature .text{
	float:right;
	padding:10px;
	width: 440px;
	overflow:auto;
	height:240px;
	margin:5px 5px;
	}
#home_feature .text p{
	font-size:80%;
	}
#home_feature .text h1{
	margin-bottom:.7em;
	}
#content{

	}
#subnav{
	padding:5px;
	width:917px;
	}
#subnav .column{
	width:286px;
	float:left;
	margin-right:10px;
	}
#subnav .column a{
	cursor: pointer;
	}
#subnav .news{
	text-align:left;
	float:left;
	margin-right:5px;
	background:#21367a url(../images/news_bg.png) bottom no-repeat;
	width:312px;
	}
#subnav .news h2{
	background:url(../images/news_head.png) top no-repeat;
	margin:0;
	text-indent:-10000px;
	display:block;
	width:312px;
	height:43px
	}

#subnav .news .more a{
	background:url(../images/news_button.png) no-repeat;
	width:111px;
	height:24px;
	text-indent:-10000px;
	display:block;
	margin:0.2em 5% 0.5em 5%;
	cursor: pointer;
	padding:0;
	}
#subnav .news .more a:hover{
	background-position:-111px;
	}
#news{
	height:130px;
	overflow:auto;
	color:#FFFFFF;
	margin:5px 5px 0 0;
	}
#news ul { padding: 2px 10px 2px 20px; margin: 0px; }
#news li { padding-bottom: 5px; margin: 0px; font-size:80%}
.heading {font-size:85%; font-weight:bold;}
#news ul li { list-style-type: none; }
#footer { 
	background:#384d8d;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}