﻿*{margin:0; padding:0;}

body{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#333;
	background:#77b;
	background: url(./images/bg.jpg) no-repeat top center #002a4c
}

a{
	color:#467aa7;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a:hover{
	color:#4D73C3;
	text-decoration:none;
	background-color:inherit;
}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

#container{
	width:760px;
	margin:20px auto;
	padding:1px 0;
	text-align:left;
	background:#F0F8FF;
	color:#303030;
	border:2px solid #a0a0a0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#menu, #menu ul {
	list-style:none;
	padding:0 1px;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	line-height: 2.2em;
}

#menu li ul {
	position:absolute;
	display:none;
	background:#FFCC00;
	color:#000000;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#menu ul li ul {
	margin-top:-3em;
	margin-left:7em;
	background:#FFCC00;
	color:#000000;
}

#menu a {
	display:block;
	background:#E0F574;
	color:#3B3B3B;
	text-decoration:none;
	padding:0 10px;
}
#menu a:hover {
	background-color:#5798B4;
	color:#fff;
}
#menu ul {
}
#menu ul a {
	background:#AEC245;
}

/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}


#header{
	height:235px;
	width:758px;
	margin:0 1px 1px 1px;
	padding-top:15px;
	background:url(./images/hbc.jpg) no-repeat top;
	color:#ffffff;
	text-align:right;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
}

#header h1{
	margin:20px 40px 0 0;
	font-size:32px;
	color:#003399;
	font-weight:normal;
	letter-spacing:-1px;
}

#header h2{
	margin:10px 50px 0 0;
	font-size:1.4em;
	color:#003399;
	letter-spacing:-1px;
	font-weight:bold;
}

#navigation{
	height:2.2em;
	line-height:2.2em;
	width:758px;
	margin:0 1px;
	background:#FFCC00;
	color:#000000;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
}

#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #000000;
}

* html #navigation a {width:1%;}

#navigation a:hover{
	background:#6699CC;
	color:#ffffff;
	text-decoration:none;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#content{
	float:right;
	width:530px;
	font-size:0.9em;
	padding:20px 20px 0 0;
}

#content h2{
	display:block;
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#685851;
	background-color:inherit;
}

#message{
	margin:0 0 16px 0;
	background:white
	}
	
#month{
	margin:0 0 16px 0;
	background:white
	}
		
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#subcontent{
	float:right;
	width:170px;
	padding:20px 20px 10px 0;
	line-height:1.4em;
}

#subcontent h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#685851;
	background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

.menublock{ 
	margin:0 0 20px 0; 
	font-size:0.9em;
	list-style:none;
	border:0px;
}
.menublock li{	
	display:block; 
	padding:2px; 
	margin-bottom:2px;
	border-top:#948B82 solid 1px;
	border-left:#948B82 solid 1px;
	border-right:#948B82 solid 1px;
	border-bottom:#948B82 solid 1px;
	background:#FFF1E6;
}
.menublock li a{
	color:#988982;
	font-weight:bold; 
	text-decoration:none;
}
.menublock li a:hover{
	color:#988982;
	text-decoration:none;
}
.menublock li ul{
	margin:3px 0 3px 15px; 
	font-size:1em; 
	font-weight:normal;
	border-width:0;
}
.menublock li ul li{
	margin-bottom:0;
	border-width:0;	
}
.menublock li ul a{
	font-weight:normal;
}

#footer{
	clear:both;
	width:758px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#ffffff;
	background:#0000ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#ffffff; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#FCF6F2;
	color:#505050;
	line-height:1.5em;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#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(./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; outline: none;}	 	

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