@charset "UTF-8";
/* CSS Document */
body {
	background-color: #6d7573; /*7b8582; 84928f;*/
	margin: 18px 0 0 0;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	color: #666;
	} 
#uber {
	background: #6d7573 url(../images/bg-whole_2.gif) bottom left no-repeat;
	padding-bottom: 67px; /* if you change the background image, will need to change this to make it line up with the body. */
	}
#container {
	width: 815px;
	background: #fff url(../images/shadow-right.gif) top right repeat-y;
	margin-left: 150px;	
	}
#header, #main, #footer {
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
/*	border-left: 1px solid #d39535;
	border-right: 1px solid #d39535;*/
	}
#header {
/*	border-top: 1px solid #d39535;*/
}
#header .identity, #header .content {
	width: 360px;
	float: right;
	}
#header .content {
	height: 240px;
	position: relative;
	}
#header .content p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 15px	1em 30px;
	}
#header .content p strong {
	color: #1f5249;
	font-size: 1.5em;
	font-weight: normal;
	}
#main {
	background: url(../images/bg-white_2.gif) bottom left no-repeat;
	min-height: 350px;
	}
#main .nav, #main .content, #main .additional {
	float: right;
	border-top: 1px solid #b86940; /*d39535;*/		
	}
#main .nav {
	background: url(../images/bullet-orange.gif) top left no-repeat;
	width: 240px;
	}
#main .nav ul {
	width: 75px;
	list-style: none;
	font-weight: bold;
	margin: .5em 0 0 30px;
	padding: 0;
	}
#main .nav ul li {
	margin: 1em 0;
	position: relative;
	border-top: 1px solid #fff;
	}
#main .nav ul li ul {
	width: 120px;
	display: none;
	position: absolute;
	top: 0;
	margin: 0 0 0 75px;
	border-left: 1px solid #b86940; /*d39535;*/
	}
#main .nav ul li a {
	display: block;
	text-decoration:none;
	color: #666;
	margin: .1em 0;
	}
#main .nav ul li a:hover {
	color: #b86940; /*d39535;*/
	}
#main .nav ul li:hover, #main .nav ul li.over {
	color: #b86940; /*d39535;*/
	border-top: 1px solid #b86940; /*d39535;*/
	}
#main .nav ul li:hover ul, #main .nav ul li.over ul {
	display: block;
	}
#main .nav ul li ul li {
	margin-left: 15px;
	border: none;
	}
#main .nav ul li ul li:hover, #main .nav ul li ul li.over {
	list-style-image: url(../images/bullet-orange.gif);
	}	
#main .nav ul li ul li:hover, #main .nav ul li ul li.over {
	border: none;
	}
#main .content {
	width: 360px;
	}
#main .content h3 {
	font-weight: bold;
	color:#b86940;
	font-size: 1em;
	margin: 1em 0 0 0;
	padding: 0;
	}
#main .content a, #main .content ul li a, #header .content a {
	color: #000000;
	text-decoration: none;
}
#main .content a:hover, #main .content ul li a:hover, #header .content a:hover {
	color: #b86940; /*d39535;*/
}
#main .content ul, #main .content ul li, #main .content p {
	margin-top: 1em;
	margin-right: 1em;
	}
#main .content ul {
	list-style-image: url(../images/bullet-orange.gif);
	margin-left: 16px;
	padding: 0;
}
#main .content p, #main .content h3 {
	line-height: 1.4em;
	margin-left: 1em;
}
#main .additional {
	width: 120px;
	}
#main .additional dl {
	font-size: .8em;
	margin: .5em 0 0 0;
	}
#main .additional dl dt {
	color: #b86940;
	}
#main .additional dl dd {
	margin:0 0 .4em 0;
	}
#footer {
	height: 30px;
	background: #b86940 url(../images/bg-footer_2.gif) bottom left no-repeat; /*d39535;*/
	color: #FFFFFF;
	position: relative;
	}
#footer p {
	font-size: 10px;
	margin: .75em 0 .75em 110px;
/*	border-bottom: 1px solid #d39535;*/
	}
* html #footer p {
	font-size: .8em;
	}
#footer-shadow {
	background: url(../images/shadow-foot_2.gif) no-repeat;
	height: 17px;
}
.row {
	height: 120px;
	}
.clear {
	clear:both;
	}
a img {
	border: 0;
	}
#main .content table#leaders td h3 {
	margin-left: 0;
}
#main .content table#leaders td p {
	font-size: .8em;
	line-height: 1em;
	padding: 3px;
	margin: 0;
	}
#main .content table#leaders td p a {
	color: #666;
}
#main .content table#leaders td p a:hover {
	color: #b86940;
}
/* Form styles */
form {
	font-size: 11px;
	color: #000000;
}
.formrow {
	clear: both;
}
form label {
	text-align: right;
	width: 100px;
	margin-right: 6px;
	margin-top: 4px;
	float: left;
}
form input {
	float: left;
}