* {
 padding: 0;
 margin: 0; 
}
body {
 font-family: Georgia;
 font-size: 13px;
 background: #333333 url("/img/background.png") repeat scroll center -70px;
}
h1 {
 border-bottom: 1px solid #777;
 color: #333;
 font-size: 20px;
 font-weight: bold;
 margin: 0px 0px 10px 0px;
}
img {
 border: 0px;
 margin: 0px;
}
#hmenu {
 border-top:10px solid #68A5CB;
 border-bottom:10px solid #68A5CB;
 background-color: #A7D1E7;
 margin: 20px 0px 10px 0px;
 height: 40px
}
#wrapper { 
 margin: 0 auto;
 width: 710px;
}
#header {
 width: 710px;
 color: #333;
 padding: 0px;
 height: 377px;
 margin: 0px 0px 5px 0px;
 background: #BD9C8C;
}
#shortcuts {
 width: 710px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 5px 0px;
 height: 100px;
}
#welcome { 
 width: 710px;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: 305px;
}
#content { 
 width: 673px;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 5px 20px;
 padding: 0px;
 line-height: 1.5em;
}
#footer {
 border-top: 10px solid #68A5CB;
 background-color: #58585A;
 height: 180px;
 color: #B6B7BA;
}
#footer a, a:visited {
 color: #B6B7BA;
 text-decoration: none;
}
#footer a:hover {
 text-decoration: underline;
}

/* Header */
.h_top {
 width: 710px;
 height: 29px;
 background: #333 url("/img/h_top.png") no-repeat center center; 
}
.h_mid {
 width: 710px;
 height: 321px;
 background: #333 url("/img/h_bkg.png") no-repeat center center; 
}
.h_mid img {
 margin: 0px 32px;
}
.h_bot {
 clear: both;
 width: 710px;
 height: 27px;
 background: #333 url("/img/h_bottom.png") no-repeat center center; 
}
/* End Header */

/* Menu */
.navmenu {
 width: 680px;
 margin: 0 auto;
}
.navmenu ul {
 font-family: Garamond;
 font-size: 16px;
 font-weight: bold;
 color: #777777;
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#themenu {
 border-left: 0px solid #ccc;
}
.navmenu ul li{
 position: relative;
 display: inline;
 float: left;
 background-color: #A7D1E7; 
}
.navmenu ul li a{
 display: block;
 padding: 11px 3px;
 text-decoration: none;
 color: #777777;
 border-left: 10px solid #A7D1E7;
 border-right: 10px solid #A7D1E7;
}
.navmenu ul li ul{
 left: 0;
 background-color: #A7D1E7;
 position: absolute;
 top: 1em; 
 display: block;
 padding: 0px 0px;
 visibility: hidden;
 border: 10px solid #68A5CB;
 border-top: 0px;
}
.navmenu ul li ul li{
 display: list-item;
 float: none;
 padding: 0px 0px 1px 0px;
}
.navmenu ul li ul li ul{ 
 left: 0px; 
 top: 0;
}
.navmenu ul li ul li a{
 display: block;
 width: 160px;
 color: #777777;
 text-decoration: none;
 padding: 5px 5px;
 border-left: 0px solid #A7D1E7;
 border-right: 0px solid #A7D1E7;
}
.navmenu ul li a:hover{
 background-color: #68A5CB;
 color: #FFFFFF;
}
.navmenu .mainfoldericon{
 background-color: #A7D1E7;
}
.navmenu .subfoldericon{
 background: #ffffff url(media/arrow-right.gif) no-repeat center right;
}
* html p#iepara{
 padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .navmenu ul li { float: left; height: 1%; }
* html .navmenu ul li a { height: 1%; }
/* End */

/* End Menu */

/* Footer */
.f_left {
 padding-top: 30px;
 float: left;
 width: 300px;
}
.f_left div {
 margin: 0px 0px 0px 20px;
 height: 109px;
 background: url("/img/f_img.png") no-repeat center top;
}
.f_right {
 padding-top: 35px;
 float: right;
 width: 400px;
 line-height: 1.8em;
 font-family: Georgia;
 font-size: 11px;
}
.fr_1 {
 width: 30%;
 float: left;
}
.fr_2 {
 width: 37%;
 float: left;
}
.fr_3 {
 width: 33%;
 float: left;
}
/* End Footer */

.toolbar_item {
 float: left;
}

.c_left {
 width: 289px;
 float: left;
}
.c_right {
 float: left;
 height: 300px;
 width: 421px;
}
.box1 {
 width: 260px;
 height: 300px;
 border: 0px solid #777;
 background: transparent; 
 margin: 0px 0px 0px 20px;
 padding: 0px;
}
.box2 {
 width: 400px;
 height: 300px;
 border: 1px solid #777;
 background: white; 
 filter: alpha(opacity=50);
 -moz-opacity: 0.50; opacity:0.50;
}

#content img {
 padding: 5px;
 border: 1px solid #CCC;
 margin: 5px;
}
#content a, #content a:visited {
 color: #333;
 text-decoration: underline;
}
#content a:hover {
 color: #68A5CB;
}
.c_padding {
 padding: 12px;
}
.c_inner {
 border: 1px solid #ccc;
 padding: 10px;
 background-color: #ECECEC;
}
.c_img_right {
 float: right;
 margin: 0 0 5px 5px;
}

address {
 font-style: normal;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }