/* CSS Document */

/***** CONTACT US CSS *****/	
	
#contact {
	width: 500px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 10px;
	background-color: #227BD3;
	margin: 0 auto;
	clear: both;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 20px;
	color: white;
	border: 2px solid black;
	}
	
#contact .element {
	width: 496px;
	font-size: 12px;
	color: #003300;
	background-color: #DEDEDE;
	}
	
#contact .halfelement {
	width: 142px;
	font-size: 12px;
	color: #003300;
	background-color: #DEDEDE;
	}
	
#contact .fullelement {
	width: 500px;
	font-size: 12px;
	color: #003300;
	background-color: #DEDEDE;
	}

#contact .thirdelement {
	width: 100px;
	font-size: 12px;
	color: #003300;
	background-color: #DEDEDE;
}


#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact .segment {
	float: left;
	width: 250px;
}

#contact .statezip {
	float: left;
	width: 145px;
}

#contact .margin6 {
	padding-left: 10px;
}

#contact a {
	display: block;
	width: 110px;
	background-color: #F5EA73;
	color: black;
	border-bottom: 1px solid black;
	padding: 2px 6px;
	margin: 0 auto;
	clear: both;
}

#contact a:hover {
	background-color: #227BD3;
	color: white;
	border-bottom: 1px solid white;
}

#contact input.submit {
	border: 0px;
	background-color: #F5EA73;
	color: black;
	border-bottom: 1px solid black;
	padding: 2px 0px;
	font-size: 13px;
	font-style: italic;
	width: 110px;
}

#contact input.submit:hover {
	background-color: #227BD3;
	color: white;
	border-bottom: 1px solid white;
}

