/* Styles used for layout and structure of elements on the screen */
html, body{
	margin: 0;
	padding: 0;
}

#container{
	position:relative;
	top: 15px;
	width: 790px;
	height: auto;
	margin: 0 auto;
	padding: 0px 15px 20px 15px;
	text-align: left;
}

body.used-vehicles #container{
	width: 978px;
}

#header{
	height: 250px;
	position: relative;
	margin: 0;
	padding: 0;
}

#nav{
	position: absolute;
	top: 230px;
	z-index: 2;
	width: 780px;
	height: 20px;
}

#intro{
	height: 180px;
	margin: 0 1px 0 1px;
}

h1#logo{
	margin: 15px 0 0 20px;
	position: absolute;
}

h2.subtitle{
	margin: 48px 0 0 20px;
	position: absolute;
}

#intro-copy{
	width: 450px;
	margin: 90px 0 0 33px;
	padding: 0;
	position: absolute;
}

#intro-copy h3{
	margin: 0;
	padding: 0;
}

#content{
	padding: 20px 0 20px 33px;
	margin: 0 1px 0 1px;
}

#content h3{
	margin-bottom: -10px;
}

html > body #content h3{
	margin-bottom: -7px;
}


/* HOME */
body.home #intro{
	height: auto;
	width: 786px;
	border: none;
	position: relative;
}

body.home #intro-copy{
	width: 420px;
	margin: 55px 0 0 33px;
	padding-bottom: 20px;
	float: left;
	position: relative;
}

body.home #address{  
	float: right;
	height: 314px;
	width: 268px;
	padding: 0;
	margin: 0;
	position: relative;
}

body.home #address h3{
	margin: 55px 0 0 30px;
}

body.home #address p{
	margin: 15px 0 0 30px;
}

body.home .hours{
	color: #484747;
	margin-top: -5px;
}

body.home .column{
	float: left;
	padding: 0 26px 3px 0;
}

/* ABOUT US */
.profile{
	width: 345px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}

.profile-title{
	position: relative;
	float: left;
}

.profile strong{
	/*margin-top: 70px;*/
}

.profile img{
	/*float: right;*/
	/*margin-top: -94px;*/
	margin-right: 35px;
	margin-bottom: -30px;
}

.profile p{
	clear: both;
}

.profile a{
	padding-bottom: 10px;
}
/* CONTACT US */
body.contact #content{
	height: 228px;
	padding-bottom: 0;
}

html > body.contact #content{
	min-height: 228px;
}

body.contact #address{
	margin-top: 40px;
}

body.contact #map{
	position: absolute;
	top: 245px;
	right: 16px;
	height: 433px 
	width: 517px; 
}

/* AWARDS ACCOLADES */
body.awards-accolades #content{
	padding-bottom: 5px;
}

body.awards-accolades .quote{
	width: 345px;
	position: relative;
	margin-top: 15px;
	margin-right: 30px;
	padding-bottom: 40px;
	float: left;
}

body.awards-accolades .source{
	padding-top: 20px;
}

/* COMMUNITY */
body.community #content{
	padding-left: 20px;
}

html > body.community #content{
	padding-bottom: 15px;
}

body.community .column-container{
	padding-right: 5px;
}

body.community .column{
	height: 238px;
	width: 236px;
	position: relative;
	margin: 15px 15px 0 0;
	float: left;
	padding-top: 10px;
	padding-bottom: 0;
}

html > body.community .column{
	padding-top: 0;
}

body.community .column li{                                    
	margin-left: -30px;
	margin-bottom: 35px;
	padding: 0;
}

/* USED VEHICLE INVENTORY */
body.used-vehicles #intro{
	height: 80px;
}

body.used-vehicles #content{
	padding: 0;
}
/* */

#footer{
	margin-top: 9px;
}

/* "UTILITY" CLASSES */
.clear{
	clear: both;
}
