/* =THE BIG GUYS */
html {margin:0;padding:0}
body {background:#878787;text-align:center;margin:0;padding:0;color:#0B3668;font:83%/1.5 arial,tahoma,verdana,sans-serif}

#wrap {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

/* =LAYOUT =HEADER */
#header {height:90px;width:786px;background-color:#fff;padding:5px 7px 0px 7px;}
#header img {
	float:left;
}


/**********************************
************* NAV STUFF ***********
**********************************/


/***** MAIN NAV  *****/
#nav {
	border:1px solid #CACACA;
	height:21px;
	margin-left:3px;
	margin-top:5px;
	width:768px;
	padding-left:10px;
	float:left;
}
* html #nav {
	width:764px;
}

#nav li {
	list-style-type:none;
	float:left;
	
}

#nav li a {
	font-weight:900!important;
	font-size:9px;
	text-decoration:none;
	color:black;
	display:block;
	border-right:1px solid #fff;
	padding:3px 10px 4px 10px!important;
}

#nav li.active a {
	background-color:#CBE5FE;
}

#nav li a:hover {
	background-color:#CBE5FE;
}


/***** SECONDARY NAV *****/
#navSecondary {
	margin:0px;
	padding:0px;
	background-color:#CBE5FE;
	border:1px solid #CACACA;
	text-align:left;
}

#navSecondary li {
	list-style:none;
	height:15px;
}

#navSecondary li a {
	color:#666666;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-left:15px;
	background-image:url('/wsimages/li_off.gif');
	background-repeat:no-repeat;
	background-position:6px 4px;
	padding-bottom:2px;
}

#navSecondary li a:hover {
	color:#003399;
	background-image:url('/wsimages/li_on.gif');
	background-repeat:no-repeat;
	background-position:6px 4px;
}

#navSecondary li.active a {
	background-color:#CCCCCC;
	color:#003399;
	background-image:url('/wsimages/li_on.gif');
	background-repeat:no-repeat;
	background-position:6px 4px;
}




/* =LAYOUT GENERAL */
#contentWrap {background-color:#fff;width:780px; padding:10px;}
#content {min-height:200px;border:1px solid #cacaca;text-align:left;width:610;padding:12px 3px;}
#content #back_to_top {
	margin-top:30px;
}

/* =LAYOUT HOMEPAGE */
#homePage #contentWrap {}
#homePage #utility {float:left;width:165px;margin-top:0px}
#homePage #content {margin-left:180px;padding:10px 20px;}
#homePage .caption {color: #666666; font-size: 10px;}
#homePage h2 {font-size:150%;color:#999999;}
#homePage #utility #u1 {
	border:1px solid #cacaca;
	line-height:13px;
	font-size:10px;
	font-weight:bold;
	padding:8px 5px 15px 5px;
}
#homePage #utility #u1 p {margin:4px;}
#homePage #utility #u1 a {color:#666666;}
#homePage #utility #u1 a:hover {color:#003399;}
#homePage #utility #u2 {
	margin-top:20px;
	border:1px solid #cacaca;
	line-height:13px;
	font-size:10px;
	font-weight:bold;
	padding:8px 5px 15px 5px;
}
#homePage #utility #u2 p {margin:4px;}
#homePage #utility #u2 a {color:#666666;}
#homePage #utility #u2 a:hover {color:#003399;}
#homePage #bottom {margin-top:10px;}
#homePage #bottom table {width:79%;border-top:1px solid #cacaca;border-right:1px solid #cacaca;margin:0px;}
#homePage #bottom table td {border-left:1px solid #cacaca;border-bottom:1px solid #cacaca;margin:0px;width:20%;}
#homePage #bottom table td img {margin:5px;}
#homePage #bottom td a {color:#000000;text-decoration:none;font-size:9px;font-weight:bold;}
#homePage #bottom table tr td {text-align:left;padding:2px 4px;}
#homePage #bottom table tr + tr td {text-align:center;padding:2px;}


/* =LAYOUT TYPE A */
#typeA #contentWrap {}
#typeA #utility {float:left;width:165px;margin-top:0px}
#typeA #content {margin-left:180px;padding:10px 20px;}
#typeA .caption {color: #666666; font-size: 10px;}

/* =LAYOUT TYPE B */
#typeB #header {width:816px;}
#typeB #contentWrap {width:810px;}
#typeB #utility {float:left;width:165px;margin-top:0px}
#typeB #content {margin-left:180px;width:630px;padding:10px 0px;}
#typeB .caption {color: #666666; font-size: 10px;}

/* =LAYOUT TYPE C */
#typeC #header {width:798px;}
#typeC #contentWrap {width:792px;}
#typeC #utility {float:left;width:165px;margin-top:0px}
#typeC #content {margin-left:180px;width:590px;padding:10px 10px;}
#typeC .caption {color: #666666; font-size: 10px;}

/* =LAYOUT =FOOTER */
#footer {
	clear:both;
	margin-top:10px;
	border-top: 1px solid #ccc;
	padding: 10px 0 20px;
	font-size:75%;
	color:#999;
	text-align:center!important;
	width:780px;
}
#footer p {
	margin:0px;
}
#footer #navFooter {
	margin-bottom:10px;
}
#footer #navFooter a {
	color:#666666;
}
#footer #navFooter a:hover {
	color:#003399!important;
}