/*---------------------*/
/*--Vulcan Motor Club--*/
/*---------------------*/

/*--Clear Defaults--*/
*{margin: 0; padding: 0;}

/*--Global Styles--*/
html{overflow-y: scroll; margin-bottom: 80px;}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3{margin-bottom: 8px;}

a{text-decoration: none;}

a:hover{}

a img{border: none;}

.hidden{display: none;}

.clear{
    clear: both;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

#container{
    width: 724px;
    height: auto;
    margin: 0 auto;
}

#wfcontainer{
    width: 724px;
    height: auto;
    margin-left:50px;

}

#top{
    width: 724px;
    height: 82px;
    margin: 36px auto 0 auto;
}

#mctop{
    width: 784px;
    height: 82px;
    margin: 36px auto 0 15px;
}


#top H1{width: 0; height: 0; padding: 0; margin:0; text-indent: -9999px;}
#top H2{width: 0; height: 0; padding: 0; margin:0; text-indent: -9999px;}

#topNav{
    float: left;
    width: 561px;
    height: 82px;
}

#topNav ul{
    list-style-type: none;
    line-height: 15px;
    letter-spacing: 1px;
    font-size: 10px;
}

#topNav ul a{color: rgb(131,145,153); font-weight: bold; text-transform: uppercase;}

#topNav ul a:hover{color: rgb(255,255,255);}

#topLogo{
    float: right;
    width: 163px;
    height: 82px;
}

#leftNav{
    float: left;
    width: 187px;
    height: 155px;
}

#leftNav ul{
    list-style-type: none;
    line-height: 15px;
    letter-spacing: 1px;
    margin-top: 3px;
}

#leftNav ul a{color: rgb(131,145,153);}

#leftNav ul a:hover{color: rgb(255,255,255);}

#leftNav ul.secondaryNav{margin-left: 7px;}


/*--Fleet Template--*/
#middleFlash{
    width: 724px;
    height: 340px;
    margin: 22px auto 28px auto;
}

#contentContainer{
    position: relative;
    width: 724px;
    height: auto;
    margin: 0 auto;
}

#mainContentFleet{
    width: 333px;
    height: auto;
    float: left;
    padding-right: 20px;
}

#rightContent{
    float: left;
    width: 174px;
    height: auto;
    padding-left: 10px;
}

#rightContent p{
    line-height: 14px;
    background: url('../_images/dot.gif') repeat-x bottom left;
    padding-bottom: 8px;
}

#rightContent img{margin-bottom: 17px;}

#rightContent .desktopDownload a.desktopLinks{
    margin-left: -10px;
    padding-left: 10px;
    display: inline-block;
}

#rightContent .desktopDownload a:hover{
    color: #fff;
    background: url('../_images/dn_arrow.gif') no-repeat;
    background-position: 0px 3px;
}

#rightContent .desktopDownload{background: none;}

#rightContent .desktopDownload a:hover{color: #fff;}

#leftNav img{margin-bottom: 14px;}

#mainContentFleet img{margin-bottom: 15px;}

img.vehicleHeader{margin-bottom: 18px;}

img.vehicleBadge{margin-bottom: 11px;}


/*--Fleet Splash Page--*/
#fleetSplashContent{
    width: 724px;
    height: auto;
    margin: 65px auto 0 auto;
}

img.fleetSplashText{margin-bottom: 27px;}

img.fleetFeaturedLabel{margin: 21px 0 16px 0;}

#featuredVehicleList{margin-top: 30px;}

#fleetFeatured{
    width: 724px;
    height: 289px;
}

.vehicleList{
    width: 349px;
    height: auto;
    cursor: pointer;
    background-color: #000;
    position: relative;
    padding-bottom: 34px;
}

.vehicleList img{
    background: url('../_images/dot.gif') repeat-x bottom left;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

.fleetLeft{float: left;}

.fleetRight{float: right; padding-left: 26px;}

img.viewButton{
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 38px;
    right: 0;
}

#fleetSplashFlash{
    width: 724px;
    height: 375px;
}


/*--Contact Template--*/
#leftCol{
    float: left;
    width: 187px;
    height: 155px;
}

#mainContentContact{
    width: 500px;
    height: auto;
    float: left;
    margin-top: 55px;
}

#mainContentContact a:hover{color: rgb(131,145,153);}

#contactTable tr td{padding: 0 20px 5px 0;}

#contactTable{margin-top: 20px;}

p.contactInfo{margin-top: 13px;}

p.contactEmail{margin-top: 25px;}

img.thankYou{margin-bottom: 29px;}


/*--About Template--*/
#mainImage{
    float: left;
    width: 724px;
    height: 339px;
    margin: 22px 0 45px 0;
}

#mainContentAbout{
    width: 530px;
    height: auto;
    float: left;
}


#mainContentFull{
    width: 724px;
    height: auto;
    float: left;
}


/*--Home Template--*/
#homeImg{
    width: 724px;
    height: 489px;
    margin: 22px auto 6px auto;
}

#homeContent{
    width: 724px;
    height: auto;
    margin: 0 auto;
}

#homeContent p{padding-right: 30px;}

#dotLine{
    width: 724px;
    height: 1px;
    background: url('../_images/dot.gif') repeat-x top left;
    overflow: hidden;
    padding: 0;
    margin: 0;
}


#wfNav ul li{
    background-repeat:no-repeat;
    padding-left:20px;
}


#ReservationFrame{
    position: absolute;
    background-color:#000;
    padding:15px;
    border-color:#666;
    border-style:solid;
    border-width:1px;
    filter: alpha(opacity=0);
    top: 210px;
    left: 75px;
    z-index: 10;
    display: block;
    width: 220px;
    height: 300px;
    overflow-y: scroll; margin-bottom: 80px;
}



#homeNews{
    width: 724px;
    height: auto;
    float: left;
    filter: alpha(opacity=0);
    opacity:0;
}

#homeNews a:hover{color: rgb(131,145,153);}

#news1, #news2, #news3, #news4{
    padding-top: 18px;
    float: left;
    width: 187px;
    height: auto;
}

#news4{width: 163px;}


/*--Membership Template--*/
.membershipNav{margin-top: 55px;}

table#contactTable input{
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #839199;
    padding: 4px 2px 2px 7px;
    width: 270px;
    height: 18px;
}

table#contactTable textarea{
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #839199;
    padding: 4px 2px 2px 7px;
    width: 270px;
    height: 140px;
}


table#contactTable tr td{padding-bottom: 13px;}

table#contactTable tr td div{
    display: inline;
    margin-left: 10px;
    color: #f00;
}



p.ratesPolicies{
    background: url('../_images/dot.gif') repeat-x bottom left;
    padding-bottom: 20px;
    margin-bottom: 19px;
}

p.membershipPlans{margin-bottom: 19px;}

#mainContentAbout a{color: #fff; text-decoration: none;}

#mainContentAbout a:hover{color: rgb(173,188,197);}

/*--News & Events Template--*/
.newsItem .reg20{line-height: normal;}

.newsItem{
    background: url('../_images/dot.gif') repeat-x bottom left;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.newsItem img{margin-top: 20px;}


/*--Newsletter Page--*/
img.vulcanReport{margin: 7px 0 14px 0;}

#mainContentNewsletter{
    width: 500px;
    height: auto;
    position: absolute;
    top: 55px;
    left: 187px;
}

#mainContentNewsletter a{color: #fff; text-decoration: none;}

#mainContentNewsletter a:hover{color: rgb(173,188,197);}


/*--Web Colors--*/
.darkGray, a.darkGray{color: rgb(131,145,153);}

.lightGray, a.lightGray{color: rgb(173,188,197);}

.black, a.black{color: rgb(0,0,0);}

.white, a.white{color: rgb(255,255,255);}


/*--Font Classes--*/
.reg9{
    font-size: 9px;
    font-weight: normal;
}

.reg10{
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
}

.italic9{
    font-size: 9px;
    font-style: italic;
}

.italic10{
    font-size: 10px;
    font-style: italic;
}

.bold10{
    font-size: 10px;
    font-weight: Bold;
}

.bold12{
    font-size: 12px;
    font-weight: Bold;
}

.reg12{
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

.reg14{
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
}

.bold14{
    font-size: 14px;
    font-weight: bold;
}

.reg16{
    font-size: 16px;
    font-weight: normal;
}

.bold16{
    font-size: 16px;
    font-weight: bold;
}

.italic14{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
}

.reg17, h3{
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
}

.bold20, h1{
    font-size: 20px;
    font-weight: bold;
}

.reg20, h2{
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
    margin-top:15px;
}

.reg24, h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
}

.quote{
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
}



/*--Pressroom--*/
#contentContainerPress{
    position: relative;
    width: 724px;
    height: auto;
    margin: 56px auto 0 auto;
}

.dot-break {
    background: url('../_images/dot.gif') repeat-x bottom left;
    width: 530px;
    margin-bottom: 28px;
    padding-bottom: 23px;
    clear:both;
}

#pressLogoWrapper, #worldClassLogos{
    float: left;
    width: 530px;
    height: auto;
    padding-bottom: 23px;
    background: url('../_images/dot.gif') repeat-x bottom left;
    margin-bottom: 28px;
}

.pressLogos{
    float: left;
    width: 187px;
    height: auto;
    margin-top: 30px;
}

#pressPhotoWrapper{
    float: left;
    width: 530px;
    height: auto;
    padding-bottom: 23px;
    background: url('../_images/dot.gif') repeat-x bottom left;
    margin-bottom: 28px;
}

.pressPhotos{
    float: left;
    width: 187px;
    height: auto;
    margin-top: 30px;
}

.pressPhotosRight{
    float: left;
    width: 156px;
    height: auto;
    margin-top: 30px;
}


.pressLogos img, .pressPhotos img, .pressPhotosRight img{margin-bottom: 20px;}


/*--Adminstration--*/
table#adminTable tr td{padding: 0 15px 5px 0;}

table#adminTable a{color: #fff;}

table#adminTable select{width: 60px;}

table#adminTable label{
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

table#adminTable tr.adminLine{
    height: 40px;
    width: 100%;
    background: url('../_images/dot.gif') repeat-x center;
}

.adminInput{width: 210px;}

.adminInputWide{width: 290px;}

.adminInputSm{width: 105px;}

.adminInputSort{width: 20px;}

.charCountHide{visibility: hidden;}

.error ul{list-style-type: none; color: red; margin-bottom: 10px;}
