/*
========================================================================
Title:    Prestbury Golf Club Stylesheet (Screen)
Author:   jamie@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    list-style-type: none;
    }

body {
    background: #FFF url(/images/bg.jpg) 50% 0% no-repeat;
    text-align: center;
    }

#search, #newsletter, #sitemap, #links, #privacy_policy {
padding: 30px;
}

#page_health_safety #additional li {
list-style-type: disc;
padding-left: 10px;
margin-left: 30px;
}

#article #copy {
width: 900px;
}


/*
========================================================================
Common Styles
========================================================================
*/

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
    color: #666;
    }

div, p, span, li, dd, dt, th, td {
    font-weight: normal;
    font-size: 12px;
    }

div, p, span, dd, dt, th, td, label {
    line-height: 160%;
    }

p, ul, ol, table {
    padding: 8px 0;
    }

h1, h2, h3, h4, h5, h6, legend {
    line-height: 120%;
    font-weight: normal;
    }

h2 {
    font-size: 18px;
    color: #A68135;
    width: 240px;
    border-bottom: #CCC 1px solid;
    margin-bottom: 20px;
    }

legend, label {
color: #000;
font-weight: bold;
font-size: 11px;
}

h3 {
    font-size: 12px;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #666;
    background: #FFF;
    color: #666;
    font-size: 11px;
    padding: 2px;
    height: 18px;
    }

.image {
    position: absolute;
    }

select.dropdown {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF;
    }

a {
    color: #666;
    outline: none;
    text-decoration: none;
    font-weight: bold;
    }

a:hover {
    color: #666;
    }

:focus {
    -moz-outline-style: none;
    }

pre {
    text-align: left;
    color: #666;
    }

fieldset {
    border: none;
    }



/*
========================================================================
Basic Layout
========================================================================
*/

#container {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header {
        width: 950px;;
        height: 176px;
        float: left;
        position: relative;
        }

        #logo {
            width: 241px;
            height: 146px;
            position: absolute;
            top: 15px;
            left: 15px;
            }
        #clubs {
            width: 143px;
            height: 154px;
            position: absolute;
            right: 20px;
            }

        #navigation {
            width: 950px;
            height: 107px;
            background: url(/images/nav_bg.png);
            float: left;
            }
            #pri_nav ul {
                list-style: none;
                padding-top: 20px;
                text-align: center;
                }
                #pri_nav li {
                    display: inline;
                    
                    }
                    #pri_nav a { 
                        color: #DDC68E;
                        font-size: 16px;
                        text-decoration: none;
                        text-transform: uppercase;
                        padding: 0 10px;
                        height: 18px;
                        font-weight: normal;
                        }
                    #pri_nav a:hover {
                        color: #FFF;
                        background-position: 0 50%;
                        }
                    #pri_nav li.home a {
                        padding-top: 2px;
                        border-right: 1px solid #000;
                        }
                    #pri_nav li.clubhouse a {
                        padding-top: 2px;
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #pri_nav li.course_link a {
                        padding-top: 2px;
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #pri_nav li.members a {
                        padding-top: 2px;
                        border-left: 1px solid #626262;
                        }


            #sec_nav ul {
                list-style: none;
                padding-top: 25px;
                text-align: center;
                }
                #sec_nav li {
                    display: inline;
                    
                    }
                    #sec_nav a { 
                        color: #DBD8ED;
                        font-size: 12px;
                        text-decoration: none;
                        text-transform: uppercase;
                        padding: 0 10px;
                        height: 13px;
                        font-weight: normal;
                        }
                    #sec_nav a:hover {
                        color: #FFF;
                        background-position: 0 50%;
                        }
                    #sec_nav li.history a {
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.juniors a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.ecology a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.news a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.gallery a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.downloads a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.members_area a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.visitor_information a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.health_safety a {
                        border-left: 1px solid #626262;
                        border-right: 1px solid #000;
                        }
                    #sec_nav li.contact a {
                        border-left: 1px solid #626262;
                        }


               #bottom_navigation {
                   background: #C7C0DE;
                   float: left;
                   height: 28px;
                   width: 950px;
                   position: relative;
                   }


    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }


#page_home #content {
padding: 30px;
}

#copy {
padding: 30px;
}

#page_home #content {
padding: 0;
}


            #newsletter_signup {
                position: absolute;
                width: 310px;
                *width: 460px;
                height: 18px;
                top: 5px;
                left: 10px;
                }

            #newsletter_signup p {
                color: #000;
                font-weight: bold;
                font-size: 11px;
                float: left;
                line-height: 100%;
                padding: 0;
                top: 3px;
                height: 18px;
                position: relative;
                padding-right: 5px; 
                }
                    #newsletter_signup form {
                        *float: right;
                        }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup #input_email {
                            width: 128px;
                            float: left;
                            }
                        #newsletter_signup #input_subscribe {
                            margin-left: 5px; 
                            }

 
            #searchbox {
                position: absolute;
                width: 180px;
                height: 18px;
                top: 5px;
                right: 15px;
                }
                    #searchbox fieldset {
                        border: none;
                        }
                        #searchbox #input_search {
                            width: 128px;
                            float: left;
                            }
                        #searchbox #input_search_submit {
                            margin-left: 5px;
                            }






        #content {
            width: 950px;
            float: left;
            }
            #messages {
                background: #000;
                border: 1px solid #FFF;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    margin: 0 10px 10px 10px;
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    }
                    #messages p.ok {
                        background-image: url(/images/icn_tick.png);
                        }
                    #messages p.error {
                        background-image: url(/images/icn_error.png);
                        }
                    #messages p.info {
                        background-image: url(/images/icn_info.png);
                        }
            #footer {
                width: 100%;
                float: left;
                border-top: 1px #999 solid;
                padding: 10px 0;
                margin: 0px 0 0 0;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    width: 600px;
                    }
                    #footer li {
                        display: inline;
                        text-transform: uppercase;
                        font-weight: bold;
                        margin-bottom: 5px;
                        float: left;
                        margin-left: 3px;
                        }
                #footer p {
                    padding: 5px 0 0 0;
                    }
                #footer a {
                    font-size: 10px;
                    text-decoration: none;
                    color: #000;
                    }
                  
#footer_links {
width: 550px;
float: left;
}
#copyright {
float: right;
}
#copyright p {
padding: 0;
line-height: 100%;
color: #000;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
}


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

#page_home {
    }
#positioning_statement {
position: absolute;
top: 8px;
height: 18px;
width: 200px;
left: 525px;
}
#positioning_statement p {
color: #000;
font-weight: bold;
font-size: 11px;
padding: 0;
line-height: 100%;
}

#flash_panel {
padding: 30px 0 30px 30px;
width: 308px;
float: left;
}

#right_body {
background: url(/images/right_bg.png) 50% 100% no-repeat;
padding: 30px;
float: right;
width: 540px;
}

#history_container {
float: left;
width: 540px;
}
#history_divider {
float: left;
}
#history_image {
float: left;
width: 108px;
}
#history {
padding-left: 20px;
width: 380px;
float: left;
}
#history p {
padding: 0;
}
#greenkeepers_container {
margin-top: 20px;
float: left;
}
#greenkeepers_divider {
float: left;
width: 540px;
}
#greenkeepers_image {
float: left;
width: 108px;
}
#greenkeepers {
padding-left: 20px;
width: 380px;
float: left;
}
#greenkeepers p {
padding: 0;
}
#news_container {
margin-top: 20px;
float: left;
width: 540px;
}
#news_container ul {
padding: 0;
}
#news_container li {
display: inline;
width: 33%;
float: left;
}
.news_title a, .news_date a {
font-weight: bold;
color: #A68135;
line-height: 100%
}
.news_more {
font-weight: bold;
line-height: 100%;
}
.news_title p {
padding-bottom: 2px;
}




/*
========================================================================
Forms
========================================================================
*/

#form {
    }
    #form li {
        margin: 0 0 8px 0;
        width: 100%;
        float:left;
        }
        #form label {
            float: left;
            width: 100px;
            margin: 0 10px 0 0;
            }
#form ul.radio_buttons {
    float: left;
    }
    #form ul.radio_buttons li {
        float: none;
        }
#form ul.radio_buttons label {
    float: none;
    }
#form #input_submit {
    margin: 0 0 0 110px;
    }


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

#page_contact {
    }
    #page_contact #additional {
        width: 50%;
        float: left;
        margin: 20px 0 0 0;
        }
    #page_contact #fields {
        width: 50%;
        float: right;
        margin: 20px 0 0 0;
        }oat: none;
    }
#form #input_submit {
    margin: 0 0 0 110px;
    }

#input_comments {
height: 100px;
}


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

#page_contact {
    }
    #page_contact #additional {
        width: 50%;
        float: left;
        margin: 20px 0 0 0;
        }
    #page_contact #fields {
        width: 50%;
        float: right;
        margin: 20px 0 30px 0;
        }

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

#page_gallery .children img {
width: 289px;

height: 188px;
}

#page_gallery .children {
width: 289px;
height:250px;
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

#side_nav {
float: left;
width: 150px;
height: 400px;
margin-right: 20px;
}

#description {
float: left;
width: 750px;
padding-right: 20px;
}

.product_title {
width: 750px;
float: left;
}

#gallery {
padding: 30px;
float: left;
width: 100%;
}

#gallery img {
width: 246px;
height: 163px;
}

#gallery #image_1 {
float: left;
padding-right: 5px;
padding-bottom: 5px;
}
#gallery #image_2 {
float: left;
}
#gallery #image_3 {
float: left;
padding-right: 5px;
}
#gallery #image_4 {
float: left;
}

#news {
padding: 30px;
}

#section #additional {
    width: 80%;
    margin: 10px auto;
    text-align: center;
    }

#section #children_wrapper {
    width: 60%;
    margin: 10px auto;
    }

#loginimage {
display: none;
    }

#wide {
padding: 30px;
    width: 310px;
    float: left;

    }
    #wide ul {
        float: left;
        width: 290px;
        }
    #wide li {
        margin: 0 0 5px 0;
        }
        #wide #username input,
        #wide #password input {
            }
        #wide #username label,
        #wide #password label {
            display: block;
            float: left;
            width: 110px;
            margin: 0 10px 0 0;
            text-align: right;
            }
        #wide #submit #input_submit {
            margin: 0 0 0 120px;
            }
#loading {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    }

/*
========================================================================
Downloads
========================================================================
*/

#downloads {

}

#downloads h2 {
margin: 30px;
}

#downloads .download {
margin-left: 15px;
   }

.download {
   width: 500px;
   float: left;
   margin-bottom: 25px;
   }

.download_icon img {
display: none;
   border: none;
   float: left;
   padding-left: 30px;
   padding-right: 20px;
   }

#download_container {
   float: left;
   }
   h3 {
      color: #043A6D;
      }
   .download_summary {
      height: 70px;
      width: 480px;
      padding-left: 18px;
      float: left;
      }
      #download_divider_container {
         float: left;
         padding: 10px;
         }
         .download_divider {
            float: left;
            padding: 10px 0;
            height: 50px;
            border-left: 3px dotted #CCC;
            }
            .download_file {
               float: center;
               padding: 10px;
               width: 100%;
               }
            .button_image {
               float: left;
               padding-top: 10px;
               width: 180px;
               text-align: center;
               }
            .button {
               float: left;
               padding-top: 10px;                  
               width: 180px;
               text-align: center;
               }
               #downloads .button {
               font-weight: bold;
               }

#page_downloads #gallery {
display: none;
}
#page_gallery #downloads {
display: none;
}

/*
========================================================================
Course
========================================================================
*/

#product #children_wrapper {
    float: left;
    margin: 10px 15px;
    .margin: 10px 7px;
    }
    #product #children_wrapper li {
        margin: 5px 0;
        }

#product #course_details {
    width: 755px;
    float: right;
    margin: 20px 5px;
    }
    #product #course_details table {
        margin: 0 0 0 140px;
        _margin: 0 0 0 70px;
        }

#coursegallery {
    float: left;
    width: 512px;
    margin: 0 0 0 140px;
    _margin: 0 0 0 70px;
    }
    #coursegallery div {
        float: left;
        margin: 5px;
        }