/*

 Blue:  10, 100, 155 #0A649B
 Red: 175,   0,  35 #AF0023
 
*/

body {
 text-align: center;
 background-image:URL('images/background.jpg');
 background-repeat: repeat-y;
 color:#FFFFFF;
 font-family: Arial, Verdana, Sans-Serif;
 font-size: 12pt;
 }
 
 h1, h2{
	 color:#FFFFFF;
	 font-family: Arial, Verdana, Sans-Serif;
 }

th, p { 
	font-size: 12pt; 
	color:#FFFFFF;
	font-family: Arial;
}

td{ 
	font-size: 10pt; 
	color:#FFFFFF;
	font-family: Arial;
}


a {
	color:#FFFFFF;	
}

#headerBox {
  position:absolute;
  width: 800px; /* MP 800px */
  height: 31px;
  background-image:URL('images/waterheader.jpg');
  margin-left: auto;
  margin-right: auto;  
  background-color: #FFFFFF;
  clear:both;
  /*border-bottom: solid none 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #0A649B 1px;*/
  }

/*horizontal menu section*/
#horizmenu {
  position:relative;
  width: 800px;  /* 800px */
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:auto;
  background-color: transparent;
  color: #FFFFFF;
  display:block;  
  clear:both;
  padding-top:10px;
  height:auto;
  /*padding-bottom:30px;*/
  /*border-bottom: solid #000055 1px;
  border-left: solid #ffffff 1px;
  border-right: solid #FFFFFF 1px;
  border-top: solid #AF0023 1px;*/
  }
  
#horizmenu a {
text-decoration: none;
color: #FFFFFF;
/*background-color: #000055;*/
padding-left: 1px;
padding-right: 1px;

}
/*#horizmenu a:hover   { color: #AF0023; 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;
text-decoration: none;
font-weight: bold;
color: black;
}*/

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

/*main content container*/
#mainContent {
  position:relative;
  width: 800px;  
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-image:url('/images/background_content.jpg'); 
  color: #000000;
  border-bottom: none;
/*
  border-left: solid #7F6745 10px;
  border-right: solid #7F6745 10px;
  border-top: solid #7F6745 10px;
  border-bottom: solid #7F6745 10px;
*/
  font-size: 14pt;
  }

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

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

/*Text content for index page*/
#leftpanel {
	width:200px;
	background:transparent;
	font-family:Arial, Verdana, Sans-Serif;
	height:auto;
	font-size:12pt;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:0px;
	/*margin-top:0px;*/
	float:left;
	padding-left:20px;

}

#rightpanel {
	width:200px;
	background:transparent;
	font-family:Arial, Verdana, Sans-Serif;
	height:auto;
	font-size:12pt;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:0px;
	/*margin-top:0px;*/
	float:left;
	padding-left:20px;

}

#toppanel {
	width:auto;
	background:transparent;
	font-family:Arial, Verdana, Sans-Serif;
	height:auto;
	font-size:12pt;
	color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;
	/*margin-top:0px;*/
	float:left;

}

#centerpanel {
	width:auto; 
	border:0;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:0px;*/
	float:left;


}
#bottompanel {
	width:100%;
	background:transparent;
	font-family:Arial, Verdana, Sans-Serif;
	height:auto;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:0px;*/
	float:left;

}


/* Regular Content Panel, used for every subpage but index page and details page */
#regular {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: transparent;
  color: #FFFFFF;
  /*border-bottom: none;
  border-left: solid #BBBBBB 10px;
  border-right: solid #BBBBBB 10px;
  border-top: solid #BBBBBB 10px;
  border-bottom: solid #BBBBBB 10px;*/
  font-size: 12pt;
  text-align:left;
  clear:both;
  }


/*footer information area*/
#footerContent {
  width: 800px;  /* MSP 800px */
  height:52px;
  margin-left: auto;
  margin-right: auto;
  /* MSP background-image:URL('images/footer.jpg'); */
  background-repeat:no-repeat;
  color: #FFFFFF;
  /*border-bottom: solid #0A649B 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #0A649B 1px;*/
  padding: 0px;
  font-size: 18px;
  z-index:20;
  clear:both;
  }

/* used to put a border around detailsPrintable*/
#boxmeup {
  border-left: solid #7F6745 10px;
  border-right: solid #7F6745 10px;
  border-top: solid #7F6745 10px;
  border-bottom: solid #7F6745 10px;
  }
  
.redText { color: #000055; }

/*.blueText { color: #0A649B; }*/

.centered { text-align: center }

.smaller { font-size: 8pt; }

.bigger { font-size: 14pt; }

.clear { background-color: transparent }

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


.floatLeft { float: left; }

.fancyText {
	 font-family:"Garamond";
	 font-weight:800;
	 /*font-variant:small-caps;*/
	 
 }
 
 .fancyTextside {
	 font-family:"Garamond";
	 font-weight:800;
	 color:#0D0C27;
	 text-align:left;
	 position: relative;
 }
 
 .fancyTextsub {
	 font-family:"Tahoma";
	 font-weight:normal;
	 font-size=15px;
	 
 }
 
 .fancyTextaddress {
	 font-family:"Tahoma";
	 font-weight:bold;
	 /*font-variant:small-caps;*/
	 font-size=12px;
	 
 }
 
 .fancyTextaddresssub {
	 font-family:"Tahoma";
	 font-weight:bold;
	 /*font-variant:small-caps;*/
	 font-size=12px;
	 
 }
 
 .extraLargeText {
	 font-family:"Verdana";
	 font-weight:bold;
	 font-variant:small-caps;
	 font-size:32px;
	 /*color: #FFFFFF;*/
	 color:#0D0C27;
 }
 
 .LargeText {
	 font-family:"Tahoma";
	 font-weight:bold;
	 font-variant:small-caps;
	 font-size:18px;
	 color: #FFFFFF;
 }
.
notBold {
	font-family:Arial;
	font-size:18pt;
	font-weight:normal;	
}

.eMail{
	color:#FFFFFF;	
}

# regTable { color:#FFFFFF; }

/* MSP
.dataRow0 {
  background-color: #000088;
  font-size: 12px;
  vertical-align: middle;
  
  }
  
  .dataRow1 {
  background-color: #0000BB;
  font-size: 12px;
  vertical-align: middle;
  
  }
  
  .dataRow2 {
  background-color: #0000EE;
  font-size: 12px;
  vertical-align: middle;
  
  }
*/

.dataRow0 {
  background-color: #9E896A; 
  font-size: 12px;
  vertical-align: middle;
  
  }
  
.dataRow1 {
  background-color: #837156;
  font-size: 12px;
  vertical-align: middle;
  
  }
  
.dataRow2 {
  background-color: #6F6049;
  font-size: 12px;
  vertical-align: middle;
  
  }

.dataRow0 a:link { color: #FFFFFF; font-weight: bold; }
.dataRow0 a:visited { color: #FFFFFF; font-weight: bold; }
.dataRow0 a:hover { color: #FFFF00; font-weight: bold; }
.dataRow1 a:link { color: #FFFFFF; font-weight: bold; }
.dataRow1 a:visited { color: #FFFFFF; font-weight: bold; }
.dataRow1 a:hover { color: #FFFF00; font-weight: bold; }
.dataRow2 a:link { color: #FFFFFF; font-weight: bold; }
.dataRow2 a:visited { color: #FFFFFF; font-weight: bold; }
.dataRow2 a:hover { color: #FFFF00; font-weight: bold; }

/* MSP 
.dataRow0 td { border-bottom: solid #081325 4px; }
.dataRow1 td { border-bottom: solid #081325 4px; }
.dataRow2 td { border-bottom: solid #081325 4px; }
*/
.dataRow0 td { border-bottom: solid #745C3B 4px; }
.dataRow1 td { border-bottom: solid #745C3B 4px; }
.dataRow2 td { border-bottom: solid #745C3B 4px; }

.dataHeading {
  background-color: #55432A; /* MSP 0000FF */
  color: white;
  font-weight: bold;
  text-align: left;
  font-size: 16pt
}
  
.detailsHeading {
  color: white;
  padding: 3px;
  background-color: #4A3C26; /* MSP #323C4B */
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.featuresBox {
	background-color: transparent;
	height: 240px;
	overflow: scroll;
}

.detailsBigText {
  color: white;
  font-size: 18pt;
  font-weight: bold;
}
  
.redAlert {
  color: #cc0000;
  font-weight: bold;
  font-family: Tahoma, serif;
  font-size: 75%;
}

.formRow {
  background-color: #745C3B;
  color: white;
  font-weight: bold;
  text-align: center;
}

.stockRow {
  text-align: left;
  font-size: 8pt;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
}
  
.stockData {
  text-align: justify;
  font-size: 10pt;
  color: #000000;
  font-family: arial, sans-serif;
}

.fb-like-box {
	float: right;
}

