/***********************************************/
/* 3col_leftNav.css                            */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #14285F;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	float: none;
	z-index: auto;
}
/***************************************************/
/* h1 : oceanearth standard title in green         */
/* h2 : main section standard title in light blue  */
/* h3 : left navbar section title in light blue    */
/* h4 : center section story title in dark blue    */
/* h5 : image title in dark blue                   */
/***************************************************/
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	 color: #00CC66;
	 margin: 0px;
	 padding: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	 font-size: 15px;
	 color: #006699;
	 margin: 0px;
	 padding: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	 font-size: 100%;
	 color: #00FFFF;
	 margin: 0px;
	 padding: 16px 5px 5px 5px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #14285F;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	clear: none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #14285F;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	clear: both;
	height: 23px;
	left:0px;
	width:100%;
	bottom:149px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px;
	width: 100%;
	background-color: #99CCFF;
	display: block;
}
	
#mapparent_sml{
	position: relative;
	margin:  0 auto;
	overflow: visible;
	left: 0px;
	width: 800px;
	top: 1px;
	height: 740px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style:none;
	border-top-color: #cccccc;
	border-right-color: #000000;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #666666;
	visibility: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
}


#colLeft{
	position: absolute;
	top:0px;
	left: 0px;
	width: 800px;
	height: 740px;
	margin: 0px;
	padding: 0px;
	background-color: #14285F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	visibility: visible;
	z-index: 2;
}
/*********** #navBar link styles ***********/

#colLeft ul{
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#colLeft a:link{
	display: block;
	border-top: 0px solid #cccccc;
	padding: 7px 0px 5px 10px;
	font-style: normal;
	color: #99CCFF;
	background-color: #14285F;
	border-bottom: 1px solid #cccccc;
}
#colLeft a:visited{
	color: #CCFF00;
	padding: 7px 0px 5px 10px;
	text-decoration: underline;
}
#colLeft a:hover{
	color: #006633;
	padding: 7px 0px 5px 10px;
	text-decoration: underline;
}
#colLeft a:active{
	color: #FF0000;
	padding: 7px 0px 5px 10px;
	text-decoration: underline;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#colLeft li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #colLeft li {border-bottom: none;}


/************** . styles for paragraphs in colRight *********/

.feature1{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color: #99CCFF;
}
.feature1 p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
/*( siteinfo is the bar at the bottom of the page, contact, privacy, copyright, etc ***/

