/*defaults*/
body 	{background: #999999 url(../images.pagebg.jpg) 0 0 repeat-x; color:#000000; margin:10px 0 20px 0; padding:0; font: normal 75%/1.25 Verdana, Arial, Helvetica, sans-serif; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:750px; }
#holder		{width:100%; padding:10px 10px 5px 10px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../images/logo3.jpg') no-repeat 0px 0; background-color: #000000; border-bottom:0px; padding:0px 0px 0px 0px; height:129px; }
#navigation	{padding:87px 10px 0 15px;}
#header		{background:#ffffff no-repeat 10px 10px; padding:10px 0px 0px 0px; height:189px; }
#headerhome		{background:#ffffff no-repeat 10px 10px; padding:10px 0px 0px 0px; }
#content	{float:left; width:710px; padding:10px 10px 10px 10px; line-height:180%; }
#content1	{float:left; width:480px; padding:10px 10px 0 10px; line-height:180%; }
#content2	{float:left; width:400px; padding:10px 10px 0 10px; line-height:180%; }
#content3	{float:right; width:710px; padding:10px 10px 0 10px; line-height:180%; }
#news		{float:right; width:230px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:0px 0px 0px 0px; font-size:1em; margin-bottom:10px; text-align:center;}
#news1		{float:right; width:310px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:0px 0px 0px 0px; font-size:1em; margin-bottom:10px; text-align:center;}
#footer		{clear:both; width:100%; font-size:0.8em; background:#fff; padding:10px 10px 15px; text-align:left; border-top:1px solid #4c575f; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:1.1em; font-weight:normal; }
#content h1		{font-size:1.7em; font-weight:normal; line-height:130%; color:#4c575f; margin:0; padding:0 0 20px 0; }
#content1 h1	{font-size:1.7em; font-weight:normal; line-height:130%; color:#4c575f; margin:0; padding:0 0 10px 0; }
#content2 h1	    {font-size:1.7em; font-weight:normal; line-height:130%; color:#4c575f; margin:0; padding:0 0 10px 0; }
#content3 h1	    {font-size:1.7em; font-weight:normal; line-height:130%; color:#4c575f; margin:0; padding:0 0 10px 0; }
#logo h1		{font-weight:normal; font-size:1.7em; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; font-size:12px; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#ffffff; padding:0 18px 0 0; text-decoration:none;}
#navigation a.selected {color: #999999;}
#navigation a:hover	{color:#666666; }
#navigation img 	{vertical-align:middle; } 

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; padding:0 10px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }

#links ul 		{margin:0; padding:0; }
#links li 		{margin:0; padding:0; list-style:none; display:inline; }
#links a		{color:#DDCDBA; font-weight:bold; padding:0 10px 0 0; text-decoration:none;}
#links a:hover	{color:#DDCDBA; text-decoration:none; }

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.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 */

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