/* @override http://sarp/css/custom.css */

body {
  background: #00072b url(../images/body_bg.jpg) no-repeat top center;
  font-size: 12px;
  line-height: 20px;
  color: #1a3845;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding-top: 159px;
  z-index: 1;
}

.home-intro h2 {
  margin-bottom: 4px;
}

.clear {
  clear:both;
}
.clearfix:after
{
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  overflow: hidden;
}

.clearfix
{
  display:block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
  height:1%;
}
 /*End hide from IE-mac*/
 
/*@group Some Typography and Colors*/

h1, h2, h3, h4, h5, h6 {
  color: #096fac;
  line-height: 1em;
}

h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
h2 {
  font-size: 28px;
  font-weight: bold;;
}

a {
  color: #096fac;
}
/*@end*/
#pagewrapper {
  background: url(../images/page_middle.png) repeat-y 0 0;
  position: relative;
  z-index: 2;
}

#pagewrapper .page_top {
  position: relative;
  top: -59px;
  left: 0;
  margin-bottom: -59px;
  display: block;
  height: 59px;
  width: 940px;
  background: url(../images/page_top.png) no-repeat top right;
}

#pagewrapper .page_bottom {
  position: absolute;
  bottom: -59px;
  left: 0;
  display: block;
  width: 940px;
  height: 59px;
  background: url(../images/page_bottom.png) no-repeat top right;
  z-index: 3;
}

input#signin_username {
  margin: 0 0 1em 1em;
}

input#signin_password {
  margin: 0 0 .5em 1em;
}
input#signin_remember {
  margin-left: 1em;
}

/*@group Navigation*/

#navigation {
  list-style-type: none;
  position: absolute;
  left: 280px;
  top: -98px;
  width: 600px;
  height: 51px;
  z-index: 50;
  background: url(../images/navigation_sprite.png) no-repeat;
}

#navigation li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

#navigation a {
  text-indent: -99999px;
  display: block;
  height: 51px;
}

#navigation .partnership a {
  left: 0;
  width: 117px;
}

#navigation .partnership a:hover, #navigation .partnership a:focus, #navigation .partnership a:active {
  background: url(../images/navigation_sprite.png) no-repeat 0 -51px;
}

#navigation .programs a {
  left: 117px;
  width: 98px;
}

#navigation .programs a:hover, #navigation .programs a:focus, #navigation .programs a:active, #navigation .programs a.hovered {
  background: url(../images/navigation_sprite.png) no-repeat -117px -51px;
}

#navigation .focus a {
  left: 215px;
  width: 77px;
}

#navigation .focus a:hover, #navigation .focus a:focus, #navigation .focus a:active,
#navigation .focus a.hovered {
  background: url(../images/navigation_sprite.png) no-repeat -215px -51px;
}

#navigation .news a {
  left: 292px;
  width: 71px;
}

#navigation .news a:hover, #navigation .news a:focus, #navigation .news a:active {
  background: url(../images/navigation_sprite.png) no-repeat -292px -51px;
}

#navigation .opportunities a {
  left: 363px;
  width: 124px;
}

#navigation .opportunities a:hover, #navigation .opportunities a:focus, #navigation .opportunities a:active {
  background: url(../images/navigation_sprite.png) no-repeat -363px -51px;
}

#navigation .documents a {
  left: 487px;
  width: 113px;
}

#navigation .documents a:hover, #navigation .documents a:focus, #navigation .documents a:active {
  background: url(../images/navigation_sprite.png) no-repeat -487px -51px;
}


#navigation ul {
	left: -15px;
	position: absolute;
	top: 51px;
	overflow: hidden;
	z-index: 50;
	background: url(../images/navigation_dropdown.png) no-repeat left bottom;
	width: 219px;
	padding-bottom: 15px;
}

#navigation ul li {
	width: 100%;
	display: block;
	clear: both;
}

#navigation ul li a {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	text-indent: 0;
	width: auto !important;
	height: auto;
	/*background: #41a2dc !important;*/
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: none !important;
	color: #2b76a3;
}

/*SECONDARY NAV*/
div#secondary-nav-wrapper {
  background: transparent url('../images/subnav-repeat.png') scroll repeat-y top center;
  float: right;
  margin: 25px -100px 24px 20px;
  position: relative;
  width: 188px;
  z-index: 50;
}

#secondary-nav {
  background: transparent url('../images/subnav-top.png') scroll no-repeat top center;
  margin-bottom: -24px;
  padding-top: 16px;
  position: relative;
  top: -24px;
}
#secondary-nav ul {
  margin-top: 14px;
  margin-bottom: 0px;
}
#secondary-nav li ul {
  margin-bottom: 0;
}
#secondary-nav li {
  list-style: none;
  margin-left: 7px;
  margin-bottom: 6px;
}
#secondary-nav ul li {
  margin-left: 8px;
  width: 158px;
}
#secondary-nav ul li ul li
{
  width:135px
}
#secondary-nav a {
  background: transparent url('../images/subnav-underline.gif') scroll repeat-x bottom;
  color: #002846;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  text-transform: capitalize;
}
span.secondary-nav-footer {
  background: transparent url('../images/subnav-footer.png') no-repeat bottom center;
  clear: both;
  display: block;
  height: 22px;
  position: relative;
  bottom: -22px;
}
#secondary-nav ul.sub-nav ul {
  margin: 3px 0px 0;
}
#secondary-nav .active
{
  font-weight:bold;
  color: #096FAC;
}

#secondary-nav ul.sub-nav ul.projects-list {
  margin-bottom:12px;
  margin-top:6px;
}

ul.sub-nav ul li {
  background: transparent url('../images/subnav-caret.png') no-repeat left 6px;
  padding-left: 12px;
}

#secondary-nav ul.sub-nav ul li.active {
  background: transparent url('../images/subnav-caret-nested.png') no-repeat left 6px;
}

#secondary-nav ul.sub-nav ul li.parent a {
  color: #096fac !important;
}

#secondary-nav ul.sub-nav ul li.parent ul li.active a {
  color: #666666 !important;
}



#secondary-nav ul.sub-nav ul li a {
  color: #096fac;
  font-size: 11px;
}

#secondary-nav ul.sub-nav ul li.active a {
  color: #666;
}

#secondary-nav ul.sub-nav li ul li ul li a {
  color: #096FAC !important;
}

#secondary-nav ul.sub-nav ul li.parent {
  background: transparent url('../images/subnav-caret.png') no-repeat left 6px;
}

/*@end*/

/*@group pager*/
span.results-info {
  display: none;
}
ul#pagination {
  height: 12px;
}
ul#pagination li {
  float: left;
  list-style: none;
  line-height: 12px;
  margin: 0 16px 0 0;
}
ul#pagination li a {
  text-decoration: none;
}
ul#pagination li.last-page,
ul#pagination li.first-page {
  display: none;
}
ul#pagination li.next-page a,
ul#pagination li.previous-page a {
  background: transparent url('../images/breadcrumb-prev-next.png') scroll no-repeat right 4px;
  display: block;
  height: 12px;
  text-indent: -9999px;
  width: 10px;
}
ul#pagination li.previous-page a {
  background-position: left 4px;
}
/*@end*/
/*@group sidebar- global*/
#sidebar {
  color: #ffffff;
  padding-top: 140px;
  position: relative;
  left: -30px;
  margin-bottom: -80px;
  z-index: 200;
}

#sidebar h1 {
  position: absolute;
  left: -15px;
  top: -160px;
  width: 321px;
  height: 281px;
  background: url(../images/logo.png) no-repeat;
  text-indent: -9999px;
}
#sidebar h1 a {
  display: block;
  height: 281px;
  text-indent: -9999px;
  width: 321px;
}
#sidebar h3 {
  text-indent: -9999px;
  float: right;
  margin-bottom: 10px;
}

#sidebar #map, #sidebar #quicklinks {
  width: 275px;
  margin-right: 20px;
  margin-bottom: 30px;
}

#sidebar #quicklinks {
  z-index: 300;
}

#sidebar #map {
  margin-bottom: 16px;
  position:relative;
}
#sidebar #map #temp_overlay {
  background:url('../images/blank.gif') repeat 0 0;
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:100;
}
#sidebar #map object {
  float: right;
}

#sidebar #map h3 {
  width: 250px;
  height: 25px;
  background: url(../images/activities_by_state.png) no-repeat;
}

#sidebar #quicklinks {
  margin-bottom: 0px;
}
#sidebar #quicklinks h3 {
  width: 250px;
  height: 25px;
  background: url(../images/quick_links.png) no-repeat;
}

#sidebar #quicklinks ul {
  width: 230px;
  float: right;
  list-style-type: none;
  text-align: right;
}

#sidebar #quicklinks li {
  margin: 0;
  margin-bottom: 10px;
}

#sidebar #quicklinks li.nfhap {
  margin-top: 40px;
}

#sidebar a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar a.national-fish-logo {
  background: transparent url('../images/national-fish-habitat.gif') scroll no-repeat top right;
  display: block;
  height: 74px;
  position: relative;
  text-indent: -9999px;
  width: 208px;
  margin-left: 67px;
}

h5.right-column-title,
h5.right-nav-header {
  background: transparent url('../images/subnav-header-border.gif') scroll repeat-x bottom left;
  color: #000;
  display: inline;
  font-size: 14px;
  padding: 0 44px 3px 0px;
}
/*@end*/

/*@group Page global*/
#page {
  position: relative;
  left: -40px;
  z-index: 5;
  margin-bottom: -59px;
  top: -40px;
}

#page .inner {
  padding-left: 7px;
  padding-right: 70px;
}
/*@end*/

/*@group Hompage Page*/
div.home-wrapper {
  position: relative;
  top: 20px;
}

div.home-wrapper h1 {
  margin-bottom: 2px;
}

div.home-wrapper h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
}
.photos {
  display: block;
  width: 258px;
  height: 443px;
  background: url(../images/home_photos.png) no-repeat;
  float: left;
  position: relative;
  margin-left: -25px;
  margin-bottom: -55px;
  top: -34px;
  z-index: 10;
}

.home-intro {
  padding-left: 235px;
  width: 340px;
  line-height: 20px;
}

.home-intro h3.full-name {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}

.home-intro blockquote {
  position: relative;
  top: -15px;
  color: #2775ab;
  text-align: center;
  font-style: italic;
}

form.search-form {
  line-height: 19px;
  position: absolute;
  right: 90px;
  top: -40px;
}

form.search-form input#search_keywords {
  background: #fff url(../images/search-maginifying-glass.png) no-repeat scroll left center;
  border: 1px solid #85c4d1;
  float: left;
  line-height: 19px;
  height: 17px;
  margin: -1px 7px 0 0;
  padding: 2px 0 0 19px;
  width: 140px;
  line-height: 15px;
}

.home-search form.search-form {
  line-height: 19px;
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

.home-search {
  width: 610px;
  height: 35px;
  background: url(../images/home_search.jpg) no-repeat;
  position: relative;
  left: -22px;
  margin-bottom: 30px;
}

.home-search input {
  position: absolute;
  left: 365px;
  vertical-align: middle;
  top: 6px;
}

.home-search form.search-form input#search_keywords {
  width: 135px;
  height: 18px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-right: 4px;
  padding-top: 3px;
  border: 0;
  float: none;
  background: #ffffff url(../images/searchbg.png) no-repeat center left;
}

.home-search input#search-submit {
  left: 525px;
}


/*div.the_partnership {
  margin-top: 2em;
}*/
div.partnership-content {
  margin-bottom: 17px;
}
a.partnership-read-more {
  background: url(../images/arrow-right.png) no-repeat center left;
  color: #323232;
  float: right;
  font-weight: bold;
  padding-left: 16px;
  display:inline;
}
/*@end*/

/*@group Interior Page*/
#content-header
{
  margin-left:-40px;
}
ul.breadcrumbs {
  color: #666666;
  position: relative;
  top: -40px;
  left: 16px;
  width: 330px;
  float:left;
  margin-bottom:10px;
}
ul.breadcrumbs li {
  display: inline;
  list-style: none;
  margin: 0 12px 0 0;
}
ul.breadcrumbs a {
  background: transparent url('../images/breadcrumb-separator.png') scroll no-repeat right center;
  color: #096fac;
  padding-right: 12px;
}
div.textwrap {
  margin-bottom: 0px;
}
div.inner div.textwrap h3 {
  color: #1a3845;
  font-size: 16px;
  margin: 1em 0 .5em;
}
/*@end*/

/*@group About Page*/
div.inner h1 {
  margin-bottom:  6px;
}
h3.interior-subhead {
  color: #1a3845;
  font-size: 16px;
  margin-bottom: 6px;
}
div.featured-project {
  background: transparent url('../images/featured-project-shadow.png') scroll repeat-y top left;
  font-size: 11px;
  float: right;
  margin: .5em -10px 70px 0;
  position: relative;
  width: 343px;
  margin-right: -25px;
}
div.featured-project h3 {
  background: transparent url('../images/featured-project-header.png') scroll no-repeat top left;
  height: 33px;
  margin-bottom: 6px;
  text-indent: -9999px;
}
span.featured-project-footer {
  background: transparent url('../images/featured-project-footer.png') scroll no-repeat bottom left;
  clear: both;
  display: block;
  height: 22px;
}
div.featured-project h4.title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  text-decoration: underline;
}

div.featured-project div.textwrap {
  padding:0 18px 0 24px;
}
a.read-more {
  color: #096fac;
/*  font-weight: bold;*/
/*  padding-left: 4px;*/
  display:block;
/*  text-transform: uppercase;*/
}
img.about-image {
  float:right;
  margin: 0 0 -34px -8px;
  position:relative;
  top:-34px;
}
div.featured-project a.read-more {
  color: #666666;
  text-transform: uppercase;
  display:inline;
}
ul#about-links {
  margin-top:0.5em;
  padding:30px 0 0 2px;
}
ul#about-links li {
  background: transparent url('../images/large-right-arrow.png') scroll no-repeat center left;
  list-style: none;
  letter-spacing: .5px;
  margin: 0px 0px 15px 0px;
  padding-left: 25px;
}
ul#about-links a {
  color: #1a3845;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
/*@end*/
/*@group Programs*/
ul#program-list li {
  list-style: none;
  margin: 2.5em 0;
}
ul.content-listing li
{
  margin: 2em 1;
}
li.program h3, .program-project-list h3, .content-listing li h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
li.program p {
  display: inline;
}
li.program img {
  float:right;
  height:90px !important;
  margin-left:6px;
}
span.serving {
  display: block;
  margin-bottom: 2px;
}
.program div.date {
  color: #1a3845;
  font-weight: bold;
  margin-bottom: .5em;
}
/*@end*/
/*@group Projects*/
div.contact-info {
  margin-top: 30px;
}
div.contact-info h4 {
  margin-bottom: 4px;
}
div.contact-info ul li {
  margin: 0 0 4px;
  list-style: none;
}
ul.project-attachments-list li {
  margin-left: 0;
  list-style: none;
}

ul.project-attachments-list li a
{
  background: transparent url('../images/icon-doc.png') scroll no-repeat right center;
  padding: 5px 22px 5px 0px;
}

.category-assets a, #sub-category-tree a.document, #sub-category-tree .category-attachments-list a
{
  background: transparent url('../images/icon-doc.png') scroll no-repeat left center;
  padding: 5px 0px 5px 22px;
}

.category-attachments-list, .category-documents-list, .category-attachments-list li, .category-documents-list li
{
  margin:0;
  padding:0;
  list-style-type:none;
}

ul.project-attachments-list li a.pdf {
  background-image: url('../images/icon-pdf.png');
}
.pdf img
{
  margin-bottom:-5px
}
.program-project-list .pdf img
{
  height:30px;
  padding-left:10px;
}
/*@end*/
/*@group Partner*/
div.partner-form label {
  display: block;
}
div.partner-form input {
  margin: 0 0 1em 0;
  width: 268px;
}
div.partner-form input#become_partner_agreement
{
  width:auto;
}

input#partner-submit {
  width: 105px;
}
/*@end*/

/*@group Contact*/
form#contact-form label {
  display: block;
}

form#contact-form input, 
form#contact-form textarea {
  margin-bottom: 16px;
}

form#contact-form input {
  width: 267px;
}

form#contact-form textarea {
  height: 123px;
  width: 457px;
}

form#contact-form #contact-submit {
  width: 106px;
}
ul.error_list {
  color: red;
  margin-bottom: 0px;
}
ul.error_list li {
  list-style: none;
  margin-left: 0;
}

form#contact-form div.agreement-input label {
  display:inline;
}

form#contact-form input#contact_request_agreement {
  width: auto;
}
/*@end*/

/*@group search results*/
div.happening {
  margin-bottom: 1.5em;
}
div.happening h2 {
  font-size: 12px;
  margin-bottom: 2px;
}

div.happening span.date {
  font-size: 12px;
}
div.happening p {
  margin-bottom: 6px;
}
/*@end*/
/*@group Document listing*/
div.document_listing {
  font-size: 1.2em;
  margin: 1em 0;
}
.more-categories
{
  margin: 10px 0;
}
.category_list li
{
  list-style-type:none;
  margin:0;
}

.sep
{
  padding:5px;
}
.bullet
{
  background: transparent url('../images/bullet_point.gif') scroll no-repeat center center;
  padding:5px;
  margin-right:5px;
}

span.date, span.author {
  color:#1A3845;
  font-size:16px;
  font-weight:bold;
  margin-bottom:1em;
}

span.author {
  font-style: italic;
}

/*keyword search*/

form#keyword-search {
  margin-top: 1em;
}

form#keyword-search input#search_keywords {
  background: transparent;
  border: 1px solid #85C4D1;
  padding: 2px;
  width: 155px;
}
input#keyword-search-submit {
  margin-top: .5em;
}
form#keyword-search label {
  font-weight: bold;
}
/*@end*/

/*@group Slideshow*/

div.picture-viewer {
  position: relative;
  float: right;
  text-indent: -9999px;
  padding: 0 0 30px 30px;
}

div.picture-viewer img {
  display: block;
  text-indent: 0;
}

div.picture-viewer .controls {
  display: none;
}

div.picture-viewer span {
  background: transparent url(../images/slideshow_wrapper.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 221px;
  height: 169px;
  z-index: 200;
}

div.picture-viewer .viewer, div.picture-viewer {
  width: 221px;
  height: 169px;
  overflow: hidden;
}

div.picture ul {
  list-style-type: none;
}

div.picture-viewer li {
  margin: 0;
}

/*@group Print Thingy*/

div.print a {
  float: right;
  margin-right: 20px;
  padding-left: 20px;
  background: url(../images/printicon.png) no-repeat left center;
}

/*@group Site Info footer*/

#site-info {
  color: #ffffff;
  height: 30px;
  position: relative;
  top: 50px;
}

#site-info a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 16px;
  margin-right: 10px;
  background: url(../images/arrow.png) no-repeat center left;
}

#site-info .copyright {
  color: #fff;
  position: relative;
  left: -45px;
}

#site-info .extralinks {
  position: relative
}

#site-info .tagline {
  position: relative;
  left: -45px;
  top: -20px;
}

#site-info .tagline a {
  font-size: 9px;
  color: #fff;
  font-weight: normal;
  background: none;
  padding: 0;
}

ul.bottom-nav li {
  background: transparent url('../images/arrow-right.png') scroll no-repeat left center;
  display: inline;
  margin: 0;
  text-transform: capitalize;
}
/*@end*/

/*@group Admin*/
div#content_actions {
  padding: 0 10px;
  position: absolute;
  top: 0px;
  width:100%;
  background:white;
  opacity: .7;
  z-index:100;
}
div#content_actions ul {
  margin-bottom:0;
}
div#content_actions h3 {
  float: left;
  margin-bottom: 6px;
  font-size:20px;
}
div#content_actions ul li {
  display: inline;
}
/*@end*/