/* commented backslash hack v2 \*/
html, body, form
{
    height: 100%;
}
/* end hack */

body
{
    padding: 0;
    margin: 0;
    background-color: #11253E;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    color: #F9FFFF;
    font-size: 11px;
    text-align: center;
}
.body
{
    min-height: 100%;
    width: 714px;
    background-color: #20416C;
    margin: auto;
    text-align: left;
    position: relative;
    border-left: solid 1px #6783A9;
    border-right: solid 1px #6783A9;
}
* html .body
{
    height: 100%;
}
.header
{
    height: 113px;
    margin:0px;
    padding:0px;
}
.footer
{
    bottom: 0;
    left: 0;
    text-align: center;
    border-top: solid 1px #6783A9;
    padding-top:10px;
    width: 100%;
    z-index: 4;
    background-color: #20416C;
}
.clearfooter
{
    clear: both;
}

div.logo
{
    float: left;
    margin: 0px;
    padding: 0px;
}

div.nav
{
    float: right;
    height: 100%;
    margin: 0px;
}

div.slogan
{
    height: 70px;
}

div.leftnavtop
{
    height: 5px;
    border-right: solid 1px #1A3558;
    font-size: 1px;
    width: 139px;
}

div.leftnav
{
    border-right: solid 1px #6783A9;
    background-color: #11253E;
    vertical-align: top;
}

div.rightnav
{
    float:right;
    background-color:#3C5B84;
    margin-left: 10px;
}
div.rightnav img
{
    display: block;
    margin: 0px;
}
div.rightnav table
{
    border-left: solid 1px #6783A9;
    border-bottom: solid 1px #6783A9;
}

div.main
{
    border-top: solid 1px #1A3558;
    padding-bottom:10px;
}
div.content
{
    margin: 20px;
}

div.frame
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 15px;
    color: #97BFF7;
    width: 497px;
    height: 45px;
    text-align: center;
    margin: 5px auto;
    background-image: url(../images/frame.gif);
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;
    padding-top: 2px;
}

.copyright
{
    text-align: center;
    color: #aabbdd;
    margin: 4px 0px 0px 0px;
}

a
{
    color: #FFFFFF;
}

a:active
{
    color: #EEEEEE;
}

a:visited
{
    color: #FFFFFF;
}

a:hover
{
    color: #EEEEEE;
}

h1
{
    font-size: 32px;
    margin-bottom: 3px;
    margin-top: 0px;
    font-family: Garamond, Times New Roman;
    font-weight:normal;
}

h2
{
    font-size: 14px;
    margin-bottom: 3px;
    font-family: Frutiger 45 Light, Arial, Verdana;
    border-bottom: 1px solid #6783A9;
    margin-bottom:5px;
    font-weight:  normal;
}
h3
{
    font-size: 17px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-family: Garamond, Times New Roman;
}

div.section_header
{
    border-bottom: 1px solid #0E1C2F;
}

div.section_header div
{
    padding-left: 94px;
    background-color: #0E1C2F;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial;
    line-height: 23px;
}
p
{
    margin-top: 15px;
    margin-bottom: 15px;
}

p.list
{
    margin-bottom: 5px;
    margin-top: 0px;
}

div.search_item
{
    padding-bottom: 10px;
    width:220px;
    border-right:#3a5a85 solid 1px;
}

hr.rule 
{
    border: none 0; 
    border-top: 1px solid #6783A9;
    height: 1px;
    margin:0px;
}

div.widerule
{
    height: 4px;
    background-color: #6783A9;
    font-size: 1px;
}

input, select
{
    font-size: 11px;
}

table.list thead td
{
    padding: 5px 5px;
    background-color: #6783A9;
    font-weight: bold;
}

table.list tr td
{
    padding: 5px 5px;
}
table.list tr.alt td
{
    background-color: #3a5a85;
}

ul
{
    margin-top: 0px;
}
li
{
    margin-top:20px;
    font-family: Arial, Geneva, Arial, sans-serif;
    color: #F9FFFF;
    font-size: 11px;
}

/*LIGHTBOX*/
#lightbox
{
    position: absolute;
    top: 40px;
    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;
    color:#666;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData
{
    padding: 0 10px;
}
#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: #11253e;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .clearfix
{
    display: inline-block;
    width: 100%;
}

* html .clearfix
{
    /* Hides from IE-mac \*/
    height: 1%; /* End hide from IE-mac */
}

a.hm_snav
{
    font-family:Georgia, Times New Roman, Serif;
    font-size:16px;
    width:139px;
    padding:4px 0;
    display:block;
    text-decoration:none;
    text-align:center;
    border-top:1px solid #7a8593;
    border-bottom:1px solid #7a8593;
    color:#fff;
    background-color:#112239;
}
a.hm_snav:hover
{
    color:#112239;
    background-color:#fff;
}
