/* Contact Page Specific Header */

#logo {
	width: 419px;
	height: 95px;
	float: left;
	margin-top: 40px;
	border-top: 1px solid #c8c5c2;
	padding-top: 15px;
	margin-bottom: 20px;
	
}

#content {
	padding-left: 15px;
}

h1 {
	background: url('../../../images/homelogo.png') no-repeat;
	height: 65px;
	width: 265px;
	text-indent: -9999px;
}


ul#mid {
	float: left;
	width: 870px;
	height: 46px;
	background: url('../../../images/mid_bg_1.gif') top left no-repeat;
	text-transform: uppercase;
	margin-bottom: 10px;
}

ul#mid li {
	display: block;
	float: left;
	font-size: 1.4em;
	padding-top: 14px;
}


/* Contact Page */
body#contact {
margin-top: 0px;
}
/* Derrin's stuff */



#contact div.info,
#contact .form {
	width:49%;
	float:left;
}

#contact fieldset {
	margin-bottom:10px;
	
	
}

#contact label,
#contact input,
#contact textarea {
	display:block;
	float:left;
	
	
	
}

#contact textarea {
	height:100px;


}

#contact fieldset div {
	margin-bottom:3px;
}

#contact label,
#contact legend {
	line-height:1.1em;
	font-weight: bold;
	width: 150px;
	padding-bottom: .5em;
	padding-top: 1em;
}

#contact label span {
	display:block;
	
	font-size:80%;
	color:#666;
}

#contact label sup,
#contact legend sup {
	color:#cc0000;
}

#contact legend {
	float:left;
	color:#cc0000;
	font-size:80%;
}

#contact div input {
	height: 20px;
}
#contact input,
#contact textarea {
	
	padding:.1em;
	margin:0;
	line-height:1.1em;
	border:#ccc solid 1px;
	width: 443px;
}

#contact input[type='submit'] {
	background-color: #f0ef97;
	width:100px;
	padding: 5px;
	float: right;
	cursor: pointer;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-right: 53px;
	height: 25px;
}

div.info h3 {
	padding: 10px 20px 22px 15px;
	font-size: 1.6em;
	margin-left: -15px;
	background: #23180e;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	width: 181px;
}


#contact div.info {
	width: 200px;
}

div.info ul {
	float: left;
	font-weight: bold;
	width: 200px !important;
	font-size: .8em;
}

div.info li {
	margin-top: 10px;
	font-size:1.25em;
}

div.info li#email {
	font-size:1em;
	
}

#contact .form {
	margin-left: 25px;
	width: 500px;
}

.form h3 {
	padding: 10px 20px 22px 15px;
	font-size: 1.6em;
	margin-left: -15px;
	background: #142714;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	width: 426px;
}

.form form {
	
	float: left;
	margin-top: 20px;
}

div.err p {
	color: #c00;
	font-weight: bold;
	margin-left: -40px;
	float: left;
	margin-top: 14px;
	font-size: .9em;

}


h3.green {
	background: #fff;
	font-size: 1.3em;
	color: #142714;
}

h3.red {
	background: #fff;
	font-size: 1.3em;
	color: #f00;
}

.errors {
	color: #f00;
	float: left;
}

.errors p {
	margin: 5px;
}

.info img {
margin-top: 30px;
}









