/*Fonts*/
p {
	line-height: 18px;
	margin-bottom: 18px;
}

h1 {
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 18px;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}
/*used in content for highlighting */
h6 {
	color: #909859; 
	font-size: 14px;
}
hr {
	border: 0;
	border-bottom: 1px solid #EEE;
	width: 100%;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
/*Align the text of the header and footer*/
#hd, #ft {
	text-align: center;
}

/*Header*/
#hd {
	background: url(../img/headerbg.gif) no-repeat;
	height: 88px;
	padding-top: 30px;
	margin-bottom: -30px;
}

/*------Styling for nav, its a beast*/

#nav {
	margin: 0 144px;
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: -3px;
}

#nav li li a {
	padding: 0;
	text-align: left;
	margin: 0;
}

#nav li {
	float: left;
	text-align:left;
	width: 80px;
	background: url(../img/navbg.png) no-repeat;
	margin: 0 1px;
}


#nav li:hover, #nav li.sfhover {
	background-position: 0% -19px;
}

#nav li li {
	width: 10em;
	text-align: left;
	width: 115px;
	background-image: none;
	background-color: #d9d9c1;
	border: 1px solid #909859;
	margin: 0;
	padding: 0;
}

#nav li li:hover, #nav li li.sfhover {
	background-color: #fff;
}

#nav li li a {
	width: 115px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*------Stop all the nav styling*/

/*Body*/
#bd {
	background: url(../img/body-bg.png) repeat-y;
}

/*------Styling for the panorama picture at the top*/
#panorama {
	height: 163px;
	background: url(../img/headerimagesbg.gif) no-repeat;
	padding-top: 8px;
	margin-bottom: 10px;
}

/*------This uses sliding doors technique to wrap the headline*/
h2.headline span {
	background: url(../img/headlinebg-left.png) no-repeat left top;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 0 7px 29px;
	height: 35px;
	line-height: 35px;
}
h2.headline {
	background: url(../img/headlinebg-right.png) no-repeat right top;
	height: 35px;
	line-height: 35px;
	margin: 0 0 10px 0;
	padding: 0 29px 7px 0;
	display: inline;
	text-align: center;
}
h3.headline span {
	background: url(../img/headlinebg-left.png) no-repeat left top;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 0 16px 29px;
	height: 35px;
}
h3.headline {
	background: url(../img/headlinebg-right.png) no-repeat right top;
	height: 35px;
	margin: 0 0 10px 0;
	padding: 0 29px 16px 0;
	display: inline;
	font-size: 1.3em;
	text-align: center;
}
#headline {
	background: url(../img/headlinebg-left.png) no-repeat left top;
	float: left;
	margin: 0;
	padding-left: 29px;
}
#headline h2 {
	background: url(../img/headlinebg-right.png) no-repeat right top;
	height: 35px;
	margin: 0;
	padding: 7px 29px 7px 0;
	float: left;
}
#headline h3 {
	background: url(../img/headlinebg-right.png) no-repeat right top;
	height: 35px;
	margin: 0;
	padding: 7px 29px 7px 0;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
}
/*------Stop headline styling*/
div#collision-logo {
	margin-left: 140px;
	width: 150px;
	text-align: center;
	float: right;
}
div#collision-logo p {
	margin: 0;
	padding: 2px 0;
}
div#collision-logo img {
	margin: 0;
	padding: 0;
	width: 150px;
}
div#collision-logo a, div#collision-logo a:visited {
	color: #909859;
}
div#collision-logo a:hover {
	color: #000;
}
#content-wrapper-with-sidebar {
	float: left;
	width: 480px;
	margin-left: 20px;
}

#content-wrapper-without-sidebar {
	margin: 0px 30px 0px 100px;
}
#content-wrapper {
	margin: 0px 45px;
}
.content {
	margin: 0 20px 60px 240px;
}
#sidebar,
.sidebar {
	width: 210px;
	float:left;
}
#sidebar {
	margin-left: 45px;
}

#sidebar h2,
.sidebar h2 {
	background: url(../img/quotebg.gif) no-repeat;
}

#picframe-top,
.picframe-top {
	height: 21px;
	background: url(../img/picframetop.gif) no-repeat;
	width: 210px;
}

#picframe-middle,
.picframe-middle {
	background: url(../img/picframebg.gif) repeat-y;
	text-align: center;
	width: 210px;
}

#picframe-bottom,
.picframe-bottom {
	height: 19px;
	background: url(../img/picframebottom.gif) no-repeat;
	width: 210px;
}

#quickquote {
	width: 132px;
	margin: 10px 42px;
	text-align: center;
}
#quickquote h3 {
	background: url(../img/quotebg.gif) no-repeat;
	height: 34px;
	padding: 10px 0;
}

#quickquote a {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

/*------Email signup content*/

#signup div {
	padding: 5px 0;
	font-size: .9em;
}

#signup h3 {
	padding: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
}

.submit {
	margin: 4px 0;
	background: #d9d9c1;
}

/*------Make sure the content clears the headline*/

#content {
	margin-top: 20px;
	clear: left;
}

#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a {
	color: #979f64;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #b5adaa;
	text-decoration: none;
}

#content a:visited {
	color: #bbbbbb;
}
div.intro {
	clear: both;
}
.imageright {
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #d9d9c1;
	float: right;
	clear: right;
}

.image img {
	padding: 5px;
	border: 1px solid #d9d9c1;
}
.button {
	border: 1px solid #d9d9c1;
}
/*Footer*/
#ft {
	background: url(../img/footerbg.gif) no-repeat;
	height: 20px;
	font-size: xx-small;
	padding-top: 70px;
}

.credits {
	text-align: center;
	font-size: xx-small;
	text-decoration: none;
}
#ft a {color: #000;}
#ft a:hover {color: #fff;}

/*Used Car Page Styles*/

#usedcarchart {
	margin: 10px 5px;
	padding: 0;
}

#usedcarchart table tr { background: #d9d9c1;}
#usedcarchart table th, #usedcarchart table td { padding: 0 5px; color: #000;}
#usedcarchart .altrow {background: #ffffe6;}
#usedcarchart a {color: #000;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail { position: relative; z-index:0;}
.thumbnail img{ border: none; }
.thumbnail:hover{ background-color: transparent; }
.thumbnail:hover img{ border: none; }
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -150px;
	left: -350px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/*Google Maps Styles*/
#map {
	width:500px;
	height:300px;
}
