/* TAG SELECTORS */
body {
	margin: 0em;
	background: #F3F5EF url('../images/background.jpg');
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.85em;
} 

input {
	font-size : 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

th, td {
	font-size : 0.75em;
}

form {
	margin:0;
	padding:0;
}

a, a:link, a:visited, a:active {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #900;
}

/* ID SELECTORS */

#overviewmapimg {
	border:1px solid #000;
	background: #fff;
	padding: 3px;
	margin-bottom:10px;
}

#popup {
	margin: 5px;
	background-image : url('../images/backgroundOrtho2.gif');
}

#popup h1 {
	font-size : 1.6em;
}

#popup h2 {
	font-size : 1.2em;
}

#popup p {
	font-size : 0.9em;
}

#popup td, #popup th {
	font-size : 0.9em;
}

/* accessibility styles - for browsers that don't support CSS */
#mainlink {			/* "Skip to main content" link */
   display:         none !important;
}

#processingDiv {
	z-index:110;
	position:absolute;
	top:150px;
	left:200px;
	border: 3px solid #AAA;
	font-weight:bold;
	font-size:130%;
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color:#DDD;
	color:#669;
	padding:10px 20px;
}

#clearedSearch {
	z-index:110;
	position:absolute;
	top:150px;
	left:300px;
	border: 3px solid #c6d880;
	font-weight:bold;
	font-size:130%;
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color:#e6efc2;
	color:#529214;
	padding:10px 20px;
}

#rubberBand {
   position: absolute;
   visibility: hidden;
   width: 0px; height: 0px;
   border: 2px dashed red;
   background-color:#FFF;
   filter:alpha(opacity=50);
   -khtml-opacity: 0.5;
   -moz-opacity: 0.5;		
   opacity:0.5;
   z-index: 100;
 }
 
#divLayerData {
	height: 250px;
	overflow: auto;
}
 
#tabnav {
	margin:0;
	padding-left:0px;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display:inline; 
	list-style-type:none; 
}

#tabnav a, #tabnav a:link, #tabnav a:visited {
	text-decoration: none;
	background: #CCC; 
	color: #006; 
	padding: 2px 10px 2px 10px; 
	margin-right: 4px; 
	border: 1px solid #000;
}

#tabnav a.active, #tabnav a:link.active, #tabnav a:visited.active {
	background: #FFF;
	border-bottom-color: #FFF;
}

#tabnav a:hover {
	background: #FF9;
	color: #900;
}

#tabcontent {
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #000;
	background: #FFF;
	
	font-size: 1.0em;
}

/* header styles */

#header {
	width: 900px;
	height: 65px;
	left: 0px;
	top: 0px;
	border: 1px solid #000;
	background: #000000 url('../images/SandCoast_900.png') no-repeat scroll 0pt 0px;
}

#header h1 {
position: relative;
margin: 0;
padding: 0;
top: 28px;
left: 68px;
font-size: 16pt;
font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
color: #FFF;
text-decoration: none !important;
font-weight: normal;
}


#headerLinks {
	float:right;
	text-align:right;
	font-size:0.70em;
	margin:10px 25px 0 25px;
	width:300px;
}

#middle {
	width: 900px;
	background: #FFFFFF url('../images/GreatWaveTile.jpg') scroll 0pt 0px;
	font-size: 1.0em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#middle td {
	font-size: 0.85em;
}

#nav {
	width: 250px;
	padding: 5px;
	float: right;
}

#textform {
	font-size: 1.0em;
}

#leftnav { /* ACTUAL - 200px */
	width: 100%;
	float: right;
} 
#main {
	width: 550px;
	height: 500px;
	padding: 5px; 
	float: left;
}

#middle:after, #main:after, #header:after{ 
	content: "."; 
	background-color: #84D02E;
	border: thin solid #FFFFFF;
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

/* CLASS SELECTORS */


.textClass {
	font-size : 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

a.imageLink img, a.imageLink:link img, a.imageLink:visited img {
	border-width: 1px;
	border-style: solid;
	border-color: #006;
	background-color: #AAA;
	margin: 3px 3px 0 0;
	padding: 2px 4px;
}

a.imageLink, a.imageLink:link, a.imageLink:visited {
	border-bottom: 0;
}

a.imageLink:hover {
	background-position: 0 0;
	border-bottom: 0;
}

a.imageLink:hover img {
	border-color: #900;
	background-color: #DDD;
}

.row0 {
	background: #FFF;
}

.row1 {
	background: #DDD;
}

table.datatable {
	font-size : 1.0em;
}

.accordion {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.accordion_header {
	font-size: 0.90em;
	font-weight: bold;
	color: #003333;
	background-color: #D3D3F7;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	text-align: center;
	padding:1px;
}

.accordion_header a {
	display: block;
}

.accordion_detail {
	background-color: #EEEEEE;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	padding: 5px;
}

.normaltab {
	height:200px; overflow:auto; border-bottom:1px solid #000;
}

.internalWindow {
	padding:10px;
	//display:none;
	position:absolute;
	top:100;left:300;
	z-index:100;
	width:300;
	height:300;
	border:1px solid #000;
	background:#fff;
}

.layerRow0 {
	background-color: #eeff99;
}

.layerRow1 {
	background-color: #ffffff;
}

.layerTable {
	width:230px;
}

/* SKINNING */
  
#skin1 #header {
	width: 750px;
	height: 65px;
	background: #000000 url('../images/SandCoast_750.png') no-repeat scroll 0pt 0px;
}


#skin1 #headerLinks {
	width: 250px;
}

#skin1 #middle {
	width: 750px;
}

#skin1 #main {
	width: 450px;
	height: 450px;
	padding: 5px; 
} 

#skin1 #divLayerData {
	height: 175px;
}

#skin3 #header {
	width: 950px;
	height: 65px;
	background: #000000 url('../images/SandCoast_950.png') no-repeat scroll 0pt 0px;
}

#skin3 #middle {
	width: 950px;
}

#skin3 #main {
	width: 640px;
	height: 525px;
}

#skin3 #nav {
	width: 280px;
}

#skin3 .normaltab {
	height:275px;
}

#skin3 #divLayerData {
	height: 325px;
}

#skin4 #header {
	width: 1200px;
	background: #000000 url('../images/SandCoast_1200.png') no-repeat scroll 0pt 0px;
}

#skin4 #middle {
	width: 1200px;
}

#skin4 #main {
	width: 900px;
	height: 730px;
}

#skin4 #headerLinks {
	font-size: 0.8em;
	width: 400px;
}

#skin4 .normaltab {
	height:350px;
}

#skin4 #divLayerData {
	height: 400px;
}


#skin5 #header {
	width: 1500px;
	background: #000000 url('../images/SandCoast_1500.png') no-repeat scroll 0pt 0px;
}

#skin5 #middle {
	width: 1500px;
}

#skin5 #main {
	width: 975px;
	height: 760px;
}

#skin5 #nav {
	width: 500px;
}

#skin5 #headerLinks {
	font-size: 0.8em;
	width: 500px;
}

#skin5 .normaltab {
	height:400px;
}

#skin5 .layerTable {
	width:480x;
}

#skin5 .accordion_header {
	font-size: 1.0em;
	padding:5px;
}

#skin5 .accordion_detail {
	padding: 10px 5px;
}

#skin5 #divLayerData {
	height: 500px;
}



#gptPrimaryNavigation {
	padding: 0;
	background: #CCCCCC url(images/nav-tab.gif) repeat-x scroll 0% 0px;
	margin: 0 0 0 0;
	width: 100%;
	height: 33px;
}
#gptPrimaryNavigation a {
	border-bottom: medium none;
	/*border-left: 1px solid #FE633A;*/
	/* border-right: 1px dashed #666666; */
	color: #333333;
	display: block;
	float: left;
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2.5em;
	margin: 0pt;
	padding: 0pt 16px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
#gptPrimaryNavigation a:hover, #gptPrimaryNavigation a:focus, #gptPrimaryNavigation a:active {
	background: #999999 url(images/nav-tab.gif) repeat-x scroll 0pt -36px;
	color: #FFF;
}
#gptPrimaryNavigation .current {
	background: #666666 url(images/nav-tab.gif) repeat-x scroll 0pt -72px;
	color: #FFF;
}

#frmBanner { float:right }
