﻿body 
{
    font-family: Arial;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

a:active, a:focus
{
    outline: none;
}

/*----------- CSS Navigation Bar -----------*/

#navigation ul
{
    margin-left: auto;
    margin-right: auto;
    width: 705px;
}

#navigation ul li
{
    display: inline;
}

#navigation ul li a
{
    float: left;
    width: 115px;
    background-color: white;
    text-decoration: none;
    border: 1px solid black;
    color: blue;
}

#navigation ul li a:visited
{
    color: blue;
}

#navigation ul li a:hover
{
    color: yellow;
    background-color: blue;
}

/*----------- General Divisions -----------*/
#banner
{
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    margin-top: 0px;
}

#body_background
{
    background: url(images/main/background.jpg) repeat-y center;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    margin-top: 0px;
}

#body_left_one_third
{
    float: left;
    width: 220px;
    background: url(images/main/documentBoxBackground.jpg) repeat-y left;
}

#body_left_one_third_text
{
    margin-left: 20px;
    margin-top: 10px;
    width: 180px;
    text-align: center;
    font-size: 12pt;
}

#body_nav_bottom
{
   margin-right: auto;
   margin-left: auto;
   width: 710px;
   margin-top: 0px;
}

#body_nav_top
{
   margin-right: auto;
   margin-left: auto;
   width: 710px;
   margin-top: 0px;
   font-size: 12pt;
   text-align: center;
}

#body_right_two_thirds
{
    margin-left: 230px;
    width: 500px;
}

#navbottom
{
    background: url(images/main/navBottom.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    height: 41px;
    margin-top: 0px;
}

#nav_column_left
{
    float: left;
    width: 374px;
    margin-top: 17px;
    font-size:12pt;
    line-height: 20px;
    text-align: center;
}

#nav_column_right
{
    float: right;
    width: 374px;
    margin-top: 17px;
    font-size: 12pt;
    font-size:12pt;
    line-height: 20px;
    text-align: center;
}

#preload_common_images
{
    width: 0px;
    height: 0px;
    display: none;
    visibility: hidden;
}

/*----------- General Classes -----------*/

.banner_link
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    cursor: default;
}

.bullet_list
{
    list-style-position: outside;
    list-style-image: url(images/main/bullet.gif);
    list-style-type: circle;
    font-size: 12pt;
    line-height: 25px;
    margin-left: 25px;
    text-align: left;
}

.center
{
    margin-right: auto;
    margin-left: auto;
    width: 710px;
    margin-top: 0px;
    text-align: center;
}

.column_left
{
    float: left;
    width: 350px;
    text-align: left;
    font-size: 12pt;
    line-height: 20px;
}

.column_right
{
    margin-left: 355px;
    text-align: left;
    font-size: 12pt;
    line-height: 20px;
}

.heading
{
    margin-right: auto;
    margin-left: auto;
    width: 710px;
    margin-top: 0px;
    text-align: center;
    font-size: 20pt;
    text-decoration: underline
}

.head_center
{
    margin-right: auto;
    margin-left: auto;
    width: 710px;
    margin-top: 0px;
    font-size: 16pt;
    text-align: center;
}

.head_left
{
    margin-right: auto;
    margin-left: auto;
    width: 710px;
    margin-top: 0px;
    font-size: 16pt;
    text-align: left;
}

.hr1
{
    background: url(images/main/horizontalRule.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr2
{
    background: url(images/main/horizontalRule2.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image_link
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.justify
{
    margin-right: auto;
    margin-left: auto;
    width: 710px;
    margin-top: 0px;
    text-align: justify;
}

.left
{
    margin-right: auto;
    margin-left: auto;
    width: 710px;
    margin-top: 0px;
    text-align: left;
}

.paragraph
{
    font-size: 12pt;
    line-height: 20px;
}

/*----------- Photo Album Divisions -----------*/

#photo_album
{
    margin-left: auto;
    margin-right: auto;
    width: 710px;
    text-align: center;
}

#photo_placeholder
{
    margin-left: auto;
    margin-right: auto;
    width: 710px;
    height: 550px;
    text-align: center;
}

/*----------- Photo Album Classes -----------*/

.gallerycontainer
{
    position: relative;
}

/*---- Top Row Classes ----*/

.thumbnail1 img
{
    border: 1px solid white;
    margin: 0 5px 5px 0;
}

.thumbnail1:hover
{
    background-color: transparent;
}

.thumbnail1 span
{
    position: absolute;
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail1:hover span
{
    visibility: visible;
    top: 291px;
    left: 0px;
    z-index: 50;
}

/*---- Bottom Row Classes ----*/

.thumbnail2 img
{
    border: 1px solid white;
    margin: 0 5px 5px 0;
}

.thumbnail2:hover
{
    background-color: transparent;
}

.thumbnail2 span
{
    position: absolute;
    padding: 5px;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail2:hover span
{
    visibility: visible;
    top: -575px;
    left: 0px;
    z-index: 50;
}

/*---- Single Top Row Classes ----*/

.thumbnail img
{
    border: 1px solid white;
    margin: 0 5px 5px 0;
}

.thumbnail:hover
{
    background-color: transparent;
}

.thumbnail span
{
    position: absolute;
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail:hover span
{
    visibility: visible;
    top: 181px;
    left: 0px;
    z-index: 50;
}