body {
	width:900px;
	margin:0 auto;
	padding:0;
	font:12px Arial,Verdana,Tahoma,sans-serif;
	background:#EBEBEB url(../img/back4.png) top center repeat-x;
	color:#000000;
}

a {
	text-decoration:none;
	color:#C2013C;
	font-weight:bold;

}

a:hover{
	text-decoration:underline;
	color:#C2013C;
	font-weight:bold;


}
	
.content {
	margin-left:190px;
	margin-right:35px;
	font-size:12px;
	line-height:17px;

	

}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#C2013C;
	border-bottom:2px solid #C2013C;
	margin:0px;
	padding-bottom:5px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#C2013C;
	margin:0px;
	padding-top:5px;

}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#C2013C;
	margin:0px;

}

ul {
	font:12px Arial,Verdana,Tahoma,sans-serif;
	color:#000000;	
}

.content p {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding-top:10px;

}

.content a {
	text-decoration:none;
	color:#C2013C;
	font-weight:bold;
	
}



.content a:hover{
	text-decoration:underline;
	color:#C2013C;
	font-weight:bold;
}

.menu{
	color:#EEEEEE;
	font-size:14px;
	font-weight:bold;
}

.menu a{
	text-decoration:none;
	color:#FFFFFF;
	
}
.menu a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

/* side menu styles */

.side_background {
	background: #E2E2E2;
	float: left;
	border-bottom:5px solid #C2013C;
}



ul.side_menu {
	width:152px;
	margin:0 0 0px;
	padding:0;
	list-style:none;
	padding-top:1px;
	border-top:5px solid #C2013C;
}

ul.side_menu li {
	width:130px;
	padding:0;
	line-height:1.4em;
	display:inline;
}

ul.side_menu li a {
	background-color:#f3f3f3;
	color:#565454;
	font-weight:normal;
	font-size:11px;
	width:120px;
	height:17px;
	float:left;
	margin-bottom:1px;
	margin-right:1px;
	padding:8px 1px 8px 15px;
	border-left:15px solid #f3f3f3;
	text-decoration:none;
	text-align:left;
}

ul.side_menu li a.current {
	background-color:#f3f3f3;
	text-decoration:none;
	border-left:15px solid #C2013C;
	color:#565454;
}

ul.side_menu li a:hover {
	background-color:#eaeaea;
	text-decoration:none;
	border-left:15px solid #870129;
	color:#565454;
	font-size:11px;
	font-weight:normal;
}


/* end side menu styles */

/* 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;
	border-top:2px solid black;
	border-right:2px solid black;
	border-left:2px solid black;
	}

#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: transparent url(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
border-bottom:2px solid black;
	border-right:2px solid black;
	border-left:2px solid black;
	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;	}	
		



/* end lightbox styles */