html {
    height: 100.1%;
}
body {
    margin: 0;
    padding: 0;
    background-image: url('../img/bg-body.gif');
    font-family: 'trebuchet ms', Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #333333;
    text-align: center;
    background-color: #7E967A;
}
/*  layout    --------------------------------------------------------------------------------------------- */
#box {
    margin: 0 auto;
    padding: 0;
    width: 750px;
    background-image: url('../img/bg-box.gif');
    background-position: 50% 0;
    background-repeat: repeat-y;
}
h1 {
    margin: 0;
    padding: 0;
    height: 60px;
    text-indent: -4000px;
    line-height: 60px;
    background-image: url('../img/logo.gif');
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}
h1 a {
    display: block;
}
#cont {
    margin: 0;
    padding: 225px 0 0 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: left;
}
#nav {
    float: left;
    display: inline;
    margin: 0;
    padding: 40px 0 0 40px;
    width: 170px;
    line-height: 1em;
}
#text {
    margin: 0 0 0 225px;
    padding: 0;
    width: 485px;
    background-color: #FFFFFF;
    border: 1px solid #CCDDB8;
}
#pad {
    margin: 0;
    padding: 15px;
    text-align: left;
}
#foot {
    clear: both;
    margin: 0 0 0 225px;
    padding: 0;
    width: 475px;
}
iframe {
    padding: 2px;
    border: 1px solid #CCCCCC;
}
/*  sub navigation    --------------------------------------------------------------------------------------------- */
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #196619;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #196619;
}
#nav li a {
    display: block;
    padding: 6px;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
}
#nav li a:hover, #nav li a.act:hover, #nav li a.act {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #196619;
}
/*  text area    --------------------------------------------------------------------------------------------- */
h2 {
    margin: 0 0 1em 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #C53C3E;
}
h3 {
    margin: 1.5em 0 1em 0;
    padding: 0 0 3px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #196619;
    border-bottom: 2px solid #EFEFEF;
}
p {
    margin: 1em 0 1em 0;
    padding: 0;
}
.large {
    font-size: 13px;
    font-weight: bold;
}
.link {
    color: #336699;
    text-decoration: none;
    border-bottom: 1px dotted #336699;
}
.link:hover {
    color: #336699;
    text-decoration: none;
    border-bottom: 1px solid #336699;
}
.links {
    margin: 1em 0 1em 0;
    padding: 0;
    list-style: none;
}
.links li {
    padding: 7px 0 7px 30px;
    background: url(../img/bullet-link.gif) no-repeat 8px 50%;
}
.icon {
    float: right;
    display: inline;
    border: 1px solid #CCCCCC;
}
.imp {
    border: 1px solid #CCCCCC;
    padding: 10px 10px 10px 40px;
    background: url(../img/icon-important.gif) no-repeat 10px 12px;
    background-color: #EFEFEF;
}
.thn {
    margin: 0 0 0 5px;
    padding: 5px;
    float: right;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.thn-left {
    margin: 0 5px 0 0;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
#photo {
    margin: 0;
    padding: 1px;
    background-color: #CCCCCC;
    border: 25px solid #FFFFFF;
}
#photo-label {
    color: #FFFFFF;
    line-height: 50px;
    font-weight: bold;
}
#photo-back, #photo-back a {
    color: #999999;
    line-height: 50px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
#photo-back a:hover {
    color: #FFFFCC;
    text-decoration: underline;
}
.r1 {
    background-color: #EFEFEF;
}
.r2 {
    background-color: #E0E0E0;
}
/*  forms    --------------------------------------------------------------------------------------------- */
form {
    margin: 25px 0 0 0;
}
.form_label {
    margin: 0 0 5px 0;
}
.boxes {
    margin: 0 0 10px 0;
    padding: 3px;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EFEFEF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
.buttons {
    margin: 25px 0 0 0;
    padding: 6px;
    width: 150px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #4B4B4B;
    background-color: #BBBBAA;
    border-left: 1px solid #CBCBB9;
    border-top: 1px solid #CBCBB9;
    border-right: 1px solid #5B5B53;
    border-bottom: 1px solid #5B5B53;
}
.error {
    font-weight: bold;
    color: #990000;
}
.confirm {
    font-weight: bold;
    color: #009900;
}
/*  footer    --------------------------------------------------------------------------------------------- */
#foot p {
    margin: 0;
    padding: 1em;
    text-align: center;
    color: #CCCCCC;
    font-size: 11px;
    line-height: 1.6em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#foot a {
    color: #CCCCCC;
    font-weight: normal;
    text-decoration: none;
}
#foot a:hover {
    color: #FFFFCC;
    text-decoration: underline;
}
/*  lightbox    --------------------------------------------------------------------------------------------- */
#lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0px;
}
#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: 0px;
}
#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(../img/lightbox/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(../img/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
    background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
    font: 11px Verdana, Helvetica, sans-serif;
    color: #666666;
    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: #000;
    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 */
}