body
{
    font-family: Verdana, Arial, Helvetica, sans serif;
    font-size: 11pt;
    color: black;
    text-align: left;
    background-color: white; /*#F5F0EA*/
    margin: 0px;
    padding: 0px;
    width: 1000px;
}

#content    /*entire page*/
{
    padding: 5px;
}

.banner    /*display head graphic page banner*/
{
    width: 100%;
    text-align: center;
    background-color: #5C755E;  /*green*/

}


img  /*all images*/
{
    border: 0px;
}

/*links*/
a
{
    color: blue;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

/*menu items*/
.menu_bar
{
    position: absolute;
    width: 600px;
    text-align: left;
    left: 20px;
    margin-top: -40px;
}

#nav
{
    /*font-family: Verdana, Arial, Helvetica, sans serif;*/
    font-size: 10pt;
    margin: 0;
    padding: 0;
    height: 20px;
    list-style: none;
    display: inline;
    overflow: hidden;

}

#nav li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#nav a
{
    float: left;
    background-color: #5C755E;
    padding: 3px 10px 0 10px;
    text-decoration: none;
    color: white;

}

#nav a:hover
{
    color: yellow;

    /*color: #F7DCB4;*/
}

#nav a.selected
{
    color: #F7DCB4;
    font-weight: bold;
}

.banner_text
{
    font-family: Verdana, Arial, Helvetica, sans serif;
    font-size: 14pt;
    margin: 20px;
    padding: 0;
    color: #f7dcb4;
}

/*footer*/
#js_footer                    /*positioning determined by js*/
{
    position: relative;
    width: 75%;
}

#js_footer h1
{
    padding-bottom: 0px;
}

h1, p
{
    margin: 0;
    padding-bottom: 1em;
}
h1
{
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
    line-height: 20em;
}

.footer   /*used for upload.php*/
{
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    text-align: center;
    font-size: 8pt;
    bottom: -150px;
}

.footer_home   /*used for /index.php*/
{
    position: relative;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    text-align: center;
    font-size: 8pt;
    top: 50px;
    clear: right;
}

img.w3
{
    border: 0px;
    width: 88px;
    height: 31px;
}

/*google maps*/
#map_container
{
    width: 350px;
    height: 400px;
    margin-top: 0px;
    margin-right: 20px;
    float: right;
}

#map
{
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-right: 20px;
}


#larger_map
{
    position: relative;
    width: 600px;
    height: 600px;
    margin-top: 20px;
    left: 50%;
    margin-left: -300px;
}

#gmap_popup
{
    font-size: 8pt;
    color: #5C755E;
}


/*container for text */
.text_section
{
    width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 15px; */
    margin-top: -5px;
}

.text_section_small
{
    position: absolute;
    width: 530px;
    margin-left: 30px;
    margin-top: 25px;
    height: 600px;
}

.text_section_bullets
{
    /*background-color: #F7DCB4;*/

    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.bullet_home
{
    list-style-image: url(../images/arrow1.gif);
    font-size: 11pt;
}

td.bullet
{
    height: 30px;
}

/*text formats*/
.text_left
{
    text-align: left;
}

.green_text
{
    color: #327537;
    font-weight: bold;
    font-size: 13pt;
}


/*storage and contact tables*/
table.storage, table.contact
{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

th.storage, th.storage_center, td.storage, td.storage_center, th.storage_center_head, th.storage_center_head2
{
    vertical-align: middle;
    text-align: left;
    color: #f7dcb4;
    background-color: #5c755e;
    font-weight: bold;
    border: 1px solid black;
    padding: 3px;
}

th.storage_center, td.storage_center, th.storage_center_head, th.storage_center_head2
{
    text-align: center;
}

th.storage_center_head
{
    font-size: 120%;
}

td.storage, td.storage_center
{
    background-color: #e5e5e5; /*#F5F0EA*/
    color: black;
    font-weight: normal;
    height: 45px;
}

th.storage_center_head2
{
    font-weight: normal;
    font-size: 12px;
    color: red;
    background-color: #e5e5e5;
}


td.contact, td.contact_data
{
    vertical-align: middle;
    height: 50px;
    text-align: left;
    padding: 5px;
}

/*upload form and table*/
.upload_form
{
    position: absolute;
    text-align: center;
    margin-top: 25px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

.upload_table
{
    text-align: center;
}

.photo_container
{

    margin: 0px;
    padding: 0px;
    width: 980px;
}

.picture
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    padding-left: 0px;
}

.left_arrows
{
    margin-top: -200px;
    margin-left: 150px;
    height: 30px;
}

.right_arrows
{
    float: right;
    height: 30px;
    margin-top: -30px;
    padding-right: 150px;
}

.photo_text
{
    /*border: 1px solid black; */
    /*text-align: center;*/
    font-weight: bold;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 168px;  /*168*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e6e6e6;
}

