@charset "UTF-8";
html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #666;
	background-image: url(../images/bb_bgimage.jpg);
	background-repeat:repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	padding: 0px;
	color:#000000;
	margin: 0px 0px 5px 0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0em;
	text-indent: 0em;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFD673;
	text-decoration: none;
}
a:visited {
	color: #FFD673;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
#about a.aboutlink,
#photographs a.photographslink,
#links a.linkslink,
#contact a.contactlink, 
#photographs a.gridlineslink,
#photographs a.narrativeslink,
#photographs a.wayfindinglink,
#photographs a.riverbendlink {		/* used to highlight active top & 2nd lvl navigation categories. Activated by template properties when changing ID in body tags */
	color: #fff;
	cursor:default;
}
#container {
	position:relative;
	margin:0 auto;
	left:0px;
	top:60px;
	width:900px;
	height:500px;
	z-index:1;
}
#title {
	position:absolute;
	left:0px;
	top:-30px;
	width:350px;
	height:28px;
	z-index:2;
}
#title h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
#title a:link {
	color: #fff;
	text-decoration: none;
}
#title a:visited {
	color: #fff;
	text-decoration: none;
}
#title a:hover {
	color: #FFD673;
	text-decoration: none;
}
#title a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#subtitle {
	position:absolute;
	left:0px;
	top:2px;
	width:350px;
	height:24px;
	z-index:3;
}
#subtitle h1 {
	font-size: 25px;
	font-style: italic;
	text-transform: uppercase;
	color: #666;
	font-style: italic;
	font-weight: normal;
}
#navbar_top {
	margin-top:2px;
	width:500px;
	height:29px;
	z-index:4;
	float: right;
	text-align: right;
	font-size: 12px;
	overflow: visible;
}
#navbar_top ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 12px;
}
#navbar_second {
	position:absolute;
	left:0px;
	top:80px;
	width:90px;
	height:190px;
	z-index:5;
	text-align: left;
	font-size: 11px;
	line-height: 26px;
}
#content_box {
	position:absolute;
	left:180px;
	top:70px;
	z-index:6;
	background-color: #aaa;
	margin:0px;
}
#content_box p {
	padding: 0px;
	color:#000000;
	text-indent: 22px;
	margin: 0px 0px 15px 0px;
	line-height: 20px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#copyright {
	position:absolute;
	width:175px;
	height:25px;
	z-index:7;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
#copyright p {
	color:#888;
	text-indent: 0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}#statement {
	position:absolute;
	right: 0px;
	top:505px;
	width:100px;
	height:29px;
	z-index:10;
	float: right;
	text-align: right;
	font-size: 12px;
	overflow: visible;
}
#thumbs img {
	margin-right: 3px;
	margin-left: 2px;
	margin-bottom: 5px;
	display: inline;
	border: 2px solid #444;
}
#thumbs img.selected {
	border: 2px solid #fff;
	cursor:default;	
}
#thumbs img:link {
	border: 2px solid #444;
}
#thumbs img:visited {
	border: 2px solid #444;
}
#thumbs img:hover {
	border: 2px solid #fff;
}
#thumbs img:active {
	border: 2px solid #fff;
}
