/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
        background-image:url("background.jpg");
        background-repeat:repeat-y;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
		color:white;
	}
	
a[href^="http:"]
{
background: url(external.gif) no-repeat right center;
padding-right: 1em;
}
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(icon_mail.gif) no-repeat right center;
}
	a {
		color:white;
		text-decoration:underline;
	}
	a:hover {
		color:black;
		text-decoration:underline;
	}
	
	li{
		text-align:center;
		text-decoration:none;
		list-style-type:none;
	}
	
	ul{
		text-align:center;
		text-decoration:none;
		list-style-type:none;
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
	margin:10px 0 5px;
	vertical-align: text-top;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		min-height:220px;
		
	}
	#header {
		border:none;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		border-left: 1px solid #FFD700;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#4169E1;
		color:white;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#4169E1;
		color:black;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		list-style-type:none;
		text-decoration:none;
		text-align:center;
	}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	
	.colright,
	.colmid,
	.colleft a{
		text-align:center;
		
	}
	
.rightmenu ul{
		list-style-type:none;
		text-decoration:none;
		text-align:center;
		
	}
	
.rightmenu li{
		list-style-type:none;
		text-decoration:none;
		text-align:center;
		
	}
	
.rightmenu a {
		list-style-type:none;
		text-decoration:none;
		text-align:center;
		
	}
	
	/* 2 Column (right menu) settings */
	
	.rightmenu {
		border-top: 3px double #FFD700;
		text-align:center;
	}

	.rightmenu .colleft {
		right:25%;			/* right column width */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
        border-left: 1px solid #FFD700;	
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top: 1px solid #FFD700;
	}
	#footer p {
		padding:10px;
		margin-left:1%;
		margin-right:1%;
	}
	/*end   */
	/*
lightbox css
*/

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

