
/* CSS Document */
body
{
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    margin-top: 4px;
    background-color: #000000;
    overflow-x: hidden;
}
h5
{
    text-align: center;
    background-color: Black;
    margin-right: -20px;
    font-size: 8px;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px;
    margin-top: 3px;
    letter-spacing: 1px;
}
.twoColFixLt #container
{
    width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left;
    background-image: url('logo-bground.jpg');
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    overflow: hidden;
}
.twoColFixLt #sidebar1
{
    float: left; /* since this element is floated, a width must be given */
    width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 5px 6px 15px 6px;
    height: 100%;
}
.twoColFixLt #mainContent
{
    margin: 3px 00px 0px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.topnavigation
{
    margin-top: -25px;
    padding-bottom: 1px;
    font-family: Franklin Gothic Demi, Arial Black, Arial;
    color: #000;
    position: relative;
    z-index: 100;
}
.content
{
    margin-top: 25px;
    padding: 0px 10px 0px 10px;
   
    text-align: justify;
    margin-left: 5px;
    margin-right: 3px;
}
.galleryInformation
{
    text-align: justify;
    background-color: black;
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 3px;
    padding-right: 0px;
    margin-bottom: -20px;
}

body, td, th
{
    color: #333;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Geneva, sans-serif;
}
h1
{
    font-size: 8px;
    color: #666;
}
h4
{
    font-size: 80px;
    color: #CCC;
    margin-bottom: 40px;
    margin-top: 40px;
}

.theMainImage
{
    max-height: 380px;
    max-width: 620px;
    z-index: -1;
    margin: 0px;
    overflow: hidden;
}
.mainImageContainer
{
    padding-top:5px;
    height: 410px;
    width: 630px;
    position: absolute;
}

ul.thumb
{
    margin: 0;
    padding: 20px;
    width: 600px;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

ul.thumb li.active
{
    background: #000000;
    background-image: none !important;
    cursor: default;
}
ul.thumb li.hover
{
    background: #000;
}
ul.thumb li
{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
    font-size: 10px;
    font-family: arial,sans-serif;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
ul.thumb li a img
{
    width: 50px;
    border: 1px solid #ddd;
    padding: 1px;
    background: #f0f0f0;
    position: relative;
}
ul.thumb li img.hover
{
    border: none;
}

li.headlink ul
{
    display: none;
}
li.headlink:hover ul
{
    display: block;
}

.Pagefooter
{  background-color: black;
    padding: 10px;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: -20px;
    text-align: center;
}

.Pagefooter a
{
      color: #333; 
}