﻿@charset "utf-8";

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/headerBack.jpg) repeat-x #f8fafb;
	text-align: center;
}

#all {
	text-align: left;
	width: 890px;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
}


#sidebar {
	float: left;
	width: 263px;
	min-height:1260px;
  	height:auto !important;
  	height:1260px;
	background-color: #f8fafb;
}

.info {
	padding-top: 15px;
	clear: both;
}
#main {
	float: left;
	width: 622px;
	background: url(../images/contentBack.gif) no-repeat #003B5E;
	min-height:1260px;
  	height:auto !important;
  	height:1260px;
}

.frame {
	padding-top: 2em;
	padding-bottom: 3em;
}

img.topImage {
	padding: 0;
	margin: 0;
	
}

.content {
	padding: 1em;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5;
}

.content a {
	color: white;
	text-decoration:underline;
}

.content a:hover {
	color: white;
	text-decoration:none;
}

.content hr {
	border: none;
	border-top: 2px solid #FFFFFF;
	height: 2px;
	margin-bottom: 1em;
} 

.sideContent{
	padding: 1em;
	padding-right: 2em;
	color: #003b5e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.sideContent p {
	margin-left: 1em;
	margin-right: 1em;

}

.sideContent a {
	display:inline;
	color: #003b5e;
	text-decoration:underline;
}

.sideContent a:hover {
	color: #003b5e;
	text-decoration:none;
}


#current {
	background-color: #b38813;
	color: white;
}

#current a{
	color: white;
}

#footer {
	clear: both;
	padding-top: 1em;
	padding-left: 280px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	text-decoration:none;
}

#footer a:hover {
	color: black;
	text-decoration:underline;
}

.buttons {
	text-align: center;
	padding: 0;
	margin-bottom: 1em;
}

.buttons img {
	margin-top: 0;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
}
img.float_left {

	float: left;
	border: #b38813 solid 1px;
	padding: 2px;
	margin: 6px 1em 1em 0;
}
div.clear_both {

	clear: both;
}

/* Other Text Formatting */

p {
	margin-bottom:1em;
}

h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:1em;
}
h1.section_header {

	color: #b38813;
	width: 75%;
	padding-bottom: 2px;
	border-bottom: #b38813 solid 2px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:1em;
}


ul {
	margin-left: 2em;
	margin-bottom: 1em;
}
.gold {

	color: #b38813;
}
a.back_to_top {

	font-size: 10px;
	color: #b38813;
	text-align: underline;
	display: block;
	text-align: right;
	clear: both;
}

/* Suckerfish navigation */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 226px;
		font: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 14px;
		color: #003b5e;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 19px;
		/* margin-bottom : -1px; */
		width: 226px;
		border-bottom: 1px solid #003b5e;
		
	}
	
	#nav li:last-child {
		border: none;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -9990%;
		margin-left : 226px;
		margin-top : -47px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -9990%;
	}
	
	#nav li a {
		
		width: 226px;
		w\idth : 198px;
		display : block;
		color: #003b5e;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		padding: 14px;
		
	}
	
	#nav li a:hover, #nav li#current a, #nav li#current ul li a:hover{
		background-color: #b38813;
		color: white;
	}
	
	#nav li#current ul li a{
		color: #003b5e;
		background-color : white;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -9990%;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
