body {		
	background-color: #ffffff;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
}
a {
	color:#000;
}
a:hover {
	color:#a1ce01;
}
h1 {
	color:#000;
	font-size:28px;
	margin-bottom:10px;
}
h4 {
	color:#a1ce01;
	font-size:16px;
	margin:0px;
}
#wrapper {
	margin:0px auto;
	width:900px;
}
.topmenubar {
	width:728px;
	height:16px;
	border-top:1px solid #669acc;
	border-bottom:1px solid #669acc;
	margin-bottom:10px;
}
#topbar {
	width:728px;
	height:90px;
	border:1px solid #000;
	margin:0px auto;
	background-color:#ffffff;
	padding:1px;	
}
.topbarin {
	width:728px;
	height:90px;	
	background-color:#cfcfcf;
	margin-bottom:10px;
}
#leftbar {
	float:left;
	text-align:left;
	width:160px;
	border-right:1px dotted #000;
	margin-right:10px;
}
.leftbarin {
	padding-right:10px;
	text-align:right;
}
.leftbarin h2 {
	font-size:13px;
	margin:0px;
	padding:0px;
}
#mid_728 {
	float:left;
	width:728px;
}
.mid_728_in {
	text-align:left;
	width:728px;
	margin-bottom:10px;
}
.partnersdiv {
	width:170px;
	border-right:1px dotted #000;
	padding:4px;
	float:left;
}
#softleft {
	float:left;
	text-align:left;
	width:468px;
	margin-right:10px;
}
#softleft ol {
	text-align:left;
	width:468px;
	margin-left: -1.7em;
}
#softleft li {
	height:100px;
}
#softleft li h3 {
	font-size:15px;
	margin:0px;
	padding:0px;
}
#softleft img {
	float:left;
	width:90px;
	height:68px;
	margin-right:5px;
	padding:1px;
	border:1px solid #000000;
}
#softright {
	float:left;
	width:250px;
}
#mid_468 {
	float:left;
	text-align:left;
	width:468px;
	margin-right:10px;
}
.searchbar {
	width:728px;
	height:30px;
	border-top:1px solid #669acc;
	border-bottom:1px solid #669acc;
}
#rightbar {
	float:left;
	width:160px;
	height:600px;
	padding:1px;
	border:1px dotted #000;
}

#footer {
	margin:0px auto;
	width:900px;
}
.footerin {
	margin-top:10px;
	padding-top:10px;
	width:890px;
	font-size:11px;
	text-align:center;
	border-top:1px dotted #000;
}
.search_field {
	float:left;
	margin: 5px;
	width: 200px;
	height: 16px;
	background: #669acc;
	border: 1px solid #3d464d;
	color: #ffffff;
}
.search_button {
	float:left;
	margin: 5px;
	width: 70px;
	height: 20px;
	background: #669acc;
	border: 1px solid #3d464d;
	color: #ffffff;
}

/*Register Form Elements*/
	.textfield
		{
			background:#f0f0f0;
			border:solid 1px #ccc;
			padding:3px;
			margin:4px 0px 4px 0px;
			width:300px;
		}
	.textfield:hover,
	.textfield:focus
		{
		background:#fff;
		border:solid 1px #333;
		color:#000;
		}
/*Suggestion Elements*/
	.suggestionsBox {
		position: absolute;
		width: 300px;
		background-color: #cfcfcf;
		border: 1px solid #000;	
		color: #000;
		margin-top:120px;
		margin-left:150px;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style:none;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
		list-style:none;
		color: #000;
	}

/* LIGHTBOX ELEMENTS */
#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; }
