/* @override http://www.firehausstudio.com/stylesheets/nesec_subpage.css */

@charset "UTF-8";

/***************/
/* STRUCTURE   */
/***************/
.thrColFixHdr #header {
	border-bottom: 1px solid #C8CBCA;
	padding-bottom: 20px;
}

.thrColFixHdr div#navigation {
	margin: 10px 0 0 0;
}

div#header div#banner {
	margin: 0px;
}
div#mainContent {
	border-bottom: 1px solid #ccc;
	}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 177px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 5px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
	border-right: 1px solid #C8CBCA;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #C8CBCA;
	background: url(../images/sidebar2_border_top.gif) no-repeat 10px 5px;
}
div.main {
	width: 508px;
	margin: 0 265px 0px 187px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 7px 0 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
	border-left: 1px solid #C8CBCA;
	border-right: 1px solid #C8CBCA;
	min-height: 300px;
}
div#footer {
	margin: 0px;
	padding:0px;
}
	div#footer_inner {
		border-top: none;
	}

/***************/
/* STYLES      */
/***************/

/* Global */

.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;
}

.deemphasize { font-size: 80%; }

/* Sidebar Left */

div#sidebar1_inner {
	border-top: 8px solid #172E6E;
	padding: 0 10px 0 30px;
	line-height: 180%;
	}
ul.SideBarMenu {
	padding: 0px;
	
	}
	ul.SideBarMenu li {
		list-style: none;
		
		}
	ul.SideBarMenu ul {
		padding-left: 15px;
		margin-left: 0px;
		}
	ul.SideBarMenu li li {
		list-style: disc;
		color: #172D6D;
		list-style-position: outside;
		}
/* Sidebar Right */

div#sidebar2_inner {
	padding: 0 5px;
	}
div.widget {
	margin:15px auto;
	width: 195px;
	background: #F0F2F1;
	padding: 15px 25px;
	color:#555756;
	text-align: center;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:lighter;
	line-height: 30px;
}


/* Main */

div.main-inner {
	border-top: 8px solid #94B3CF;
	padding: 0 10px 10px 10px;
	margin: 0px;
	}
	div.main-inner h1 {
		color: #172D6D;
		font-weight: lighter;
		}