*{
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: url(../images/bg.gif) #6081B2 repeat;
	color: #000;
	font: 14px Arial,Verdana,Helvetica,Sans-Serif;
}
#preload {
	display: none;
}
#page {
	width: 817px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	background: transparent;
	width: 817px;
}
#top {
	height: 82px;
}
#logo {
	float: left;
	width: 327px;
	height: 82px;
	background: url(../images/logo.png) no-repeat;
}
#logo h1 {
	text-indent: -9999px;
}
#blurb {
	float: right;
	width: 490px;
	height: 82px;
	background: url(../images/blurb.png) no-repeat;
}
#blurb h2 {
	text-indent: -9999px;
}
#photos {
	height: 162px;
}
#photos img {
	height: 162px;
	border: none;
	float: left;
	display: inline;
}
#nav {
	height: 43px;
	text-indent: -9999px;
}
#nav ul {
	list-style: none;
	display: inline;
}
#nav ul li {
	float: left;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 100%;
	height: 43px;
}
html>body #nav ul li a {
	width: auto;
	height: 43px;
}
#nav ul li.nav1 a:link, #nav ul li.nav1 a:visited {
	background: url(../images/nav1_off.png) no-repeat;
	width: 166px;
}
#nav ul li.nav1 a:active, #nav ul li.nav1 a:hover, #nav ul li.nav1.current a {
	background: url(../images/nav1_on.png) no-repeat;
	width: 166px;
}
#nav ul li.nav2 a:link, #nav ul li.nav2 a:visited{
	background: url(../images/nav2_off.png) no-repeat;
	width: 162px;
}
#nav ul li.nav2 a:active, #nav ul li.nav2 a:hover, #nav ul li.nav2.current a {
	background: url(../images/nav2_on.png) no-repeat;
	width: 162px;
}
#nav ul li.nav3 a:link, #nav ul li.nav3 a:visited{
	background: url(../images/nav3_off.png) no-repeat;
	width: 163px;
}
#nav ul li.nav3 a:active, #nav ul li.nav3 a:hover, #nav ul li.nav3.current a {
	background: url(../images/nav3_on.png) no-repeat;
	width: 163px;
}
#nav ul li.nav4 a:link, #nav ul li.nav4 a:visited{
	background: url(../images/nav4_off.png) no-repeat;
	width: 163px;
}
#nav ul li.nav4 a:active, #nav ul li.nav4 a:hover, #nav ul li.nav4.current a {
	background: url(../images/nav4_on.png) no-repeat;
	width: 163px;
}
#nav ul li.nav5 a:link, #nav ul li.nav5 a:visited{
	background: url(../images/nav5_off.png) no-repeat;
	width: 163px;
}
#nav ul li.nav5 a:active, #nav ul li.nav5 a:hover, #nav ul li.nav5.current a {
	background: url(../images/nav5_on.png) no-repeat;
	width: 163px;
}
#columns {
	height: auto;
}
#col-top {
	background: url(../images/col-top.png) no-repeat;
	height: 20px;
}
#col-bot {
	clear: both;
	background: url(../images/col-bot.png) no-repeat;
	height: 20px;
}
#cols {
	background: url(../images/cols.png) repeat-y;
	height: 100%;
	min-height: 300px;
}
#cols h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 0 20px 10px 20px;
}
#cols h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 0 20px 10px 20px;
}
#cols p {
	padding: 0 20px 10px 20px;
}
#cols ul {
	padding: 0 20px 10px 35px;
	list-style-type: square;
	list-style-position: outside;
}
#cols ul li {
	padding-left: 10px;
}
#col-left {
	background: url(../images/col-left.png) repeat-y;
	float: left;
	width: 490px;
	height: 100%;
}
#col-left hr {
	width: 450px;
	margin: 10px 20px 10px 20px;
	color: #a6a6a6;
	background-color: #a6a6a6;
	height: 1px;
	float: left;
}
#col-right {
	background: url(../images/col-right.png) repeat-y;
	float: right;
	width: 327px;
	height: 100%;
}
#col-right hr {
	width: 287px;
	margin: 10px 20px 10px 20px;
	color: #a6a6a6;
	background-color: #a6a6a6;
	height: 1px;
	float: left;
}
img.sidebar {
	/*border: 1px solid #9F9886;*/
	margin: 10px 20px 10px 20px;
}
#copyright {
	font-size: 12px;
	color: #fff;
	height: 20px;
    text-align: center;
	padding-top: 5px;
}
#copyright a {
	color: #fff;
}
.clear {
	clear: both;
}
