  html,body {
height:100%;
width:100%;
}
body{
background: #ffffff url('images/site-bg2.gif') repeat;
background-color:#dfdfdf;
 padding:0px;
 margin:0px;
 font-family:'Century Gothic', arial, verdana, serif,'Sans Serif',Monospace;
 font-size:13px;
 line-height:18px;
 color:#878383;

}

a:link {
  color:#8c8c8c;
  text-decoration:none;
}

a:visited {
  color:#8c8c8c;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:active {
  color:#8c8c8c;
  text-decoration:none;
}

#wrapper {
 width:930px;
 margin-left:auto;
 margin-right:auto;
 position:relative;
}

#header {
height:119px;
width:930px;
background: #ffffff url('images/head.gif') no-repeat ;
position:relative;
border:0px solid red;
}

#headdate {
 position:relative;
 top:30px;
 right:60px;
 width:400px;
 float:right;
 text-align:right;
 font-size:17px;
 line-height:22px;
 color:#8c8c8c;
}

#contenth {
width:930px;
background: #ffffff url('images/contentbg.gif') repeat-y ;
border:0px;
position:relative;
}

#outline {
 font-family:'Century Gothic';
 margin-left:222px;
 margin-top:0px;
 width:217px;
 position:absolute;
 font-size:12px;
}


#outlinehead {
background-color:#a3a3a3;
color:white;
padding:10px;
margin-bottom:3px;
}

#otherbottom {
/*width:727px;*/
/*background: #ffffff url('images/otherbg.gif') repeat-y;*/
background:#ffffff;
border-left:1px solid #d9d9d9;
border-right:1px solid #d9d9d9;
position:relative;
min-height:550px;
height: auto !important;
height: 550px;
left:205px;
align:right;
width:519px;
}

#othercontent {
padding:12px;
padding-top:5px;
margin-left:5px;
padding-left:30px;
padding-right:30px;
margin-bottom:60px;
text-align:justify;
color:#666666;
}

h1 {
padding:10px;
padding-top:15px;
padding-left:30px;
margin-bottom:3px;
margin-left:5px;
color:maroon;
text-transform:uppercase;
font-size:13px;
font-weight:normal;
}



#form_01 {
    visibility: hidden;
    display: none;
}
#footer {
width:930px;
 font-size:10px;
 color:#8c8c8c;
 background-color:#e9e9e9;
 height:30px;
 margin-left:0px;
 border-top:1px solid white;
}

#footer a {
 color:#8c8c8c;
}


#mainfooter {
 font-family:'Century Gothic';
 margin-left:0px;
 margin-top:5px;
 padding-left:22px;
 width:930px;
 position:absolute;
}

td {
 text-align:left;
}

ul,li {
text-align:left;
margin-left: 15px;
}

#rhs {
 position:absolute;
 right:0px;
 width:203px;
 top:10px;
 height:206px;
 z-index:200;
}

#feedbackbody {
 background: transparent url('images/feedback.gif') no-repeat ;
 height:219px;
}

#feedbackhead {
color:#383636;
padding:12px;
padding-bottom:10px;
font-size:14px;
font-weight:normal;
text-align:center;
}

.field {
padding-left:17px;
padding-top:0px;
line-height:26px;
color:#666262;
}

.inputf {
width:163px;
margin-left:17px;
height:13px;
border:1px solid #9ca3a9;
font-size:12px;
color:#666262;
}

.subbtn {
position:absolute;
background-color:transparent;
border:0px;
color:#666666;
height:17px;
width:70px;
display:block;
left:20px;
top:423px;

}

#menuh {
 position:absolute;
 left:0px;
 width:203px;
 top:10px;
 height:206px;
 z-index:200;
 background: transparent url('images/menubg.gif') no-repeat ;
}

#inmenu {
 position:relative;
 top:2px;
 font-size:17px;
 color:#8c8c8c;
 font-family:'Century Gothic';
 width:203px;
}

#inmenu a{
padding-left:13px;
padding-right:0px;
margin-bottom:7px;
margin-left:6px;
padding-top:2px;
color:#8c8c8c;
border:0px solid red;
height:25px;
display:block;
}

#inmenu a:hover{
color:#cccccc;
text-decoration:none;
}



#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: 15%; float: left; background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 15%; float: right; background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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;
        }

#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;
        }


/* Min-Width */
.lbWidth { /* most browsers */
        position: absolute;
        top: 0px; left: 0px;
        width: 100%;
        min-width: 790px;
        }

* html .lbContent { /* IE6 */
        margin-left: -790px;
        position:relative;
        }

* html .lbMinWidth { /* IE6 */
        padding-left: 790px;
        }


/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */