@charset "utf-8";
/* CSS Document */
*  {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
body  {
	background-color:#e2e3e3;
	}
p  {
	line-height:21px;
	font-size:13px;
	margin:0 20px 20px 20px;
	}
h2,h3,h4  {
	margin:0 20px 10px 20px;
	}
a  {
	text-decoration:none;
	color:#000;
	}
img  {
	border-style:none;
	}
table {
	margin:20px 0 0 20px;
	}
#header  {
	width:900px;
	height:109px;
	background-image:url(../images/HeaderBG.jpg);
	margin:0 auto;
	}
#header img  {
	margin:10px 0 0 15px;
	}
#navbar  {
	width:890px;
	height:30px;
	background-image:url(../images/NavBarBG.jpg);
	background-repeat:repeat-x;	
	margin:0 auto;
	padding-left:10px;
	/*border:thin solid #903;*/
	}
#navbar a  {
	font-weight:600;
	color:#FFF;
	font-size:16px;
	padding:2px 15px 6px 15px;
	position:relative;
	top:2px;
	}
#navbar a:hover  {
	padding:0 14px 6px 14px;
	color:#000;
	background-color:#92b9e8;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
/*#navbar a:active  {
	padding:0 14px 6px 14px;
	color:#000;
	background-color:#f3f3f3;
	border-top:thin solid #000;
	border-right:thin solid #000;
	border-left:thin solid #000;
}*/
#navbar .current {
	padding:0 14px 6px 14px;
	color:#000;
	background-color:#f3f3f3;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}



#content  {
	width:900px;
	height:100%;
	background-color:#F3F3F3;
	padding:15px 0 20px 0;
	margin:0 auto;
	}
#subnav  {
	width:225px;
	height:inherit;
	float:right;
	}
#subnav a:hover  {
	color:#263485;
	}
#subnav ul {
	line-height:24px;
	margin:10px 0 30px 5px;
	text-align:left;
	list-style:none;
}
#subnav ul .indent{
	margin:10px 0 0 25px;
	text-align:left;
	list-style:none;
	}
#guts  {
	width:674px;
	border-right:1px solid #000;
	}
#guts img {
	margin:0 15px 20px 15px;
	float:left;
	clear:left;
	}
#footer  {
	clear:both;
	width:900px;
	height:30px;
	background-image:url(../images/NavBarBG.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFF;
	padding-top:3px;
	margin:0 auto;
	}
.portfolio  {
	width:675px;
	height:220px;
	overflow:auto;
	}
.widecolumn  {
	width:675px;
	}
.clearfloat {
	clear:both;
	}
.clearleft {
	clear:left;
	}
