html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    font-size: 16px;
	font-family: 'Roboto', sans-serif; 
	font-weight:400;
	background-color:#FFF;
	color:#777777;
	text-align:left;
}
div.wrapper  {
 	margin-left:auto;
 	margin-right:auto;
	max-width:960px;
	} 
h1, h2, h3, p, ol, ul, img {
    margin: 0;
    padding: 0;
}
h1	{
	color:#0053A4;
	font-weight:400;
	font-size:30px;
	margin-bottom:20px;
}
.h1_highlight	{
	font-weight:700;
	}
h2	{
	color:#0053A4;
	font-weight:700;
	font-size:21px;
	margin-top:50px;
	margin-bottom:30px;
	}
ul	{
	list-style-type:none;
	font-size:17px;
	line-height:180%;
	font-weight:400;
	}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
a {
    text-decoration: none;
	color:#C40E18;
}
a:hover	{
	color:#C40E18;
	}
a img {
	border:none;
	}
p	{
	font-size:17px;
	line-height:180%;
	margin-bottom:20px;
	font-weight:400;
}
header	{
	width:100%;
}
.logo	{
	float:left;
	margin-top:15px;
	margin-bottom:10px;
}
.phone	{
	float:right;
	text-align:center;
	margin-left:20px;
	background-color:#C40F18;
	padding:10px 15px 10px 15px;
	margin-bottom:10px;
	border-radius:0 0 20px 20px;
}
.phone a	{
	font-size:26px;
	color:#FFF;
	font-weight:700;
}
.phone p	{
	font-size:14px; 
	margin-bottom:0px;
	color:#FFF;
}
.banner	{
	text-align:right;
	height:36px;
	border-top:#DDD 1px solid;
	box-shadow: 0 8px 6px -6px #DDD;
	margin-bottom:20px;
	clear:both;
}
/* 
following css for slicknav
*/
.slicknav_menu {
	display:none;
}
/* 
following css for menu
*/
nav 	{
}
#menu li	{
	display:inline;
}
#menu a	{
	line-height:36px;
	font-size:14px;
	display:inline-block;
	height:36px;
	padding-left:14px;
	padding-right:14px;
	color:#666666;
	font-weight:400;
}
#menu a:hover	{
	color:#FFF;
	background-color:#005BA6;
}
body#systems a#systemslink,
body#maintenance a#maintenancelink,
body#parts a#partslink,
body#emergency a#emergencylink,
body#about a#aboutlink,
body#contact a#contactlink	{
	color:#FFF;
	background-color:#005BA6;
	}
body#systems a#systemslink:hover,
body#maintenance a#maintenancelink:hover,
body#parts a#partslink:hover,
body#emergency a#emergencylink:hover,
body#about a#aboutlink:hover,
body#contact a#contactlink:hover	{
	color:#FFF;
	}
/* 
css for homepage
*/
.client_logos	{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
.client_logos div	{
	width:19.5%;
	display:inline-block;
}
/* 
css for all pages
*/
#content	{
	height:100%;
	margin-top:18px;
	margin-bottom:18px;
	padding:25px;
	border:#DDD 1px solid;
	background-color:#FFF;
	overflow:hidden;
}
.service_box, .service_box_right	{
	width:48%;
	margin-top:20px;
	margin-bottom:40px;
	display:inline-block;
	vertical-align:top;
}
.service_box_right	{
	margin-left:25px;
}
.service_box_heading	{
	background-color:#E3EAEE;
	height:75px;
	text-align:center;
	border-radius: 17px 17px 0px 0px;
	width:100%;
}
.service_box_heading h2 {
	line-height:75px;
	margin-top:0px;
	margin-bottom:0px;
}
.service_box_lower	{
	border:#DDD 1px solid;
	padding:35px;
}
.service_box_lower img	{
	margin-right:25px;
	margin-bottom:10px;
	vertical-align:top;
}
.service_box_lower_centered	{
	border:#DDD 1px solid;
	padding:35px;
	text-align:center;
	height:100%;
}
.service_box_lower_centered img	{
	margin-bottom:10px;
}
.service_box_text	{
	display:inline-block;
}
.button	{
	height:60px;
	width:100%;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
	background-color:#C40F18;
	border-radius: 8px 8px 8px 8px;
}
.button:hover	{
	box-shadow: 5px 5px 5px #DDD;
}
.button a	{
	display:block;
	font-weight:700;
	font-size:18px;
	line-height:60px;
	color:#FFF;
}
/* 
css for about.php
*/
.feauture_img_about	{
	text-align:center;
	padding:10px;
}
/* 
css for contact.php
*/
.feauture_img_contact	{
	background-image:url(images/contact-bg-widescreen.jpg);
	background-repeat:no-repeat;
	height:100%;
	text-align:center;
	padding:125px 10px 25px 10px;
}
a.disable-link {
    pointer-events: none;
    cursor: default;
	color:#000;
}
a.disable-footer-link {
    pointer-events: none;
    cursor: default;
	color:#FFF;
}
.map_wrapper {
    width:465px;
    height:348px;
	margin:60px 0px 30px 0px;
}
.map_wrapper iframe {
	width:100%;
	height:100%;
}
/* 
css for thank-you.php
*/
.min_height	{
	padding-top:150px;
 	height:350px;
}
/* 
css for footer.php
*/
footer 	{
	background-color:#333;
	border-top:#888 2px solid;
	padding-bottom:50px;
	padding-top:45px;
}
footer p	{
	font-size:14px;
	color:#FFF;
	margin-bottom:0px;
	}
footer a	{
	color:#FFFFFF;
	}
.footer_link	{
	color:#C40E18;
	}
.footer_heading	{
	font-weight:700;
}
.float_left	{
	float:left; 
	margin-right:75px;
	margin-bottom:20px;
	text-align:left;
}
.float_right	{
	float:right; 
	text-align:right;
	margin-bottom:20px;
}
#contact_form	{
	padding-top:50px; /* Add top padding to the anchored div */
	margin-top:-50px;  /* Avoid unnecessary whitespace by adding a negative margin  */
}
#copyright {
	width:100%;
	margin-left:auto;
 	margin-right:auto;
	text-align:center;
	overflow:hidden;
	}
#copyright p {
	font-size:12px;
	padding-top:85px;
	}
@media only screen and (max-width: 1290px) { 
	.feauture_img_contact	{
		background-image:url(images/contact-bg.jpg);
	}
	} 
@media only screen and (max-width: 990px) { /*margins on sides of screen for tablets */
	div.wrapper {
		max-width:97%;
		}
	#menu a	{
		padding-left:12px;
		padding-right:12px;
	}
	} 
@media only screen and (max-width: 975px) { 
	#menu a	{
		padding-left:10px;
		padding-right:10px;
	}
	} 
@media only screen and (max-width: 960px) { 	
	.js #menu {
		display:none;
	}
	.js .slicknav_menu {
		display:block;
		text-align:center;
	}
	header	{
		overflow:hidden;
		box-shadow: 0 8px 6px -6px #DDD;
		margin-bottom:20px;
	}
	.banner	{
		display:none;
	} 
	.client_logos div	{
		width:24%;
	}
}


