/* CSS Document */
body {
background: #010C72;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

#seawatch {
width: 730px;
border: 1px solid #fff;
background: #fff;
margin: auto;
text-align: left;
padding: 0px;
}

#header {
height: 144px;
border: 0px;
}

#menu {
height: 41px;
margin: 0px;
}

#main {
border: 1px solid #fff;
margin: 0px;
background: #fff;
color: #01096D;
font-size: 9.5pt;
}

#leftcol {
/* position: absolute; */
float: left;
width: 183px;
padding: 20px 0px 10px 0px;
z-index: 0;
}

#rightcol {
float: right;
width: 202px;
padding: 20px 0px 10px 0px;
}

#maintext {
margin-left: 200px;
margin-right: 222px;
}

#maintext2, #maintextnews {
margin: 35px 35px 35px 200px;
}

#maintext2 img.left {
float: left; 
margin: 0px 10px 10px 0px;
border: 0px;
}

#maintext2 img.right {
float: right; 
margin: 0px 0px 10px 10px;
border: 0px;
}

div.studyreports {
font-size: 9pt;
}

div.studyreports p {
clear: both;
}

#sponsors {
clear: both;
}

#footer {
margin: 0px;
height: 74px;
background:   url(images/footer.gif) top center no-repeat;
text-align: center;
font-size: 8pt;
color: #fff;
padding-top: 5px;
padding-bottom: 5px;
}

#footer p {
margin: 5px;
}

#maintext p.firstpar, #maintext p.firstpar2 {
padding-top: 20px;
}

#maintext p.firstpar {
font-style: italic;
}

#maintext a, #maintext2 a {
text-decoration: none;
color: #24639D;
}

#maintext a:hover, #maintext2 a:hover {
color: #00A1CF;
}

#leftcol img {
margin: 0px 0px 5px 20px;
}

#rightcol img {
margin: 0px 20px 5px 0px;
}

#sponsors img {
border: 0px;
padding: 0px;
margin: 0px;
}

#menu {
width: 730px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 3;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    background: #D6E7F8;
    border: 1px solid #010C72;
    font-size: 7pt;
    padding: 3px;
}


#nav li ul ul {
	margin: -1em 0 0 7em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul,  #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#nav li li a  {
font-weight: bold;
text-decoration: none;
padding: 0.5em 10px;
}

#nav li li a, #nav li li a:visited {
color: #010C72;
}

#menu li li a:hover {
color: #2D748F;
}


#newsbox {
font-size: 7pt;
background: url(images/newsboxbg.gif) top left repeat-y;
background-color: #24639D;
color: #fff;
padding: 0px;
width: 177px;
}

#newsbox h1 {
background: url(images/newsboxtop.gif) top left no-repeat;
font-size: 7.5pt;
font-weight: bold;
text-align: center;
padding-top: 10px;
}

#newsbox p {
padding: 1px 10px 1px 10px;
}

#newsbox p.readmore {
text-align: right;
font-weight: bold;
background: url(images/newsboxbottom.gif) bottom left no-repeat;
padding-bottom: 10px;
}

#newsbox a, #newsbox a:visited {
color: #D6EDF8;
text-decoration: none;
}

#newsbox a:hover {
color: #BAEFF7;
}

#footer a, #footer a:visited {
color: #BEDEED;
}

#footer a:hover {
color: #8FE7EC;
}

#leftcol ul {
list-style-image: url(images/menuitem.gif);
font-size: 8pt;
font-weight: bold;
}

#leftcol ul ul {
list-style-image: url(images/menuitem2.gif);
font-size: 7pt;
font-weight: bold;
}

#leftcol li {
padding: 3px 0px 10px 0px;
}

#leftcol a, #leftcol a:visited {
text-decoration: none; 
color: #01096D;
}

#leftcol a:hover {
color: #3292A0;
}

#bottommenu {
text-align: center;
font-size: 9pt;
font-weight: bold;
margin: 10px 30px 20px 30px;
line-height: 20px;
clear: both;
}

#bottommenu a, #bottommenu a:visited {
color: #01096D;
text-decoration: none;
}

#bottommenu a:hover {
color: #3292A0;
}

h1 {
font-size: 11pt;
font-weight: bold;
}

h2 {
font-size: 10pt;
font-weight: bold;
margin: 30px 0px 0px 0px;
}

h3 {
font-size: 9.5pt;
font-weight: bold;
margin: 30px 0px 0px 0px;
}


p.smallprint {
font-size: 8.5pt;
}

#maintext p.top, #maintext2 p.top, #maintextnews p.top {
text-align: right;
font-size: 8pt;
margin: 15px;
}

#maintext a.top {
text-decoration: none;
}

span.scname {
font-size: 10pt;
font-style: italics;
}

img.floatright {
float: right;
margin: 10px 0px 10px 10px;
}

img.floatleft {
float: left;
margin: 10px 10px 10px 0px;
}

div.ildiv {
float: left; 
width: 200px;
text-align: center;
font-size: 7pt;
margin-right: 20px;
margin-top: 10px;
}

div.irdiv {
float: right; 
width: 200px;
text-align: center;
font-size: 7pt;
margin-left: 20px;
margin-top: 10px;
}

#sightmap1 {
border: 1px solid #fff; width: 400px; height: 150px; vertical-align: bottom; margin-bottom: 30px; font-size: 8pt;
}

#sightmap2 {
width: 400px; clear: both; border: 1px solid #fff; margin-bottom: 15px; font-size: 8pt;
}

p.date {
text-align: right;
font-style: italic;
font-size: 8pt;
}

img.staffprofl {
float: left;
height: 179px;
width: 169px;
margin: 0px 10px 10px 0px;
border: 0px;
}

img.staffprofr {
float: right;
height: 179px;
width: 169px;
margin: 0px 0px 10px 10px;
border: 0px;
}

img.staffprofd {
float: right;
height: 179px;
width: 250px;
margin: 0px 0px 10px 10px;
border: 0px;
}

p.links {
font-size: 8pt;
}

p.prod {
font-size: 8.5pt;
margin: 10px 20px 30px 20px;
}

span.prodname {
font-size: 10pt;
font-weight: bold;
}

span.price {
text-align: right;
font-weight: bold;
padding: 10px 0px 0px 0px;
display: block;
font-size: 9pt;
}

#maintextnews ul {
font-size: 9pt;
}

#maintextnews ul ul {
font-size: 8pt;
}

tr.regionname {
background: #021B8F;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 18px
}

td.regionn {
text-align: left;
padding: 2px;
}

tr.even {
background-color: #DFEDF8;
font-size: 7pt;
text-align: left;
}

tr.odd {
background-color: #fff;
font-size: 7pt;
text-align: left;
}

td.species {
padding: 2px;
width: 130px;
}

td.date {
padding: 2px;
width: 80px;
font-size: 6.5pt;
}

td.seenby {
padding: 2px;
}

#distromaps {
min-height: 660px;
}

div.centrediv {
width: 460px;
text-align: center;
font-size: 7pt;
margin-left: 20px;
margin-top: 10px;
}

#aadad {
text-align: center;
width: auto;
margin-top: 20px;
}

table.regiontable {
width: 500px;
}

td.regionnametd, #maintext td.regionnametd a, #maintext td.regionnametd a:visited {
color: #fff;
}

td.regionnametd a:hover {
color: #E0EEF7;
}

td.species, td.date, td.verbose {
background-color: #DFEDF8;
margin: 2px;
font-family: Verdana, Arial, sans-serif;
}

td.species {
width: 150px;
font-size: 9px;
}

td.date {
width: 70px;
font-size: 9px;
}

td.verbose {
font-size: 10px;
}
#header #icnos {
	position: relative;
	z-index: auto;
	height: 20px;
	width: 120px;
	left: 605px;
	top: -23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}

