﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #00005E;
}
a:hover {
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	padding-top: 0; 
	background-image: url('../images/bg-content_l.jpg');
	background-repeat: no-repeat;
}
#column_l {
	position: relative;
	margin: 0 380px 0 0;
	padding: 0 2%;
	padding-top: 10px;
	float: left;
	color: #393939;
	line-height: 150%;
}
#column_l a {
	color: #469;
	text-decoration: none;
}
#column_l a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#column_l a:visited {
	color: #0066CC;
}
#column_l dl dt {
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#column_l dl dt a:active{
	background-color: #FFFF99;
}
#column_l ul {
	list-style-position: outside;
	list-style-image: url(../images/bulletdoc.gif);
	margin-right: 15px;
}
#column_l ul li a:hover{
	text-decoration: underline;
	cursor: help;
}
#column_l ul li a:active{
	background-color: #FFFF99;
	color: #996666;
}
#column_l img{
	padding: 10px;
}
#column_r {
	background-color: #808080;
	background-image: url('../images/bg-content_r.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 360px;
	margin: 0px;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#column_r ul {
	list-style-image: url('../images/0132_indexlist.gif');
}
#column_r a {
	color: #fff
}

#column_r a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#column_r a:active{
	text-decoration: underline;
}



#footer {
	background-color: #00005E;
	padding-bottom: 5px;
	background-image: url('../images/bg-footer.jpg');
		background-repeat: no-repeat;

}
/* Styles for Subcolumn */
#subcolumn {
	width: 720px;
}
#subcolumn_l {
	width: 340px;
	float: left;
}

#subcolumn_r {
	width: 380px;
	float: right;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 0px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation {
	background-color: #ca7;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	border-right: 1px #C0C0C0 solid;
	border-left: 1px #fff solid;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 12px;

	background-image: url('../images/bg-nav.gif');
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	padding: 12px;
	background-image: url('../images/bg-nav2.gif');

}
#navigation a:active {
	color: #0000FF;
	background-image: url('../images/bg-nav3.gif');
}

#demo {
border-bottom:1px gray dotted;
width:100%;
}
#demo_l {
	float:left;
}
#demo_r {}
.handcursor{
	cursor: help;
	font-size: 1em;

}

/* Styles for Content */
h1 {
	font-size: 1.5em;
	color: #3C342B;
	letter-spacing: 180%;
}
h2 {
	font-size: small;
	color: #3C342B;
}
h3 {
	font-size: 1.5em;
	color: #3C342B;
}
h4 {
	font-size: 1em;
	color: #3C342B;
}
h5 {
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	vertical-align:top;
	line-height: 50%;
}
h5 img {
padding:0;
margin:0;
	}
}
h6 {
	font-size: 0.5em;
	color: #469;
}
hr {border: none 0;
border-top: 1px dashed #808080;/*the border*/
width: 100%;
height: 1px;
margin-top:20px;
}

/* Styles for Miniwin */
#miniwin {
	border: 1px #666666 solid;
	font-size: 90%;
	width: 328px;
	margin:10px;
}
#miniwin h3 {
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	display: block;
	background-color: #446699;
	PADDING-left: 5px;
	color: #FFFFFF;
}
#miniwin img{
	margin: 0;
	padding: 5px;
	text-align: left;
}

#mwcontent_l {
	margin: 0;
	padding: 0;
	float:left;
	width:170px;

	
}
#mwcontent_r {
		margin: 0px;
	padding-right: 10px;
	float:right;
	width:148px;
	line-height: normal;


}

/* Styles for UpdateWin */
#UpdateWin {
	border: 1px #666666 solid;
	font-size: 90%;
	width: 310px;
	background-color: #FFFFFF;
}
#UpdateWin h3 {
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	display: block;
	background-color: #990000;
	PADDING-left: 5px;
	color: #FFFFFF;
}
#UpdateWin p {
	padding: 10px;	
	}

#UpdateWin img{
	margin: 0;
	padding: 5px;
	text-align: left;
	
}
#UpdateWin a {
	color: #469;
	text-decoration: none;
}
#UpdateWin a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#UpdateWin a:visited {
	color: #0066CC;
}





/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #DDCC88;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #DDCC88;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* 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;
	}
.thumbnail{
	border: 1px #C0C0C0 dotted;
	padding: 0;
	float: left;
	margin: 10px;
	margin-bottom: 0;
	border-style: none;
	text-align:center;
}	
.thumbnail p {
	float:none;
		text-align:center;
}
.thumbnail a img {border:none;
text-align:center; }
.thumbnail a:hover {
	background-color: #ccc;
	text-align:center;
}

#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;
	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 */
	}	
	
	
/* CSS Image Gallery */	
.cssgallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.cssthumbnail img{
	border: 1px #000000 solid;
	margin: 0;
}

.cssthumbnail:hover{
background-color: transparent;
}

.cssthumbnail:hover img{
	
}

.cssthumbnail span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: transparent;
	padding: 0;
	left: -1000px;
	margin: 0;
	visibility: hidden;
	color: #446699;
	text-decoration: none;
	text-align: center;
}

.cssthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.cssthumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 76px;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
