@charset "UTF-8";
/* CSS Document */

/* styles contact info in lower left */
#contact { 
	width: 172px;
	float: left;
	margin: 340px 0 0 0;
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:  #F26522;
	}
	
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #FFFFFF;
	margin-top: -14px;
	}


/* styles contact form(s) */

#contactContainer {
	width:495px;
	float:right;
	margin: 20px 25px 0 0;
	color: #FFF568;
	text-align:right;
	
	}
	
.textField {
	background: #FFF;
	width:300px;
	border: solid 1px #333;
	margin: 0 0 5px 0;
	}

.textName {
	color:#FFF568;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding: 0 5px 0 0;
	vertical-align: middle;
	}
	
.textName2 {
	color:#FFF568;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	vertical-align:top;
	padding: 5px 5px 0 0;
	line-height:25px; /* MOVES comments label down slightly to match other label spacing */
	}

.textArea {
	background: #FFF;
	border:solid 1px #333;
	width:301px;
	height:220px;
	margin: 5px 0 0 0; /* ADDS space above message box for consistent spacing */
	}

.submit {
	position:relative;
	margin: 0 320px 0 0;
	top:-25px;
	}
