@charset "utf-8";
/* CSS Document */

/* Home Template Generic Tags Variations  */	

body {
	background: url(images/banner-bg.png) top center no-repeat; 	/* HOME */
	}

h2 {
	color: #e3f0f8; /* HOME */
	}		

/* Home Template Large Containers Variations  */ 	

.last-item {
	background-image: none !important; /* HOME */
	}	

/* Home Template Font Size Variations */	

.sub-feature-text, .section-nav-block { font-size: 9pt;} /* HOME */
.sub-feature h3 { font-size: 13pt;} /* HOME */


/* Header Section Variations  */

#header {
	height: 130px; /* HOME */
	}

#nav {
	height: 59px;	/* HOME */
	}
	
 /* Featured Section*/
 
#featured {
	width: 900px;  
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
	}
	
.main-feature {	
	width: 100%;
	height: 250px; 	
	margin: 0px 0px 50px 0px; 
	padding: 0px;
	line-height: 1.5em;
	}
	/*
.main-feature-header {
	width: 548px; /* 900 with padding / 
	height: auto;
	margin: 0px;
	padding: 25px 25px 0px 327px;
	float: right;
	}	

.main-feature-text {
	width: 310px; /* 360 with padding /
	height: 340px; /* 365 with padding/
	margin: 0px;
	padding: 0px 25px 25px 25px;
	float: right;
	}	

.main-feature img {
	float: right;
	border: solid 1px #000000; 
	}	
*/
/* Home Template Sub-Sections */

.sub-feature-wrap, .section-nav-wrap { 
	display: block;
	width: 100%;
	height: auto;
	}

.sub-feature-col, .section-nav-col { 
	margin: 0px 20px 0px 0px;
	float: left;	
	}

.sub-feature {
 height:375px;
	border-color: #6C6F70; 
	border-bottom: 1px solid;
	border-top: 2px solid;	
	}
	
.sub-feature h3 { 
	display: block;
	width: 100%;
	height: auto;
	} 	
	
.sub-feature h3 a {  
	color: #0294ca; 
	display: block;
	width: 100%;
	height: auto;	
	margin: 15px 0px 15px 0px; 	
	} 		
	
.sub-feature-link a {
	text-decoration: underline;
	color: #0294ca;
	display: block;
	margin: 15px 0px 15px 0px;
	}	
	
.sub-feature-wrap img { 
	margin: 12px 0px 0px 0px; 
	padding: 0;
	overflow: hidden;
	float: left;	
	border: none;
	}	
	
.sub-feature-text { 
	color: #636b70; 
	float: left; 
	}
	
.three-column {
	width: 286px; 	
	}
	
.two-column {
	width: 440px; 
	}
	
.one-column {
	width: 900px; 
	}

/* Newsbar Section */

#newsbar 
{
	width:900px;
	height:40px;
	margin-bottom:20px;
	overflow:auto;
}
#newsbar div.newsfeeds
{
    height:40px;
    width:742;
    float:left;
    background: -moz-linear-gradient(top, #f3f3f5, #d2d3d7);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#d2d3d7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f5, endColorstr=#ffd2d3d7);
}
#social-media-icons 
{	 
	height:40px;
	width:158px;
	text-align:center;
	background: -moz-linear-gradient(top, #006fba, #004b8d); 
	background: -webkit-gradient(linear, left top, left bottom, from(#006fba), to(#004b8d)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff006fba, endColorstr=#ff004b8d);		
	float:right;
}

#social-media-icons img {		
	padding: 0px 3px 0px 3px;
	margin-top:10px;
	border: none;
}

#marquee {
	/* required styles */
	display: block;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 742px;
	height: 40px; /* height should be included to reserve visual space for the marquee */

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    -moz-border-radius: 2px; /* Firefox 3.6 */
    -webkit-border-radius: 2px;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 2px; /* Chrome, Safari, IE 9+ */  
}
#marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	margin-top:12px;
	margin-left:10px;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	font: 14px Arial, Helvetica, sans-serif;
}

/* Section Navigation Section */

#section-nav {
	width: 100%;
	height: auto;
	margin: 0px 20px 0px 0px; 
	padding: 0;
	color: #505050;	
	}
	
.section-nav-block {
	width: 100%;  	
	height: auto;
	margin: 0px 20px 10px 0px; 
	padding: 0;
	padding-top: 10px;
	color: #6c6f70; 
	float: left;
	/*border-top:solid 1px #333333;*/
	}
	
.section-nav-block h3 { 
	font-weight: bold;
	margin-bottom: 5px; 
	}

.section-nav-block ul { 
	margin: 0;
	padding: 0;	
	list-style-type: none;
	}

.section-nav-block ul li {	
	margin: 2px 0px 2px 0px; 
	padding: 0;
	}

.section-nav-block ul li a { 
	color: #636b70; 
	text-decoration: underline;
	}