@CHARSET "UTF-8";
/* Navigation */
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
/* 	background: url(/img/header_bg.gif) no-repeat center top; */
	padding-top: 30px;
}
#header .disclaimer {
	color:#666;
	padding: 10px 0 7px 0;
	text-align:left;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color:#003399;}
ul.menu {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	background: black;
	font-size: 12px;
	width:100%;
}
ul.menu li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 10px;
	position: relative; 
}
ul.menu li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.menu li a:hover{
	background: url(../img/topnav_hover.gif) no-repeat center top;
}
ul.menu li span { 
	width: 17px;
	height: 35px;
	float: left;
	background: url(../img/subnav_btn.gif) no-repeat center top;
}
ul.menu li span.subhover {background-position: center bottom; cursor: pointer;} 
ul.menu li ul.submenu {
	list-style: none;
	position: absolute; 
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.menu li ul.submenu li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #444; 
	clear: both;
	width: 170px;
}
html ul.menu li ul.submenu li a {
	float: left;
	width: 145px;
	background: #333 url(../img/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.menu li ul.submenu li a:hover { 
	background: #222 url(../img/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}

/* Layout */
#footer {
        font-size: 11px;
        clear: both;
        padding: 6px 10px;
        text-align: center;
        color:black;
}

#footer A {
        color: black;
        font-weight: normal;
        text-decoration: underline;
}

body {background-color:#eee;}
#header h1 a, #header h1 {background-color:transparent; color:black; padding:0;}
h1 {font-size:24px; color:black;}
h2, fieldset legend {color:#666;}
.thumbnail {height:75px;}
dl {width:auto;}
dd img {max-width:100%;}
input, textarea {width:100%;}
.img-sm {height:50px;}