/* CSS Document */

/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding:0;
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-color: #E8B030;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
}
/*This sets the font size at 13px [but still allows font scaling]*/
#wrapper {
	font-size: 1.3em;
	line-height: 1.6em;
}
p {
	padding:0px;
	margin:0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #ff8a00;
}
h1 {
	font-size: 2.7em;
	line-height: 1.3em;
	margin-bottom:0;
	padding-bottom:0;
}
h2 {
	font-size: 2.7em;
	line-height: 1.3em;
	margin-bottom:15px;
	padding-bottom:0;
}
h3 {
	font-size: 2em;
	line-height:1.3em;
}
h4 {
	font-size: 1.5em;
	color: #666;
	margin: 20px 0 5px 0;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
}
A, A:active, A:visited {
	COLOR: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	COLOR: #FFCC00;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer A:visited {
	COLOR: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	COLOR: #fff;
	text-decoration: underline;
}
input, select {
	font-size:10px;
	color: #666;
}
ul {
	padding:0;
	margin: 0 0 20px 0;
}
ul li {
	list-style: none;
	list-style-type: none;
	padding:2px 0 2px 15px;
	margin:0 0 0 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
	background: none;
}
.left {
	float: left;
	margin: 0 15px 5px 0;
}
.right {
	float: right;
	margin: 0 0 5px 15px;
}
.pic {
	border: 1px solid #ccc;
	padding:3px;
}
/*STRUCTURE
----------------------------------------------------*/
html, body {
	height: 100%;
}
#wrapper {
	margin: 0 auto 30px auto;
	width: 960px;
	background-color: #fff;
	padding:0;
}
#header {
	margin-bottom:20px;
}
#nav {
	width:195px;
	float:left;
	margin:0 0 0px 20px;
}
#content {
	width: 650px;
	float: right;
	margin: 0 20px 10px 0;
}
#footer {
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #efcc71;
	color: #fff;
	padding: 0 0 10px 0;
	text-align: center;
}
/*NAVIGATION
----------------------------------------------------*/
#nav ul {
	margin:0 0 20px 0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	border-top: 1px dotted #ccc;
	background-image: none;
}
#nav ul A, #nav ul A:active, #nav ul A:visited {
	COLOR: #7e7e7e;
	text-decoration: none;
	font-weight: normal;
	display:block;
	padding: 5px;
}
#nav ul li ul {
	margin-bottom:0;
}
#nav ul li ul li a, #nav ul li ul li a:active, #nav ul li ul li a:visited {
	padding-left: 15px;
	font-size: .85em;
}
#nav ul li ul {
	display:none;
}
#nav ul li.active ul {
	display:block;
}
#nav ul A:hover {
	COLOR: #ff8a00;
	background-color: #f2f2f2;
}
#nav ul li.active a {
	COLOR: #ff8a00;
	font-weight: bold;
}
/*HOMEPAGE
----------------------------------------------------*/
#hpLCol {
	width: 340px;
	float: left;
}
#hpRCol {
	width: 262px;
	float: right;
}
.hpButts img {
	margin: 5px 0;
}
/*MISC
----------------------------------------------------*/
.zebraStripe {
	background-color: #e3e6ef;
}
.newsItem {
	padding: 0px 0;
	margin-top: 20px;
	border-top: 1px dotted #ccc;
}
th {
	background-color: #999999;
	color: #fff;
}
.personPic img {
	border: 1px solid #ccc;
	padding:3px;
}
.personPic {
	width: 208px;
	text-align: center;
	font-weight: bold;
	color: #999;
}
.login {
	position:fixed;
	top:0;
	right:0;
	background:#fff;
	text-align:center;
}
.login a {
	display:block;
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:2px 5px;
	text-decoration:none;
}
.login a:hover {
	background:#000;
	color:#fff
}
