#textarea {
	float: right;
	color: #4E4132;
	margin-top: 30px;
	padding-right: 40px;
	width: 650px;
}
#subnav li a:hover {
	text-decoration: none;
	display: inline;
	color: #FFF;

}
#subnav li {
	font-weight: bold;
}
#leftcolcontact {
	float: left;
	width: 270px;
}
#formright {
	float: right;
	width: 335px;
}



/*Type Styles*/	


h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #000;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

h4 {
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
}
h5 {
	font-size: 11px;
	line-height:15px;
	padding-bottom:60px;
	font-weight:normal;

	
}
#maincol {
	float: left;
	width: 400px;
}
#rightcol {
	float: right;
	width: 225px;
	font-size: 12px;
	line-height: 16px;
}



/*form Styles*/	



div.fieldContainer {
  clear: both;
  margin-bottom: 1.6em;
  overflow: hidden;
}

div.separatorBefore {
  height: 2.4em;
  border-bottom: 1px #A5ACB2 solid;
  margin-bottom: 1.2em;
  clear: both;
}
div.separatorAfter {
  height: 2.4em;
  border-top: 1px #A5ACB2 solid;
  margin-top: 1.2em;
  clear: both;
}

div.fieldLabel {
  width: 250px;
  font-size: 1em;
  min-height: 2px;
  overflow: hidden;
  margin-right: 24px;
  text-align: left;
}

div.fieldLabel span {
  color: #C10000;
}

div.field {
  float: left;
}

div.field input.tField {
  width: 300px;
}

div.field input.rButton, input.cBox {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
div.field input.cBox {
  top: 1px;
}

div.field textarea {
  width: 300px;
  font: 1em Verdana, Arial;
}

div.field div {
  height: 2.2em;
}

div.subButtonDiv {
  margin-top: 2em;
}

div.field span.error {
  color: red;
  padding-left: 0.6em;
}

div.error {
  color: red;
  clear: both;
  margin: 6px 0 12px 0;
  padding: 12px;
  background-color: #E2E2E2;
  height: auto !important;
}

div.error strong {
  font: bold 1em "courier new", courier;
  /*
  padding-top: 0.3em;
  display: block;
  */
  color: #C10000;
  letter-spacing: 2px;
}

div#formSent {
  display: none;
  font-size: 1em;
}
