@charset "utf-8";
/* CSS Document */

/*CSS RESET*/
html, body, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*vertical-align: baseline; */
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

table, tr, td {
	width:100%
	
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*End RESET - Begin Full Width CSS*/


body {
    background-color: #919191;
    background-image:url("background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 background-attachment:fixed;  
	 height:100%;
}

#header {
	background-image:url("header.png");
    background-position: top center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	min-width:100%;
	height:154px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.wrap {
	margin:0 auto;
	width: 85%;
	max-width:1100px;
}

#imageWrap {
	width:50%;
	height:154px;
	display:block;
	position:relative;
	float: left;
	text-align:center;

}

#customerlogo {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: auto;
    clear: none;
	display:block;
	position:relative;

}

#contact_slice {
    float: left;
    height: 68px;
    margin-top: 55px;
    width: 50%;
    margin-right: 0;
   	text-align:center;
	
}

#contact_mobile {
	display: none;
}


#main {
	min-width:100%;
	background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	 -webkit-background-size: cover;
	 -moz-background-size:cover;
	 -o-background-size:cover;
	 padding-top:10px;
	 
	 
}

#mainWrap {
	background-color: #000000;
	display: block;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	border-top-left-radius:10px;
	border-top-right-radius: 10px;
	float:none;
	clear:none;
	position:relative;
	margin-top:0px;
	padding-bottom:10px;
	 -webkit-box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px;
    box-shadow: rgb(159, 157, 157) 0px 0px 3px 2px;
	max-width:1100px;
	


}

#mainImage {
 	
	position:relative;
    height: 390px;
	background-color: #ffffff;
    width: 100%;
	float:none; 
	display: block;
	/*background-image:url("House_featured.jpg");
    background-position: right center;
    background-repeat: no-repeat;
	background-size:contain;
	 -webkit-background-size: contain;
	 -moz-background-size:contain;
	 -o-background-size:contain;  */
	 padding-bottom:10px;
	 border-bottom:5px solid #ffca46;
	 border-top:15px solid #ffca46;
}


#centeringSection {
	max-width:875px;
	margin:auto;
	display:block;
	position:relative;
	height:400px;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#video_slice {
	
	display:inline-block; 
	position:relative;
	max-height: 370px;
   	float:right;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width:480px;
  text-align:center;

	
}

#video_slice_blank {
	float: none;
	display:block; 
	position:relative;
	max-height: 370px;
    margin:auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
 	 width:auto;
	 min-width:480px;
  text-align:center;

	
}

#video_playback {
max-height: 360px !important;
border: 5px solid #ffca46;
height: 360px !important;
width:auto;
display:block;
margin:auto;
max-width:640px;
}




#carfax_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:88px;
	float:none;
} 


#carfaxUnder_slice {
	display:none;
	
}

#linkAreaMain {
	display:inline-block;
	width: 200px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform-style: translateY(-50%);
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position:relative;
  float:left;
}

#linkAreaMain_blank {
	display:none;

}

#linkArea {
    display: none;
}

#textWrap {
	padding:0px 0;
}

#textSection {
	color:#ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

#Footer {
    min-width:100%;
	padding-bottom:25px;
}

#footerWrap {
	width: 85%;
	max-width:1100px;
	
}

#socialLinks {
    float: left;
    height: 50px;
    margin-left: .25%;
    margin-top: 0px;
    clear: none;
    width: 82%;
}

.socialIcon {
	margin-right:10px;
	margin-top:10px;
	float:none;
	display:inline-block;
	width:33px;
}

#logo_slice {
    float: right;
    height: 55px;
    margin-left: 0px;
    margin-top: 5px;
    clear: none;
    width: 100px;
   /* margin-right: 1%;  covideo powered by */
	margin-right: -5px; /* EasyCare powered by */
	
}

.sublink {
    float: none;

	margin: 2px 0 2px 0;
    clear: none;
    width: 95%;
	border-radius: 5px;

    min-width: 160px;
    text-align:center;
	font: bold 13px arial, helvetica, sans-serif;
	display:inline-block;
	color:#ffffff;
	padding: 9.5px 0;
	background: #000000; /* Old browsers */
	
}

.sublink:hover {
	color:#000000;
	
	background: #ffca46; /* Old browsers */
	

}

#contact_slice a
 { text-decoration:none; color: #ffffff; }
 
 #contact_mobile a
{ text-decoration:none; color: #000000; }


@media only screen and (max-width: 1250px) {
	
.wrap {
	width: 95%;
}
	
}

@media only screen and (max-width: 1077px) {
	
#centeringSection {
	max-width:875px;

}
	
}



@media only screen and (max-width: 940px) {

.wrap {
	width: 100%;
}
	
#header {
border-top-left-radius: 0px;
	border-top-right-radius: 0px;	
}
	
#imageWrap {
	width:66%;
}
	
#customerlogo {
    width: 90%; 
	margin: 0 auto;
    float: none;
}

#OtherHeaderPic {
    width: 90%;

}

#contact_slice {
    height: 68px;
    width: 33%;
    margin-right: 0%;
}

#main {
	padding-top: 0px;
}

#mainImage {

	float:none; 
	display: block;
	max-height:none;
	height:auto;
}
#mainWrap {
	background-color:transparent;
	box-shadow:none;
	 -webkit-box-shadow: none;
	
	
}

#centeringSection {
	
	height:auto;
}

#video_slice, #video_slice_blank {
	float: none;
	display:block; 
	margin:auto;
	top: 5px;
	-ms-transform: none;
	-moz-transform-style: none;
	-webkit-transform: none;
  	transform: none;
	
}





#carfax_slice {
	display:none;

}


#carfaxUnder_slice {
	display:block;
	width:100%;
	text-align:center;
	max-height:79px;
	
}

#linkAreaMain {
	display:none;
}

#linkArea {
	text-align: center;
    display: block;
    margin: 0 auto;
    
	height: auto;
	/*margin:0px; */
	width:100%;
	clear: none !important;
	/*padding:10px 0 10px 0; */

}


	
.sublink {
	width: 48%;
	margin-top:5px;
	clear:none;
	float:none;
	margin-left: .1%;
}


#Footer {
	margin-top: 10px;	
	clear: none;
}

#socialLinks {
	width: 70%;
	margin-left: .5%;
}

#logo_slice {
    margin-right: .5%; /* covideo powered by */
    
}
	

}

@media only screen and (max-width: 900px) {
	
#footerWrap {
	width: 95%;
	
}

}

@media only screen and (max-width: 660px) {
	

#video_slice_blank, #video_slice  {

  width:95%;
  max-width:480px;
  background-color:#000000;

} 


	
#video_playback {

width: 100%;
height: auto !important;
left: -5px;
position:relative;



}

}


@media only screen and (max-width: 500px) {
	
#imageWrap {
	width:99%;


}
	
#contact_slice {
	display:none;
}

#contact_mobile {
	display: block;
	height: 54px;
	padding: 20px 0px 0px;
	clear: both;
	width: 100%;
	position:relative;
	text-align:center;
	background-color:#ffffff;
}

#main {
	min-height:0;
	
}

#mainWrap {
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	min-height:0;
}

#video_slice, #video_slice_blank {

	 min-width: 0;
	 top:5px;
	
}
	
#linkArea {

	padding-bottom:10px;

}

.sublink {
	width: 97%;
}


	
#textSection {
	
	margin: 0 15px;
	
}
	
#Footer {
	margin: 0px 0px 0px;
	clear: none;
	width: 100%;
}

#socialLinks {
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	
}
	

	
}

@media only screen and (max-width: 375px) {
	
#socialLinks {
	width: 60%;
}
	
}