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


html { height: 100%; margin-bottom: 1px; overflow-y:scroll; } /* force vert scrollbar so pages don't shift left/right if too short */

body {
background-image:url(images/logomark.gif);
background-repeat:repeat;
background-color:#adb0b4;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#333;
size:100%;
}

a {
color:#006699;
text-decoration:none;
}

a:visited {
color:#0099CC;
}

a:hover {
text-decoration:underline;
}



#foot{}

a.foot, a.foot:active, a.foot:visited{
	color: #555;
	text-decoration: none;}

a.foot:hover{
	color:#333;
	text-decoration: underline;}	
	

h1 {
color:#0a5e8e;
font-weight:normal;
font-size:250%;
font-family:Arial, Helvetica, sans-serif;
}

h2 {
display:block;
clear:both;
padding: 1em 0 1em 0;
color:#0a5e8e;
font-size:150%;
font-weight:normal;
letter-spacing:.07em;
}

	h2 strong {
	color:#000;
	font-weight:normal;
	}

h3 {
color:#0a5e8e;
font-size:100%;
letter-spacing:.08em;
}

h4 {
color:#000;
font-size:90%;
}

hr {
clear:both;
height:1px;
color:#aaa;
background-color:#aaa;
border:0;
}

p, ul, ol {
font-size:90%;
color:#333;
line-height:22px;
}


/*---------------------------------------------- layout objects */

.spacer {
clear:both;
}

#pageBox {
margin:auto;
padding:0 0 2px 0;
width:960px;
min-height:300px;
background-color:white;
}

#centerBox {
float:left;
width:954px;
margin:2px 3px 0 3px;
padding:0;
}

#banner {
height:133px;
}

#dealerBar {
float:left;
width:954px;
height:17px;
margin:2px 0;
padding:0;
background-image:url(/images/layout/menublend.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #aaa;
}

#menu {
float:left;
width:954px;
margin:0;
padding:0;
height:59px;
}

#content {
width:824px;
min-height:300px;
padding:20px 65px 15px 65px;
}

#footer {
margin:auto;
width:940px;
padding:10px;
text-align:center;
font-size:80%;
color:#555;
}

#footer a {
color:#555;
}

#copyright {
margin:auto;
padding:10px 5px 35px 5px;
clear:both;
width:950px;
color:#999;
font-size:60%;
text-transform:uppercase;
text-align:center;
}

#copyright a {
color:#888;
text-decoration:underline;
}

.specialBox {
display:block;
float:right;
margin:20px 0 20px 20px;
padding:10px;
width:400px;
background-color:#CEBBA6;
}

.specialBox h1 {
margin:0;
font-size:300%;
color:#663300;
}

.specialBox h2 {
margin:0;
font-size:110%;
font-weight:bold;
text-transform:uppercase;
color:#996600;
}

.specialBox img {
margin: 5px -10px 0 -10px;
}

img.floatLeft {
float:left;
margin-right:10px;
}

img.slideUp {
margin-top:-30px;
z-index:-1px;
}

.mainPhoto {
float:right;
width:420px;
color:#666666;
font-size:80%;
margin:25px 0 15px 15px;
}

.caption {
color:#666666;
font-size:80%;
}

/*hide dealer login for now*/

#dealerBar img {
display:none;
visibility:hidden;
}

.floatRight {
float:right;
padding:5px 0 5px 10px;
}



/*  flowplayer video styles   */


.videoContent a {
	float:left;
	padding: 12px;
	margin: 12px;
	font-size: 80%;
	width:202px;
	border:10px solid #BFE2EE;
	cursor: pointer;
}

.videoContent img {
	padding-bottom:5px;
}

.videoContent a:hover {
	text-decoration:none;
	border:10px solid #75bee9;
}


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
       
    min-height:200px; 
    border:1px solid #666; 
	
	padding:30px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/images/layout/flowplayer/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.simple_overlay a {
display:block;
width:480px;
height:270px;
}














/* end */