body 						{ /* sets global font style */ font: normal 9pt/15pt Arial, Helvetica, sans-serif; color: black; margin: 0px; padding: 0px; background-color: #A3A3A3; }

/* hyperlink - anchor tag styles */
a:link, a:visited 			{ color: #00665E; text-decoration: none; }
a:hover 					{ text-decoration: underline; }

/* Image Divs */
.feaImage 					{ width: 190px; height: 140px; border: 5px solid #A3A3A3; }
.transImage-5 				{ width: 1px; height: 5px; border: 0px; }
.transImage-10 				{ width: 1px; height: 5px; border: 0px; }
.transImage-19 				{ width: 1px; height: 19px; border: 0px; }

/* font styles */
.text-mid 					{ font: normal 9pt/17px Arial, Helvetica, sans-serif; color: #666666; }
.text-col	 				{ color: #9090AC; }

/* form stuff */
.button						{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 20px; width: auto; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #333333; text-align: center;cursor: hand; vertical-align: middle;margin: 2px;}
.input-box 					{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 100px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left;vertical-align: middle;overflow: hidden;}
.input  					{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left; vertical-align: middle;}
.input-fixed 				{ background-color: #F8F8F8; border: 1px solid #A7A7C1; height: 18px; width: 150px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;color: #666666; text-align: left; vertical-align: middle;}

/* globalNav styles */

#globalNav 					{ color: black; font-weight: bold; text-transform: lowercase; /* don't touch after this point */ position:relative; width:99.8%; min-width:760px; height:30px; padding: 0 0 0 3px; margin:0px; background-color: #666666; }


a.glink, a.glink:visited 	{ height: 22px; background-image: url(../img/nav-bg.gif); color: black; display: block; float: left; margin-right: 3px; margin-top: 3px; padding: 2px 10px 0 10px;  }

a.glink:hover 				{ background-image: url(../img/nav-rollover.gif); text-decoration: none; color: white; }




.skipLinks 					{ display: none; }

/* subglobalNav styles */
.subglobalNav 				{ color: #D2D2D2; /* don't touch after this point */ position: absolute; top: 140px; left: 0px; width: 98%; height: 26px; padding: 4px 0px 0px 18px; visibility: hidden; }
.subglobalNav a:link, .subglobalNav a:visited { color: white; }
.subglobalNav a:hover 		{ color: black; text-decoration: none; }
.subglobalNav a:active 		{ color: #00665E; text-decoration: none; }

/* Layout Divs */
#pageTop 					{ position: absolute; top: 10px; left: 2%; right: 2%; width:95.6%; height: 130px; }
#page	 					{ position: absolute; top: 180px; left: 2%; right: 2%; width:95.6%; padding-bottom:30px; }

#siteHeader 				{ position: relative; width: 100%; height: 110px; margin: 0px; padding: 0px; }
#pageBody 					{ /* content bg */ background-color: white; border: 1px solid black; /* don't touch after this point / edited height: 100%; out */ position: relative; width: 99.8%;  padding: 0px; margin: 0px; }

#content 					{ padding: 0px; margin: 15px 15px 15px 15px; text-align: justify; }
#featurePro 				{ width: 225px; height: 100%; padding-top: 10px; padding-bottom: 10px; }
.line						{ border-right: 1px solid black; height: 100%; }
.footer 					{ border-top: 1px solid black; width: 100%; height: 30px; background-color: #00665E; color: #D5F6BF; padding-bottom: 4px; }

.footer a:link, .footer a:visited {
  color: white;
}


#header {
  height: 100px;
	background-color: #ffffff;
	border: 1px solid #666666;
}

#head_right {
float:right;
clear:none;
margin-top:-40px;
margin-right:5px;
background:url(../welcome.png) no-repeat;
height:40px;
width:146px;

}

#header img {
  margin: 8px 0 0 10px;
}

#content h1 {
	color: #666666;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 200%;
	border-bottom: 3px solid #00665E;
	padding-bottom: 8px;
	text-transform: lowercase;
	text-align: left;
}

#content h2 {
	color: #00665E;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 150%;
	text-transform: lowercase;
	text-align: left;
}

.shot { border: 5px solid #A3A3A3; margin: 0 10px 0 10px;}

ul.noBullets {
	list-style-type: square;
  color: #00665E;
}

ul.noBullets span {
  color: black;
}




/* FORM STYLES */

.formContainer {
  width: 550px;
}

.formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 3px solid #00665E;
}

.formContainer fieldset legend {
  color: #00023A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	text-transform: lowercase;
	color: black;
	font-weight: bold;
}

.formContainer input, .formContainer textarea, .formContainer select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.formContainer input, .formContainer textarea {
  width: 250px;
}

.formContainer input.small {
  width: 100px;
}

.break {
  clear: both;
}

.formContainer div.row {
  clear: both;
  padding-top: 5px;
}

.formContainer div.row span.label {
  float: left;
  width: 190px;
  text-align: right;
	line-height: 110%;
	padding-top: 2px;
}

.formContainer div.row span.field {
  float: right;
  width: 330px;
  text-align: left;
}

.formContainer .required {
  color: #CC0000;
	font-style: normal;
}

.formContainer .buttonRow {
  text-align: right;
	padding: 5px;
clear: both;
}


.formContainer input, .formContainer textarea, .formContainer select  {
  border: 1px solid #A3A3A3;
}

.formContainer .buttonRow input {
	width: auto;
	background-color: #666666;
	border: 1px solid #A3A3A3;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 110%;
}






#featurePro {
  color: black;
}

.text-col {
  color: #00665E;
}

#featurePro .button {
  border: 1px solid black;
}







#dynamic input, #dynamic select, #dynamic textarea  {
  font-size: 10px;
}

#dynamic textarea.menuBox2 {
  font-size: 11px;
	width: 178px;
}

#dynamic td table td {
  text-align: left;
}




.xlg-mag-bold {
  font-weight: bold; 
	color: #00665E;
	font-size: 125%;
}

.lg-dppl-bold {
  font-weight: bold;
}
