@charset "utf-8";
/* CSS Document */
table { margin: 1em; border-collapse: collapse; }
td, th { border: 1px solid #000; padding: .5em; }
th span { font-weight: normal; font-size: .8em; font-style: italic; }
table .los, .surrogate { font-weight: bold; text-align: center; }
th { background-color: #CCF; }
table .odd { background-color: #FFE; }
table .even { background-color: #EEF; }
table .surrogate { text-decoration: underline; }

body {
	background: #819ab8;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.twoColFixLtHdr #mapcontainer {
	width: 99%; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
} 
.twoColFixLtHdr #container {
	width: 970px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0 10px 0 20px; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #5486BE;
	text-decoration: none;
	display: block;
	font-size: 85%;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #81A6CF;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 hr {
	color: #5486BE;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px #000000;
} 
.twoColFixLtHdr #mainContent img {
	padding: 10px;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 22px;
	color: #D5B716;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent h2 {
	color: #5486be;
	font-size: 16px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent  a {
	color: #8ea727;
	text-decoration: none;}
	
.twoColFixLtHdr #mainContent  a:hover {
	color: #8ea727;
	text-decoration: underline;}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#819ab8;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #page-menu
{
	text-align: center;
	height: 25px;
}

.twoColFixLtHdr #page-menu li
{
	width: 33%;
	height: 25px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	float: left;
	font-size: 11px;
}

.twoColFixLtHdr #page-menu a
{
	display: block;
	color: #8ea727;
	text-decoration: none;
}

.twoColFixLtHdr #page-menu a:hover
{
	display: block;
	color: #8ea727;
	text-decoration: underline;
}

.twoColFixLtHdr .helicopter
{
	width: 45%;
	float: left;
}

.twoColFixLtHdr #mainContent img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.page-selected { background: #FFF; color: #006; }

.quote
{
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

.twoColFixLtHdr #surrogate-note
{
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: .8em;
}

.twoColFixLtHdr #surrogate-note span { text-decoration: underline; }

.twoColFixLtHdr #helicopter-photo-selection
{
	height: 75em;
}

.twoColFixLtHdr #helicopter-photo-selection ul
{
	width: 40%;
	margin: 0 2em;
	float: left;
	text-align: left;
}

.db-report-selection
{
	padding: 2em;
}

.db-report-selection img
{
	display: block;
	float: left;
	margin-right: 1em;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.twoColFixLtHdr #content-menu
{
	margin: 1em;
	list-style-type: none;
}

.twoColFixLtHdr #content-menu li { margin: 1em; }

.twoColFixLtHdr #content-menu a
{
	font-weight: bold;
	color: #8ea727;
}

.twoColFixLtHdr #content-menu a:hover {
	color: #8ea727;
	text-decoration: underline;
}

.twoColFixLtHdr #leveltwoContent img {
	padding: 10px;
}
.twoColFixLtHdr #leveltwoContent h1 {
	font-size: 22px;
	color: #D5B716;
	font-weight: normal;
}
.twoColFixLtHdr #leveltwoContent h2 {
	color: #5486be;
	font-size: 16px;
	font-weight: normal;
}
.twoColFixLtHdr #leveltwoContent  a {
	color: #8ea727;
	text-decoration: none;}
	
.twoColFixLtHdr #leveltwoContent  a:hover {
	color: #8ea727;
	text-decoration: underline;}

/* Mozilla CSS Hack to Fix Object Embed Size */

html:lang(en)>body object, embed
{
	/* rules ignored by Safari, Opera, and IE/Win */
	width: 1024px;
	height: 768px;
}

.cover {margin: 0; float: right; padding: 12px;}
