@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0; border: 0;}
body {
	background-color: #000000;
}
p, h1, h2, h3, h4, h5, h6 {
	padding: 10px 0;
}
hr {
	border-bottom: 1px solid #0100D8;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
blockquote {
	margin: 0 20px;
}
ul, ol {
	margin: 10px 20px;
	text-align: left;
}
h1 {
	font-size: 16px;
	color: #0000CB;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #000000;
}
a:link, a:visited, a:hover, a:active {
	color: #FF0000;
	font-weight: normal;
}
div#container {
	background: url(images/site_bg.gif);
	width: 948px;
	margin: 0 auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#header {
	background: url(images/header.jpg);
	height: 212px;
	width: 948px;
}
div#header a:link, div#header a:visited, div#header a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div#header a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFC33C;
	text-decoration: none;
}
div#headerprint {
	display: none;
}
/* FIRST ROW NAV */
div#navbar1 {
	float: left;
	margin: 7px 0 7px 0;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#nav a {
	display: block;
}
#nav  li ul li a:hover {
	background: #333333;
}
#nav li { /* all list items */
	float: left;
	padding: 3px 23px 0 23px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	width: 128px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	left: -999px;
}
#nav li ul li {
	border-bottom: 1px solid #CCCCCC;
	width: 128px;
	text-align: left;
	padding: 0;
	margin: 0;
}
#nav li ul li a {
	padding: 5px 0 5px 5px;
}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover, #nav li ul li a:active {
	font-size: 12px;
	font-weight: normal;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul ul {
	margin: -23px 0 0 128px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* END FIRST ROW NAV */


/* SECOND ROW NAV */
div#navbar2 {
	clear: both;
}

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#nav2 a {
	display: block;
}
#nav2  li ul li a:hover {
	background: #333333;
}
#nav2 li { /* all list items */
	float: left;
	padding: 3px 23px 0 23px;
}
#nav2 li ul { /* second-level lists */
	position: absolute;
	background: #000000; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	width: 128px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	left: -999px;
}
#nav2 li ul li {
	border-bottom: 1px solid #CCCCCC;
	width: 128px;
	text-align: left;
	padding: 0;
	margin: 0;
}
#nav2 li ul li a {
	padding: 5px 0 5px 5px;
}
#nav2 li ul li a:link, #nav2 li ul li a:visited, #nav2 li ul li a:hover, #nav2 li ul li a:active {
	font-size: 12px;
	font-weight: normal;
}
#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav2 li ul ul {
	margin: -23px 0 0 128px;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999px;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
/* END SECOND ROW NAV */
div#leftnav {
	background: #FFFFFF url();
	float: left;
	width: 226px;
	height: 450px;
	clear: both;
}
div#leftnav ul {
	margin: 0;
}
div#leftnav li {
	list-style: url(images/bullet.gif);
	margin: 15px 0 0 25px;
}
div#leftnav a:link, div#leftnav a:visited, div#leftnav a:hover div#leftnav a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#right {
	float: right;
	width: 235px;
	clear: right;
}
div#spotlight {
	background: #CDCDCD url(images/spotlight_bg.jpg) no-repeat;
	width: 206px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0000CB;
	padding: 0 10px 15px 10px;
	line-height: 150%;
}
div#spotlight h1 {
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 7px;
}
div#spotlight a:link, div#spotlight a:visited, div#spotlight a:hover, div#spotlight a:active {
	font-size: 12px;
}
div#content {
	width: 461px;
	margin: 0 0 0 226px;
	padding: 0 10px;
	text-align: justify;
}
p#address {
	font-size: 10px;
	color: #0000CB;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}
div#photos {
	clear: both;
	background: url(images/gold_bar.jpg) no-repeat;
}
div#photos img {
	padding: 14px 0 0 0;
}
div#copyright {
	color: #999999;
	text-align: center;
}
.aligncenter {
	text-align: center;
}
.tableborders {
	border: 1px solid #000000;
}
.tableborders td {
	border: 1px solid #000000;
	padding: 5px;
}
.bold {
	font-weight: bold;
}
.floatleft {
	float: left;
}
.imagefloatleft {
	float: left;
	margin: 0 15px 0 0;
}
.large {
	font-size: 16px;
}
.caption {
	font-size: 10px;
}
