/*
        Site:        http://www.beachvolleyballacademy.com
                     http://www.zephyrbeachclub.com

        File:        css/style.css

        Version:     v2.0

        Last Update: June 2009

        Author:      n42w81 web development studio (www.n42w81.com)

*/

/* css ***********************************************************************/

* {
   scrollbar-base-color:       #484848;
   scrollbar-arrow-color:      #d5cdac;
   scrollbar-DarkShadow-Color: #d5cdac;
}

body {
    width:             100%;
    color:             #463c3c;
    background-color:  #d5cdac;
    font-family:       tahoma;
    font-size:         14px;
    font-style:        normal;
    font-variant:      normal;
    font-weight:       normal;
    letter-spacing:    0;
    margin-bottom:     0px;
    margin-left:       0px;
    margin-right:      0px;
    margin-top:        0px;
    opacity:           1.00;
    padding-bottom:    0px;
    padding-top:       0px;
    text-align:        left;
    text-decoration:   none;
    text-indent:       0px;
    text-transform:    none;
}
body {
    -webkit-text-size-adjust: none;
}
div {
    overflow:          visible;
}
img {
    border:            none;
}
#wrapper {
    width:             100%;
    text-align:        center;
    z-index:           0;
}
#body_content {
    margin-bottom:     5px;
    margin-left:       auto;
    margin-right:      auto;
    margin-top:        10px;
    overflow:          hidden;
    position:          relative;
    word-wrap:         break-word;
    text-align:        left;
    width:             700px;
    overflow:          visible;
}
#body_regular {
    background:        transparent url(../images/content_bg.jpg) no-repeat scroll top left;
    width:             700px;
}
#body_bva {
    background:        transparent url(../images/bva_content_bg.jpg) no-repeat scroll top left;
    width:             700px;
    overflow:          visible;
}
#body_lines {
    background:        transparent url(../images/photos/lines.JPG) no-repeat scroll top left;
    width:             700px;
    overflow:          visible;
}
#header_layer {
    width:             700px;
    border-bottom:     3px solid #d5cdac;
}
#header {
    background-color:  #484848;
    margin-left:       0px;
    height:            106px;
    position:          relative;
    width:             700px;
}
#header_top {
    margin-top:        3px;
}
.titlebar_img {
    height:           100px;
}
#titlebar_bva {
    width:            250px;
}
#titlebar_bva  img {
    float:            left;
    margin-left:      5px;
}
#titlebar_zephyr {
    width:            250px;
}
#titlebar_new_gear {
    width:             200px;
}
#titlebar_new_gear  img {
    float:             right;
    margin-right:      20px;
}
#bva_logo {
    background-color:  #ffffff;
    height:            81px;
    width:             81px;
    text-align:        center;
    vertical-align:    middle;
}
#bva_logo_img {
    height:            75px;
    width:             75px;
    border-style:      solid;
    border-width:      3px;
    border-color:      #d5cdac;
}
#zephyr_logo {
    background-color:  #ffffff;
    height:            81px;
    width:             171px;
}
#zephyr_logo_img {
    height:            75px;
    width:             165px;
    border-style:      solid;
    border-width:      3px;
    border-color:      #d5cdac;
}
#banner {
    position:          relative;
    background-color:  inherit;
    width:             392px;
    height:            80px;
    text-align:        center;
}
#banner_img {
    background-color:  inherit;
    height:            47px;
    width:             370px;
}
#nav_layer {
    background-color:  #484848;
    position:          relative;
    width:             700px;
    text-align:        center;
    z-index:           10;
}
#navigation {
    width:             675px;
    min-height:        42px;
    margin-left:       22px;
    margin-right:      auto;
    text-align:        left;
    z-index:           10;
}
#content_layer {
    margin-left:       0px;
    position:          relative;
    width:             700px;
    z-index:           0;
}
#content_bottom_layer {
    background-color:  transparent;
    vertical-align:    middle;
    height:            50px;
    margin-left:       340px;
    position:          relative;
    width:             700px;
    z-index:           0;
}
#bottom_logo {
    height:            64px;
    width:             200px;
    position:          absolute;
    top:               -32px;
    left:              436px;
    z-index:           1;
}
#footer {
    font-size:         0.8em;
    font-weight:       bold;
}
#trailer {
    background-color:  #484848;
    margin-left:       0px;
    height:            25px;
    position:          relative;
    width:             700px;
    text-align:        center;
    font-style:        italic;
    padding-top:       5px;
    color:             #d5cdac;
    font-size:         1.3em;
    border-top:        3px solid #d5cdac;
}
#copyright {
    color:             #621f1a;
    float:             left;
}
#copyright a {
    color:             #621f1a;
    text-decoration:   none;
}
#copyright a:hover {
    color:             #CC3300;
}
#site_stuff {
    float:             right;
}
#site_stuff a {
    color:             #621f1a;
    text-decoration:   none;
}
#site_stuff a:hover {
    color:             #CC3300;
}
h3 {
    font-family:       tahoma;
    font-size:         1.5em;
    color:             #621f1a;
}
.spacer_0 {
    font-size:         1px;
    line-height:       0px;
    height:            0px;
}
.spacer, spacer_1 {
    font-size:         1px;
    line-height:       1px;
    height:            1px;
}
.spacer_nt {
    font-size:         1px;
    line-height:       35px;
    height:            35x;
}
.spacer_nb {
    font-size:         1px;
    line-height:       10px;
    height:            10x;
}
a {
    color:             #CC3300;
    text-decoration:   none;
    text-weight:       bold;
}
a:hover {
    color:             #621f1a;
}