html * {
	padding: 0;
	margin: 0;
	border: none;
}
html {
	font-family: sans-serif, arial;
	color: #444;
	font-size: 14px;
}

ul {
	list-style: none;
}

p {
	padding: 10px;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	padding: 10px;
}
.body, 
.body-2, 
.body-3 {
	width: 100%;
	background-color: #CCC;
	float: left;
}
.body-2 {
	background-color: #A2A2A2;
}
.body-3 {
	background-color: #222;	
}
#logo {
	float: left;
	font-size: 26px;
	font-weight: bold;
	clear: both;
}
.logo-dba {
	float: left;
	clear: both;
}
.content-wrapper {
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	padding: 10px;
	overflow: hidden;
}
.content-nonhome {
	padding: 10px;
}
#header {
	width: 960px;
	padding: 0px 10px 15px 10px;
	overflow: hidden;
	border-bottom: 3px solid #F4F0F0;
}
#nav {
	width: 100%;
	float: left;
	display: block;
}
#nav ul li {
	display: inline;
	margin-right: 10px;
}
#nav ul li a {
	font-size: 14px;
	color: #0054a6;
}
#splash {
	width: 960px;
	height: 380px;
	border: 1px solid #0054a6;
	margin: 10px;
	border-radius: 5px;
}
#splash img {
	border-radius: 5px;
}
#callouts {
	padding: 10px;
	overflow: hidden;
}
.callout {
	width: 290px;
	height: 200px;
	float: left;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.callout-spacer {
	width: 40px;
	height: 20px;
	float: left;
}
.callout-title {
	font-size: 18px;
	font-weight: bold;
	background-color: #f4f0f0;
	padding: 5px;
}
.callout-content {
	padding: 10px;
	line-height: 18px;
}
.column-wrapper {
	padding: 10px;
}
.column-wrapper-border {
	border-top: 1px solid #F4F0F0;
}
.column {
	width: 290px;
	float: left;
	margin-right: 25px;
	padding: 5px;
}
.column-title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #0054a6;
}
.column-content {
	line-height: 18px;
}
#footer {
	padding: 20px;
	color: #CCC;
	height: 50px;
	width: 980px;
	margin: 0 auto;
}
#footer ul li {
	display: inline;
	margin-right: 10px;
}

#footer ul li a {
	color: #CCC;
	text-decoration: none;
}
#address {
	float: right;
}
#call-now {
	width: 350px;
	height: 50px;
	border: 3px solid #0054a6;
	border-radius: 5px;
	float: right;
	padding: 10px;
	background-color: #f4f0f0;
	text-align: center;
}
#call-now .call-now {
	font-weight: bold;
	font-size: 16px;
}
.services li {
	background-image: url('/liquid/static/images/icons/102.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 5px;
	padding-left: 20px;
	line-height: 20px;
}

.button-1, 
.button-2 {
	margin-top: 10px;
	display: inline-block;
	border: 1px solid #2b55a2;
	border-radius: 5px;
	background-color: #3b87d1;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
}
.button-1 a,
.button-2 a{
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.button-2 {
	background-color: #3966b9;
}
#contact_form {
	width: 400px;
	margin: 20px 0px 20px 0px;
}
#contact_form label {
	display: block;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
}
#contact_form input[type=text] {
	width: 200px;
	border: 1px solid #CCC;
	height: 20px;
	font: 18px/20px;
}
#contact_form textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #CCC;
}
#testimonials {
	width: 500px;
}
#testimonials li {
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #f4f0f0;
	padding: 10px;
	margin-top: 10px;
}
#testimonials .testimonial-date {
	font-style: italic;
}
#testimonials .testimonial-from {
	font-weight: bold;
}
.service-item {
	border: 1px solid #CCC;
	width: 450px;
	background-color: #f4f4f4;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}
.service-item-thumbnail {
	margin-right: 10px;
	height: 110px;
	float: left;
}
.service-item-details {
}
.service-item-title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}
.service-item-description {
	margin-top: 10px;
}
.form-error {
	color: red;
}