/* ********************************************* */
/* STYLESHEET FOR CeNCOOS - INTERIOR PAGES */
/* ********************************************* */
body
{
	background-color: #1b446f;
	margin: 10px 10px 10px 10px;
	background-image: url(../../visual_media/global/bg_tiles/page_body_ocean_bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* FONTS (set base font) */
body
{
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
}

/* ********************************************* */
/* PAGE WIDTH (maximum width allowed 1024px) */
/* ********************************************* */
#page
{
	width: auto;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
	min-width: 1000px; 
	max-width:1024px; 
/*	background-image: url(../../visual_media/global/bg_tiles/navbar_bg.gif);
	background-repeat: repeat-y; */
}

/* ********************************************* */
/* HEADER ELEMENTS */
/* ********************************************* */
#header
{
	height: 100px;
	background-image: url(../../visual_media/global/header/ocean_waves_bg.jpg);
	background-repeat: no-repeat;
	background-color: #235882;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* HEADER TAGLINE */
#header_tagline
{
	position: absolute;
	top: 35px;
	right: 14px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 1.9em;
	letter-spacing: .01em;
	word-spacing: .04em;
	line-height: 1.2em;
	width: 370px;
}

/* HEADER MENU BAR  */
#header_menu
{
	height: auto;
	width: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background-color: #2F8CEA;
	float: left;
	border-color: #C4AF77;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

/* ********************************************* */
/* CONTENT - CENTER COLUMN ELEMENTS (total width 524px) */
/* ********************************************* */
#map{
	position: relative;
	top:0;
	float: left;
/*	left: 0; */
	width: 600px;
	height: 600px;
/*	width: 100%; */
/*	height: 100%; */
	border: 1px solid #aaa;
}

#content_wrapper
{
	clear: both;
	float: left; 
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
/*	width: 100%; */
}

#content
{
/*	width: auto; */
	font-size: 1.2em;
	padding: 20px 20px 40px 20px;
}

.two_column { margin: 0px 0px 0px 20px; }
.three_column { margin: 0px 228px 0px 216px; }

/* TITLES & SUBTITLES */
#content .page_title
{
	margin: 0px 0px 20px 0px;
	padding: 5px 8px 5px 8px;
	background-color: #B3984F;
	font-size: 1.4em;
	color: #FFFFFF;
	letter-spacing: .03em;
	font-family: Arial, sans-serif;
	background-image: url(../../visual_media/global/bg_tiles/subheading_fade_bg.gif);
	font-weight: bold;
}

#content .subtitle
{
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}

/* TEXT OPTIONS */
#content .small { font-size: .84em; }

#content .caption
{
	text-align: center;
	font-size: .84em;
	margin: 2px 0px 0px 0px;
}

/* visual_media */
#content img
{
	padding: 0px 0px 0px 0px;
	border-color: #2F8CEA;
	border-width: 1px;
	border-style: solid;
}

/* FLOATS */
#content .right
{
	margin: 10px 0px 10px 10px;
	float: right;
}

#content .left
{
	margin: 10px 10px 10px 0px;
	float: left;
}

/* LINKS */
a { font-weight: bold; }

a:link
{
	color: #2F8CEA;
	text-decoration: none;
}

a:visited
{
	color: #B3984F;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/* UNORDERED LIST */
ul
{
	list-style-image: url(../../visual_media/global/bullets/gold_square.gif);
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	line-height: normal;
	padding: 0px 0px 0px 30px;
	font-size: 1em;
}

ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* HORIZONTAL RULE */
hr
{
	border-bottom: #C4AF77;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
/* ******************************************* */
/* Side bar stuff			       */
/* ******************************************* */
#sidebar {
	position: relative;
	border: 1px solid #aaa;
	padding: 10px;
	float: left;
/*	margin: -822px 0px 0px 610px; */
/*	top:0; */
/*	top:-820px; */
/*	top: 247px; */
	width: 310px; 
/*	height: 100%; */
/*	float: right; *?
/*	left: 600px; */
	overflow: auto;
}
#sidebar p {
	margin: 10px;
}
body.sidebar-right #content-wrapper { margin-right: 310px;}
body.sidebar-right #sidebar { right: 0; }

body.nosidebar #content-wrapper { margin: 0; }
body.nosidebar #sidebar { display: none; }

body.sidebar-right a#button-sidebar-show,
body.nosidebar a#button-sidebar-hide { display: none; }
/* ********************************************* */
/* Tool bar stuff (across the top?)              */
/* ********************************************* */
#toolbar {
	background: white;
	padding: 4px;
	border: 1px solid black;
	position: relative;
}
#toolbar h1 {
	margin: 0;
}
#toolbar ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#toolbar ul#sidebar-controls li {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#toolbar ul li {
	display: inline;
}
#toolbar ul li a {
	padding: 3px 6px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
}
#toolbar ul li a:hover {
	color: #aaa;
	background: #444;
}


/* ****************************************** */
/* FOOTER ELEMENTS*/
#footer
{
	clear: both;
	position: relative;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background-color: #2F8CEA;
}

#footer_text
{
	padding: 4px 0px 0px 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .05em;
}

#footer a { font-weight: bold; }

#footer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#logo
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 64px;
	background-image: url(../../visual_media/global/footer/logo_right.gif);
	width: 88px;
	height: 59px;
}

/* Currents */
/*#currents
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}

#currents .item
{
	margin: 0px;
	padding: 10px;
	float: left;
	width:335px;
	text-align: center;
	display: inline;
}

#currents .item .subtitle
{
	margin: 0 0 5px 0;
	padding: 0px;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
}

#currents a
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
}

#currents img
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-color: #2F8CEA;
	border-width: 1px;
	border-style: solid;
}

#currents ul { padding: 0px 0px 0px 15px; }
*/
/* SCCOOS Google Index */
/*
#sccoos { 
  margin-right: 0.5em;
}

#ClickC { 
  display: block;
  min-width:500px;
}

#GmapC {
  
  display: block;
  height: 450px;
  max-width: 550px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index:2;
} 

#Gmap {
  background-color: #999;
  border: solid #666 1px;
  color: #000;
  display:block;
  cursor: pointer;
  font-weight: normal;
  height: 100%;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  z-index: 2;
}

#Content h3 { 
  clear: right;
  display: block;
  text-align: center;
}
#Content ul {
  list-style: none;
  list-style-position: inside;
  margin: 0 0 0 10px;
  padding: 0;
}
#Content li { 
  display: block;
  margin-bottom: 0.5em;
}
#Content table tr { 
  vertical-align: top;
}

#Content p {
  margin-right: 10px;
}

div #infoWindow { 
  font-size: 12px;
  line-height: 1.3em;
  margin: 0.5em;
  width: 220px;
}
#infoWindow fieldset { 
  margin-top: 0.5em;
}

.fl { 
  float: left;
}
.fr {
  float: right;
}

div form { 
  margin: 0;
  padding: 0;
}

#ToolBox { 
  margin: 0 0 1em 0;
}

#showTime { 
  line-height:1.2em;
  margin-top: 2px;
  padding-left: 1ex;
  width: 24ex;
}

#showTimeEx { 
  background-color: #aaa;
  border-color: #aaa;
  color: #333;
  line-height:1.2em;
  margin-top: 2px;
  padding-left: 1ex;
  width: 24ex;
}

#showTimeExLocal { 
  background-color: #aaa;
  border-color: #aaa;
  color: #333;
  line-height:1.2em;
  margin-top: 2px;
  padding-left: 1ex;
  width: 24ex;
}

#CurrentTools select {
  margin-top: 0.3em;
}

#MapClickers { 
  margin-top: 0.3em;
  text-align: center;
}

#MapLink { 
  float: right;
  font-size: smaller;
  margin-top: 0.3em;
  text-align: right;
}

#FullPageLink { 
  clear: right;
  display: block;
  float: right;
  font-size: 1.3em;
  font-weight: bold;
  height: 2em;
  margin: 2em 1em 1em 1em;
  width: 200px;
}
#FullPageLink a { 
  text-decoration: none;
}
#FullPageLink a:hover { 
  text-decoration: underline; 
}
#Colorbar { 
  background-color: #fff;
  border: solid #eee 1px;
  margin-top: 0.5em;
  padding: 0.3em;
  width: 220px;
}
#NetStats { 
  clear: right;
  display: block;
  float: right;
  font-size: smaller;
  width: 250px;
}
#NetStats table * { 
  border: solid white 0px;
  margin: 0;
  padding: 0;
}
#NetStats table td { 
  padding: 0.2em 0.5em;
}

#Content p { 
  margin: 1.5em 0;
}

*/

/* Hidden text */
.hidden {
position:absolute;
left:-10000 px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}

#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:static;
width:auto;
height:auto;
} 


