/**Style for Contact page**/
#contact_header h1 {
	color: #414632;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 30px;
    font-style: italic;
}

#map {
	float: right; 
	padding: 10px;
}

#left_body {
	float: left;
	padding: 10px;
	width: 50%;
}

.type_of_contact_info {
	font-size:15px;
	font-weight:100;
	color: #414632;
	float:left;
	margin: 8px 5px 0px 35px;
}

.contact_info {
	font-size:25px;
	font-weight:200;
	color: #414632;
}

.contact_info a {
	font-size:25px;
	font-weight:200;
	color: #414632;
}

#contact_form {
	clear: both;
	margin-top: 25px;
	margin-left: 35px;
}

#contact_comment {
	width: 400px;
	height: 150px;
	min-width:300px;
	min-height:100px;
	max-width: 450px;
	max-height:300px;
}

#contact_form_name {
	padding-top: 15px;
}

#contact_form_interested_options {
	margin-left: 15px;
}

.error {
	font-size:14px;
	color: #C00;
}

#clinic_info {
    border-collapse: collapse;
    margin: 0 0 20px 20px;
}

#clinic_info td {
    padding: 5px;
}

#clinic_info a {
    color: #414632;
}

#clinic_info a:hover {
    text-decoration: underline;
}
