/* @override http://www.seafoodhealth.net/files/screen.css */

/* @group general */

html {
	background: #fff url(/files/html_bkg.gif) repeat-x 50% 0;/**/
	float: left;
	width: 100%;
}

body {
	background: transparent url(/files/body_bkg2.png) no-repeat 50% 110px;/**/
	margin: 0;
	padding: 0 0 10px 0;
	font: normal 62%/75% Arial, Helvetica, Verdana, sans-serif;
	/*font: normal 12px/16px Arial, Helvetica, Verdana, sans-serif;*/
	color: #333;
	float: left;
	width: 100%;
}

a {
	color: #5e6167;
}

#main a, #sidebarR a {
	color: #5e6167;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#main a:hover, #sidebarR a:hover {
	border-color: #333;
}

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: bold;
	color: #5e6167;
	margin-top: 20px;
}

h2 {
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: bold;
	color: #555;
	margin-top: 20px;
}

h3 {
	font-size: 1.2em;
	line-height: 1.0em;
	font-weight: normal;
	color: #316b7e;
	margin-top: 20px;
}

h4 {
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	color: #316b7e;
	margin-top: 10px;
}

table {
	clear: both;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 1.1em;
}

form {
	margin: 0;
	padding: 0;
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.1em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: normal;
}

.hidden {
	position: absolute;
	left: -9999px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fontsizer {
	position: absolute;
	left: 10px;
	top: 10px;
}

/* @end */

/* @group layout */

#wrapper {
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
	background: transparent url(/files/footer_bkg.png) no-repeat 50% 100%;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url(/files/header_bkg5.jpg) no-repeat 50% 0;
}

#nav {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
}

#content {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
	min-height: 400px;
}

#main {
	float: left;
	width: 470px;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
	background-color: #fff;
}

#sidebarL {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	min-height: 250px;
}

#sidebarR {
	float: right;
	width: 190px;
	margin: 20px 0 0 0;
	padding: 0 15px;
	background: transparent url(/files/sidebar_bkg.png) no-repeat 0 0;
	min-height: 250px;
	position: relative;
	z-index: 1;
	min-height: 440px;
}

#footer {
	float: left;
	width: 910px;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 18px 20px 18px 20px;
	color: #5e6167;
}

/* @end */

/* @group header */

#header h1 {
	float: left;
	padding: 0;
	margin: 0;
	height: 130px;
}

#header h1 a {
	width: 220px;
	height: 130px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent url(/files/logo3.png) no-repeat 50%;
}

/* @group utilities */

#header .utilities {
	width: 240px;	
	position: absolute;
	right: 0;
	bottom: -20px;
	color: #fff;
	text-align: right;
	z-index: 10;
}

#header .utilities h2 {
	width: 210px;
	font-size: 1.4em;
	line-height: 2.4em;
	margin: 0;
	padding: 0 15px;
	float: left;
	background: transparent url(/files/utility_bkg.png) repeat 0 0;
	color: #fff;
}

#header .utilities p {
	margin: 0;
	padding: 0 5px 0 0;
	background-color: #000;
	font-size: 1.0em;
	line-height: 1.75em;
	width: 215px;
	float: right;
}

#header .utilities p a {
	color: #fff;
	padding: 0 10px 0 0;
	text-decoration: none;
}

#header .utilities p a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group main */

#main>h1 {
	margin-top: 0;
}

#main a {
	color: #ec7a08;
}

/* @group tables */

table {
	width: 100%;
	border: 1px solid #bbb;
	border-width: 2px 0;
}

caption {
	font-size: 1.2em;
	line-height: 1.0em;
	font-weight: bold;
	color: #555;
	text-align: left;
	margin: 0 0 10px 0;
}

th, td {
	font-size: 1.1em;
	color: #666;
	padding: 5px;
	border: 1px solid #ddd;
	border-width: 1px 0 1px 1px;
}

th {
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	color: #333;
}

tr th:first-child, tr td:first-child {
	border-left: none;
}

/* @end */

/* @end */

/* @group search */

form.search {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
}

form.search label {
	text-transform: uppercase;
	display: block;
}

form.search input.input {
	float: left;
	width: 164px;
	height: 18px;
	margin: 0;
	padding: 0 2px;
	font: normal 0.9em/1.6em Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	border: 1px solid #ccc;
}

form.search input.button {
	float: left;
	margin: 0;
}

form#phonebook_f.phonebook {
	left: -15px;/**/
	/*margin: 0 -15px;*/
	padding: 0 15px 10px 15px;
	background: #f2a252 url(/files/sidebar_bkg.png) no-repeat 0 0;
}

form#phonebook_f.search label {
	color: #fff;
}

/* @end */

/* @group sidebarL */

.nav {
	background: #5bc6e8 url(/files/sidebarL_nav_bkg.png) repeat-y 100% 50%;
	line-height: 1.2em;
}

.nav, .nav ul, .nav li, .nav a {
	/*float: left;*/
	display: block;
	list-style: none;
	position: relative;
}

.nav a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 0.3em 0;
	background: none;
}

/*.nav li li a {
	padding: 0.35em 0;
}*/

.nav a.active {
	font-weight: bold;
	text-decoration: none;
	color: #316b7e;/**/
}

.nav a.current {
	text-decoration: underline;
}

.nav a:hover {
	text-decoration: underline;
}

.nav > li {
	width: 200px;
}

/*.nav li li {
	width: 185px;
}

.nav li li li {
	width: 165px;
}*/

.nav ul {
	margin: 0;
	/*padding: 5px 0 5px 17px;*/
	padding: 5px 0 5px 0;
	overflow: hidden;
}

.nav ul ul {
	/*padding: 0 0 0 13px;*/
	padding: 0;
}

.nav li {
	margin: 0;
	padding: 5px 5px 5px 17px;
	border-top: 1px solid #8cd6ed;
}

.nav li:first-child {
	border: none;
}

.nav>ul>li:first-child {
	background: transparent url(/files/menu_home.gif) no-repeat 5px 0.9em;/**/
}

.nav li li {
	margin: 0 -5px 0 0;
	padding: 0 5px 0 13px;
	border: none;
	background: transparent url(/files/menu_child.gif) no-repeat 0 0.5em !important;/**/
}

.nav li li.current {
	background-image: url(/files/menu_current.gif) !important;
}

.nav li.active {
	background: transparent url(/files/sidebarL_nav_hilite_bkg.png) repeat-y 100% 50%;
}

.nav li.active li {
	background-color: transparent;
}

.nav li.opened {
	background-color: #5bc6e8;
}

.nav li li.parent {
	background: none !important;
}

.nav li div.widget {
	position: absolute;
	/*left: -12px;*/
	left: 4px;
	top: 0.7em;
	width: 10px;
	height: 14px;
	background: transparent url(/files/menu_open.gif) no-repeat 50% 50%;
	cursor: pointer;
}

.nav li li div.widget {
	left: 0;
	top: 0.3em;
}

.nav li div.widget.expanded {
	background-image: url(/files/menu_close.gif);
}

.nav li div:hover.widget {
	background-image: url(/files/menu_open_hover.gif);
}

.nav li div:hover.widget.expanded {
	background-image: url(/files/menu_close_hover.gif);
}

#sidebarL .nav .sitemap-only {
	display: none;	
}

/* @end */

/* @group sidebarR */

#sidebarR .article {
	float: left;
	width: 100%
}

#sidebarR .article ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebarR .article li {
	margin: 0;
	padding: 0 0 0 15px;
	background: transparent url(/files/thin_arrow_right.gif) no-repeat 0 .5em;
}

#sidebarR h2, #sidebarR label {
	margin: 16px 0 0 0;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #ec7a08;
	text-transform: uppercase;
	font-weight: bold;
}

/* @end */

/* @group drawers */

.drawer {
	margin: -1px 0 0 0;
	padding: 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.drawer h2, .htmlzoomer h2 {
	margin: 0;
	padding: 10px 0;
	height: 1%;
	background: transparent url(/files/drawer_open.gif) no-repeat 99.5% 50%;
}

.drawer.hover, .drawer.active, .drawer.active h2 {
	background-color: #ffffe6;
	/*cursor: default !important;*/
}

.drawer.active h2 {
	background-image: url(/files/drawer_close.gif);
}

/* @end */

/* @group htmlzoomer */

.htmlzoomer {
	background-color: #ffffe6;
	margin: 0;
	padding: 0 10px;
	width: 500px;
	height: 400px;
}

.htmlzoomer div {
	overflow: auto;
	height: 350px;
}

/* @end */

/* @group tab-links */

.tab-links {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.tab-links {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.tab-links li {
	float: left;
	margin: 0 5px -1px 0;
	padding: 0;
	border: 1px solid #ccc;
	list-style: none;
	background-color: #ffffe6;
	position: relative; /* required for ie6 negative margin */
}

.tab-links li.active {
	background: #fff;
	border-bottom-color: #fff;
}

.tab-links li.active a:link, .tab-links li.active a:visited {
	color: #000;
}

.tab-links li a:link, .tab-links li a:visited,
.tab-links li a:active, .tab-links li a:hover {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	border: none;
	background: none;
}

.tab-links li a:hover {
	background: #fff;
}

/* @end */

/* @group utilities */

.fontsizer .disabled {
	color: #ccc;
	cursor: default;
}

.top {
	position: absolute;
	left: -9999px;
}

/* @end */

/* @group footer */

#footer ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	margin: 0;
	padding-left: 14px;
	background: transparent no-repeat 0 50%;	
}

#footer li.left {
	margin-right: 10px;
}

#footer li.right {
	margin-left: 10px;
}

#footer li.i_1 {
	background-image: url(/files/footer_owner.gif);	
}

#footer li.i_2 {
	background-image: url(/files/footer_modified.gif);	
}

#footer li.i_3 {
	background-image: url(/files/footer_policy.gif);	
}

#footer li.i_4 {
	background-image: url(/files/footer_email.gif);	
}

#footer .right .sitename {
	font-weight: bold;
}

#footer .right .credit {
	display: none;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	border-bottom: 1px solid #d7ccc8;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* @end */

/* @group home */

.news {
	float: right; /* required to be "right" for ie7 to play nice with adjacent "read more" button" */
	clear: both;
	width: 455px;/* required for ie7 to retain width when competing with "read moire" buttons */
	margin: 0 0 0 -15px;
	padding: 30px 0 15px 30px;
	position: relative;
	background: transparent url(/files/news_bkg.png) no-repeat 0 0;
}

#main .news h2 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #ec7a08 !important;
	text-transform: uppercase;
	font-weight: bold;
}

.news dl {
	margin: 0;
	padding: 0;
	clear: both;
}

.news dt {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
#main .news dt a {
	padding: 0 15px 0 0;
	background: transparent url(/files/thick_arrow_right.gif) no-repeat 100% 50%;	
	color: #333;
}
.news dd {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	color: #666;
}
.news dd img {
	position: relative;
	float: left;
	margin: -3px 7px 0 -3px;
	padding: 8px;
	background: transparent url(/files/news_image_bkg.png) no-repeat 50% 50%;	
}

/* @end */

/* @group cssbutton */

#main .cssbutton {
	float: right;
	font: bold 11px/20px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	margin: 0 0 10px 5px;
	padding: 0 20px 0 0;
	background: #ec7a08 url(/files/button_bkg.gif) no-repeat 100% 50%;
}

#main .cssbutton a {
	float: left;
	display: block;
	margin: 0 0 0 -5px;
	padding: 0 0 0 15px;
	background: transparent url(/files/button_bkg.gif) no-repeat 0 50%;
}

#main .cssbutton a:link, #main .cssbutton a:visited,
#main .cssbutton a:hover, #main .cssbutton a:active {
	text-shadow: #b96006 1px 1px 0;
	text-decoration: none;	
	border: none;
	color:  #fff;
}

#main .cssbutton a:hover, #main .cssbutton a:active {
	color: #000;
}

/* @end */