h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}


#content
{
	margin: 0px 12px;
}

.middleColumnImg {
 border: #590B19 4px solid;
 float: right;
 margin: 5px 0px 0px 5px;
 padding: 0px;
}

/* Contact Table */

#contact
{	
	max-width: 141px;
	height: 356px;
	background-image: url(images/ct_background.gif); 
	background-position: top; 
	background-repeat: no-repeat;
	margin: -2px -1px 0px 0px; 
	padding: 0px 7px;
	overflow: hidden;
}

#contact p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

#contact .fieldmod
{	
	width: 125px;
	margin: 5px 0px;
	padding: 2px;
	border: #6C0003 solid 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C0003;
	text-align: left;
}

#contact .commentfield
{
	height: 100px;
}

#contact .submit
{
	height: 28px;
	width: 66px;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 2px 2px 0px;
	background-image: url(images/ct_submit.gif);
	border: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#contact .required
{
	font-size: 10px;
	color: #6C0003;
	float: left;
}

/* Contact Table for ASP pages */
#contactASP
{
	max-width: 141px; 
	height: 356px;
	background-image: url(images/ct_background.gif); 
	background-position: top; 
	background-repeat: no-repeat;
	margin: -2px 0px 0px 0px; 
	padding: 0px 7px;
	overflow: hidden; 
	float: right;
}

#contactASP p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

#contactASP .fieldmod
{	
	width: 125px;
	height: auto;
	margin: 5px 0px;
	padding: 2px;
	border: #6C0003 solid 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C0003;
	text-align: left;
}

#contactASP .commentfield
{
	width: 125px;
	height: 100px;
}

.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
    color: #000000!important;
}
.invalid {
    background-color: #F00000!important;
    color: #000000!important;
}
/* ASPX form/Error box controls */
#errors {
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 70%;
	height: auto;
	margin-left: 10px;
	float: left;	
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
	padding: 10px;
	margin-top: 25px;
	border: 1px solid #6C0003;
	margin-bottom: 10px;
	height: auto;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
/* the text above the captcha */
#pnlCaptcha label {
	padding: 10px;
}
/* the div which wraps around captcha, text and input */
.captcha {
	padding: 10px;
	height: 60px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #8d3a3b;
}
/* actual captcha image */
.captcha img {
	border: 1px solid #6C0003;
	float: right;
	height: 50px;
	width: 180px;
	margin-top: 5px;
}
/* wraps around text and input alone */
.captcha div {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 10px;
}
/* the actual text */
.captcha span {
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	margin: 3px 0px;
}
/* the input for validation */
.captcha input {
	font-size: 20px;
	border: 1px solid #6C0003;
	color: #9C0021;
}
/* the submit button */
#pnlCaptcha #btnSubmit {
	font-size: 25px;
	color: #ffffff;
	margin: 10px 20px;
	padding: 10px;
	height: auto;
	width: 90%;
	background-color: #6C0003;
}
/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
