/*
Tri County Marine Stylesheet
 Copyright File Design Systems, 2008
*/

body {
 text-align:left;
 font-family: Arial, Verdana, Sans-Serif;
 background-color:#000030;
 padding-left:10px;
 }
 
h1{
	 color:#3300CC;
	 font-family: Arial, Verdana, Sans-Serif;
	 padding-top:10px;
	 padding-left:10px;
	 /*text-indent:10px;*/
	 /*text-align:left;*/
 }

h2{
	 color:#3300CC;
	 font-family: Arial, Verdana, Sans-Serif;
	 padding-top:10px;
	 padding-left:10px;
	 /*text-indent:10px;*/
	 /*text-align:left;*/
 }

#horizMenu tr{
	/*border-bottom: solid #0000AB 1px;	*/
}
 
th{ 
	font-size: 12pt; 
	color:#000000;
	font-family: Arial;
	padding-left: 10px;
	padding-right:10px;
	font-weight:bold;
}

td { 
	font-size: 12pt; 
	color:#000000;
	font-family: Arial;
	/*padding-left: 10px;*/
	/*padding-right:10px;*/
	font-weight:bold;
}

p { 
	font-size: 12pt; 
	color:#000000;
	font-family: Arial;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#headerBox {
  width: 780px;
  height: 200px;
  background-image: URL('images/tricountymarinelogo3.jpg');
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  /*background-color: #FFFFFF;*/
  border-bottom: solid none 1px;
  border-left: solid #000099 1px;
  border-right: solid #000099 1px;
  border-top: solid #000099 1px;
  }

#horizmenu {
  width: 780px;
  height:auto;
  /*font-size: 18px;*/
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  background-color: #0000AB;
  color: #FFFFFF;
  border-bottom: solid #0000AB 1px;
  border-left: solid #000099 1px;
  border-right: solid #000099 1px;
  border-top: solid #0000AB 1px;
  }
  
#horizmenu a {
text-decoration: none;
color: #FFFFFF;
background-color: #0000AB;
padding-left: 5px;
padding-right: 5px;
}
#horizmenu a:hover   { color: #0000AB; background-color: #FFFFFF; }

/* needed for drop down menus to work */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
}

/* needed for drop down menus to work */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

/* needed for drop down menus to work */
#dropmenudiv a:hover{ /*hover background color*/
background-color: #0000AB;
color: white;
}


#mainContent {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  /*padding: 10px;*/
  background-color: #FFFFFF;
  color: #000000;
  /*border-bottom: none;
  border-left: solid #000099 1px;
  border-right: solid #000099 1px;
  border-top: none;*/
  font-size: 16px;
  /*clear:both;*/
  }

.mainContent h3 {  font-size: 14px; text-align: center; color: #000099; }
.mainContent h2 {  font-size: 18px; text-align: center; color: #000099; }

.mainContent a:link    { text-decoration: underline; color: #FFAA00; }
.mainContent a:visited { text-decoration: underline; color: #FF6600; }
.mainContent a:active  { text-decoration: none; color: #000000; }
.mainContent a:hover   { text-decoration: none; color: #0066FF; }

#footerContent {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #0000FF;
  border-bottom: solid #000099 1px;
  /*border-left: solid #000099 1px;
  border-right: solid #000099 1px;*/
  border-top: solid #000099 1px;
  padding-top:5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-family:Arial,Verdana,Sans-Serif;
  text-align:center;
  }

.redText { color: #0000AB; }

.blueText { color: #000099; }

.centered { text-align: center }

.smaller { font-size: 8pt; 
			font-family:Arial,Verdana,Sans-Serif;
		 }

.bigger { font-size: 14pt; }

.clear { background-color: transparent }

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #FF0000;
}

.floatRight { float: right; }

.centerText {text-align:center; }

