﻿body
{
    background-color: #172E72;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}
#outercontainerblue
{
    background-image: url(images/BlueBarBG.gif);
    background-repeat: repeat-y;
    background-position: center;
}
#outercontainerwhite
{
    border: 20px solid #ffffff;
    background-color: #ffffff;
    margin: 60px auto 30px auto;
    width: 880px;
}


/* Navigation styles */
#menu
{
    color: #A9ADB5;
    height: 92px;
    font-size: 13px;
    font-weight: bold;
}
#menu ul
{
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu ul li
{
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 1px 0px 0px;
    display: block;
    text-align: center;
}

#menu ul li a
{
    text-decoration: none;
    color: #000000;
    background-color: #C5D0F3;
    display: block;
    padding: 25px 26px 25px 26px;
   border-top: 6px solid #172E72;
}
.noimage
{
    background-image: none !important;
}
#menu ul li a:hover
{
    background-color: #142B65;
    color: #ffffff;
    display: block;
   padding: 25px 26px 25px 26px;
    border-top: 6px solid #C5D0F3;
}
#menu li:hover li a, #menu li.over li a
{
    color: #ffffff;
    background-color: #152B56;
    display: block;
    padding: 5px 10px 5px 10px;
    background-image: none;
    width: 135px;
}
#menu li:hover ul, #menu li.over ul
{
    display: block;
}
* html ul li a
{
    height: 1%;
}

#contentcontainer
{
    background-image: url(images/contentbg.gif);
    background-repeat: repeat-y;
    border-bottom: 1px solid #ffffff;
}
#leftcolumncontainer
{
    width: 266px;
    float: left;
    color: #ffffff;
    text-align: right;
}
#leftcolumncontainercontent
{
    padding: 18px 23px 0px 0px;
}
#rightcolumncontainer
{
    width: 611px;
    float: left;
    color: #000000;
}
#rightcolumncontainercontent
{
    padding: 20px;
}
.mediumtext
{
    font-size: 13px;
    font-weight: bold;
}
.largetext
{
    font-size: 16px;
}
#hometextcontent
{
    height: 166px;
    width: 387px;
    background-image: url(images/hometransparency.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #000000;
    padding: 15px;
}
#homeimgbg
{
    width: 613px;
    height: 615px;
    position: relative;
}
p
{
    margin: 0px;
    padding: 0px 0px 14px 0px;
}
h1
{
    background-color: #172E72;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    padding: 4px 4px 4px 40px;
    font-size: 16px;
    background-image: url(images/h1bg.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-style: italic;
    text-transform: capitalize;
}
h2
{
    background-color: #172E72;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    padding: 4px 4px 4px 40px;
    font-size: 13px;
    background-image: url(images/h1bg.gif);
    background-repeat: repeat-y;
    background-position: left;
    font-style: italic;
    text-transform: capitalize;
    clear: both;
}
.gallerimg
{
    border: 2px solid #ffffff;
    margin: 10px;
}
#footer
{
    margin: auto;
    width: 500px;
    color: #fff;
    text-align: center;
}
#footer a
{
    color: #fff;
}





#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(../images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}

