/* CONTACT */

.error, .message{
	background: #FAFDD5;
	border: #4b4b4b 1px solid;
	width: 500px;
	margin: 10px 0px 20px 0px;
}

.error{
	background: #FFDADA;
}
.error p, .message p{
	padding: 5px 20px 5px 20px;
	margin: 10px !important;
	
}

#content #contact_info{
	clear: both;
	height: 340px;
}

#content #contact_info #map_la{
	float: left;
}

#content #contact_info #map_philly{
	float: right;
}

#content #contact_info h2{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

#content #contact_info address{
	font-size: 12px;
	font-style: normal;
}

#content #contact_info p{
	font-size: 14px;
	line-height: 24px;
}

#content #contact_info p a{
	text-decoration: none;
}

#content #contact_info p a:hover{
	text-decoration: underline;
}

#contact_form_container{
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 15px;
	width: 835px;
	background: #eee;
	height: 300px;
	border-top: #bbb 1px solid;
	
}

#contact_form div.row{
	margin: 10px 0px 10px 0px;
	font-size: 14px;
}

#contact_form div.row label{
	width: 180px;
	float: left;

}

#contact_form .row label span.req{
	color: #FF2424;
}

#contact_form .row input{
	height: 18px;
	width: 200px;
}

#contact_form .row{
	margin: 10px 0px 20px 0px;
}

#contact_form .row textarea{
	height: 100px;
}

#contact_form .row #submit{
	width: auto;
}

#contact_form .row #submit:hover{
	cursor: pointer;
}



