/***** Global Elements *****/
html, body { border:0; margin:0; padding:0; }

img { border:0;}
a img { border:0 }

a, a:link, a:visited { text-decoration:underline;}
a:hover {text-decoration: none;}



/***** Contact Form Elements *****/
.block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.block {
	display:block;
}
html[xmlns] .clear { display: block;}


#contactWrapper {
	margin-top: 10px;
}
#contactWrapper h1 { font-size: 11px; margin: -33px 0px 30px; padding: 5px 0px 0px 15px; font-size: 12px; text-transform: uppercase; background: url(/site/img/title-background.png) no-repeat; width: 138px; height: 22px; color: #fff; font-weight: bold;}
label {
	display: block;
	float: none;
	font-size: 12px;
	width: auto;
	font-weight: bold;
	margin-bottom: 2px;
	color:#0B9444;
}
label.error, .error { display:block; float:none; font-size:12px; width:auto; font-weight: normal; margin-bottom: 0px; color: #bb3737; background: #fad6d6; border: 1px solid #bb3737; margin-top: 5px; padding: 5px 7px;}
label.checked { display:none; background: none; border: 0px; margin-top: 0px; padding: 0px; text-indent: -5000px;}
#contactWrapper em { color: #01b3b3;}
.stage {
	margin-bottom: 10px;
	float: left;
	padding-left:7px;
	
}
.requiredNote { margin: 20px 0px 20px; color: #333; font-weight: bold;}
.success { padding: 10px; background: #f0ffc1; border: 1px solid #819934; margin-bottom: 15px; color: #819934;}
.success p { margin: 0px;}

form#contactform .textInput, form#contactform textarea { border: 1px solid #cfdede; padding:8px 12px; font-size:12px; color:#333; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; width: 291px; color: #777777;}
form#contactform textarea {font:12px Arial, Helvetica, sans-serif; padding: 12px;width:614px !important;}
form#contactform input:focus, form#contactform textarea:focus {
	outline: none;
	border: 1px solid #649d9d;
	cursor: pointer;
}

#submitButton {
	display: block;
	float:right;
	width: 100px!important;
	height: 47px;
	border: 0px!important;
	padding: 0px!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #029444; /* Old browsers */
	font-size: 110%;
	color: #ffffff;
	box-shadow: 0 0 29px #027838 inset;
	-moz-box-shadow: 0 0 29px #027838 inset;
	-webkit-box-shadow: 0 0 29px #027838 inset;
	border: 1px solid #182626;
	cursor: pointer;
}
#submitButton {background-position: 0 0;}
#submitButton:hover {
	background: #037738; /* Old browsers */

}
#submitButton:active {background-position: 0 -47px;}
.white_box_content {
	background-color: #FFF;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-title {
	background: #009344; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTM0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmRmMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #009344 0%, #d6df23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009344), color-stop(100%,#d6df23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #009344 0%,#d6df23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #009344 0%,#d6df23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #009344 0%,#d6df23 100%); /* IE10+ */
	background: linear-gradient(to right,  #009344 0%,#d6df23 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009344', endColorstr='#d6df23',GradientType=1 ); /* IE6-8 */

	color: #FFFFFF;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    padding-left: 11px;
}
