.bg1 {
    background: #000000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg1.jpg) top center no-repeat;
    }
    
.bg2 {
    background: #000000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg2.jpg) top center no-repeat;
    }

.bg3 {
    background: #000000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg3.jpg) top center no-repeat;
    }
    
.bg4 {
    background: #000000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg4.jpg) top center no-repeat;
    }
    
.bg5 {
    background: #000000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg5.jpg) top center no-repeat;
    }

.bg6 {
    background: #000000 url(http://takeadetour.publishpath.com/Websites/takeadetour/Images/bg6.jpg) top center no-repeat;
    }
    
    

#Home {
margin: 0 auto;}



/* BODY */
body {
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, "Lucida Grande", arial, sans-serif;
    color: #666;
    font-size: 12px;

}
    
    
        
/* PAGE CONTAINER */
#pageContainer {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
        

/* HEADER */    
    

        #logo {
        height: 0px;
        float: left;
        clear: both;
        width: 241px;
        z-index: 2;
        padding: 0 0 0 20px;

        

    }
    
    
/* ROTATOR */
#rotatorhome {
    clear: both;
    height: auto !important;
    position: relative;
    overflow: hidden;
    width:960px;
    float: left;
    z-index: 3;

}            
        
    #headerimagehome {
    float: left;
    clear: both;
    background: #000;
    min-height: 342px;
    height: auto !important;
    position: relative;
    overflow: hidden;
    width:960px;
    z-index: -1;

}
    
        
        
            
            

    }

    /* search */
    .search {
        height: 30px;
        right: 5px;
        top: 0px;
    }
        .search label {
            display: none;
        }
        
        .search input.searchInput {
            border: 1px solid #c7c7c7;
            color: #777;
            height: 20px;
            width: 210px;
            padding: 6px 4px 0;
            margin-top: 5px;
        }    
        .search input.searchButton {
            border: none;
            width: 80px;
            padding-top: 6px;
            padding-bottom: 6px;
            color: #fff;
            right: 0;
            background: url(images/search-button.gif) 0 0 no-repeat;
        }    

            
        
        
/* NAVIGATION */    
#navigation {
    background: #272727;    
    height: 37px;
    width: 960px;
    margin-top: -35px;
}                
    #navigation .mainNav li {
        float: left;
        font-size: 16px;
        font-family: "gill sans", arial, sans-serif;
        text-transform: uppercase;
        color: #fff;        
    }    
    
    #navigation .mainNav li a {
        color: #cccccc;
        display: block;
        text-decoration: none;
        padding: 10px 15px;
        border-right: 1px solid #363636;
    }    
        #navigation .mainNav li a:hover,
        #navigation .mainNav li.selectedPage a,
        #navigation .mainNav li.selectedPageRoot a {
            background: #fff;
            color: #000;
        }        
    
            
        
        
        
        
/* CONTENT AREA */
#contentContainer {    
    clear: both;
    position: relative;
    padding: 20px 0 0;
    height: auto !important;
    float: left;
    width: 960px;
}    
            
    /* column layouts */        
    /* two column layout - homepage */    
    #homePage #mainColumn {
        float: left;
        width: 960px;
        margin-right: 20px;
        min-height: 320px;
        height: auto !important;
        height: 320px;
        padding-bottom: 30px;
    }        
    #homePage #subColumn {
        float: right;
        width: 300px;
    
    }        
        #homePage #subColumn .element {
            margin-bottom:9px;
            margin-top:11px;
            width:270px;
        }
    
    

            


/* HOME COLUMNS */
#homeColumns {
    clear: both;
}
    #homeColumns #homeCol1 {
        width: 220px;
        background: #f2f2f2;
        margin-right: 13px;
        float: left;
    }
        #homeColumns #homeCol1 .element {
            padding: 10px;
        }
        
    #homeColumns #homeCol2 {
        width: 395px;
        float: left;
    }
        #homeColumns #homeCol2 .element {
            padding: 0 10px;
        }
    
        #homeColumns #homeCol3 {
        width: 300px;
        float: left;
        padding-left:15px;
        padding-top:10px;
    }
        #homeColumns #homeCol3 .element {
            padding: 0 10px;
        }
        
    
        
/* SITE FOOTER/NAVIGATION */
#footer {
    background: #000;
    padding: 20px 0 40px 20px;
    clear: both;
    color: #ababab;
}    
    #footer .footerContent {
        width: 960px;
        margin: 0 auto;
    }
        #footer .footerContent li {
            float: left;
            width: 225px;
            padding-right: 13px;
        }
            #footer .footerContent h4 {
                margin: 0 0 12px 0;
                font-weight: normal;
                color: #ababab;
                text-transform: uppercase;
            }
            
        #footer .footerContent a {
            color: #ababab;
            display: block;
            padding-bottom: 3px;
            text-decoration: none;
        }            
            #footer .footerContent a:hover {
                color: #fff;
            }
    
    
    #footer #copyright {
        width: 915px;
        margin: 20px auto 0;
        color: #555;
        clear: both;
        padding: 5px 0 0;
        border-top: 1px dotted #3a3a3a;
    }
        #footer #copyright a {
            color: #555;
        }

    
    #poweredBy {
        visibility: hidden;
    }
            
