* { margin: 0; padding: 0; border: 0; }
* a { text-decoration: none; outline: none; }
* p { margin: 5px 0px 5px 0px; }

a:link, a:visited { color: #000099; }
a:hover { color: #ff9900; }
a:active { color: #ff9900; }

body
	{
		font-family: verdana, arial, sans-serif;
		font-size:85%;
		color: #333333;
		line-height:140%;
		text-align: center;
		background: #cccccc;
	}
	
#container 
	{
		width: 760px;
		text-align: left;
		margin: 0px auto;
		background: url(bg.jpg) repeat-y scroll top;
	}

#header
	{
		height: 30px;
		width: 760px;
		margin: 0px auto;
		position: relative;
		left: 1px;
		text-align: center;
		color: #ffffff;
		font-size: 1px;
	}

#banner 
	{
		height: 150px;
		width: 706px;
		margin: 0px auto;
	}

#wrapper
	{
		width: 695px;
		margin-left: 27px;
		background-color: #ffffff;
	}

#main 
	{
		width: 544px;
		background-color: #FFFFFF;
		border-left: #FF9900 2px solid;
		border-right: #cccccc 1px solid;
		overflow: visible;
	}
	
#logo
	{
		width: 544px;
		background: url(logobg.gif) repeat-x;
	}

#maintext
	{
		padding: 0px 30px 10px 20px;
		text-align: justify;
		line-height: 19px;
		margin-top: 0px;
	}

p#firsttext
	{
		padding: 10px 0px 10px 0px;
		margin-top: 0px;
	}

p.followtext
	{
		padding: 0px 0px 10px 0px;
	}

p.endtext
	{
		padding: 10px 0px 0px 0px;
	}

#maintext li
	{
		list-style-position: inside;
		margin-top: 3px;
		margin-bottom: 3px;
	}

.titletext
	{
		font-family: geneva, arial, helvetica, sans-serif;
		font-size: 20px;
		font-style: italic;
		color: #FF9900;
		text-align: right;
		padding-bottom: 5px;
	}

img.imagemain
	{
		float: right;
		margin: 15px 0px 0px 10px;
	}

#support
	{
		height: 50px;
		margin-left: 20px;
		position: relative;
	}

#support p
	{
		position: absolute;
		top: 50%;
		line-height: 50px;
		margin-top: -25px;
		margin-left: 65px;
		display: inline;
	}

#menu
	{
		float: right;
		display: inline;
		width: 147px;
		margin-top: 30px;
	}

#menucontent
	{
		font-family: geneva, arial, helvetica, sans-serif;
		letter-spacing: 2px;
		color: #000099;
		font-size: 16px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

#menucontent li
	{
		list-style: none;
	}

#menucontent a:link, #menucontent a:visited
	{
	}

#menucontent a:hover, #menucontent a:active
	{
		color: #FF9900;
		padding: 3px;
	}

/* Holly hack 3px problem - hide from MacIE \*/
* html #menu 
	{
		margin-left: -3px;
	}
/* end hide - end of hack*/

.current
	{
		color: #FF9900;
	}

#keywords
	{
		visibility: hidden;		
		font-size: 1px;
		line-height: 0px;
		color: #ffffff;
		z-index: -1;
	}

#footer
	{
		height: 50px;
		width: 760px;
		text-align: center;
		font-size: 8px;
		margin:0px auto;
		clear: both;
		background: #ffffff url(footerbg.jpg) no-repeat scroll top;
		position: relative;
		left: 1px;
	}

#footertext
	{
		font-size: 10px;
		position: relative;
		top: 12px;
	}

/* Lightbox styles */

#lightbox
	{
		position: absolute;
		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: 6px;
	}

#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(lightbox/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(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer
	{
		font: 12px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%	
	}

#imageData {	padding:0 10px; color: #333; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; padding-top: 3px; }	
#imageData #caption { font-weight: normal; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 55px; float: right;  padding-bottom: 0.6em; padding-top: 3px; }	
		
#overlay
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
	}
