/*
========================================================================
Title:    Client Name Stylesheet (Screen)
Author:   andy@orcawebsites.com
========================================================================
*/

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

body {
    background: #252533 url(/images/bg_main_repeat.png) repeat-x;
    text-align: center;
    }



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

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

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

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

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

h1, h2, h3, h4, h5, h6, legend {

    }

h2, legend {

    }

h3 {  
padding:4px;
text-transform:uppercase;
margin:5px 0;
    }

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

.image {

    }

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

a {
    color: #000000;
    outline: none;
    text-decoration:none;
    }

a:hover {
    text-decoration:underline;
    }

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

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

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }



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

#wrapper {
    width: 820px;
    margin: 0 auto;
    text-align: left;
}



#container {
    float:left;
    width:710px;
    }

#left_side {
    width:49px;
    height:621px;
    float:left; 
    background: url(/images/left_side.png);
}

#right_side {
    width:49px;
    height:621px;
    float:left; 
    background: url(/images/right_side.png);
}


    /* === Header === */

    #header {
        width: 708px;
        height:168px;
        float: left;
        background:url(/images/bg_header.png);
        margin-left:1px;
        }



        #logo {
            width: 276px;
            height: 168px;
            float: left;
            }

         #search {
            float:right;
            width:165px;
            margin-top:140px;
            }

          #search input.text {
             background:none;
             border:1px solid #F5E3BE;
             color:#F5E3BE;
             float:left;
             margin-right:5px;
             }         

          #search input.image {
             background:none;
             border:none;
             color:#F5E3BE;
             float:left;
             margin-top:3px;
             }

        #pri_nav {
            width: 708px;
            height: 34px;
            float: left;
            background:url(/images/bg_nav.png);
            }
            #pri_nav ul {
                float:left;
                }
                #pri_nav li {
                    float: left;
                    margin:8px 16px 0 16px;
                    *margin:8px 12px 0 12px;
                    padding-top:5px;     
                    height:21px;
                    }

                #pri_nav li.selected {
                    background:url(/images/bg_nav_selector.png) no-repeat;
                    background-position:bottom center;
                    }
                    #pri_nav a {
                        color:#000;
                        height: 55px;
                        font-size:10px;
                        text-transform:uppercase;
                        text-weight:bold;
                        }



    /* === Body === */

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

        #content {
            width: 708px;
            float: left;
            margin-left:1px;
            }
         #page {
              background:#fff;
              padding:10px;
              min-height:400px;
              float:left;
              width:688px;
             }

         #page h2{
             color:#fff;
             background:#292938;
             padding:4px;
             text-transform:uppercase;
             }

         #page p{
             color:#292938;
             }

            #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;
                text-align: center;
                margin: 2px 0;
                background:url(/images/bg_footer.jpg);
                padding-bottom:50px;
                }

               #foot {
                  float:left;
                  width:100%;
                  background:#fff;
                }

                #footer ul {
                    list-style: none;
                    padding: 0;
                    float:left;
                    width: 100%;
                    }

             #footer li {
                display:inline;
                margin:0px 5px;
                *margin:0px 4px;
                
                        }
                #footer p, #footer a{
                    padding: 0px 0 0 0;
                text-decoration:none;
                    color:#292938;
                    font-size:10px;
                    font-weight:bold;
                    }


#footlinks {
     width:100%;
     float:left;
     padding-top:4px;
     _padding-top:2px;
}


#copypow {
     float:right;
     width:100%;
     text-align:center;

}

#copypow p{
     line-height:120%;
      margin: 0 5px;
      _margin: 0 2px;
     display:inline;
}



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

#page_home {
    }

#homelinks {
    width:100%;
    float:left;
    background:#fff;
    color:#000;
}



#homelinks p{
    color:#000;
}

div.home_item {
    margin-top:1px;
    width:233px;
    margin-left:2px;
    float:left;
    background: url(/images/bg_home_item.jpg) no-repeat;
}

div.frontblock a {
   text-decoration:none;
}

div.blockhead {
    float:left;
    padding:5px 0;
    background:#292938;
    width:233px;
    text-align:center;
    text-transform:uppercase;
}


#welcome {
    width:234px;
    .margin-left:1px;
}

#welcome div.blockhead{
    width:234px;
}


#welcome div.gobut a img{
    visibility:hidden;
}

#our_facilities div.gobut a img{
    visibility:hidden;
}

#our_facilities ul li{
   list-style-type:disc;
   color:#000;
   margin-left:15px;
   font-size:10px;
   line-height:160%;
}

#our_facilities ul li{
   color:#000;
}

div.blockhead a{
    float:left;
    width:100%;
    text-decoration:none;
    font-weight:bold;
    color: #ffffff;
}

div.thumb_image {
     margin-left:3px;
     _margin-left:2px;
     float:left;
}

div.gobut{ 
    float:right;
    background:none;
    position:relative;
    bottom:20px;
}

div.gobut a img{ 
    background:none;
}

div.blocktext {
    float:left;
    width:100%;
    font-size:10px;

}

div.blocktext div{
    font-size:10px;
    padding:0 5px 5px 5px;
}

div.morebut{
    width:70px;
    float:right;
    margin-right:10px;
    _margin-right:5px;
}

div.morebut a{
    float:right;
    color:#ff0000;
    font-weight:bold;
    font-size:10px;
}

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

#section{float:left;width:100%;background:#ffffff;}

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


#page_contact h2{
    font-weight:bold;
    }
#page_contact #summary {
    margin:10px 0;
    color:#292938;
    }

#page_contact #divider {
       float:left;
       width:2px;
       background:url(/images/bg_cont_div.png);
       height:172px;
       margin-left:65px;
}

    #page_contact #fields {
        width: 180px;
        float: left;
        margin: 0px 0 0 90px;
        _margin:0 0 0 45px;
        }
        #fields label {
            color: #333;
            font-size: 10px;
            }

        #fields li input {
            background:url(/images/bg_text_input.png) no-repeat;
            }
        #fields .text {
            width: 178px;
            height: 19px;
            }

        #fields li textarea {
            background:url(/images/bg_textarea_input.png) no-repeat;
            }

        #fields .mediumtext {
            width: 178px;
            height: 90px;
            }

          #fields li.input_submit {
            text-align:center;
            }
    #page_contact #additional {
        width: 250px;
        float: right;
        margin-top:10px;
        margin-right:40px;
        .margin-right:20px;
        }

/*
========================================================================
Site Map
========================================================================
*/



#sitemap li a{
   padding:10px;
   color:#000;
   float:left;
   width:500px;
}

.navigation {display:none;}


/*
========================================================================
Search Results
========================================================================
*/

#search_results a{
  color:#292938;
  padding:20px 0;
  float:left; 
  width:550px;  
}

#search_results dl{
  float:left;
  width:500px;  
}

#search_results dt{
  float:left;   
}




