@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/layout/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#14364a;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
}
h1{
	font-family:"Times New Roman", Times, serif;
	color:#192a35;
	font-size:1.8em;
	border-bottom:4px solid #e3dfc6;
	margin:0;
	padding:0;
	padding-top:15px;
}
h2{
	font-family:"Times New Roman", Times, serif;
	color:#7f784e;
	font-size:1.3em;
}
#header{
	background-image:url(../images/layout/header_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:854px;
	height:139px;
	margin-left:auto;
	margin-right:auto;
}
#subnav{
	width:200px;
	float:right;
	margin-right:35px;
	margin-top:10px;
}
#subnav a{
	text-decoration:none;
	border-bottom:1px dashed #0e405b;
	color:#0e405b;
	padding:1px;
}
#subnav a:hover{
	background-color:#0e405b;
	color:white;
}
#shell{
	width:700px;
	margin-right:auto;
	margin-left:auto;
	background-color:#7f784e;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#7f784e;
	line-height:2em;
}

#nav a {
	display: block;
	text-decoration:none;
	color:white;
	width:10em;
	text-align:center;
}
#nav a:hover{
	background-color:#0a4062;
	color:white;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #7f784e;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.over { 
  position: static;
 }  
#content{
	padding-left:15px;
	padding-right:15px;
	background-color:white;
}
#content a{
	color:#113c64;
	text-decoration:none;
	border-bottom:1px dashed #b7ad70;
}
#content a:hover{
	background-color:#ccdcec;
}
#bottom{
	clear:both;
	background-color:#b7ad70;
	height:15px;
}
#footer{
	background-image:url(../images/layout/bottom.gif);
	background-repeat:no-repeat;
	width:854px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#b7ad70;
	margin-top:5px;
	font-size:.9em;
}
#footer a{
	color:#d8d3ad;
	border-bottom:1px dashed #d8d3ad;
	text-decoration:none;
}
#footer a:hover{
	color:#143549;
	background-color:#d8d3ad;
}
#holes ul{
	list-style:none;
	padding:0;
	margin:0;
	padding-top:10px;
	text-align:center;
}
#holes ul li{
	display:inline;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	width:1em;	
	background-color:#ccdcec;
}
#holes a{
	text-decoration:none;
	border:0;
}
#holes a:hover{
	text-decoration:underline;
}	
.logo{
	margin-left:95px;
	margin-top:10px;
}
.tagline{
	font-size:1.3em;
	color:#c7c8b5;
}
.caption{
	background-color:#B7AD70;
	color:white;
	text-align:center;
	font-weight:bold;
}
.table{
	margin-top:15px;
	margin-left:15px;
}
.form{
	border:1px solid #b7ad70;
}