/*This is the COCMP Monterey Bay central site style sheet
Based on sample templates from Style Master
Edited 3 July 06 by JDP: 1) inserted absolute 5px left for nav bar, 2) edited header formatting
*//*-------------------------------------------------------------*/
/*header*/
#header {
	background-color: #000000;
/*#ffffff;*/
	border-bottom: 1px #ffffff solid;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
/*	height: 150px;
*/ height: 50px;
/*	background-image: url(images/static/header.gif);
	background-repeat: no-repeat;
*/}
#header p, 
#header h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 0.75em; 
}

/*-------------------------------------------------------------*/
/*body*/
body {
	width: auto;
	height: auto;
	background-color: #000000;
}

/*-------------------------------------------------------------*/
/*main-text*/
#main-text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	border: 1px #ffffff solid;
	margin-left: 260px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main-text h1 {
	font-size: 1.75em;
	text-align: center;
	font-style: normal;
	color: #fbeb6f;
text-decoration: none; }
#main-text h2 {
	font-size: 1.25em;
	font-style: italic;
	text-decoration: underline;
color: #ffffff; }
#main-text p {
	font-size: .85em;
	text-align: justify;
	line-height: 1.5em;
	padding-left: 30px;
color: #ffffff; }
#main-text a:link {
	font-weight: bold;
	color: #fbeb6f;
}
#main-text a:visited {
	color: #23fd9a;
	font-weight: bold;
}
#main-text a:hover {
	background-color: #5b5b5b;
color: #ffffff; } 

/*-------------------------------------------------------------*/
/*mainnavigation*/
#mainnavigation {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	position: absolute;
	top: 100px;
 left: 1px;
	width: 260px;
 border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	line-height: 1.4em;
/* background-image: url(images/static/navigation.gif);
 background-repeat: repeat;*/
 color: #ffffff;
	font-size: .85em;
}
#mainnavigation h1 {
	font-size: 1.2em;
	font-style: normal;
	 color: #ffffff;
	text-align: center;
}
#mainnavigation h2 {
	font-size: 1em;
	font-style: normal;
 color: #ffffff;
	text-decoration: none; 
}
#mainnavigation a:active,
#mainnavigation a:link,
#mainnavigation a:visited{
	text-align: left;
 color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#mainnavigation a:hover {
 color: #ffffff;
	background-color: #5b5b5b;
}
/*-------------------------------------------------------------*/
/*footer*/
#footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	position: relative;
	top: 2px;
 bottom: 2px;
	padding-top: 2px;
 padding-right: 10px;
	padding-bottom: 2px;
	border-top: 2px #999999 solid;
	border-right: 2px #999999 solid;
	border-left: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
	line-height: 1.3em;
/* background-image: url(images/static/navigation.gif);
 background-repeat: repeat;*/
 color: #ffffff;
	font-size: .85em;
}
/*-------------------------------------------------------------*/
/*dividers*/
#main-div {
 font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: #ffffff;
	margin-left: 260px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main-div p {
	padding-left: 10px;
	text-align: justify;
 color: #ffffff;
 }

#main-div a:link {
	font-weight: bold;
	color: #fbeb6f;
}
#main-div a:visited {
	color: #23fd9a;
	font-weight: bold;
}

div.float {
	border-top: 2px #999999 solid;
	border-right: 2px #999999 solid;
	border-left: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
/*  	float: left;*/
}
div.float p {
	font-size: .85em;
 line-height: 1.5em;
 color: #ffffff; 
 text-align: center;
}
div.container {
  border: 2px dashed #333;
  background-color: #ffe;
}
div.spacer {
  clear: both;
}
