/*
========================================================================
Title:    Site 1 Stylesheet (Screen)
Author:   andy@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    }

body {
    background-color: #FFF;
    text-align: center;
    }

p,
span,
ul,
ol,
dl,
table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #666;
    padding: 5px 0;
    }

a {
    color: #660000;
    }

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 150%;
    color: #666;
    margin-bottom: 20px;
    }

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #666;
    font-weight: bold;
    }

#container {
    width: 839px;
    margin: 50px auto;
    text-align: left;
    }

.border {
    border: 1px solid #666;
    }

div.message {
    background: #CAE7FF;
    border-top: 1px solid #99CCFF;
    border-bottom: 1px solid #99CCFF;
    margin: 10px 0 20px 0;
    padding: 0 20px;
    }
    p.error {
        color: red;
        }
    p.ok {
        color: green;
        }
    p.info {
        color: #000;
        }

span.error_text {
    display: block;
    color: red;
    font-size: 11px;
    }


/*
========================================================================
Header Section
========================================================================
*/

#header {
    width: 100%;
    float: left;
    }
    
    /* === Logo === */
    #logo {
        margin-right: 9px;
        margin-bottom: 11px;
        float: left;
        }
        #header h1 a {
            display: block;
            width: 130px;
            height: 76px;
            background: url(/images/site_logo.png?a) no-repeat;
            text-indent: -9999px;
            }
            
    /* === Primary Navigation === */
    #pri_nav {
        width: 700px;
        height: 47px;
        margin-top: 40px;
        overflow: hiden;
        float: left;
        }
        #pri_nav ul {
            margin: 0;
            padding: 0;
            line-height: 100%;
            list-style: none;
            }
            #pri_nav li {
                margin-right: 15px;
                float: left;
                }
                #pri_nav a {
                    display: block;
                    width: 128px;
                    height: 47px;
                    background-position: 0 0;
                    text-indent: -9999px;
                    }
                    #pri_nav li.home, #pri_nav li.home a {
                        background-image: url(/images/pri_nav_home.png);
                        }
                    #pri_nav li.design, #pri_nav li.design a {
                        background-image: url(/images/pri_nav_design.png);
                        }
                    #pri_nav li.prices, #pri_nav li.prices a {
                        background-image: url(/images/pri_nav_prices.png);
                        }
                    #pri_nav li.faqs, #pri_nav li.faqs a {
                        background-image: url(/images/pri_nav_faqs.png);
                        }
                    #pri_nav li.contact, #pri_nav li.contact a {
                        background-image: url(/images/pri_nav_contact.png);
                        }
                    #pri_nav a:hover {
                        background-position: 0 50%;
                        }
                    #pri_nav a.selected {
                        background-position: 0 100%;
                        }
            #pri_nav li.contact {
                margin-right: 0;
                }
                
    /* === Secondary Navigation === */
    #sec_nav {
        width: 135px;
        float: left;
        position: absolute;
        top: 136px;
        }
        #sec_nav ul {
            margin: 0;
            padding: 0;
            line-height: 100%;
            list-style: none;
            }
            #sec_nav li {
                margin-bottom: 13px;
                }
                #sec_nav a {
                    display: block;
                    width: 135px;
                    height: 35px;
                    background-position: 0 0;
                    text-indent: -9999px;
                    }
                    #sec_nav li.welcome, #sec_nav li.welcome a {
                        background-image: url(/images/sec_nav_welcome.png);
                        }
                    #sec_nav li.about, #sec_nav li.about a {
                        background-image: url(/images/sec_nav_about.png);
                        }
                    #sec_nav li.history, #sec_nav li.history a {
                        background-image: url(/images/sec_nav_history.png);
                        }
                    #sec_nav li.location, #sec_nav li.location a {
                        background-image: url(/images/sec_nav_location.png);
                        }
                    #sec_nav li.site_plan, #sec_nav li.site_plan a {
                        background-image: url(/images/sec_nav_siteplan.png);
                        }
                    #sec_nav li.golf, #sec_nav li.golf a {
                        background-image: url(/images/sec_nav_golf.png);
                        }
                    #sec_nav a:hover {
                        background-position: 0 50%;
                        }
                    #sec_nav a.selected {
                        background-position: 0 100%;
                        }
            #sec_nav li.a6 {
                margin-bottom: 0;
                }
                
    /* === Flash Panel === */
    #flash_panel {
        width: 698px;
        height: 273px;
        float: right;
        text-indent: -9999px;
        background-color: #CCC;
        background-position: 0 0;
        background-repeat: no-repeat;
        }


/*
========================================================================
Body Section
========================================================================
*/

#body {
    width: 100%;
    float: left;
    margin-top: 25px;
    }
    #content {
        margin-left: 139px;
        }


/*
========================================================================
Footer
========================================================================
*/

#footer {
    margin: 20px 0 10px 0;
    width: 100%;
    float: left;
    }
    .footer_wrap {
        width: 35%;
        float: left;
        }
    #powered  {
        width: 100%;
        float: left; 
        }
    .copyright {
        margin: -9px 0px 0px 0px;
        width: 100%;
        float: left; 
        }
    #footer ul {
        width: 60%;
        float: right;
        text-align: right;
        }
        #footer li {
            display: inline;
            }

/*
========================================================================
Home Page
========================================================================
*/

div.col_content {
    padding: 100px 5px 5px 5px;
    }
    div.col_content h2 {
        display: none;
        }
    div.col_content a {
        text-decoration: none;
        font-weight: bold;
        color: #000;
        }
        div.col_content a:hover {
            text-decoration: underline;
            }

#col1 {
    width: 215px;
    background: url(/images/home_col1_topper.png?a) no-repeat;
    float: left;
    }
#col2 {
    width: 215px;
    margin: 0 27px 0 28px;
    background: url(/images/home_col2_topper.png?a) no-repeat;
    float: left;
    }
    #col2 a {
        font-weight: normal;
        }
    #col2 ul {
        margin-left: 15px;
        }
#col3 {
    width: 215px;
    background: url(/images/home_col3_topper.png?a) no-repeat;
    float: left;
    }

#page_home #flash_panel {
    text-indent: 0;
    }


/*
========================================================================
Product Listings
========================================================================
*/

#product_listing {
    margin-top: -22px;
    }
    #product_listing_header {
        background: url(/images/product_listing_topper.png) 0 0 no-repeat;
        margin-bottom: 20px;
        padding: 59px 5px 5px 5px;
        }
    #results_wrapper {
        width: 700px;
        overflow: hidden;
        }
        #results {
            width: 750px;
            }
            dl.product {
                float: left;
                margin: 0 46px 46px 0;
                padding: 0;
                }


/*
========================================================================
Design
========================================================================
*/

#page_design #flash_panel {
    background-image: url(/images/banner_design.jpg);
    }
#page_design #floorplan {
    margin: 20px 0;
    }
    #page_design #floorplan table {
        margin: 20px;
        }


/*
========================================================================
Prices
========================================================================
*/

#page_prices #flash_panel {
    background-image: url(/images/banner_prices.jpg);
    }


/*
========================================================================
FAQ's
========================================================================
*/

#page_faqs #flash_panel {
    background-image: url(/images/banner_faqs.jpg);
    }
#page_faqs h3 {
    margin-top: 20px;
    }


/*
========================================================================
Contact
========================================================================
*/

#page_contact #flash_panel {
    background-image: url(/images/banner_contact.jpg?a);
    background-position: 100% 0;
    }
#page_contact form.form {
    width: 318px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFF;
    }
    #page_contact form.form p {
        margin: 0 20px;
        }
        #page_contact form.form label {
            display: block;
            }
        #page_contact form.form .txt {
            width: 100%;
            border: 1px solid #CCC;
            }
        #page_contact form.form select.txt {
            width: 230px;
            }
        #page_contact form.form #input_name {
            margin-top: 10px;
            }
        #page_contact form.form #input_submit {
            margin-bottom: 10px;
            }
#page_contact h2 {
    display: none;
    }
#page_contact h3 {
    font-size: 20px;
    text-align: center;
    color: #979369;
    }
#page_contact p.address {
    text-align: center;
    }


/*
========================================================================
Welcome
========================================================================
*/

#page_welcome #flash_panel {
    background-image: url(/images/banner_welcome.jpg);
    }


/*
========================================================================
About
========================================================================
*/

#page_about #flash_panel {
    background-image: url(/cms_media/images/banner_cabin_trees.jpg);
    }


/*
========================================================================
History
========================================================================
*/

#page_history #flash_panel {
    background-image: url(/images/banner_history.jpg);
    }


/*
========================================================================
Location
========================================================================
*/

#page_location #flash_panel {
    background-image: url(/images/banner_location.jpg);
    }


/*
========================================================================
Site Plan
========================================================================
*/

#page_site_plan #flash_panel {
    background-image: url(/images/banner_site_plan.jpg);
    }

#page_site_plan #site_plan_map {
    float: left;
    margin-right: 20px;
    }


/*
========================================================================
Golf
========================================================================
*/

#page_golf #flash_panel {
    background-image: url(/images/banner_golf.jpg);
    }
#page_golf #image_1 {
    float: right;
    padding: 0 0 20px 20px;
    }
#page_golf #image_2 {
    float: left;
    padding: 20px 20px 0 0;
    }
#page_golf dl {
    width: 100%;
    float: left;
    padding: 20px 0;
    }
    #page_golf dd.image {
        float: left;
        padding-right: 20px;
        }
    #page_golf dt {
        font-weight: bold;
        }


/*
========================================================================
Investment Opportunity
========================================================================
*/

#page_investment_opportunity #flash_panel {
    background-image: url(/images/banner_investment_opportunity.jpg);
    }


/*
========================================================================
Gallery
========================================================================
*/

#page_gallery #flash_panel {
    
    }

#page_image_gallery #flash_panel {
    display : none;
    }
#page_image_gallery ul{
    list-style : none;
    }

#page_image_gallery #window {
    width : 100%;
    border : 1px solid #ccc;
    margin-top : -25px;
    text-align : center;
    }

.fade-box {
position : relative;

}

.image_wrapper {

    width: 698px;
    text-align: center;
    }

.navigation {
    margin: 5px 0 15px 140;
    text-align : center;
    }
    .navigation li {
        float : left;
        margin-right : 10px;
        }

.gallery {
width : 760px;
clear : left;
}

.gallery li {
float : left;
margin-right : 49px;
margin-bottom : 30px;
width : 129px;
height : 129px;
border : 1px solid #ccc;
text-align : center;
padding : 4px;
}

/*
========================================================================
Links
========================================================================
*/

#page_links #flash_panel {
    background-image: url(/images/banner_history.jpg);
    }


/*