/*defaults*/
body 	{background:#f2734b url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family: "verdana","serif" ; font-size:95%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#ee4e1c; text-decoration:none; }
a:hover	{color:#225799; text-decoration:none; }


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:10px 20px 0px 20px; background:#FFFFFF; text-align: justify; }
#logo		{background:url('../images/logo.gif') no-repeat 2px; text-align: right; border-bottom:1px solid #DADADA; padding:12px 30px 16px 5px; }
#navigation	{padding:9px 6px; }
#header		{background:#959595 url('../images/pic6.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header2	{background:#959595 url('../images/pic7.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header3	{background:#959595 url('../images/pic12.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header4	{background:#959595 url('../images/pic11.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header5	{background:#959595 url('../images/pic5.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header6	{background:#959595 url('../images/pic3.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header7	{background:#959595 url('../images/pic4.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#header8	{background:#959595 url('../images/pic8.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #ee4e1c; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#FEFFD5; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{font-family: "Eras Demi ITC"; color:#0b0863; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-family: "Eras Demi ITC"; font-size:170%; font-weight: normal ; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-family: "Lucida Handwriting"; font-weight:normal; font-size:150%; padding:0 20px; line-height:130%; color:#090750; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{font-family: "verdana","sans-serif"; font-size:95%; color:#ee4e1c; padding:0 11px 0 0; text-decoration:none; }
#navigation a:hover	{color:#0b0863; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{font-family:  "verdana","sans-serif" ; font-size:100% ; color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#ee4e1c; 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 2 css styles */
#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; }
