@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
/*border: 0pt none;*/
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
padding: 0pt;
vertical-align: baseline;
}

/*
* {
	margin: 0;
	padding: 0;
}
*/

BODY {
	background: #000;
	font-family: "lucida grande", "lucida sans unicode", "trebuchet ms", arial, verdana, sans-serif;
	font-size: 13px;
	line-height: normal;
}

#content {
	position:relative;
	width:960px;
	margin: 1px auto;
}

.headernav {
	width: 880px;
	margin: 0px auto;
	border: 0pt none;
}

ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 880px; height: 29px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	display: block;
	text-decoration: none;
	float: left;
}
/*
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}

ul.topnav li span { /--Drop down trigger styles, from span injection in js--/
	width: 17px;
	height: 35px;
	float: left;
	background: url(subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: inherit;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 180px;
	/*border: 1px solid red;*/
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 180px; height: auto;
	/*border: 1px solid #fff;*/
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 180px; height: auto;
	text-align: center;
	vertical-align: middle;
	/* background: inherit url(images/dropdown_linkbg.gif) no-repeat 10px center;*/
	color: #ff6000;
	font-size: 15px;
	background: #2d2d2d;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #7b7b7b;
	}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	/*background: #efefef url(images/dropdown_linkbg.gif) no-repeat 10px center;*/
	/*background: #efefef;
	opacity:0.4;
	filter:alpha(opacity=40);*/
	background: #404040;
	color: #fff;
}

#body-content {
	margin: 0px auto;
	z-index:-2;
	width: 880px; min-height:500px;
}

#body-content-table-container {
	margin: 20px 0px 0px 20px;
	z-index:-2;
}

table.body-content-table {
	width: 509px;
	background: url('images/infobox-bg.gif') repeat-x;
}

table.body-content-table td.title {
	background: #ff6000;
	height: 30px;
	color: #fff;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	vertical-align: middle;
}

table.body-content-table td.content {
	color: #fff;
	padding-top: 12px;
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
}

#body-content-quote-container {
	position:absolute;
	left: 620px; top: 280px;
	width: 240px; min-height: 200px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	vertical-align: top;
	overflow:hidden;
	z-index:-2;
}

#footer {
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
	color: #fff;
	z-index:-2;
}
