@charset "utf-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
}


body {
	font-family: Arial;
	font-size: 16px;
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #cccccc;
   	SCROLLBAR-DARKSHADOW-COLOR: #000000;
   	background-image: url("sImages/pageBack.jpg");
   	color: #2d314d;    	
   	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
	margin-right: 0;
	margin-bottom: 0;
}

a {
	color: #2d314d;
}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-400px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:800px; width:914;
	margin:0 auto;
}



form {
	font-family: Arial;
	font-size: 12px;
}
input {
	font-family: Arial;
	font-size: 12px;
}
textarea {
	font-family: Arial;
	font-size: 12px;
}
select {
	font-family: Arial;
	font-size: 12px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
li {
}

ol {
	font-family: Arial;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial;
	font-size: 9px;
}

.trans_box2 {
  font-family:Arial;
  font-weight:bold;
  color: #fff;
  padding:20px;
  margin:10px;
  border:solid 10px #ffffff;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='sImages/contentBack_png.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(sImages/contentBack_png.png);
}


.big {
	font-family: Arial;
	font-size: 30px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}


.insetText {
 	position: right;
 	
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding: 10px;
	padding-left: 50px;
	width: 400px;


}

.siteContent {
	color: black;
 	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding: 2px;
	padding-left: 0px;


}

.pullRight {
	width:150px;
	color: black;
	float:right;
	margin:5px;
	font-family:Arial, Arial, Helvetica;
	font-size: 28px;
	line-height:35px;
	text-align:right;
}

.flowLeft {
	float: left;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	text-align:left;
}

.dropcap {
  float: left;
  font: normal 60pt/0.8em Georgia,
  Helvetica, Arial, Arial, 
  sans-serif;
  color: #fff;
  margin-right: 3px;
}


.contentbold {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}


a.siteNav {
	font-family: Arial;
	font-size: 20px;
	font-style: normal
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	spacing: 0px;
	align: center;
}

a.siteNav:hover {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #feda6a;
	padding: 0px;
	spacing: 0px;
	align: center;
}



.contentNav {
	font-style: normal;
	line-height: normal;
	text-decoration:none;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	spacing: 0px;
	align: center;
}

.contentNav:hover {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration:none;
	color: #898fb2;
	padding: 0px;
	spacing: 0px;
	align: center;
}


.hiddenLink {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
		
}

.hiddenLink:hover {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	
}



#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; }


/* 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 */ 