@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 851px) {

/* Layout (desktop) */
	
body {
	background: linear-gradient(top, #003366, #ddeeff);
	background: -o-linear-gradient(top, #003366, #ddeeff);
	background: -moz-linear-gradient(top, #003366, #ddeeff);
	background: -webkit-linear-gradient(top, #003366, #ddeeff);
	background: -ms-linear-gradient(top, #003366, #ddeeff);
	background-repeat: no-repeat;
	background-color: #ddeeff;
}

.page { 
	margin: 0 75px;
}
header {
	height: 65px;
	background: url(../images_template/noaa-fisheries.png) no-repeat right 0px;
	font-weight: bold;
}
#main-nav { background-color: #003366; }

.logo {
	font-size: 2em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #999;
	position: relative;
	padding: .5em 0 0 .5em;
	width: 75%;
	display: block;
}
.logo a {
	color: #003366;
}
.logo a:hover {
	text-decoration: none;
	color: #336699;
}

#noaa-nav {
	position: absolute;
	width: 800px;
	top: -25px;
	left: 90px;
	border: 0px solid #cccccc;
}

#noaa-nav a {
	color: #ffffff;
	text-decoration: none;
	margin: 9px;
	padding: 0;
	font-size: 100%;
}

#noaa-nav a:hover {	color: #ffe090; text-decoration: none; }

/* New top right site search */
.top_search {
	background: url("/template_files/images_template/tsearch_bg.png") no-repeat scroll 0 0 transparent;
	border: 1px solid #DFE1E1;
	height: 20px;
	overflow: hidden;
	right: 0;
	margin-top: 5px;
	width: 242px;
}

.top_search #search-text {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	height: 21x;
	margin: 0;
	padding: 0 4px;
	width: 183px;
}

.top_search #submit-btm {
	background: url("/template_files/images_template/search_submit.png") no-repeat scroll 0 0 transparent;
	background-color: #cccccc;
	cursor: pointer;
	font-weight: bold;
	text-indent:-9999px;
	width: 46px;
	height: 22px;
}

.print {
	float: right;
	clear: right;
	width: 35px;
	margin-left: 1%;
}
.print img {
	width: 35px;
	height: auto;
}

.printhead {
	display: none;
}

.green_divider {
	width: 978px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00968a;
	clear: both; /* ignored at header */
	position: relative;
}

#maindiv {
	width: 978px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 0px solid #cccccc;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	color: #092667;
}

/*
 * Left Navigation
 */
.left_navigation {
	color: #092667;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.left_navigation li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.left_navigation li a {
	border-color: #003C79;
	border-style: solid;
	border-width: 1px 0 0;
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 8px;
	text-decoration: none;
	cursor: pointer;
}

.left_navigation li a:hover, .left_navigation .m_active {
	color: #FFE090;
}

.left_navigation ul {
	background-color: #003C79;
	border: 1px none #999999;
	margin: 0;
	padding: 10px 0;
	display:none;
}

.left_navigation ul a {
	background-color: #003C79;
	background-image: none;
	border: 1px solid #003C79;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0 5px;
	padding: 2px 0 2px 4px;
}

.left_navigation ul a:hover, .left_navigation ul a.m_active {
	background: #024487;
}

.left_navigation ul li {
	background:none;
}

.left_navigation.box_three {
	margin-top: 10px;
}

.left_navigation.box_three li {
	background-image: url("/template_files/images_template/button_selected.jpg");
}

.left_navigation.box_three ul li {
	background:none;
}

.left_navigation li.parentClose a {
	background:url(/template_files/images_template/closedArrow.png) no-repeat right top;
}

.left_navigation li.parentClose ul a {
	background:none;
}

.left_navigation li.parentOpen a {
	background:url(/template_files/images_template/openedArrow.png) no-repeat right top;
}

.left_navigation li.parentOpen ul a {
	background:none;
}

.sidenav {
	margin-top:36px;
}

/* Side nav css to match current NOAA template */
#side-nav {
	width: 150px;
	float: left;
	margin: 0 20px 5px 0;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
#side-nav a {
	display: block;
	float: left;
	clear: both;
	width: 90%;
	padding: 3px 3px 3px 8px;
	background-color:#003c79;
	background-image:url(/template_files/images_template/button_unselected.jpg);
	color:#ffffff;
	border:1px solid #003c79;
}
#side-nav a:hover {
	color: #ffe090;
}

/* Photo Gallery CSS */
#gallery { width: 100%; margin: 0 auto; }

.gallery-link {
	width: 23%;
	float: left; 
	margin: 0 10px 10px 0;
	border: 1px solid #336699;
	box-shadow: 3px 3px 3px #dddddd;
	padding: .3em 0 0 0;
	text-align: center;
}
.gallery-link h2 { margin: 5px; }
.gallery-link a { display: block; }
.gallery-link img {
	width: 100%; 
	max-height: 110px; 
}
.gallery-image, .photo {
	width: 47%;
	height: 150px; 
	float: left; 
	padding: 0;
	clear: none; 
	margin: 0 20px 15px 0px; 
	overflow: auto;
	border-top: 1px solid #dddddd;
	border-radius-left: 10px;
	font-size: .9em;
	line-height: 1.2em;
}
.gallery-image a { text-decoration: underline; }
.gallery-image img, .photo img { 
	float: left; 
	width: 50%;
	margin-right: 5px; 
	max-height: 150px; 
}

/*Staff bio colorbox*/
#staff { width: 1000px; }

/*Staff Page CSS */

#content #Tabs1 ul li { margin: 0 10px 0 0; }

.division { width: 22%; float: left; clear: none; margin-right: 10px; background-color: #EBEBEB; border: 1px solid #cccccc; border-radius: 10px; padding: 5px; }
.division img { margin: 0 10px 10px 0; border: 1px solid #336699; border-radius: 10px; box-shadow: 3px 3px 3px #dddddd; }

#cboxContent img { float: right; margin: 5px; }
#cboxContent ul li { margin: 0 0 0 25px; }
#cboxContent p { margin-top: 10px; }

#content {
	height: auto;
}

#content h1, #content h2, #content h3, #content h4 	{ margin: 0 0 .5em 0; }

.table {
	width: 100%;
}
#footer {
	width: 100%; /* should be 978px MAX - set to 984 for design purposes */
	height: 14em;
	background-color: #003366;
}
.footer-links {
	float: left;
	width: 25%;
	margin-left: 1em;
}

.footer-links h4 {
	font-size: 90%;
	color: #f1f1f1;
	padding: 0;
	margin: .5em 0 0 .5em;
}

#footer ul {
	list-style: none;
	padding: 10px 8px;
	margin: 0;
}
#footer ul li {
	line-height: 1em;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover { color: #ffe090; }

#footer-logos {
	float: right;   /* float right if footer column 1 is used */
	width: auto;
	text-align: left;
	padding-right: 3em;
}
}
