.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.footer {font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

/* Location Landing */
.location {
	width:930px;
	min-height:550px;
	font-family: Arial,Helvetica,sans-serif;
	padding:20px 0;
	text-align:left;
	color:#393F61;
}
.location h1, .location h3, .location h4, .location ul {
	margin:0;padding:0;
}
.location ul {
	margin:0 0 15px 0;
}
.location li {
	font-size:11px;
	margin:0 0 0 20px;
}
.location input[type=text], .location textarea {
	border:1px solid #d3d3d6;
}
.location input[type=submit] {
	background:#ed3338;
	border:1px solid #fff;
	color:#fff;
	padding:2px 10px;
	margin:8px 0 0;
}
.location .col1 {
	width:230px;
	float:left;
	margin:0 25px 0 0;
}
.location .col2 {
	width:425px;
	float:left;
	margin:0 25px 0 0;
}
.location .col3 {
	margin-left:705px;
}
.location h1 {
	margin:0 0 3px;
}
.location h3 {
	margin:0 0 15px;
}
.location h4 {
	font-size:14px;
	margin:0 0 3px;
}
.location .location-img {
	float:left;
	background:#ccc;
	width:230px;
	height:200px;
	box-shadow: 2px 3px 5px #818181;
	-webkit-box-shadow: 2px 3px 5px #818181;
	-moz-box-shadow: 2px 3px 5px #818181;
}
.phone {
	margin:0 0 15px;
	padding:5px 0;
	text-align:center;
	color:#ed3338;
}
.phone p {
	margin:0;
	padding:0;
	font-weight:bold;
}
.phone h2 {
	margin:0;
	padding:0;
	font-size:30px;
	text-shadow:2px 3px 3px #bababa;
}
.widget {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	background: #f9f9f9; /* for non-css3 browsers */
	border:1px solid #d3d3d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d8de)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #d9d8de); /* for firefox 3.6+ */
	box-shadow: 2px 3px 5px #818181;
	-webkit-box-shadow: 2px 3px 5px #818181;
	-moz-box-shadow: 2px 3px 5px #818181;
}
.ie8 .widget {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d8de'); /* for IE */
}
.services, .reasons, .form, .hours {
	margin:0 0 15px;
	padding:10px;
}
.form label {
	font-size:12px;
}
form {
	display:block;
	margin:0 0 0 5px;
}

/* validation */
label.error {
	color:red;
	display:block;
	font-size:11px;
	margin:0 0 3px;
}
