hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #C8D100;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}

/* Navigation */
.pagenav {
	clear: both;
}


/* Page List */
.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
}

.pagelist a{
	text-decoration: none;
	cursor: default;
	padding: 4px;
	}



/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #C8D100;
	background: #ECEFAE;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #ECEFAE;
	background: #FFF;
}
.imagethumb a:hover {
	border: 1px solid #C8D100;
	background: #FFF;
}
.imagethumb {
	float: left;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Navigation ------------------ */

.menulistgal ul {
	padding: 0;
	margin: 7px 7px 10px 7px;
	list-style: none; }
		
.menulistgal ul li {
	display: block;
	float: left;
	*height: 30px;
	_height: 30px;
	_overflow: hidden;
	padding: 0;
	margin: 0 6px 0 0; }
			
.menulistgal ul li a {
	font: bold 12px/28px "Trebuchet MS", "Tahoma", sans-serif;
	color: #bbb;
	padding: 4px 5px;
	text-decoration: none; }
				
				
.menulistgal ul li a em {
	*display: none;
	_display: none;
	font-style: normal;
	color: #75ddff; }
				
.menulistgal ul li a:hover {
	background: #fff;
	color: #000;
	text-decoration: none; }
					
.menulistgal ul li a:hover em {
	*display: none;
	_display: none;
	color: #f00; }
     
