/*

Menu BG Grey: #CCCCCC (165, 165, 165)
Menu Highlight: #8C0A14 (140, 10, 20)

*/

body {
	background-color: #FFFFFF;
 }

th, td, p { font-size: 14px; }

p:first-letter 
{
  color: #8C0A14;
  font-size: 18px;
  font-weight: bold;
}


#headerBox {
  height: 100px;
  background-color: #8C0A14;
  color: #000000;
  border: none;
  text-align: center;
  }

#horizMenu {
  font-size: 16px;
  font-family: arial, sans-serif;
  background-color: #CCCCCC;
  color: #000000;
  border-top: solid #000000 1px;
  border-bottom: solid #000000 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: center;
  }

#horizMenu a { float: left; text-decoration: none; color: #000000; font-weight: bold;}
#horizMenu a:hover   { color: #FFFFFF; background: #8C0A14; }


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
}

#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;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8C0A14;
color: white;
}

#mainContent {
  background: #FFFFFF;
  background-image: URL( 'http://genesiscarriers.com/images/V2-mainBG.jpg' );
  background-repeat: repeat-x;
  color: #000000;
  font-size: 12px;
  border: none;
  }

#contentArea {
  min-height: 475;
  margin-top: auto;
  margin-left: auto;
  background: #DDDDDD;
  color: black;
  font-family: "Zurich Ex BT", "Century Schoolbook", arial, serif;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  vertical-align: top;
  text-align: center;
  }
  
#contentArea h3 {  font-size: 14px; }

#contentArea h2 {  font-size: 18px; }

#contentArea a:link    { text-decoration: underline; color: #000000; }
#contentArea a:visited { text-decoration: underline; color: #000000; }
#contentArea a:hover   { text-decoration: none; color: #552828; }
#contentArea a:active  { text-decoration: none; color: #000000; }

.redH2 { font-size: 32px; color: #8C0A14; font-weight: bold; }

.floatLeft { float: left; }

.clear { background-color: transparent }

.centered { text-align: center }

.larger { font-size: 14px; }

.smaller { font-size: 10px; font-weight: normal; }

.required {
	font-weight: bold;
	color: red;
}

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #000000;
}

.faded60 {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;	
}

.faded80 {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;	
}

#qLinks {
	border-top: 3px solid #8C0A14;
	border-left: 3px solid #8C0A14;
	border-right: 3px solid #8C0A14;
	border-bottom: 3px solid #8C0A14;
	padding: 0px;
	width: 220px;
	background-color: transparent;
	color: #000000;
}

.qLinksTitle {
	background-color: #8C0A14;
	color: #FFFFFF;
	font-weight: bold;
}

.qLinksBody {
}

.qLinksBodyW {
	background-color: white;
}

.tableHeader {
	background-color: #8C0A14;
	color: #FFFFFF;
	font-weight: bold;
}


	