﻿
#pagewidth
{
    text-align: left;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

#topBar
{
    position: relative;
    height: 26px;
    width: 100%;
    background: url('images/header_greenbar.png' );
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 12px;
    min-width: 1024px;
}

#topBar a
{
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    padding-right: 4px;
}

#topLeft
{
    position: relative;
    float: left;
    height: 26px;
    padding: 4px 0px 0px 0px;
    width:160px;
}

#topRight
{
    position: relative;
    float: right;
    height: 26px;
    width:600px;
    padding: 4px 12px 0px 0px;
}

#header /* This is the top header, with the Brevard County logo and blue sky */
{
    clear:both;
    position: relative;
    height: 100px;
    min-width:1024px;
    width: 100%;
    background: url('images/header_bg.png' );
    background-repeat: repeat-x;
    color:White;
    font-weight:bold;
    font-size:14px;
}

#header a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    padding-right: 4px;
}

#headerLeft /* Left BEACH logo */
{
    position: relative;
    float: left;
    height: 100px;
    width: 240px;
    background: url('images/header_left.png' );
    background-repeat: no-repeat;
}

#headerRight /* Right BEACH logo */
{
    position: relative;
    float: right;
    height: 100px;
    width: 500px;
    background: url('images/header_right.png' );
    background-repeat: no-repeat;
}


#header2 /*This is the green horizontal navigation bar */
{
    position: relative;
    height: 23px;
    min-width: 1024px;
    width: 100%;
    background: url('images/header_greenbar2.png' );
    background-repeat: repeat-x;
    color: #C0C0C0;
    font-weight: bold;
}

#header2 a
{
    color: Black;
    text-decoration: none;
    font-size: 11px;
}

#header3 /*This is the space between the green nav bar and content and menu areas */
{
    position: relative;
    height: 11px;
    width: 100%;
    background-color: #ffffff;
    border-right: solid 1px #81b663; 
    min-width: 1024px;
}

.wrapper
{
    background-color: #ffffff;
    width: 100%;
    min-width: 1024px;
}

.leftcoltop
{
    width: 159px;
    max-width:159px;
    background: url(  'images/menu_bg_white.png' );
    background-repeat: repeat-y;
    vertical-align: top;
    padding:0px;
}


.leftcolbottom
{
    width: 159px;
    max-width:159px;
    height: 456px;
    min-height: 456px;
    vertical-align: bottom;
    background: url(  'images/menu_bg_white.png' );
    background-repeat: repeat-y;
    padding:0px;
}

.content
{
    padding-right: 10px;
    vertical-align: top;
    border-right: solid 1px #81b663; 
    border-top: solid 1px #81b663; 
    padding: 0px;
    width:100%;
    min-width:865px;
}


.footer
{
    height: 47px;
    width: 100%;
    background: url(  'images/footer_bg.png' );
    background-repeat: no-repeat; 
    padding: 0px; 
    border-right: solid 1px #81b663; 
    background-repeat: repeat-x; 
}



/* Float containers fix: */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #leftcol
    {
        display: none;
    }
    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}