/*
Style Sheets
bostonftl.com
November 2006

Notes:
	colors:
	background: #f2f2dd;
	image: #f2f2dd;
	h1-5: #000;
	strong: #333;
	text: #333;
	links: #c42020;

*/

/* ------------------- GENERAL ------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	font-size: small;
	color: #333;
	background: #e3e0d5 url(../layout/body_background.gif) top center repeat-y; /* repeat-y */
}

p {
	font-size: 100%;
}
a {
	color: #ff0000;
	text-decoration: underline;
} 
a:hover {
	color: #fff;
	text-decoration: none;
	background: #ff0000;
}
h1 {
	/*
	font-family: arial, helvetica, sans-serif;
	*/
	font-size: 220%; /* 260%; */
	font-weight: bold;
	color: #000;
	line-height: 1em;
}
h2 {
	font-size: 170%;
	font-weight: normal;
	color: #000;
	line-height: 1em;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	line-height: 1em;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	line-height: 1em;
}
h5 {
	font-size: 120%;
	font-weight: normal;
	color: #000;
	line-height: 1em;
}
h6 {	
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
	line-height: 1em;
}
q {
	margin: 0;
	padding: 0 10px 0 10px;
	font-style: italic;
}
blockquote {
}
.quote {
}
em {
	font-weight: normal;
	font-style: italic;
}
strong {
	font-weight: bold;
	font-style: normal;
}
dl{
	text-align: left;
}
dl dt{
	float: left;
	padding: 0 0 4px 0;
}
dl dd{
	margin: 0;
	padding: 0 0 4px 0;
}
dfn{
	margin: 0px 10px;
	font-style: italic;
}

ul{
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
}
ul li {
	margin: 0;
	padding: 5px 0 5px 7px;
	list-style: none;
	background: url(../layout/icon_list.gif) no-repeat 0 10px;
}

img {
	border: none;
	background: none;
}

/* ----------------------------- LAYOUT STRUCTURE ----------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
  	width: 720px;
  	background: #fff;
}
#header {
	padding: 0;
	height: 80px;
	background: #fff url(../layout/header_background_ALT.gif) top left no-repeat;
}

/*
#header {
	padding: 0;
	height: 140px;
	background: #b3b3b3 url(../layout/header_background.gif) top left no-repeat;
}
#headerALT {
	padding: 0;
	height: 80px;
	background: #fff url(../layout/header_background_ALT.gif) top left no-repeat;
}
*/

#flash{
	padding: 0;
	margin: 0;
	height: 200px;
	border: none;
	background: #fff;
}
#masthead{
	padding: 0;
	margin: 0;
	height: 120px;
	border: none;
	background: #000 url(../layout/masthead_sub.jpg) top left no-repeat;
}
/*
#home #header{
	height: 200px;
}
*/
#content {
	float: left;
	width: 460px;
}
#sidebar {
	float: right;
	width: 240px; /* 260px */
}
#footer {
	margin: 0;
	padding: 0;
	height: 600px;
	clear: both;
	font-size: 80%;
	color: #ccc;
	background: #333 url(../layout/footer_background.gif) bottom left no-repeat;
}
.gutter {
	padding: 15px 15px 30px 30px;
}
.guttersmall {
	padding: 15px;
}

/* ----------------------------- HEADER ----------------------------- */

#header h1 {
	margin: 0;
	padding: 20px 0 0 20px;
	visibility: hidden;
}
#header p.tagline {
	margin: 0;
	padding: 2px 0 0 20px;
	font-size: 80%;
	letter-spacing: 1px;
	font-weight: bold;
	visibility: hidden;
}

/*
#header h1 {
	margin: 0;
	padding: 50px 0 0 20px;
}
#headerALT h1 {
	margin: 0;
	padding: 20px 0 0 20px;
	visibility: hidden;
}
#headerALT p.tagline {
	margin: 0;
	padding: 2px 0 0 20px;
	font-size: 80%;
	letter-spacing: 1px;
	font-weight: bold;
	visibility: hidden;
}
p.tagline {
	margin: 0;
	padding: 2px 0 0 20px;
	font-size: 80%;
	letter-spacing: 1px;
	color: #333;
	font-weight: bold;
}
*/

#quicklinks {
	float: right;
	padding: 10px 10px 0 0;
}

/* ----------------------------- MASTHEAD ----------------------------- */



/* ----------------------------- NAVIGATION ----------------------------- */

#nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
	font-size: 80%;
	list-style: none;
	background: #333;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
#nav a {
	float: left;
	display: block;
	margin: 4px 4px 0 0;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a.active{
	color: #ff0000;
	text-decoration: none;
	background: #fff;
}
#nav a:hover.active{
	color: #ff0000;
	text-decoration: none;
	background: #fff;
}
#nav a:hover{
	color: #fff;
	text-decoration: none;
	background: #999;
}
li#t-home a{
	margin-left: 25px;
}

/* ----------------------------- CONTENT ----------------------------- */

dl.feature {
	clear: both;
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background: #eeeee6;
}
dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-size: 140%;
	color: #f00;
}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
}
dl.feature dd {
	/* margin-left: 169px; */
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}
.vehicleInfo {
	float: left;
	margin: 15px 0;
	padding: 8px;
	font-size: 80%;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background: #eeeee6;
}
.vehicleInforight {
	float: right;
	margin: 15px 0;
	padding: 8px;
	font-size: 80%;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background: #eeeee6;
}

/* ----------------------------- SIDEBAR ----------------------------- */

.box {
	margin: 0 0 15px 0;
	padding: 15px;
	font-size: 80%;
	line-height: 1.2em;
	color: #333;
	background: #eee /* url(../layout/sidebar_box_bottom.gif) bottom left no-repeat */;
}
.boxsection {
	clear: both;
	margin: 0 0 2px 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #333;
	/*
	background: #666 url(../layout/sidebar_box_top.gif) top left no-repeat;
	*/
}
.imagevehiclesmall {
	margin: 2px 2px 2px 0;
	padding: 4px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
}
.box h3 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #f00;
}
.box h4 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #333;
}

/* ----------------------------- FOOTER ----------------------------- */

.footerBlock {
	padding-right: 10px;
	float: left;
	width: 140px;
}
#footer ul{
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0 0 0 9px; /* 5px 0 5px 7px; */
	list-style: none;
	background: url(../layout/icon_footer_list.gif) no-repeat 0 1px;
}

/* ----------------------------- IMAGES ----------------------------- */

.imageboxleft {
	float: left;
	margin: 3px;
	padding: 4px;
	background: #fff;
}
.imageboxright {
	float: right;
	margin: 10px 0 5px 15px;
	padding: 4px;
	background: #fff;
}

.imageright {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0;
}
.imageleft {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
}

/* ----------------------------- LINK ICONS ----------------------------- */

a.linkicon {
	padding: 0 0 0 9px;
	color: #ff0000;
	text-decoration: none;
	background: url(../layout/icon_link.gif) no-repeat 0 1px;
} 
a:hover.linkicon {
	padding: 0 0 0 9px;
	color: #fff;
	text-decoration: none;
	background: #ff0000 url(../layout/icon_link_hover.gif) no-repeat 0 1px;
}
a.outsidelinkicon {
	padding: 0 0 0 11px;
	color: #ff0000;
	text-decoration: underline;
	background: url(../layout/icon_outside_link.gif) no-repeat 0 1px;
} 
a:hover.outsidelinkicon {
	padding: 0 0 0 11px;
	color: #fff;
	text-decoration: none;
	background: #ff0000 url(../layout/icon_outside_link.gif) no-repeat 0 1px;
}
.sale {
	padding: 0 0 0 18px;
	background-image: url(../layout/icon_sale.gif) no-repeat 0 2px;
}
a.nogo {
	padding: 0;
	color: #fff;
	text-decoration: none;
	background: none;
} 
a:hover.nogo {
	padding: 0;
	color: #fff;
	text-decoration: none;
	background: none;
}

.print{
	float: right;
}

/* ----------------------------- MISC ----------------------------- */

.hrdotted {
	height: 5px;
	margin: 0;
	padding: 0;
	background: url(../layout/hr_dotted.gif) no-repeat 0 0;
}

/* ----------------------------- TABLE ----------------------------- */

table {
	margin: 15px 0;
	padding: 8px;
	font-size: 80%;
	width: 400px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background: #eeeee6;
}

