/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;color:#8E0300;}
h2 {font-size:2em;margin-bottom:0.75em;background:url('images/h2.jpg') no-repeat center left;padding-left:.4em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:none;}
a:hover{text-decoration:underline;}
blockquote {margin:.2em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
.bullet{ list-style-type: disc;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.box {padding:.8em;margin-bottom:1em;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* oo grids.css */
.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; }
.unit{float:left;_zoom:1;}
.unitExt{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}
.media{width:auto;}
body{_text-align:center;}/* IE5.5 */
.body{overflow:hidden; _overflow:visible; _zoom:1;}
.page{margin: 0 auto; width: 886px;_text-align:left;}
.liquid{extends:.page; width: auto;margin:0;}
.main{overflow: hidden;_overflow:visible;_zoom:1;}
.leftCol{float:left; width:250px;_margin-right:-3px;}
.rightCol{float:right; width: 380px;_margin-left:-3px;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/* **************** CUSTOMIZATION ***************** */
.head{
   background:url('images/header.gif') no-repeat 88px 0px;
   position:relative;
   height:112px;
}
#subMenu{
    position:absolute;
    top:10px;
    right:50px;
    color:#FFF;
    font-size:1.4em;
}
#subMenu a{
    color:#FFF;
    font-weight:bold;
}
.foot{
   background:url('images/footer.gif') no-repeat 0px 0px;
   height:74px;
   clear:both;
   text-align:center;
}
input,textarea,select{
	width:80%;
	font-size:1.3em;
	padding:.1em;
}
form .row{
   margin-left:1em;
}
form h1,form h2, form h3{
   margin:1em 0 0;
}
th{
   font-weight:bold;
}
td{
   padding:.5em 0;
}

#imageMenu {
	position: relative;
	width: 380px;
	height: 500px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 1000px;
	width: 320px;
	
	}

#imageMenu ul li {
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-bottom: 2px solid #f0f0f0;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:500px;
	height: 125px;
}

#imageMenu ul li.motorcycle a {
	background: url(images/cycle.jpg) repeat scroll 0% 0%;
}

#imageMenu ul li.auto a {
	background: url(images/car.jpg) repeat scroll 0% 0%;
}

#imageMenu ul li.home a {
	background: url(images/home.jpg) repeat scroll 0% 0%;
}

#imageMenu ul li.recreation a {
	background: url(images/boat.jpg) repeat scroll 0% 0%;
}


h2.collapseTrigger{
   border-bottom:1px solid black;
   border-color:black;
   margin-bottom:0;
}
.collapseBody{
   margin-left:20px;
   padding:10px 0px;
   background:#dadada;
}


.head ul{
   position:absolute;
   width:740px;
   top:61px;
   left:220px;
   
}
.head li.wr1{
   background:url('images/redDot.gif');
   width:24px;
   height:49px;
}
.head li.wr2{
   background:url('images/redDot.gif') -24px 0px;
   width:24px;
   height:49px;
}
.head li{
   float:left;
   width: 9.5em; /* width needed or else Opera goes nuts */
   
   background:url('images/menuRed.gif');
   height:49px;
   line-height:49px;
   font-weight:bold;
   font-size:14px;
}
.head li.wide{
    width:12.5em;
}
.head li a, .head li span{
 display:block;
 color:#fff;
 font-weight:bold;
 text-align:center;
}
.head li.first a, .head li.first span{
   border-left:0;
}

.head li ul { /* second-level lists */
    position: absolute;
    width: 9.5em;
    left:auto;
    left: -999em; /*using left instead of display to hide menus because display: none isn't read by screen readers */
   border:solid #6E0D0D;
   border-width:0 2px 2px 2px;
   margin:0 auto;
   top:46px;
   background-color:#911616;
}
.head li li{
   background: #911616;
   height:auto;
   line-height:normal;   
}
.head li:hover ul, .head li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.head li:hover ul a, .head li.sfhover ul a{   
   padding-left:1em;
   text-decoration:none;
   text-align:left;
   color:#fff;
}
.head a:hover, .head li:hover, .head li.sfhover{
   text-decoration:underline;
   color:#fff;
}
.head li li:hover{
    text-decoration:none;
}
.head li:hover ul a:hover, .head li.sfhover ul a:hover{
   background:#BCC4CC;
   text-decoration:underline;
}
blockquote{
    clear:both;
    padding-top:15px;
    font-size:1.5em;
    position:relative;

}
blockquote p{
    padding:0px 50px;
}
blockquote .bqstart {
     float: left;
     height: 45px;
     width:44px;
     background:#fff url('images/quotes.gif') 0px 0px;
     margin-top:-10px;
 }

blockquote  .bqend {
     position:absolute;
     bottom:35px;
     right:0px;
     height: 45px;
     width:44px;
     background:#fff url('images/quotes.gif') -44px 0px;
 }
 blockquote .bmeta{
     padding-right:48px;
     font-style:normal;
     font-size:.8em;
     color:#000;
     font-weight:bold;
 }
 .logoBox{
     clear:both;
     padding:10px 0px;
 }
 .logoBox .logo{
     margin-top:1px;
     margin-right:6px;
 }