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

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

body {
	background: #FFF url('images/site_bg.png') center 136px repeat-y;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}

a, a:visited {
	color: #231F20;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

#footer, .push {
	height: 30px;
}

#footer {
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
}

#content {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#intro {
	width: 950px;
	height: 185px;
	margin-bottom: 40px;
}

#sub_intro {
	width: 950px;
	height: 100px;
	margin-bottom: 35px;
}

#map {
	width: 484px;
	height: 395px;
	margin-top: 5px;
	margin-bottom: 30px;
}

h1 {
	color: #FFF;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 18px;
}

#header_container {
	height: 136px;
	background-color: #FFF;
}

#header {
	width: 950px;
	height: 136px;
	margin: 0 auto;
}

#header_logo {
	width: 310px;
	height: 135px;
	margin-right: 34px;
	margin-top: 1px;
	float: right;
}

#navigation {
	font-size: 13px;
	font-weight: bold;
	height: 63px;
	line-height: 63px;
	text-transform: uppercase;
}

#navigation a {
	margin-left: 45px;
}

.gallery_div {
	font-size: 11px;
	float: left;
}

.gallery_div img {
	float: left;
}
.gallery_div p {
	float: left;
	vertical-align: middle;
	width: 180px;
	margin-top: 50px;
}
#gallery_table {
	font-size: 11px;
	width: 467px;
	margin-bottom: 25px;
}

#gallery_table img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.home_text {
	width: 482px;
	margin-left: 45px;
	padding-right: 28px;
	float: left;
}

.active {
	color: #FFF !important;
}

.main_text {
	width: 510px;
	margin-left: 45px;
	float: left;
}

.list_container {
	width: 510px;
	float: left;
}

.service_list_left, .service_list_right {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	text-indent: 0px;
}
#contact_form {
	margin-bottom: 30px;
}

.contact_errors {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	text-indent: 0px;
	color: #C00;
}

.service_list_left {
	width: 280px;
}
.service_list_right {
	width: 230px;
}

li {
	line-height: 19px;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}

.footer_menu {
	width: 470px;
	margin-left: 35px;
	float: left;	
}

.footer_menu a {
	margin-left: 10px;
	margin-right: 10px;
}

p {
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 20px;
}

p.bigger {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}

p.nomargin {
	margin-bottom: 8px;
}

#call_today {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	width: 252px;
	margin-left: 143px;
	float: left;
}

.footer_copyright {
	width: 252px;
	margin-left: 183px;
	float: left;
}

#contact_form {
	line-height: 24px;
}

#contact_submit {
	width: 85px !important;
	height: 33px !important;
	margin-left: 315px;
	margin-top: 8px;
}

#contact_form input {
	width: 400px;
	height: 30px;
	border: 0px solid transparent;
}
#contact_form textarea {
	width: 400px;
	height: 105px;
	border: 0px solid transparent;
	overflow: auto;
}