@charset "UTF-8";
/* CSS Document */

/*Reset Styles!*/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited, a:active{
	color: #067eaa;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	#bc0419;
}

.clear{
	clear: both;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
color: #4a4a4a;
padding: 7px 0 7px 0;
}

p {
	padding: 7px 0 7px 0;
}

body {
	background: #d2d3d5 url(../images/body-bg.jpg) top repeat-x;
	font: Normal 12px/16px Arial, Helvetica, sans-serif;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	padding: 0 10px;
}

/* Header */

#header {
	background: #FFFFFF url(../images/header-bg.jpg) top repeat-x;
	float: left;
	margin: 0;
	overflow: hidden;
	width: 960px;
}

#header h2{
	font: Normal 40px "Trebuchet MS";
	color: #a00f20;
	float: left;
	padding: 10px 20px 10px 5px;
	/*background: url(../images/logo-ring.jpg) no-repeat 28px 25px;*/
	background: none;
}

#header h2 span{
	font: Bold 13px Arial;
	padding: 0 0 0 15px;
	color: #010101;
	margin: 0 0 0 -10px;
	text-transform: uppercase;
}

#header p{
	font: Normal 12px arial;
	color: #000;
	float: right;
	text-align: right;
	padding: 20px 29px 10px 20px;
}

#header p span{
	font: bold 35px Arial;
	color: #a00f20;
}

#header p strong{
	text-transform: uppercase;
}

.topnav {
	
	float: left;
	width: 960px;
}

.topnav ul {
	background: url(../images/topNav_bg.jpg) repeat left top;
	float: left;
	width: 960px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 0 0;
}

.topnav li {
	float: left;
	padding: 12px 30px;
	background: url(../images/topNav_border.jpg) right repeat-y;
}

.topnav li a:active,
.topnav li a:link,
.topnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.topnav li a:hover {
	color: #000;
}



/* Banner */
.banner {
	float: left;
	margin: 0px 0px 10px 0px;
	width: 940px;
height: 240px;
}
.about{
	background: url(../banners/ban1.jpg) no-repeat;
}
.home{
	background: url(../banners/ban2.jpg) no-repeat;
}

/* Main Container */

#main {
	background-color: #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 10px;
padding-bottom: 22px;
	
}

/* Column Left */

.left-col {
margin-right: 20px;}
.left-col h3 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 13px;
}

.left-col h2{
	color: #FFFFFF;
	font: Normal 16px Arial;
	background: url(../images/services-bg.jpg) repeat-x left top #a00f20;
	padding: 12px 0 12px 15px;
	margin: 2px 20px 0 0;
}


.services ul {
	font-size: 14px;
	margin-bottom: 20px;
margin-right: 20px;
}

.services li {
	border-bottom: #d2d3d5 1px solid;
	background: url(../images/bullet.gif) no-repeat left 15px;
	margin-left: 15px;
	padding: 10px 0 10px 14px;
}

.services li a:active,
.services li a:link,
.services li a:visited {
	color: #a00f20;
	text-decoration: none;
}

.services li a:hover {
	color: #000;
	font-weight: bold;
}

.contactForm {
	background: #a00f20 url(../images/contactForm-bg.jpg) bottom repeat-x;
	border: #a00f20 1px solid;
	float: left;
	padding-bottom: 13px;
	padding-right: 20px;
width: 198px;
}

.contactForm form label{
	color: #fff!important;
	padding: 0 0 0 15px;
}

.contactForm form input {
	border: #58595b 1px solid;
	height: 20px;
	margin: 0px 13px 6px 13px;
	padding: 3px 0 0 4px;
	width: 186px;
}

.contactForm form textarea {
	border: #58595b 1px solid;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 13px 15px 13px;
	padding: 3px 0 0 4px;
	width: 186px;
}

.submit {
	background: url(../images/form-btn.jpg) no-repeat left top;
	border: none;
	float: right;
	margin-right: 20px;;
	width: 72px;
	padding: 1px 0 3px 0;
}

/* Content (Column 2) */

.content {
	float: left;
	margin: 0;
	padding: 12px 8px 0 8px;
}
.textarea ul{
	margin: 3px 0px 3px 17px;
        padding: 0px; 
        list-style: disc;
}
.textarea ul li{
	margin: 0px;
        padding: 1px 0; 
        list-style: disc;
}

p{
	padding: 7px 0 7px 0;
}

.float_right {float: right; margin: 0 0 10px 10px;}

.text {margin-bottom: 25px; font-style: italic;}

.text span {font-style: normal; font-weight: bold; float: right;}

.textArea {
	font-size: 14px;
	line-height: 18px;
	margin: 10px;
margin-bottom: 20px;
	text-align: justify;
padding: 10px;
}

.textArea h1, .textArea h2, .textArea h3 {
	border-bottom: #a00f20 1px dotted;
	color: #a00f20;
	padding: 10px 0px;
	margin-bottom: 5px;
}

.whyChooseUs {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: justify;
}

.whyChooseUs h1, .whyChooseUs h2, .whyChooseUs h3 {
	border-bottom: #a00f20 1px dotted;
	color: #4a4a4a;
	padding: 10px 0px;
	margin-bottom: 13px;
}

.whyChooseUs ul {
	color: #a00f20;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}

.whyChooseUs li {
	list-style: url(../images/bullet2.gif);
	margin-left: 20px;
}

.whyChooseUs li a:active,
.whyChooseUs li a:link,
.whyChooseUs li a:visited {
	color: #a00f20;
	text-decoration: underline;
}

.whyChooseUs li a:hover {
	color: #000;
	text-decoration: underline;
}

.readmore {
	background: url(../images/question-icon.jpg) right no-repeat;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 22px;
	padding-top: 2px;
	text-transform: uppercase;
}

.readmore a:active,
.readmore a:link,
.readmore a:visited {
	color: #000000;
	text-decoration: none;
}

.readmore a:hover {
	color: #9e1020;
}

/* Contact Action */
.cta {
	background: #c2c2c2;
	color: #101010;
	float: left;
	font-size: 18px;
	line-height: 25px;
	padding: 14px 6px;
	text-align: center;
	width: 448px;
}

.cta strong {
	font-size: 24px;
	font-weight: bold;
}

/* Column Right */
.right-col {
	color: #FFFFFF;
	float: left;
	margin: 0px 10px;

}

.promo {
	background: #a00f20 url(../images/contactForm-bg.jpg) bottom repeat-x;
	border: #a00f20 1px solid;
	float: right;
	padding: 10px 8px;
	width: 202px;
margin-bottom: 20px;
}

.promo h5 {
	background: url(../images/bullet3.gif) left 12px no-repeat;
	border-bottom: #FFFFFF 1px dotted;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #fff;
}

.promo img {
	float: left;
	margin-bottom: 10px;
}

.moreInfo {
	background: url(../images/bullet3.gif) right no-repeat;
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
	padding-right: 10px;
}


.moreInfo a:link,
.moreInfo a:visited,
.moreInfo a:active{
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
	white-space:nowrap;
}

.moreInfo a:hover {
	color: #fa4871;
	text-decoration: none;
}


.right-col li a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	background: #095c52 url(../images/footer-bg.jpg) top repeat-x;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 20px 0px;
	text-align: center;
	width: 960px;
}

#footer li {
	display: inline;
	padding: 0px 8px;
	border-left: 1px solid #fff;
}

#footer li.no-bdr{
	border: none;
}

#footer a:active,
#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #fa4871;
	text-decoration: underline;
}

/*global */

.blue {
	color: #3d95af;
}

/* ADDITIONS
-------------------------------*/
.service-detail img {padding:6px;}

/* form validation error */
.yodlecms_formErrorDiv { margin:5px 0; font-size:12px; color:red;}    
.yodlecms_formError {border:1px solid red!important;}

/* business hours */
.hours {padding: 5px;}
.hours table {font-size: 11px; border: 1px solid #ccc; font-weight: bold; margin:0 auto;}
.hours table td {padding: 3px 10px;}
