div#rightColumn img.logo {
	padding:4px;
	background:#fff;
	border:1px solid #F7ECD9;
	border:1px solid #ebcfb5;
	margin-bottom:5px;
	text-align:left;
}
div#rightColumn a.form-nav {
	display:block;
	padding:5px 0 5px 10px;
	width:259px;
	text-align:left;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.4px;
	margin:1px 0 0 1px;
	border-bottom:2px solid #004520;
}
div#rightColumn a.form-nav:link, div#rightColumn a.form-nav:visited {
	background-color:#009900;
	background-color:#ebcfb5;
	background-color:#007146;
	color:#090;
	color:#F7f4ef;
}
div#rightColumn a.form-nav:hover {
	background-color:#008e53;
	color:#ff9;
}

/* END CONTACT PAGE FORM */

#contactForm {
	margin:10px 0 20px 0px;
	overflow:hidden;
	width:590px;
	padding:5px;
	border: 1px solid #D8DCDF;
	background-color: #f4f9ff;
}

#contactForm label {
    color: #6d6960;
	clear: left;
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-top:2px;
	padding-right: 7px;
	font-size:11px;
	font-weight:normal;
}
#contactForm label.req, #contactForm p.req {
	font-weight:bold;
}
#contactForm label.long {
	width: 265px;
}

#contactForm h1 {
    margin:0 10px 10px 7px;
    padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
}
#contactForm h2 {
    margin:0 7px 5px 7px;
    padding:5px 5px 6px 7px;
	font-size:15px;
	background-color:#fafafa;
	border:1px solid #f0f0f0;
	font-weight:500;
	letter-spacing:normal;
	color:#666;
}
#contactForm h3 {
    margin: 5px 7px;
    padding:5px;
	font-size:14px;
	font-weight:normal;
	letter-spacing:normal;
	color:#444;
}

#contactForm h6 {
    margin:1px;
    padding:2px;
	background:url(/images/form-rule.gif) repeat-x left top;
	width:575px;
	height:10px;
	clear:both;
}
#contactForm p {
    margin: 0 10px;
    padding:5px 0;
	font-size:12px;
	line-height:16px;
	letter-spacing:normal;
}

#contactForm div {
	clear:both;
	padding:4px 0;
	position:relative;
	}
#contactForm div.options-box {
	padding:10px; 
	margin:10px; 
	background-color:#f1f1f1; 
	border:1px solid #ddd; 
	position:relative; 
	top:10px; 
	left:25px; 
	overflow:hidden; 
	width:441px;
}
#contactForm div.options-box-white {
	padding:10px; 
	margin:5px 10px; 
	background-color:#fefefe; 
	border:none; 
	position:relative; 
	top:5px; 
	left:25px; 
	overflow:hidden; 
	width:441px;
}

#contactForm div p.options-label{
    color: #5c5850;
	margin:0;
	margin-left:5px;
	padding:0;
	padding-bottom:5px;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	/*
	text-transform:uppercase;
	*/
}
#contactForm fieldset {
	padding: 7px;
	margin:12px;
	border:1px solid #ccc;
	background-repeat:no-repeat;
	background-position:-2px -27px;;
	}
#contactForm fieldset legend {
	padding:0 7px;
	font-size:15px;
	font-weight:normal;
	letter-spacing:0.4px;
	color:#777;
	}

div#contactForm select {
	float:left;
	border:1px solid #cccccc;
	padding:1px;
	width:auto;
	margin:1px 5px 2px 0;
	font-size:12px;
}

div#contactForm input{
	margin:1px 5px 2px 0;
	width:250px;
	float:left;
	border:1px solid #cccccc;
    font-size:12px;	
	padding:1px;
}
div#contactForm input#state, div#contactForm input#reference_state {
	width:50px;
	text-transform:uppercase;
	letter-spacing:0.4px;
}
div#contactForm input#zip, div#contactForm input#reference_zip {
	width:80px;
}
div#contactForm input[type="checkbox"], div#contactForm input.check-option {
	width:20px;
	border:none; 
	margin-left:5px; 
	position:relative; 
	top:3px;
}
div#contactForm textarea {
	margin:1px 5px 2px 0;
	width:300px;
	float:left;
	border:1px solid #cccccc;
    font-size:12px;	
	padding:1px;
}
div#contactForm textarea.long-answer {
	margin:5px;
	margin-left:0;
	width:425px;
	float:left;
	border:1px solid #cccccc;
    font-size:12px;	
	padding:2px;
	height:75px;
	overflow:auto;
}

#contactForm div#submitBtn {
	margin: 12px auto;
	width:355px;
	padding:5px;
	text-align:center;
	position:relative;
	left:-3px;
	border:1px solid #fff; 
	color:#fff; 
	width:254px; 
	background:#3675b1; 
	text-align:center; 
	overflow:hidden;
	}
#contactForm div#submitBtn div.btn-box {
	padding-left:0;
	overflow:hidden; 
	border:1px solid #fff; 
	background:#3675b1; 
	text-align:center; 
	padding:4px 0; 
	margin:0;
	}
div#submitBtn input {
	float:none;
	margin: 0 auto;
	border:none;
	float:none; 
	clear:both; 
	padding:0; 
	border:none;
	color:#fff; 
	width:165px; 
	background:#3675b1; 
	font-size:20px; 
	line-height:20px;
	}

form span.required {
	color:#c00;
	font-weight:bold;
	padding:0 3px;
}
form span.error-icon {
	width:16px;
	height:16px;
	margin:0;
	margin-top:2px;
	margin-left:1px !important;
	padding:0;
	padding-left:2px !important;
	display:block;
	clear:none;
	float:left;
}


/* END CONTACT US FORM STYLES */

