/* 
	
	NWFSC stylesheet, version .918
	Last updated: 21 June 2010
	
	
	1) Body defaults
	2) Typography - headings, paragraphs, lists
	3) Global page components - #header, #breadcrumbs, #search, #content, #footer
	4) Accessiblity options - hidden links, etc.
	5) Images - image boxes with captions
	6) .grid_8 - widths for 8 column content area
	7) Navigation

*/

/*  1) Body defaults
----------------------------------------------------------------------------------------------------*/
body {	
	font-family: Palatino, 'Palatino Linotype', Georgia, serif;
	font-size: 15px;
	border-bottom: 20px solid #5e8d36;
	/*background: url(../images/992_16_10_10.png) center repeat-y;*/
	background: #5e8d36;
} 

#page {
	background: #fff url(../images/body-top-border.png) top repeat-x;
}

#logos {
	position: absolute;
	top: 40px;
	left: 52px;
	width: 301px;
	height: 70px;
	z-index: 1;
}

.hdr-image {
	padding: 4px;
	border: 1px solid #d5d6d6;
	background: #eceef0;
	z-index: 10;
}

.container_16 {
	
}


/*  2) Typography   
----------------------------------------------------------------------------------------------------*/
/* @font-face */

@font-face {
	font-family: 'MuseoSans500';
	src: url('museosans_500-webfont.eot');
	src: local('?'), url('museosans_500-webfont.woff') format('woff'), url('museosans_500-webfont.ttf') format('truetype'), url('museosans_500-webfont.svg#webfontis20AYYn') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* h1-h6 */
h1, h2 {
	font-family: 'MuseoSans500', sans-serif;
	font-weight: normal;
}


h1 { 
	font-size: 36px;
	line-height: 40px;
	margin-top: 20px; 
	margin-bottom: 0px;
	color: #5e8d36;
}

h2 { 
	font-size: 24px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #2b3c29;
}

h2.title {
	width: 947px; 
	height: 58px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	text-align: right; 
	font-size: 48px; 
	line-height: 40px;
    padding:  22px 15px 0 0; 
	color: #bbb;
	margin: 5px;  
	background: #fff; 
	opacity: .8; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80); 
}
h2.title a {
	text-decoration: none;
	color: #bbb;
}

h2.title a:hover {
	text-decoration: none;
	color: #999;
}

h3 { 
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px; 
	color: #001e3d;
}

.sem #caption h3 {
	font-size: 24px;
	/*color: #5e8d36;
	font-weight: bold;*/
} 

h4 { 
	font-size: 15px; 
	line-height: 20px;
}

.text h1,
.text h2,
.text h3 {
	padding-left: 21px;
	padding-right: 42px;
}



/* p */
p { 
	font-size: 15px;
	line-height: 20px;	
	padding-bottom: 20px; 
}

.text p {
	padding-left: 21px;
	padding-right: 42px;
}

.text .sidenote {
	font-size: 13px; 
	line-height: 16px;
	color: #673f60;
	margin: 3px 0 20px 40px;
	float: right;
	width: 205px;
	padding-right: 0;
}

.text .pullquote {
	font-size: 20px; 
	line-height: 24px;
	color: #673f60;
	margin: -4px 0 20px 40px;
	float: right;
	width: 230px;
	padding-right: 0;
}

.text sub { 
	vertical-align: 0; 
	line-height: 0;
	font-size: 10px;
}

.summary {
	border: 1px dotted #999;
	border-left: none;
	border-right: none;
	padding: 1.4em .5em;
	font-style: italic;
	font-size: 15px;
	margin-right: 42px;
	color: #333;
}

/*.text p.intro:first-letter {
	font-weight: normal;
	font-size: 3.5em;
	line-height: 1em;
	float: left;
	margin: 0.107em 0.107em 0 0;
}*/

.text p.intro:first-line {
	font-weight:bold;
}

/* ol, ul, dl */
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	font-size: 1em; /* 13px */ 
	line-height: 1.5385em; /* 20px */ 
}

dl,
ol,
ul {
	margin-bottom: 20px;
}

/* a */
.text a {
	border-bottom:1px dotted #666666;
	color:#41557F;
	font-weight:bold;
	text-decoration:none;
}	

.text a:hover {
	border-bottom:1px solid #666666;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}



a:focus {
	outline:1px dotted invert
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear: both;
	height:0
}

/*  3) Global page components 
----------------------------------------------------------------------------------------------------*/

.text {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sec-nav {

}

.sec-nav  ul {
	list-style-type: none;
	background: #eee;
	padding: 10px 20px;
	margin: 0 0 40px 0;
}

.sec-nav li {
	margin: 0;
	border-bottom: 1px solid #999;
	line-height: 24px;
}

.sec-nav li  ul { 
	margin-top: 5px;
	padding: 0;
	margin-bottom: 20px;
}

.sec-nav li  li {
	border-bottom: none;
	margin-left: 20px;
	line-height: 16px;
}

.sec-nav li  a {
	text-decoration: none;
}

.sec-nav li  li a {
	font-size: 13px;
}

.sidebar h4,
.sidebar h5,
.sidebar h6 {
	background: #eee;
	padding: 10px 20px 0 20px;
}

.sidebar  .summary {
	margin: 0 0 20px 0;
}

.sidebar.sidenote {
	margin-left: 42px;
}

.sidebar .sidenote  p {
	font-size: 13px; 
	line-height: 16px;
	padding-right: 0;
	margin: 0 0 40px 0;
	padding: 10px;
	background: #59646c;
	color: #eee;
}

.hor-nav {
	list-style-type: none;
	margin-left: 42px;
	margin-top: 40px;
}

.hor-nav li {
	float: left;
	margin: 0;
	line-height: 1.2em;
}

.hor-nav  li:first-child {
	border-left: 1px solid #999;
}

.hor-nav  a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 12px;
	border-right: 1px solid #999;
}

.hor-nav .active {
	background: #5e8d36;
}

.hor-nav .active  a {
	color: #fff;
}

.text .hor-nav {
	margin-left: 0;
}

.text .hor-nav a {
	border-bottom: none;
}

#footer div {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* #footer */

#footer address {
	font-style: normal;
}

#footer {
	margin-top: 60px;
	margin-bottom: 1px;
	background: #333;
	padding: 1px;
	border-bottom: 1px solid #999;
}

#footer .border {
	border: 1px solid #787d94;
}

#footer .links {
	width: 200px;
	float: left;
	padding: 15px 20px;
	/*border: 1px solid #787d94;*/
	border-right: none;
}	
	
#footer * {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
#footer h5 a {
	color: #dbf552;
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #787d94;
	padding-right: 20px;
}		

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

#footer  div {
}

#footer .vcard {
	margin: 15px 10px;
	font-size: 13px;
	color: #eee;
	border-right: 1px solid #eee;
	width: 270px;
	float: left;
}

#footer .vcard * {
	width: 270px;
	padding: 1px 0;
}

#footer .vcard .org {
	font-weight: bold;
	color: #f7fcb1;
}

#footer ul {
	float: left;
	width: 600px;
	margin: 15px 0 15px 55px;
}

#footer li {
	width: 180px;
	float: left;
	padding-right: 7px;
}

#footer a {
	text-decoration: none;
	color: #e2e2e2;
	font-size: 0.8462em;
	line-height: 1.3em;
	display: block;
}


/*  7) Navigation   
----------------------------------------------------------------------------------------------------*/
#nav {
	height: 140px;
	padding-top: 0px;
	position: relative;
}

#nav ul {
	list-style-type: none;
	overflow: visible;
	float: right;

}

#nav li {
	float: left;
	margin: 0;
	line-height: 1.2em;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 6px 8px;
}





#offsite-nav {
	position: absolute;
	top: 4px;
	left: 42px;
	margin: 0;
	padding: 0;
}


#offsite-nav a {
	color: #0094ec;
	padding: 6px;
	font-size: 10px;
	font-weight: bold;
	font-family: 'MuseoSans500', sans-serif;
}

#main-nav {
	position: absolute;
	top: 5px;
	right: 5px;
}

#main-nav a {
	font-size: 14px;
	color: #000;
	padding-top: 30px;
}

#main-nav .selected a {
	background: #f6f5ea;
	border-bottom: 1px solid #6ba13e;
}

#search-nav {
	position: absolute;
	top: 80px;
	right: 5px;
	background: #c1c9d9;
}

/* Lightbox Thumbnails
----------------------------------------------- */



