﻿BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 10px normal Arial, Helvetica, sans-serif;
	padding-top: 0px;
}
.container
{
	margin: 0px auto;
	width: 960px;
	position: relative;
}
#header
{
	background: url(header_bg.gif) no-repeat center top;
	padding-top: 120px;
}
#header .disclaimer
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	right: 0px;
	padding-bottom: 7px;
	color: #999;
	padding-top: 100px;
	position: absolute;
	top: 0px;
	text-align: right;
}
#header .disclaimer A
{
	color: #ccc;
}
UL.topnav
{
    padding-right: 20px;
	padding-left: 20px;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 920px;
	padding-top: 0px;
	list-style-type: none;
}
UL.topnav LI
{
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	position: relative;
}
UL.topnav LI A
{
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	float: left;
	padding-bottom: 10px;
	color: #fff;
	padding-top: 10px;
	text-decoration: none;
}
UL.topnav LI A:hover
{
	background: url(topnav_hover.gif) no-repeat center top;
}
UL.topnav LI SPAN
{
	background: url(subnav_btn.gif) no-repeat center top;
	float: left;
	width: 17px;
	height: 35px;
}
UL.topnav LI SPAN.subhover
{
	background-position: center bottom;
	cursor: pointer;
}
UL.topnav LI UL.subnav
{
 	border-right: #111 1px solid;
	padding-right: 0px;
	border-top: #111 1px solid;
	display: none;
	padding-left: 0px;
	background: #882021;
	left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #111 1px solid;
	width: 170px;
	padding-top: 0px;
	border-bottom: #111 1px solid;
	list-style-type: none;
	position: absolute;
	top: 35px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
UL.topnav LI UL.subnav LI
{
	clear: both;
	padding-right: 0px;
	border-top: #882021 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	border-bottom: #560809 1px solid;
}
HTML UL.topnav LI UL.subnav LI A
{
	padding-left: 4px;
	background: url(dropdown_linkbg.gif) #882021 no-repeat 10px center;
	float: left;
	width: 145px;
}
HTML UL.topnav LI UL.subnav LI A:hover
{
	background: url(dropdown_linkbg.gif) #b96b6b no-repeat 10px center;
	width: 161px;
}
#header IMG
{
	margin: 20px 0px 10px;
}

