
#nav ul li a.contact{
	background: url("/blue/images/navbgHover.jpg") no-repeat 100% 50%;
	color: #000!important;}	
/* CONTACT PAGE FORM POSITIONING and STYLES */
#form{	border: 0; clear: both; float: left;}
#form ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;}
#form li {
	list-style: none;
	padding-bottom: 1em;}
label {	width: 18em;
	text-align: left;
	margin-right: 0.5em;
	float: left;
	display: block;}
input,select,textarea{
	border: 1px solid #ccc;
	width: 13em;}	
#submit,#reset{
	background-color: #1db4fa;
	color: #fff;
	border: 2px solid #cecece;
	font-size: 1.3em;
	padding: .4em 0;
	width: 90px;
	float: left; 
	margin-left: .5em;
	cursor:pointer;}
#submit:hover,#reset:hover{
	background-color: #666;}
.floatedElement{
	float: left; 
	margin-bottom: 1em;}
.floatedElement img{
	float:left; 
	margin: 0; }
input#captcha-text{
	float:left; 
	margin-left: .5em; 
	width: 80px; 
	font-size: 2.2em;
	color: #54ad33; 
	font-weight:bold;}
