html, body {margin:0; padding:0;}
body {background:#000;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}

#nav a {
	display: block;
	text-align:center;
	width: 125px;
	color: #039;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
}

#nav a:hover {
	color:#ff0000;
}

#nav li { /* all list items */
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
}

#nav li li {
	background:#ffffff;
}

#nav li.l2 {

}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color: #039;
	background:transparent;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 125px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.bullet { color: #006; font-size: 12px; font-family: verdana; line-height: 20px; margin-right: 10px; margin-left: 20px; }
.coyright { color: #006; font-size: 12px; font-family: times; font-style: oblique; font-weight: 400; line-height: 10px; text-align: center; margin-right: 10px; margin-left: 40px; }
.quote { color: #006; font-size: 14px; font-family: times; font-style: oblique; font-weight: 500; line-height: 20px; text-align: center; margin-right: 200px; margin-left: 200px; }
.bodyverdana { color: #006; font-size: 11px; font-family: verdana; line-height: 14px; text-align: left; margin-right: 0; margin-left: 10px; }
.subheader { color: #006; font-size: 12px; font-family: verdana; font-style: oblique; font-weight: bold; }
.Header { color: #c00; font-size: 18px; font-family: helvetica; font-style: oblique; font-weight: 500; font-stretch: ultra-condensed; margin-left: 10px; }
.indent-text { color: #006; font-size: 12px; font-family: verdana; line-height: 20px; text-align: justify; margin-right: 20px; margin-left: 20px; }



.quote-customer {padding-left:40px; font-weight:bold}
.quote-box {background:url(IMAGES/quote-mid.gif) repeat-y; width:458px;}
.quote-top {background:url(IMAGES/quote-top.gif) no-repeat; height:32px;}
.quote-content {padding:0 15px; font-style:italic;}
.quote-btm {background:url(IMAGES/quote-btm.gif) no-repeat; height:15px;}
