@charset "utf-8";
/* CSS Document */

/*     	FRAMEWORK     	*/


html {background:#d4d5dc url(../images/htmlbg.png) top center repeat-y;}




#wrapper {width:100%; margin:0; padding:0; background:url(../images/headerbgTop.jpg) top center repeat-x;}
#container {width:900px; margin:0 auto;}

#menu {margin:25px 0px 0px 0px;}
#content {width:780px; margin:0 auto;}
#footerOuter, #footerOuterHome  {width:100%; background:url(../images/footerbg.png) top repeat-x; height:100%;}
#footerInner {width:900px; margin:0px auto;}

#TopInset {
	position:absolute;
	right:141px;
	top:9px;
	width:231px;
	height:160px;
	z-index:1;
	background:url(../images/headerInset.png) top center no-repeat;
}

ul, ol, li {margin-left:15px; list-style-type:disc;}
.StaffThumb {border:2px solid #0f1e72;}




/*     	HEADER     	*/
#headerOuter {width:100%; height:221px; background:url(../images/headerbgBot.png) bottom center repeat-x;}
#headerInner {width:900px; height:186px; margin:0 auto;}





/*     	SIDEBAR     	*/

#SideInset {width:250px; margin:0px 0px 15px 15px; padding:0px 15px; float:right;}


/*     	CONTENT     	*/


.NewsThumb {padding:5px;}





/*     	FOOTER     	*/







/*     	FORMS     	*/
#content input, #content textarea, #content select {border:1px solid #d4d5dc; padding:2px 1px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#213c29; font-weight:bold; font-size:13px; letter-spacing:2px; margin:2px;}
#content input:focus, #content textarea:focus {background:#d4d5dc; color:#213c29;}
#content .Button {background:#0d1764; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#fff; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:1px 2px; -moz-box-shadow: 0px 0px 3px #ababab; -webkit-box-shadow: 0px 0px 3px #ababab;}


/*     	CLEARFIX     	*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
