html { background-color: #000; background-image: url('../images/bg.gif'); }
body { 
	font-family: Trebuchet MS, Tahoma, Arial;
	margin: 0px;
	width:100%;
}

#header-container { 
	display: block;
	background: #F0F0F0;
	width: 100%;
	min-width:980px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#body-container { display: block; width: 980px; height: auto; margin: 0px; padding: 0px; }

/* header rules */
===================================================================================

* html div#headernav {
width:expression((document.documentElement.offsetWidth < 980)? "980px": "100%" );
}

/* header styles*/

/* Not Used
#header {
	display: block;r
	float: left;
	width: 100%;
	min-width:980px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

styles*/

#header-left {
	display: block;
	float: left;
	height: 130px;
	padding: 15px 0px 0px 26px;
	margin: 0px;
	text-align: left;
	white-space: nowrap;
}

#header-right {
	display: block;
	float: right;
	height: 130px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	white-space: nowrap;
}

#headernav {
	display: block;
	float: left;
	width: 100%;
	min-width: 980px;
	height: 130px;
	max-height: 130px;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

/* main navigation styles*/

#centernav {
	display: block;
	width: 980px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

#mainnav {
	display: block;
	float: left;
	width: 980px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	white-space: nowrap;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
}

#nav-space { 
	display: block;
	float: left;
	width: 14px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #999;
}

#nav-space2 { 
	display: block;
	float: right;
	width: 14px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #999;
}

#nav-item { 
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1 0 1;
	border-left-color: #FFF;
	border-right-color: #999;
	text-decoration: none;
	
}

#nav-item2 { 
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1 0 1;
	border-left-color: #FFF;
	border-right-color: #999;
	text-decoration: none;
	
}

#nav-item3 { 
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

#nav-last { 
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 0 1 0 1;
	border-left-color: #FFF;
	border-right-color: #666;
}

.topnav { 
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding: 0px 21px 0px 20px;
	margin: 0px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

.topnav a:hover { 
	color: #666666;
	text-decoration: none;
}

.topnav-on { 
	display: block;
	font-size: 12px;
	line-height: 40px;
	margin: 0px;
	color: #FFF;
	padding: 0px 20px 0px 20px;
	background-color: #82210E;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

.topnav-on a:hover { 
	color: #FFF;
	text-decoration: none;
}

#nav-item span { 
	display: block;
	font-size: 12px;
	line-height: 40px;
	margin: 0px;
	color: #FFF;
	padding: 0px 20px 0px 20px;
	background-color: #82210E;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-item a:hover { 
	color: #FFF;
	padding: 0px 20px 0px 20px;
	background-color: #666666;
	border-style: solid;
	border-width: 0 1 0 0;
	border-color: #FFF;
}


/* sub navigation styles*/


#subnav {
	display: block;
	float: left;
	width: 100%;
	min-width: 980px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	white-space: nowrap;
	background-color: #82210E;
}

#subnav-container {
	width: 960px;
	clear: both;
	height: 25px;
	padding: 0px;
	margin: 0px 10px;
}

#subnav-container2 {
	width: 980px;
	clear: both;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#subnav-item { 
	float: left;
	height: 25px;
	padding: 0px;
	margin: 0px;
	
}

#subnav-last { 
	float: left;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.topnav2 { 
	font-size: 10px;
	line-height: 25px;
	padding: 0px 16px 0px 15px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav a:hover { color: #FFF; background-color: #82210E; }



/* main class styles*/



.widgettitle { 
	font-size: 16px;
	line-height: 16px;
	color: #036;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 0px 0px 20px;
}

.label { 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

.label:hover { color: #900; }

.item { 
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.item:hover { color: #900; }

.text { 
	font-size: 10px;
	line-height: 16px;
	color: #036;
	text-decoration: none;
}

.text:hover { color: #900; }

.standard9 { 
	font-size: 9px;
	line-height: 12px;
	color: #036;
	text-decoration: none;
}

.standard9:hover { color: #900; }

.standard12 { 
	font-size: 12px;
	line-height: 16px;
	color: #036;
	font-weight: normal;
	text-decoration: none;
}

.standard12:hover { color: #900; }

.active10 { 
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #036;
	text-decoration: none;
}

.active10:hover { color: #900; }

.active12 { 
	font-size: 12px;
	line-height: 16px;
	color: #036;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.active12:hover { color: #900; }

.white12 { 
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.white12:hover { color: #900; }

#button { 
	display: block;
	float: left;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #900;
	text-transform: uppercase;
}

#button a { 
	display: block;
	font-size: 10px;
	line-height: 23px;
	padding: 0px 10px;
	margin: 1px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

#necmessage-title-right a:hover { color: #FFF; background-color: #666; }


/* body foundation styles --------------------------------------- */


#maincontent-top {
	clear: both;
	width: 980px;
	height: 10px;
	padding: 0px;
	margin: 40px 15px 0px 15px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/980wt.gif');
	background-repeat: no-repeat;
}

#maincontent {
	display: block;
	width: 980px;
	height: auto;
	padding: 0px;
	margin: 0px 15px;
	background-color: #FFF;
}

#maincontent-bottom {
	clear: both;
	width: 980px;
	height: 10px;
	padding: 0px;
	margin: 0px 15px;
	font-size: 0px;
	line-height: 0px;
	background-image: url('../images/980wb.gif');
	background-repeat: no-repeat;
}