﻿/* Regular page elements */
body { background: #2D2D2D url(/images/bg_body.gif) repeat-x; padding: 0px; margin: 0px; font-size: 62.5%; }
img { border: 0px; }
a { color: #fff; outline: none;}
a:hover { color: #ccc; }
#wrapper { width: 818px; margin: 0px auto; font: normal 1.2em arial; color: #fff;}
#container { width: 800px; padding: 0px 9px; background: url(/images/bg_container_shadow.png) left repeat-y; }


/* #nav houses the navigation */
#nav { height: 27px; background: url(/images/bg_nav.gif) repeat-x; float: right; }
    #nav ul { list-style: none; padding: 0px; margin: 0px; float: right;}
    #nav li { float: left; margin-right: 15px; display: inline; }
    #nav a { display: block; height: 23px; }
    #nav a span { display: none; }
    /* Assign navigation buttons */
    #nav a.home { background: url(/images/nav_home.jpg) no-repeat; width: 30px; }
    #nav a.about { background: url(/images/nav_about.jpg) no-repeat; width: 35px; }
    #nav a.tours { background: url(/images/nav_tours.jpg) no-repeat; width: 33px; }
    #nav a.testimonials { background: url(/images/nav_testimonials.jpg) no-repeat; width: 71px; }
    #nav a.contact { background: url(/images/nav_contact.jpg) no-repeat; width: 45px; }
    
    .home #nav a.home, .about #nav a.about, .tours #nav a.tours, .testimonials #nav a.testimonials, .contact #nav a.contact {
        border-bottom: 4px solid #4D6457;
    }
    /* Assign current page navigation buttons */
    .home #nav a.home { background: url(/images/nav_home_on.jpg) no-repeat; }
    .about #nav a.about { background: url(/images/nav_about_on.jpg) no-repeat; }
    .tours #nav a.tours { background: url(/images/nav_tours_on.jpg) no-repeat; }
    .testimonials #nav a.testimonials { background: url(/images/nav_testimonials_on.jpg) no-repeat;}
    .contact #nav a.contact { background: url(/images/nav_contact_on.jpg) no-repeat; }

/* #top houses the 3 tabs along with quotes and contact information */
#top { float: left; background: #2A3C32; border-bottom: 1px solid #404040; padding: 9px 0px 9px 0px; }

    /* Used on all pages, defines logo, phone number, and the tabs */
    #top h1 { margin: 0px 0px 0px 22px; float: left; display: inline; }
    
    #top #tab_cont { float: left; background: #4D6457 url(/images/top_rect_top.jpg) no-repeat top; width: 800px; }
    #tab_cont ul { float: left; background: url(/images/top_rect_btm.jpg) no-repeat bottom; width: 780px; margin: 0px; padding: 10px 0px 0px 20px; list-style: none; }
    #tab_cont li { float: left; display: inline; margin: 0px 14px 0px 0px; padding-bottom: 8px}
    #tab_cont h2 { font-weight: normal; font-size: 1em; color: #fff; margin-top: 0px; }
    #tab_cont li.contact { margin: -9px 0px 0px 0px; padding-top: 10px; background: url(/images/img_phonenumber_btm2.jpg) no-repeat top right; width: 208px}
    #tab_cont li img {filter:alpha(opacity=45); -moz-opacity:.45; opacity:.45;  }
    
    
    .contact #tab_cont .contact_tab {filter:alpha(opacity=100); -moz-opacity:1; opacity:1;  }
    .tours #tab_cont .tours_tab {filter:alpha(opacity=100); -moz-opacity:1; opacity:1;  }
    .testimonials #tab_cont .testimonials_tab {filter:alpha(opacity=100); -moz-opacity:1; opacity:1;  }
    
    .about #tab_cont .contact_tab, .about #tab_cont .tours_tab, .about #tab_cont .testimonials_tab, 
    .home #tab_cont .contact_tab, .home #tab_cont .tours_tab, .home #tab_cont .testimonials_tab { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
    /* Used only on the homepage */
    #top .top_intro { float: left; width: 780px; padding: 0px 10px 0px 10px;}
        .top_intro p { margin: 10px 0px;  }



/* #mid houses all of the content */
#mid { background: #333333 url(/images/bg_mid.jpg) no-repeat bottom left; padding: 10px; clear: left; float: left; width: 780px}

    #content h1 { background: #000; margin: -15px -10px 0px -10px; padding: 15px 10px 10px 10px }
    
    #content .pod { float: left; width: 170px; margin: 0px 15px 15px 0px; display: inline; }
    #content .pod .title { margin-bottom: 0px; height: 22px; }
    #content .pod .content { font-size: .9em; overflow: hidden; width: 150px; margin-top: 2px; background: #484848; padding: 5px 10px 5px 8px; border-width: 1px 1px 0px 1px; border-color: #fff; border-style: solid; }
        #content .pod .tall { height: 195px; }
        #content .pod .short { height: 110px; }
        #content .pod .contlong { width: 335px; }
        #content .pod .content img { margin: 0px auto; }
    #content .pod .footer { width: 170px; height: 10px; font-size: 0px; background: #484848 url(/images/pods/bg_podbottom.jpg) no-repeat bottom; }
        #content .pod .footlong { width: 355px; background: #484848 url(/images/pods/bg_podbottom_long.jpg) no-repeat bottom; }
    

    




/* #btm houses the footer navigation and copyright information */
#btm { background: #111814; padding: 5px 10px; height: 30px; clear: left; float: left; width: 780px}
    #btm, #btm a { color: #5A5858; font-size: .9em}
    #btm ul { margin: 0px; padding: 0px; list-style: none; }
    #btm li { float: left; height: 12px; display: inline; padding-bottom: 3px; margin-right: 5px; padding-right: 5px; border-right: 1px solid #5A5858}
    #btm .left { float: left; }
    #btm .right { float: right; }
    
    .home #btm a.home, .about #btm a.about, .tours #btm a.tours, .testimonials #btm a.testimonials, .contact #btm a.contact {
        text-decoration: none; color: #999
    }
    

