/*
RVUSA 2009 Redesign
Sitewide and home page styling only in this sheet

Custom Style Targeting via .rvusaCustom
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
------------------------------------------- Site Prep and Structure
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
body {
    background: url(/images/bodyBG.gif) repeat-x top center #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:16px;
    color: #333333;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, form {
    margin: 0;
    padding: 0;
}
ol, ul, li {
    list-style: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
------------------------------------------------------------ Layout
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#wrapper {
    width: 960px;
    margin: 0 auto;
}

/* ++++++++++++++++++++++++++++++++++++++++ Interior Page Header*/

.header {
    background: url(/images/headerBGint.jpg) top left no-repeat;
}

#homeLink {
    width: 370px;
    height: 95px;
    display: block;
    float: left;
    position:relative;
}

#homeLink img {
border:none;
position:absolute;
left:34px;
top:20px;
}

#headerLogin {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 13px 0 0 0;
    margin-right: 20px;
}

#headerLogin a {
    color: #ffff33;
    text-decoration: underline;
}

#headerLogin a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.subTitle {
    color: #FFFFFF;
    margin-left: 435px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    display:none;
}

.header h1 {
clear:left;
color:#FFFFFF;
font-family:Impact,Arial,Helvetica,sans-serif;
font-size:19px;
letter-spacing:.1em;
font-style:italic;
height:25px;
margin:0 0 0 20px;
font-weight:normal;
}

.header h1 span {
    color: #ffffff;
}

.bannerContainer {
float:right;
margin:10px 80px 0 0;
}

.bannerContainerHomePage {
float:right;
margin:0px 115px 0 0;
}

.bannerDisplay img {
border:1px solid #CCCCCC;
padding:4px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++ Home Page Header*/

.header.home {
    background: url(/images/headerBG.jpg) top left no-repeat;
}

.home #homeLink {
    width: 370px;
    height: 120px;
    display: block;
    float: left;
}

.home #homeLink img {
display:none;
}

.home #headerLogin {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 13px 0 0 0;
    margin-right: 20px;
}

.home #headerLogin a {
    color: #ffff33;
    text-decoration: underline;
}

.home #headerLogin a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.header.home h1 {
    padding: 23px 150px 0 0;
    text-align: right;
    font-family: Impact, 'Arial Black' , Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform:uppercase;
    color: #FFFFFF;
    font-size: 29px;
    line-height:32px;
    font-style: italic;
    letter-spacing: 1px;
    clear:none;
}

.header.home .subTitle {
    color: #FFFFFF;
    margin:10px 0 0 385px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    display:block;
}

.header.home h1 span {
    color: #9ccafb;
}

.header.home .bannerContainer {
display:none;
}

/* ++++++++++++++++++++++++++++++++++++++ Standard Style Resume*/

#headerShade {
    background: url(/images/headerShadeBG.gif) repeat-x;
    height: 38px;
}

#leftColumn {
    width: 232px;
    margin: -25px 0 0 6px;
    float: left;
    display:inline;
}

#mainColumn {
    margin: -25px 0 0 7px;
    width: 715px;
    float: left;
    display:inline;
}

#rightColumn {
width:220px;
float:right;
display:inline;
}

#footer {
    width: 100%;
    background: url(/images/footerBG.gif) 0 38px repeat-x;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    padding: 0;
    line-height: 16px;
}

#footerShade {
    background: url(/images/footerShadeBG.gif) bottom repeat-x;
    height: 38px;
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#footerContent {
    text-align: left;
    width: 960px;
    margin: 0 auto;
    font-size: 12px;
}

#footerCopy {
    background: url(/images/footerCopyBG.jpg) no-repeat;
    height: 185px;
    padding: 0;
    font-size: 12px;
    color:#0b1f3c;
    line-height:20px;
}

#footerCopy .infoColumn {
width:184px;
padding:10px 10px 0px 10px;
float:left;
}

#footerCopy h6 {
margin: 0 0 8px 0;
border-bottom:1px solid #0b1f3c;
}

#footerCopy .siteNav {
width:184px;
padding:10px;
float:left;
}

#footerCopy .search {
float:left;
margin:0 0 0 69px;
padding:10px 10px 0 10px;
width:390px;
height:161px;
color:#fff;
}

#footerCopy .search h6 {
border-color:#fff;
margin: 0 0 1px 0;
}

#footerCopy .search .rvusaForms {
height:130px;
}

#footerCopy .search .rvusaForms ol {
margin:0;
}

#footerCopy .search .rvusaForms ol li {
margin:0;
line-height:24px;
font-family:Verdana;
}

#footerCopy .search .rvusaForms ol li input, #footerCopy .search .rvusaForms ol li select {
font-size:10px;
}

#footerCopy .search .rvusaForms ol li label{
width:100px;
}

#footerCopy .search .go {
position:relative;
float:right;
top:60px;
}

/*AUTOCOMPLETE STYLES*/
#footerCopy .search .AutoCompleteList {
 color: #777777;
 font-family: "Lucida Grande" ,Verdana,Arial, "Bitstream Vera Sans" ,sans-serif;
 font-size: 11px;
 text-indent: 10px;
 line-height: 24px;
 vertical-align: middle;
}

#footerCopy .search .AutoCompleteListItem {
 background: #ffffff;
 border: 1px solid #7a93d0;
 border-top: none;
}
  
#footerCopy .search .AutoCompleteListItemHighlighted {
 color: #000000;
 background: #dbe3f1;
 border: 1px solid #7a93d0;
 border-top: none;
 cursor: pointer;
}

.clear {
    clear: both;
    height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------- Navigation 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/******* BEGIN MAIN LEVEL *******/

#mainNav {
    font-size: 13px;
    font-weight: bold;
    clear: left;
    padding-top: 1px;
}

#mainNav li {
    display: inline;
}

#mainNav li a {
    float: left;
    height: 26px;
    padding: 10px 0 0 30px;
    background-image: url(/images/mainNavBG.jpg);
    text-align: center;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

#mainNav li a:hover {
    color: #213051;
    text-decoration:underline;
}

#mainNav li.search a {
    width: 164px;
    background-position: 0px 0px;
}

#mainNav li.search a:hover {
    background-position: 0px -36px;
}

#mainNav li.newRVs a {
    width: 82px;
    background-position: -194px 0;
}

#mainNav li.newRVs a:hover {
    background-position: -194px -36px;
}

#mainNav li.usedRVs a {
    width: 111px;
    background-position: -306px 0;
}

#mainNav li.usedRVs a:hover {
    background-position: -306px -36px;
}

#mainNav li.manufacturers a {
    width: 171px;
    background-position: -447px 0;
}

#mainNav li.manufacturers a:hover {
    background-position: -447px -36px;
}

#mainNav li.destinations a {
    width: 143px;
    background-position: -648px 0;
}

#mainNav li.destinations a:hover {
    background-position: -648px -36px;
}

#mainNav li.forums a {
    width: 109px;
    background-position: -821px 0;
}

#mainNav li.forums a:hover {
    background-position: -821px -36px;
}

/******* BEGIN DROP DOWN LEVEL *******/

#mainNav ul {
    margin: 0;
    padding: 10px 10px 15px 10px;
    border: 1px solid #798DBF;
    background: url(/images/dropDownBG.png) top repeat-x;
    font-size: 12px;
}
#mainNav ul li {
    background: none;
    position: relative;
    margin: 0;
    float: left;
    width: auto;
    line-height: 160%;
}

#mainNav ul li.menuHead a {
    font-size: 13px;
    font-weight: bold;
    color: #990000;
    text-transform: uppercase;
}

#mainNav ul li a {
    background: none;
    padding: 0;
    height: auto;
    text-align: left;
    color: #003399;
    text-decoration: none;
}

#mainNav ul li a:hover {
    text-decoration: underline;
}

#mainNav li li.current > a {
    font-weight: bold;
}

#mainNav ul.newSub li a, #mainNav ul.usedSub li a {
    width: 200px;
    padding: 0 10px 0;
}

#mainNav ul.manuSub li a {
    width: 250px;
    padding: 0 10px 0;
}

#mainNav ul.forumSub li a {
    width: 180px;
    padding: 0 10px 0;
}

/****** BEGIN SUPERFISH STYLES *******/

#mainNav ul {
    position: absolute;
    top: -999em;
}
#mainNav ul li {
    width: 100%;
}
#mainNav li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
#mainNav li {
    float: left;
    position: relative;
}
#mainNav a {
    display: block;
    position: relative;
}
#mainNav li:hover ul, #mainNav li.sfHover ul {
    left: 0;
    top: 38px; /* match top ul list item height */
    z-index: 99;
}
#mainNav li:hover ul.forumSub, #mainNav li.sfHover ul.forumSub {
    left: auto;
    right: 0;
    top: 38px; /* match top ul list item height */
    z-index: 99;
}

ul#mainNav li:hover li ul, ul#mainNav li.sfHover li ul {
    top: -999em;
}
ul#mainNav li li:hover ul, ul#mainNav li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul#mainNav li li:hover li ul, ul#mainNav li li.sfHover li ul {
    top: -999em;
}
ul#mainNav li li li:hover ul, ul#mainNav li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/******* BEGIN SECONDARY NAV STYLING *******/

#secondaryNav {
    padding: 8px 0 0 0;
    margin: 0 0 0 0;
    width: 227px;
}

#secondaryNav li {
    padding: 12px 0 12px 68px;
    font-size: 15px;
    font-weight: bold;
    background: url(/images/secondaryNav.jpg) no-repeat;
}

#secondaryNav li#home {
    background-position: 0 0;
}

#secondaryNav li#marketplace {
    background-position: -227px 0;
}

#secondaryNav li#guide {
    background-position: -454px 0;
}

#secondaryNav li#about {
    background-position: -681px 0;
}

#secondaryNav li a {
    color: #ffffff;
    text-decoration: none;
    display:block;
}

#secondaryNav li a:hover {
    text-decoration: underline;
}

#secondaryNav li ul {
    padding: 12px 0 0 2px;
}

#secondaryNav li ul li {
    padding: 0 0 0 0;
    line-height: 190%;
    font-size: 12px;
    font-weight: normal;
    width: 96%;
    background: none;
}

/******* SUB-NAV COLORS AND ROLLOVER *******/

#secondaryNav li#home ul li a {
    color: #84090f;
}

#secondaryNav li#home ul li a:hover {
    background: url(/images/snHomeBllt.jpg) 0 50% no-repeat;
}

#secondaryNav li#marketplace ul li a {
    color: #003c73;
}

#secondaryNav li#marketplace ul li a:hover {
    background: url(/images/snMarketplaceBllt.jpg) 0 50% no-repeat;
}

#secondaryNav li#guide ul li a {
    color: #006c29;
}

#secondaryNav li#guide ul li a:hover {
    background: url(/images/snGuideBllt.jpg) 0 50% no-repeat;
}

#secondaryNav li#about ul li a {
    color: #7b219f;
}

#secondaryNav li#about ul li a:hover {
    background: url(/images/snAboutBllt.jpg) 0 50% no-repeat;
}

#secondaryNav li#home ul li {
    border-bottom: 1px solid #e0bfc3;
}

#secondaryNav li#marketplace ul li {
    border-bottom: 1px solid #bfcfdb;
}

#secondaryNav li#guide ul li {
    border-bottom: 1px solid #bfe2c8;
}

#secondaryNav li#about ul li {
    border-bottom: 1px solid #d8bfe0;
}

#secondaryNav li#home ul li.last, #secondaryNav li#marketplace ul li.last, #secondaryNav li#guide ul li.last, #secondaryNav li#about ul li.last {
    border: none;
}

#secondaryNav li ul li a {
    text-decoration: none;
    padding: 0 0 0 25px;
    margin: 0 0 0 -25px;
    display: block;
}

.emailprint {
float:right;
margin-top:-40px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------------------------- Typography
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

h2 {
    font-family: 'Arial Black' , Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align:left;
    font-weight: normal;
    color:#fff;
    padding:6px 0 4px 0;
}
h2.pageHeading {
padding-top: 36px;
padding-bottom: 38px;
color:#000000;
}
h2.offeredBy 
{
  font-size:12px;
  color:Black;
  padding:0px 0 14px 14px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
font-weight:bold;
}
h6 {
font-size: 14px;
}
p {
font-size: 12px;
 }
.strong {
font-weight:bold;
}
select, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
a {
    color: #0066cc;
}
a:hover {
    color: #003399;
}

.blueHeading {
background:url(/images/blueHeading.jpg) no-repeat;
}

/******* H2 pageHeading IMAGES *******/
.h2Sale {
    background: url(/images/h1Images/sale.jpg) left top no-repeat;
    padding:110px;
}
/*blueSection*/
.h2Marketplace {
    background: url(/images/h1Images/marketplace.jpg) left top no-repeat;
    padding-left:140px;
}
.h2Search {
    background: transparent url(/images/h1Images/search.jpg) no-repeat scroll left top;
    padding-left:100px;
}
.h2Browse {
    background: transparent url(/images/h1Images/browse.jpg) no-repeat scroll left top;
    padding-left:100px;
}
.h2Dealer {
    background: url(/images/h1Images/dealers.jpg) left top no-repeat;
    padding-left:100px;
}
.h2Dreamrv {
  background: url(/images/h1Images/dreamrv.jpg) left top no-repeat;
  padding-left: 100px;
}
h2.h2DealerInventory {
    background: url(/images/h1Images/inventory.jpg) left top no-repeat;
    padding-left: 100px;
    line-height: 1.1;
    padding-top: 32px;
}
.h2Manufacturer {
    background: url(/images/h1Images/manufacturers2.jpg) left top no-repeat;
    padding-left:100px;
}
.h2Rent {
    background: url(/images/h1Images/rent.jpg) left top no-repeat;
    padding-left:130px;
}
.h2PartsAcc {
    background: url(/images/h1Images/partsAcc.jpg) left top no-repeat;
    padding-left:130px;
}
.h2PartsAcc {
    background: url(/images/h1Images/products.jpg) left top no-repeat;
    padding-left:130px;
}
.h2Products {
    background: url(/images/h1Images/products.jpg) left top no-repeat;
    padding-left:90px;
}
.h2Service {
    background: url(/images/h1Images/service.jpg) left top no-repeat;
    padding-left:90px;
}
.h2Storage {
    background: url(/images/h1Images/storage.jpg) left top no-repeat;
    padding-left:90px;
}
.h2RoadService {
    background: url(/images/h1Images/service.jpg) left top no-repeat;
    padding-left:90px;
}
.h2Finance {
    background: url(/images/h1Images/finance.jpg) left top no-repeat;
    padding:100px;
}
.h2Insurance {
   background: url(/images/h1Images/insurance.jpg) left top no-repeat;
   padding-left:100px;
}
.h2Warranty {
    background: url(/images/h1Images/warranties.jpg) left top no-repeat;
    padding-left:100px;
}
/*greenSection*/
.h2Lifestyle {
    background: url(/images/h1Images/lifestyle.jpg) left top no-repeat;
    padding-left:130px;
}
.h2Parks {
    background: url(/images/h1Images/parksCampgrounds.jpg) left top no-repeat;
    padding-left:130px;
}
.h2Newcomer {
    background: url(/images/h1Images/newcomer.jpg) left top no-repeat; 
    padding-left: 120px;
}
.h2Events {
    background: url(/images/h1Images/showsEvents.jpg) left top no-repeat;
    padding-left:100px;
}
.h2Clubs {
    background:url(/images/h1Images/clubs.jpg) left top no-repeat;
    padding-left:100px;
}
.h2Mags {
  background:url(/images/h1Images/magazines.jpg) left top no-repeat;
  padding-left:100px;
}
.h2Tourism {
    background: url(/images/h1Images/tourism.jpg) left top no-repeat;
    padding-left:100px;
}
.h2Recipes {
    background:url(/images/h1Images/recipes.jpg) left top no-repeat;
    padding-left:100px;
}
.h2Tips {
    background:url(/images/h1Images/tips.jpg) left top no-repeat;
    padding-left:100px;
}
/*purpleSection*/
.h2About {
    background: url(/images/h1Images/about.jpg) left top no-repeat; 
    padding-left: 150px;
 }
 .h2Testimonials {
    background: url(/images/h1Images/testimonials.jpg) left top no-repeat;
    padding-left:100px;
}
 .h2Advertise {
    background: url(/images/h1Images/advertise.jpg) left top no-repeat; 
    padding-left: 170px;
 }
 .h2Privacy {
     background: url(/images/h1Images/privacy.jpg) left top no-repeat;
     padding-left:100px;
 }
 .h2Contact {
    background: url(/images/h1Images/contact.jpg) left top no-repeat;
    padding-left:120px;
}
.h2Sitemap {
    background: url(/images/h1Images/sitemap.jpg) left top no-repeat;
    padding-left:100px;
}
/******* BREADCRUMBS *******/
#breadCrumb {
    background-image: url(/images/bg_dottedlt_fade.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 12px; /* This is the height we want on our breadcrumb */
    padding: 4px 0 10px 0;
    color: #999999; /*This is our color on the text which isn't a link. We want' that to be light grey */
    font-family: "Lucida Sans Unicode" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0 0 10px 0;
}
#breadCrumb li {
    float: left;
    display: inline;
    margin-right: 5px;
}
#breadCrumb a {
    color: #999999; /* Our breadcrumb links are going to be white */
    font-weight: bold; /* And bold */
    padding-right: 5px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
    text-decoration: none;
}
#breadCrumb a:hover {
    color: #CC0000;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
---------------------------------------------------- Footer Styling
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#footerCopy a {
    color: #0B1F3C;
    text-decoration: underline;
}
#footerCopy a:hover {
    color: #0f4491;
    text-decoration: underline;
}

/******* RV MANUFACTURERS *******/

#footer #manuSitesLinks {
    background-image: url(/images/rvmanufBG.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 920px;
    height: 245px;
    padding: 12px 20px 11px 20px;
}
#footer #manuSitesLinks h2 {
    font-family: 'Arial Black' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #003399;
    padding-bottom: 6px;
}
#footer #manuSitesLinks a {
    color: #333333;
    text-decoration: none;
}
#footer #manuSitesLinks a:hover {
    color: #333333;
    text-decoration: underline;
}
#footer #manuSitesLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 183px;
    line-height:14px;
}
#footer #manuSitesLinks li {
    width: 183px;
    float: left;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
---------------------------------------------------------- RV Shows
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#rvShowsWrap {
    width: 232px;
    padding: 20px 0 0 0;
}
#rvShowsWrap a {
    font-weight: bold;
    color: #CC0000;
    text-decoration: underline;
}

#rvShowsWrap a:hover {
    color: #003399;
    text-decoration: underline;
}
#rvShowsWrap h3 {
    font-family: 'Arial Black' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #003399;
    text-align: center;
    padding-bottom: 15px;
}
.rvShowContainer {
    padding-bottom: 17px;
}
.showDate {
    font-weight: bold;
    color: #3399ff;
    text-align: center;
    display:block;
}
.showEvent {
    color: #CC0000;
    text-align: center;
    display:block;
}
.showLocation {
    text-align: center;
    display:block;
}
#rvEvents {
    width: 216px;
    text-align: right;
    padding-right: 15px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-------------------------------------- Right Column Calls to Action
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#rightColumn #findDreamRV {
background: url(/images/dreamrv-cta-bg.jpg) left top no-repeat;
width:200px;
padding: 0 0 10px 0;
margin: 0 auto 5px;
color: #ffffff;
}

#rightColumn #findDreamRV h4 {
padding: 30px 12px 6px 9px;
}

#rightColumn #findDreamRV p {
padding: 0 12px 6px 9px;
}  
  
#rightColumn #dealerOffer {
background: url(/images/dealerOfferCtaBG.gif) left bottom no-repeat;
width:200px;
padding: 0 0 10px 0;
margin: 0 auto 5px;
}

#rightColumn #dealerOffer h4 {
background: url(/images/dealerOfferCtaBG.gif) left top no-repeat;
padding: 12px 12px 6px 9px;
}

#rightColumn #dealerOffer p {
padding: 0 29px 6px 9px;
line-height:120%;
}

#rightColumn #dealerOffer a {
font-weight:bold;
}

#rightColumn #sellMyRV {
background: url(/images/sellRVCtaBG.gif) left bottom no-repeat;
width:200px;
padding: 0 0 10px 0;
margin: 0 auto 5px;
}

#rightColumn #sellMyRV h4 {
background: url(/images/sellRVCtaBG.gif) left top no-repeat;
padding: 84px 12px 6px 9px;
color:#ffffff;
}

#rightColumn #sellMyRV p {
padding: 0 12px 6px 9px;
color:#ffffff;
line-height:120%;
}

#rightColumn #sellMyRV a {
font-weight:bold;
}

#rightColumn #sellMyRV p.highlight, #rightColumn #sellMyRV p.highlight a {
color:#FEFB01;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
--------------------------------------------------- jquery Tooltips
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	color:#000;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
------------------------------------------------------- RVUSA Forms
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.rvusaForms ol {
 margin: 6px 0 0 12px;
 padding: 0;
}

.rvusaForms ol li {
 display: block;
 margin: 0 6px 0 2px;
 line-height: 230%;
 clear: left;
}

.rvusaForms ol li label {
 display: block;
 float: left;
 width: 120px;
}

.wideSearch ol {
 margin: 14px 0 0 12px;
 padding: 0;
}

.wideSearch ol li {
 display: inline;
 margin: 0 6px 0 2px;
 line-height: 26px;
}

.wideSearch .goButton {
 float: right;
 position: relative;
 bottom: 20px;
 right: 26px;
}

span.or {
 margin: 0 20px 0 20px;
}

.dealerInfo {
float:left;
padding:15px;
}

.dealerInfo img {
padding: 12px 0 15px 0;
}

.dealerInfo .dealerName {
font-weight:bold;
font-size:15px;
padding-bottom:5px;
}

#PanelForm {
float:left;
padding:10px;
margin:30px 0 0;
background:#eff3fd;
border-color:#526aa6;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
border-style:solid;
border-width:1px;
}

.errorMessage {
clear:both;
padding:5px;
background-color:#FFEBE8;
border-color:#CC0000;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
border-style:solid;
border-width:1px;
margin:10px 0 16px 120px;
width:199px;
}

.errorMessageSlim {
padding:5px;
color: #330000 !important;
background-color:#e8bb08;
margin:0;
line-height: 1.5em;
display: block;
}

#InventoryDetail1_LabelMsg li {
color: #FFFFFF;
font-weight: bold;
font-size: 1.1em;
}

/********************************************************************
*                            404 ERROR                              *
********************************************************************/

.errorInfo {
padding:20px 40px 0;
font-size:14px;
line-height:20px;
}

.errorInfo p {
font-size:14px;
}

/********************************************************************
*                            MODAL WINDOWS                          *
********************************************************************/


.modalPopup {
 background: url(/images/modalWindow.png) top left;
 padding: 10px;
 border: 2px solid #a34s45;
}

.rvusaForms .modalLabel {
 font-size: 15px;
 font-weight: bold;
 padding: 5px 0 18px 5px;
}

.modalPopup h4 span {
 color: #FFFFFF;
}

.modalPopup label {
 display: inline-block;
 line-height: 1.8;
 vertical-align: top;
}
.modalPopup ol {
 margin: -15px 0 0 0;
 padding: 0;
}
.modalPopup li {
 list-style: none;
 padding: 5px;
 margin: 0;
}
.modalPopup em {
 font-weight: bold;
 font-style: normal;
 color: #f00;
}
.modalPopup label {
 width: 120px; /* Width of labels */
}


.closeButton {
 border: none;
 background: none;
 color: #ff0000;
}

.modalFoot {
 background: url(/images/modalWindow.png) bottom left;
 position: relative;
 top: 15px;
 padding: 4px;
 left: -10px;
 width: 410px;
}

.modalBackground {
 background-color: #000;
 filter: alpha(opacity=80);
 opacity: 0.80;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
--------------------------------------------------------- Home Page
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/*homeSearch*/
.homeSearch {
 width: 338px;
 height: 245px;
 padding: 5px 5px 5px 5px;
 margin: 5px;
 background: url(/images/searchSellBG.jpg) top left no-repeat;
 float: left;
}

.homeSearch h2 {
 padding-top: 8px;
 padding-bottom: 10px;
}

.homeSearch .count {
    font-style:italic; 
    text-align:center; 
    font-size:11px; 
    font-weight:bold;
}

.homeSearch .rvusaForms ol {
 padding-bottom: 0px;
}

.homeSearch .rvusaForms ol li label {
 display: block;
 float: left;
 width: 90px;
}

.homeSearch .submitButton {
 padding: 0 0 0 30px;
 margin: 0;
 float: none;
}

.advanced {
float:left;
 color: #F04437;
 padding: 0 0 0 15px;
}

.browse {
float:left;
 color: #F04437;
 padding: 0 0 0 6px;
}

/*AUTOCOMPLETE STYLES*/
.AutoCompleteList {
 color: #035BBC;
 font-family: "Lucida Grande" ,Verdana,Arial, "Bitstream Vera Sans" ,sans-serif;
 font-size: 11px;
 text-indent: 10px;
 line-height: 24px;
 vertical-align: middle;
 font-weight: bold;
 z-index:9; 
}

.AutoCompleteListItem {
 background: #ffffff;
 border: 1px solid #7a93d0;
 border-top: none;
}

.AutoCompleteListItemHighlighted {
 color: #333333;
 background: #dbe3f1;
 border: 1px solid #7a93d0;
 border-top: none;
 cursor: pointer;

}

/*sellRV*/
.sellRV {
 width: 338px;
 height: 245px;
 padding: 5px 5px 5px 5px;
 margin: 4px;
 background: url(/images/searchSellBG.jpg) top right no-repeat;
 float: left;
}

.sellRV h2 {
 padding-top: 8px;
 padding-bottom: 10px;
}

.sellRV strong {
 color: #dd0300;
 font-size: 14px;
}

.sellRV p {
 padding: 0 0 0 18px;
 margin: 8px 0 6px;
}

.sellRV p span {
 font-size: 16px;
 line-height: 22px;
 font-weight: bold;
 color: #d53c3c;
}

.sellRV .links {
 background: url(/images/sellButtons.gif) no-repeat;
 color: #fff;
 display: block;
 font-weight: bold;
 text-align: center;
 text-decoration:none;
 width: 110px;
 height: 40px;
 font-size: 12px;
 float: left;
 padding: 3px 15px 0 5px;
 margin: 0 30px;
}

.sellRV .goAd {
 background: url(/images/goAd.gif) no-repeat;
 margin: 15px 0 0 0;
}

.sellRVFeatures {
 float: left;
 font-weight: bold;
 width: 170px;
}

.sellRVFeatures img {
 vertical-align: -36%;
 margin: 0 3px 0 0;
}

.sellRVFeatures p {
 clear: both;
}

.sellRVAction {
 float: right;
 width: 140px;
}

.sellRVTestimonial {
 background: url(/images/sellmyrv-testimonial.jpg) no-repeat 11px 5px;
 padding-top: 75px;
}

.sellRVPhotoTestimonial {
 background: url(/images/sellmyrv-testimonialphoto.jpg) no-repeat 11px 3px;
}

.sellRVPhotoTestimonial h2 {
 padding-bottom: 85px;
}


/*dealerSearch*/
.dealerSearch {
 width: 695px;
 height: 100px;
 margin: 5px;
 padding: 5px;
 padding-bottom: 10px;
 background: url(/images/dealerSearchBG.gif) no-repeat;
 float: left;
}

.dealerSearch .submitButton {
margin:0;
padding:0;
position:relative;
left:6px;
top:5px;
}


/*featUnits*/
.featUnits {
 width: 705px;
 margin: 5px;
 padding: 0px;
 background: url(/images/featUnitsBG.jpg) left top no-repeat;
 float: left;
}

.featUnits h2 {
 padding: 12px 0 0 5px;
}

.featUnits #contentWrap {
 background: url(/images/featUnitsBG.jpg) left bottom no-repeat;
 margin: 0;
 padding: 0 0 10px 25px;
}

.featUnits p {
 padding: 10px 35px 0 35px;
}

.featUnits .featRVContainer {
 width: 140px;
 float: left;
 padding: 6px;
 text-align: center;
 margin: 0 7px 10px 7px;
}

img.frame {
 border: 3px double #b6bfd9;
}

.highlight {
 font-weight: bold;
 color: #003399;
}
.searchprice {
 color: #2a2a2a;
 font-weight: bold;
 font-size: 16px;
 line-height: 22px;
}
.searchprice .feature {
    font-size:14px;
}


/*typeSearch*/
.typeSearch {
 width: 450px;
 height: 370px;
 margin: 5px;
 padding: 5px 5px 5px 5px;
 background: url(/images/typeSearchBG.gif) top left no-repeat;
 float: left;
 text-align: center;
}

.typeSearch h2 {
 padding-bottom: 18px;
}

.typeSearch .typeIcons {
 padding: 0 0 6px 12px;
}

.typeSearch a {
 float: left;
}

.typeSearch a img {
 border: none;
 margin: 4px;
}

.typeSearch .doubleBut {
 float: left;
 margin: 4px;
 width: 100px;
}

.typeSearch .doubleBut a img {
 margin: 0;
}


/*popSearch*/
.popSearch {
 width: 225px;
 height: 370px;
 margin: 5px;
 padding: 5px;
 background: url(/images/popSearchBG.gif) top left no-repeat;
 float: left;
}

.popSearch h2 {
padding-bottom:8px;
}

.popSearch .cloud {
 padding-left: 10px;
 padding-top: 8px;
  line-height: 22px;
}

.popSearch .cloud a {
 padding: 0 2px;
 color: #CC5F0A;
}

.popSearch .cloud a:hover {
 color: #d87b35;
}


/*featDealer*/
.featDealer {
 width: 525px;
 margin: 5px;
 background: url(/images/featDealerBG.gif) top left no-repeat;
 float: left;
}

.featDealer h2 {
 padding: 12px 5px 20px 5px;
}

.featDealer span {
 font-weight: bold;
 color: #11280d;
}

.featDealer h4 {
 font-size: 14px;
 font-weight: bold;
}

.featDealer a {
 color: #11280d;
}

.featDealer .memberLogo {
 float: left;
 width: 175px;
 padding: 0 5px 0 15px;
 text-align: center;
}

.featDealer .memberDetails {
 width: 320px;
 padding: 0 5px 0 5px;
 float: left;
}

.featDealer .memberInfo {
 float: left;
 width: 170px;
}

.featDealer .memberContact {
 width: 135px;
 padding: 0 5px 0 5px;
 float:left;
}

.featDealer .memberContact a {
 width: 108px;
 height: 0px;
 margin: 5px 0;
 line-height: 0;
 color:#fff;
 padding: 11px 0 15px 30px;
 display: block;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}

.featDealer .emailIco {
 background: url(/images/dfEmailBut.gif) no-repeat left top;
}

.featDealer .rvsIco {
 background: url(/images/dfRVsBut.gif) no-repeat left top;
}

.featDealer .websiteIco {
 background: url(/images/dfWebSiteBut.gif) no-repeat left top;
}

.featDealer .memberSpecs {
 clear: none;
 padding: 10px 0px 10px 15px;
 float: left;
 width: 510px;
 background: url(/images/featDealerBG.jpg) bottom left no-repeat;
}

.featDealer .dealerIcons {
 float: left;
 margin: 0 10px 0 0;
}


/*adSpace*/
.adSpace {
 width: 160px;
 margin: 5px;
 padding: 5px;
 float: right;
 text-align: center;
}

.adSpace h2 {
 color: #000;
 font-size: 20px;
 text-align: center;
 padding-bottom: 6px;
 margin-top:0px;
}

.adSpace a {
 margin: 5px;
}

.adSpace a img {
 border: 1px solid #444444;
}


/*rvCommunity*/
.rvCommunity {
 width: 332px;
 height: 325px;
 padding: 5px 10px 5px 6px;
 margin: 5px;
 background: url(/images/rvCommunityBG.gif) top left no-repeat;
 float: left;
}

.rvCommunity h2 {
 padding-top: 8px;
}

.rvCommunity h3 {
 color: #E18727;
 margin: 10px 0 5px 15px;
}

.recentPost {
 margin: 2px 0 3px 0;
 clear: both;
 zoom: 1;
 display: inline;
 display: -moz-inline-stack;
 display: inline-block;
}

.recentPost .thread {
 display: block;
 width: 260px;
 float: left;
 margin: 0 5px 0 15px;
}

.recentPost .author {
 display: block;
 width: 95px;
 float: left;
 font-style: italic;
 margin: 0 5px;
}

.recentPost .date {
 display: block;
 width: 45px;
 float: left;
}

.recentPost .topic {
 display: block;
 float: left;
 color: #727272;
 text-decoration: none;
 font-size: 10px;
 margin: 0 0 0 15px;
}

.rvCommunity .links {
 font-weight: bold;
 color: #E07D20;
 line-height: 28px;
 padding: 0 0 0 15px;
}

.rvCommunity .subscribe {
 font-weight: bold;
 color: #E07D20;
 font-size: 11px;
 position: relative;
 top: 26px;
 right: 32px;
 padding: 0 0 0 15px;
}



/*rvResearch*/
.rvResearch {
 width: 337px;
 height: 308px;
 padding: 5px 6px 5px 5px;
 margin: 5px 4px 5px 5px;
 background: url(/images/rvResearchBG.jpg) top left no-repeat;
 float: left;
}

.rvResearch h2 {
 padding-top: 8px;
}

.rvResearch h3 {
 color: #6B31AC;
 margin: 10px 0 0 15px;
}

.rvResearch ul {
 margin: 6px 0 0 25px;
 line-height: 24px;
}

.rvResearch ul li img {
 position: relative;
 top: 5px;
 padding: 0 6px 0 0;
}


/*parksCampgrounds*/
.parksCampgrounds {
 width: 705px;
 background: url(/images/parksCampgroundsBG.gif) top left no-repeat;
 margin: 5px;
 float: left;
}

.parksCampgrounds h2 {
 padding: 12px 5px 20px 5px;
}

.parksCampgrounds span {
 font-weight: bold;
 color: #11280d;
}

.parksCampgrounds h4 {
 font-size: 14px;
 font-weight: bold;
}

.parksCampgrounds a {
 color: #11280d;
}

.parksCampgrounds .campLogo {
 float: left;
 width: 175px;
 padding: 0 5px 0 15px;
 text-align: center;
}

.parksCampgrounds .campDetails {
 width: 480px;
 padding: 0 5px 0 5px;
 float: left;
}

.parksCampgrounds .campInfo {
 float: left;
 width: 200px;
}

.parksCampgrounds .campContact {
 width: 135px;
 padding: 0 5px 40px 5px;
 float: left;
}

.parksCampgrounds .campContact a {
 width: 120px;
 margin: 2px 0;
 display: block;
 text-align: left;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 color: #E69800;
 padding: 3px 0 6px 15px;
}

.parksCampgrounds .searchMore a {
 color: #e69800;
 text-decoration: none;
 font-weight: bold;
 font-size: 13px;
 position: absolute;
 bottom: 35px;
 right: 100px;
}

.campListing {
 float: left;
 width: 705px;
 padding: 0 0 30px 0;
 background: url(/images/parksCampgroundsBG.jpg) bottom left no-repeat;
 position: relative;
}


/*meetMembers*/
.meetMembers {
 width: 705px;
 margin: 5px;
 background: url(/images/meetMembersBGrep.jpg) top left repeat-y;
 float: left;
}

.meetMembers h2 {
 background: url(/images/meetMembersBGtop.jpg) top left no-repeat;
 padding-top: 12px;
 padding-left: 5px;
 padding-bottom: 22px;
}

.meetMembers h5 {
 padding: 0 0 5px 10px;
 color: #3D87B8;
}

.meetMembers ul {
 padding: 0 0 20px 10px;
}

.memberCol1 {
 float: left;
 margin: 6px 10px 4px 10px;
 width: 210px;
}

.memberCol2 {
 float: left;
 margin: 6px 10px 4px 10px;
 width: 210px;
}

.memberCol1 li, .memberCol2 li {
	padding: 2px 0 0;
}

.memberCol3 {
 float: right;
 width: 200px;
 background: #d7e3fa;
 padding: 5px;
 border: 2px solid #9caed2;
 text-align: center;
 margin: 6px 20px 4px 0;
}

.memberCol3 h5 {
 padding: 5px;
}

.memberCol3 img {
 padding: 2px;
 margin: 5px;
 background: #e8edf6;
 border: 1px solid #9caed2;
}

.meetMembers .bottom {
 clear: both;
 background: url(/images/meetMembersBGbot.jpg) top left no-repeat;
 height: 11px;
}
