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

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #9d9494;
	background: url(../../images/clientspecific/background.jpg) center top no-repeat #333030;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #e8be6c; text-decoration: none;}
a:hover{color: #fff; text-decoration: underline;}
a:visited{color: #e8be6c; text-decoration: none;}

.clear  {clear: both;}

/******************* STRUCTURE *******************/

#container {
	width: 960px;
	margin: 0 auto;
	font-size: .8em;
	line-height: 1.5em;
}

#header {
	height: 146px;
}

#header_content {
	padding: 20px 20px 0 20px;
}

#logo {
	width: 450px;
	float: left;
	color: #a12511;
	font-weight: bold;
	font-size: 4em;
	line-height: 1em;
	font-style: italic;
}

#phone {
	width: 420px;
	float: right;
	text-align: right;
	color: #756e6e;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
}

#phone span {
	font-size: 2.3em;
	font-style: italic;
	line-height: 1.5em;
	color: #cbbfbf;
}

#phone strong {
	font-size: .8em;
	line-height: .8em;
}

#slogan {
	clear: both;
	padding: 25px 0 0 25px;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #756e6e;
	text-align: left;
}

#nav {
	height: 53px;
	text-align: center;
	line-height: 53px;
}

#nav a {
	display: inline-block;
	height: 53px;
	margin: 0 15px;
	font-weight: bold;
	color: #756e6e;
	background: url(../../images/clientspecific/nav_over.gif) 0 -45px repeat-x;
}

#nav a:hover {
	background-position: 0 0;
	text-decoration: none;
	color: #a12511;
}

#content {
	background: #333030;
}

#content_top {
	height: 20px;
	background: url(../../images/clientspecific/content_top.gif) center top no-repeat;
}

#large_graphic {
	height: 270px;
	background: url(../../images/clientspecific/graphic.jpg) center top no-repeat;
}

#large_graphic a {
	width: 239px;
	height: 40px;
	padding-right: 40px;
	margin: 30px 0 0 0;
	display: block;
	float: left;
	clear: left;
	text-align: right;
	text-transform: uppercase;
	font-size: 2.1em;
	font-style: italic;
	font-weight: bold;
	color: #cbbfbe;
	line-height: 40px;
	background: url(../../images/clientspecific/button.gif) center top no-repeat;
}

#large_graphic a:hover {
	background-position: center bottom;
	color: #a12511;
	text-decoration: none;
}

a#financing { margin-top: 15px;}

a#directions { margin-top: 15px;}

h1 {
	margin-top: 0;
	line-height: normal;
	color: #a12511;
}

#content_text {
	padding: 10px 30px 20px 30px;
	min-height: 350px;
}

#features_header {
	height: 40px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	line-height: 40px;
	color: #a12511;
	background: url(../../images/clientspecific/featured.jpg) top center no-repeat;
}

#footer {
	height: 70px;
	line-height: 90px;
	text-align: center;
	background: #333030;
}

#footer a {
	color: #9d9494;
}





