/* form.css */

* {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 449px;
  max-width: 620px;
  width: 449px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div input, form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
BODY {
	margin: 10px;
	padding: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFdd;
}
a {
	text-decoration: none;
}
IMG {
	border: none;
}
H2{
	font-size: 12px;
	font-weight: bold;
	color: #7FB942;
	margin-right: 20px;
	margin-left: 20px;
}
TABLE {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF center top;
}

.star {
	background: #FFFFFF url() no-repeat right bottom;
	text-align: left;
}
.strip IMG{
	border: none;
	width: 780px;
	height: 120px;
	margin-top: 8px;
}

.pagename {
	border-left: 1px solid #D9EAC7;
}
.pagename H1 {
	margin: 25px 20px 0px 20px;
	padding: 0px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #005D49;
}
.pagename P {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	font-size: 12px;
}

/* sidebar stuf */
.sidebar {
	width: 150px;
	padding-bottom: 50px;
	padding-top: 25px;
}
.sidebar P {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 10px;
}
.sidebar a {
	font-weight: bold;
}
.sidebar a:link, .sidebar a:visited {color: #000000;}
.sidebar a:hover, {
	color: #005d49;
	text-decoration: underline;
}
.sidebar a:active, {color: #000000;}
 #thissub a { color: #005d49; }

/* right column */
.righthang {
	width: 180px;
	padding-bottom: 50px;
	padding-top: 25px;
}
.righthang P {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
	color: #657396;
}
.teampic {
	width: 140px;
	height: 180px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}
/* spacers */
.col1 IMG{
	width: 150px;
	height: 8px;
}
.col2 IMG{
	width: 450px;
	height: 8px;
}
.col3 IMG{
	width: 180px;
	height: 8px;
}

/* main content features */
.maincontentTable {
	border-left: 1px solid #D9EAC7;
}

.maincontent {
	padding-top: 25px;
	padding-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
}

.maincontent P {

}

.maincontent a:link, 
.maincontent a:visited {color: #657396;}
.maincontent a:hover {color: #00000;}
.maincontent a:active {color: #D9EAC7;}

/* bottom navigation */
.navbottom {
	font-size: 9px;
	text-align: center;
}
.navbottom a:link, 
.navbottom a:visited {color: #000000;}
.navbottom a:hover {color: #657396;}
.navbottom a:active {color: #D9EAC7;}


/* homepage styles */
.sidebarhome {
	width: 235px;
	padding-bottom: 50px;
	padding-top: 25px;
}
.sidebarhome a:link,
 .sidebarhome a:visited {color: #657396;}
.sidebarhome H2 a:link, 
 .sidebarhome H2 a:visited {color: #7FB942;}
.sidebarhome a:hover, 
 .sidebarhome H2 a:hover {color: #dda328;}
.sidebarhome a:active, 
 .sidebarhome H2 a:active {color: #005d49;}
.sidebarhome P {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	font-size: 11px;
}
.news {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7FB942;
	font-size: 11px;
}
.maincontent .tagline {
	font: 18px/140% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-right: 75px;
	margin-left: 20px;
}
.maincontent .tagline2 {
	font: 18px/140% Georgia, "Times New Roman", Times, serif;
	color: #A6A6A6;
	margin-right: 75px;
	margin-left: 20px;
}
.colA IMG{
	width: 235px;
	height: 8px;
}
.colB IMG{
	width: 545px;
	height: 8px;
}

/* navigation */
.navbar {
	background: #7FB942 url(../images/navbar5.gif) repeat-x left top;
	height: 50px;
	padding-top: 0px;
	color: #000000;
}
.menu4 {
	width: 100%;
	font-size: 12px;
}
.menu4 ul {
	list-style-type: none;
	margin: 0 0 0 300px;
	padding: 0;
}
.menu4 li {
	display: inline;
	float: left;
	text-align: left;
	padding: 0;
	margin: 10px 10px 0 10px;
}
.menu4 a {
	padding-top: 12px;
	text-decoration: none;
}
body[id=nhv] .menu4 a {
	width: 100%;
	height: 40px;
	vertical-align: middle;
	padding: 0;
	/*margin-top: 10px;*/
	color: 000000;
	display: block;
	text-align: center;
	line-height: 40px;
}
.menu4 a {
	height: 40px;
	/*margin-top: 10px;*/
	line-height: 40px;
}
.menu4 #thispage { }
#thispage a { color: #005d49; }
.menu4 a:link, .menu4 a:visited { color: #000000; }
.menu4 a:hover { color: #005d49; background: url(../images/pointer2.gif) no-repeat center top; }
.menu4 a:active { color: #000000; }
