/*design parameters which apply to the body of the document*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
#bodyFrame {
	width:771px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	left: 0px;
}
/*Formats horizontal menu beneath main banner (national links)*/
#horiz_menu_item {
	background-color: #a7b7d9;
	text-align: center;
	float: left;
	width: 607px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: #a7b7d9;
}
#horiz_menu_item a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
#horiz_menu_item a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#horiz_menu_item a:hover, #horiz_menu_item a:active {
	text-decoration:underline;
	color: #244A9F;
	font-weight: bold;
	}
	
/*formats top level navigation, above banner*/
#topNav {
	height: 12px;
	padding: 5px 0 5px 0;
	color: white;
	background: #244A9F;
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	float: left;
	width: 765px;
	text-decoration: none;
}
#topNav a:link, #topNav a:visited {
	padding: 5px 5px 0 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#topNav a:hover, #topNav a:active {
	text-decoration: underline;
	font-weight: bold;
}
/*float the contact and site map links to the right*/
.right {
	float:right;
}
.left {
	float: left;
}
/*hides various items used for 508 compliance*/
.hidden {
	display: none;
}
#startContent {
	display: none;
}
/*left navigation menu #pageNavigation is the style that defines the top level menu links in the left navigation area*/
#pageNavigation {
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #a7b7d9;
}
#pageNavigation p {
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 8px;
	margin-top: 7px;
}	
#pageNavigation a:link, #pageNavigation a:visited {
	text-decoration: none;
	color: white;
}
#pageNavigation a:hover, #pageNavigation a:active {
	text-decoration: underline;
	color: #A7B7D9;
}

/*left navigation menu #submenu is the style that defines the drop-down menus beneath the top level menu links (light blue background)*/
.submenu {
	background: #A7B7D9;
	color: #244A9F;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.submenu p {
	margin-left: 8px;
	color: #244A9F;
	font-weight: bold;
	margin-right: 5px;
}
.submenu .menuTitle {
	border-bottom: 2px solid #244A9F;
	padding-bottom: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
}
.submenu a {
	color: #FFFFFF;
	font-weight: bold;
}
.submenu a:hover, .submenu a:active {
	text-decoration:underline!important;
	color: #244A9F!important;
	font-weight: bold!important;
}

/*left navigation menu same as above functionality - These #submenu ID's remain to cover pages that have not converted to the new template which uses class: .submenu instead of #submenu */
#submenu {
	background: #A7B7D9;
	color: #244A9F;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#submenu p {
	margin-left: 8px;
	color: #244A9F;
	font-weight: bold;
	margin-right: 5px;
}
#submenu .menuTitle {
	border-bottom: 2px solid #244A9F;
	padding-bottom: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
}
#submenu a {
	color: #FFFFFF;
	font-weight: bold;
}
#submenu a:hover, #submenu a:active {
	text-decoration:underline;
	color: #244A9F;
	font-weight: bold;
}

/*left navigation menu #thirdlevelsubmenu is the style that defines the bottom level submenu links. This style indents the links to the right and make them normal, rather than bold*/
.thirdlevelsubmenu {
	background: #A7B7D9;
	color: #244A9F;
	font-weight: normal;
}
.thirdlevelsubmenu p {
	margin-left: 15px!important;
	color: #244A9F;
	font-weight: normal;
}
.thirdlevelsubmenu a {
	color: #FFFFFF;
	font-weight: normal;
}
.thirdlevelsubmenu a:hover, .thirdlevelsubmenu a:active{
	text-decoration:underline!important;
	color: #244A9F!important;
	font-weight: normal!important;
}
.thirdlevelsubmenu .menuheader{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #244A9F;
	padding-bottom: 2px;
}

/*left navigation menu same as above functionality - These #thirdlevelsubmenu ID's remain to cover pages that have not converted to the new template which uses class: .thirdlevelsubmenu instead of #thirdlevelsubmenu*/
#thirdlevelsubmenu {
	background: #A7B7D9;
	color: #244A9F;
	font-weight: normal;
}
#thirdlevelsubmenu p {
	margin-left: 15px!important;
	color: #244A9F;
	font-weight: normal;
}
#thirdlevelsubmenu a {
	color: #FFFFFF;
	font-weight: normal;
}
#thirdlevelsubmenu a:hover, #thirdlevelsubmenu a:active{
	text-decoration:underline!important;
	color: #244A9F!important;
	font-weight: normal!important;
}
#thirdlevelsubmenu .menuheader{
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #244A9F;
	padding-bottom: 2px;
}

/*Department of the Interior Logo*/
#doi_logo img {
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
}
#doi_logo {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-left: -15px;
	text-align: center;
}
/*defines editable region parameters*/
#content {
	background-color: #FFFFFF;
	float: left;
	padding-left: 6px;
	width: 605px;
	margin: 0px;
	padding-bottom: 9px;
	padding-top: 9px;
	height: auto;
}
/*defines search form parameters*/
#recSearch {
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
}
#recSearch form {
	margin-top: 7px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #204A9F;
	text-align: center;
	vertical-align: bottom;
	width: 600px;
	margin-left: 152px;
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #204A9F;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A7B7D9;
	text-decoration: underline;
}
