@charset "utf-8";
body {
	background-color: #606257;
	margin: 0px;
	font-size: 81%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 115px;
}
a#logo {
	display: block;
	position: absolute;
}
#logo a {
	text-decoration: none;
	color: #9A9C93;
}

a#logo span {
	display: none;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 175px;
	top: 88px;
	width: 565px;
}
ul#nav li {
	float: left;
	list-style-type: none;
}
ul#nav li a {
	margin-left: 10px;
	color: #BCBCBC;
	text-decoration: none;
	font-size: .8em;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 20px;
	float: left;
}
ul#nav li a:hover {
	color: white;
	background-image: url(../layout/nav_thing.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



#background {
	background-image: url(../layout/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
}
#spacer {
	height: 180px;
}
.position {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#peak {
	background-image: url(../layout/peak.gif);
	height: 26px;
	width: 103px;
	position: absolute;
	left: 480px;
	top: 39px;
}
#maincontent {
	height: 300px;
	width: 730px;
	background-color: #606257;
	border: 10px solid #9a9c93;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
}
#maincontent #column1 {
	margin-right: 460px;
	margin-left: 10px;
	height: 300px;
	overflow: auto;
}
#maincontent #flash {
	height: 300px;
	width: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #9A9C93;
	margin-top: 5px;
	margin-bottom: 0px;
}
#maincontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
#maincontent ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincontent li {
	color: #BCBCBC;
	font-size: .8em;
	line-height: 1.5em;
}
#maincontent a {
	color: #A2A2A2;
	text-decoration: none;
	font-weight: lighter;
}
a#websir {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../layout/websir.gif);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 26px;
	margin-top: 10px;
}
a#websir span {
	display: none;
}
a#pdf {
	background-image: url(../layout/PDF.gif);
	height: 45px;
	width: 252px;
	display: block;
	background-position: left top;
	position: relative;
	margin-top: 5px;
}
a#pdf:hover {
	background-position: left bottom;
}
a#pdf span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	position: absolute;
	left: 55px;
	top: 6px;
	width: 195px;
}
h1#logo {
	position: absolute;
	left: 182px;
	top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
	color: #F5F5F5;
	margin: 00px;
	padding: 0px;
}

