﻿body {
	background:url(siteart/sitebg.jpg) no-repeat top center #0057a3;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#000;
}

#nav {
	background:url(siteart/navbg.gif) no-repeat center;
	padding:0 10px;
	height:39px;
	text-align:center;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
	color:#00539b;
	text-align:center;
	padding:10px 43px;
	display:block;
	border-right:1px #ffae00 solid;
	border-left:1px #ffe400 solid;
}

#nav li a:hover {
	color:#000;
	text-decoration:underline;
}

.sub-menu {
	position:absolute;
	visibility: hidden;
	border:1px #ffe400 solid;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #0057a3;
	width: 190px;
}

.sub-menu a {
	color: #ffd300;
	width: 100%;
	display: block;
	border:1px #ffe400 solid;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.sub-menu a:hover { 
	background-color: #ffd300;
	color: #0057a3;
}

#wrap {
	padding:10px;
	background:#fff;
	vertical-align:top;
}

#content {
	padding:10px 0;
}

#main {
	width:500px;
	vertical-align:top;
	padding-top:18px;
	border-right:1px #000 dotted;
	padding-right:15px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#0057a3;
	margin:0;
	display:block;
}

#right {
	padding-left:35px;
	padding-top:25px;
	vertical-align:top;
	width:425px;
	height:115px;
	background:url(siteart/locationbg.jpg) no-repeat right top;
}

#slide {
	border-top:1px #000 dotted;
	padding-top:10px;
}
