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

body {
	
	font-family: Helvetica, Arial, sans-serif;
	background-color: #F0F0F0;
	
	margin: 0px auto;
}

h1 {font-size: 43px; color: #604848; font-weight: bold;}
h2 {font-size: 31px; color: #604848; line-height: 42px; padding-bottom: 20px;}
h3 {font-size: 19px; line-height: 25px; color: #604848;}
h4 {color: #604848;}
h5 {color: #604848;}

p {font-size: 12px; color: #604848; font-weight: normal; line-height: 18px;}

a {text-decoration: none; color: #0AA2D0;}
a:hover {text-decoration: underline;}

a img {border: 0px;}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin-left: 10px;
  margin-right: 10px;
}



/*
ul {
	width: 100%;
	padding-left: 30px;
	margin: 0px;
	
	border-top: 1px solid #ccc;
}

ul li {
	list-style-type: square;
	font-size: 13px;
	
	padding: 10px 0px 10px 0px;
}
*/

/* Ordered List */
ol {

	
	padding: 0px 0px 40px 0px;
	margin: 0px 10px 0px 10px;
	
	/*list-style-type: none;*/
		
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serfi;
	font-weight: normal;	
	width: 95%;
	
	border-top: 1px solid #ccc;


}

ol li {
	color: #ccc;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin-left: 20px;
	
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	color: #604848;
	
	

}




/* Unordered List */
ul {
	

	padding: 0px 0px 20px 0px;
	margin: 0px 10px 0px 10px;
	
	list-style-type: none;
		
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;	
	width: 90%;
	
	border-top: 1px solid #604848;


}

ul li {
	color: #ccc;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
		
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #604848;

}

/* SELECTION COLOR */
::-moz-selection{
	background: #0AA2D0;
	color:#fff;
}

::selection {
	background: #0AA2D0;
	color:#fff;
}

#navigation {width: 100%; height: 120px; background-image: url(../images/nav_gradient.png); background-repeat: repeat-x; background-color: #604848; padding-top: 5px; padding-bottom: 5px; margin-bottom: 20px;


-moz-box-shadow: 0px 4px #e7e7e7;
-webkit-box-shadow: 0px 4px #e7e7e7;
box-shadow: 0px 4px #e7e7e7;


}
#navigation h3 {color: #fff;}

#navigation a {color: #fff; text-decoration: none;}
#navigation a:hover {text-decoration: underline;}

#footer {/*border-top: 1px solid #ccc;*/ margin-top: 0px; padding-top: 10px; padding-bottom: 10px;}
#footer p {font-size: 11px;}
#footer p span.divider {padding-left: 10px; padding-right: 10px;}

span.phonenumber {color: #0AA2D0;}

.pad {padding-top: 0px; padding-bottom: 10px;}

.service_img {padding-left: 0px; margin-left: 10px; margin-top: 20px; border-top: 8px solid #604848;}



.feature_box2 {
	
	width: 200px; 
	height: auto;

	display: inline;
	float: left;

	margin-right: 10px;
	margin-left: 10px;

	padding: 9px; 
	border: 1px solid #e7e7e7; 	

	background-color: #FFF; 
	
	margin-bottom: 20px;
	
	-moz-box-shadow: 0px 4px #e7e7e7;
	-webkit-box-shadow: 0px 4px #e7e7e7;
	box-shadow: 0px 4px #e7e7e7;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background-image: url(../images/map_bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;


}

.feature_box2 h3 {padding-left: 10px;}
.feature_box2 h4 {padding-top: 0px; margin-top: 15px; padding: 0px; margin-bottom: 0px;}
.feature_box2 p {padding-left: 0px; margin: 5px 0px 10px 0px }



.feature_box {
	
	width: 200px; 
	height: 113px;

	display: inline;
	float: left;

	margin-right: 10px;
	margin-left: 10px;

	padding: 9px; 
	border: 1px solid #e7e7e7; 	

	background-color: #FFF; 
	
	margin-bottom: 20px;
	
	-moz-box-shadow: 0px 4px #e7e7e7;
	-webkit-box-shadow: 0px 4px #e7e7e7;
	box-shadow: 0px 4px #e7e7e7;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background-image: url(../images/map_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;


}

.feature_box h3 {padding-left: 10px;}
.feature_box h4 {padding-top: 0px; margin-top: 10px; padding-left: 10px;}
.feature_box p {padding-left: 10px;}

.feature_image {
	width: 920px; 
	height: 380px; 
	
	margin-left: 10px;
	margin-right: 10px;
	
	padding: 8px; 
	border: 1px solid #e7e7e7; 
	
	background-color: #FFF; 
	margin-bottom: 24px;

	display: inline;
	float: left;

	-moz-box-shadow: 0px 4px #e7e7e7;
	-webkit-box-shadow: 0px 4px #e7e7e7;
	box-shadow: 0px 4px #e7e7e7;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


}


.services_new {
	
	width: 280px;
	
	display: inline-block;
	float: left;


	margin-right: 10px;
	margin-left: 10px;

	padding: 9px; 
	border: 1px solid #e7e7e7; 	

	background-color: #FFF; 
	
	margin-bottom: 20px;
	
	-moz-box-shadow: 0px 4px #e7e7e7;
	-webkit-box-shadow: 0px 4px #e7e7e7;
	box-shadow: 0px 4px #e7e7e7;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


	background-image: url(../images/service_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;


}

.services_new h3, p {padding-left: 10px; padding-right: 20px;}


.services_section {
	background-color: #604848;	
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: 240px;
}

.services_section * {color: #fff;}
.services_section h3 {padding-left: 10px; padding-right: 20px;}

.services {
	background-color: #604848;	
	margin-bottom: 20px;
	padding-bottom: 10px;
		height: 240px;

}

.services h3 {padding-left: 10px; padding-right: 20px; color: #fff; margin-bottom: 10px;}
.services p {padding-left: 10px; padding-right: 20px; color: #fff;}




.service_page {
	
/*
	width: 940px;
	
	display: inline-block;
	float: left;
*/

	margin-right: 10px;
	margin-left: 10px;

	padding: 9px; 
	border: 1px solid #e7e7e7; 	

	background-color: #FFF; 
	
	margin-bottom: 20px;
	
	-moz-box-shadow: 0px 4px #e7e7e7;
	-webkit-box-shadow: 0px 4px #e7e7e7;
	box-shadow: 0px 4px #e7e7e7;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

/*
	background-image: url(../images/service_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
*/

}


div.service_page h1 {padding-left: 10px;}
div.service_page h2 {padding-left: 10px; padding-right: 10px; margin-bottom: 10px;}
div.service_page h3 {padding-left: 10px; padding-right: 10px; margin-bottom: 27px;}
div.service_page h4 {padding-left: 10px; padding-right: 10px; margin-bottom: 10px;}
div.services_page p {padding-left: 10px; padding-right: 10px;}
