@charset "utf-8";
/* CSS Document */

/* start site container */ 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#8e7217;
	background-color:#fcfbf0;
}
p {
	line-height:16px;
	margin:10px 0;
}
p.comment {
	font-weight:bold;
}
h1 {
	font-size:11px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:underline;
}
h2 {
	font-size:14px;
	font-weight: bold;
}
h3 {
	font-size:12px;
	font-weight: bold;
}
a:link {
	color:#8e7217;
	text-decoration:none;
}
a:visited {
	color:#8e7217;
	text-decoration:none;
}
a:hover {
	color:#8e7217;
	text-decoration:underline;
}
a:active {
	color:#8e7217;
	text-decoration:underline;
}
#container {
	width: 860px;
	margin: 80px auto 0px;
	border-bottom:1px solid #8e7217;
}

/* end site container */ 

/* start left col */ 

#leftCol{
	width:196px;
	margin-right:23px;
	float:left;
}
#leftColLogo{
	width:196px;
	height:60px;
	overflow:visible;
}
#menuHolder {
	border-top:1px solid #8e7217;
	width:196px;
}
ul#firstMenu {
	text-transform: uppercase;
	margin-top:13px;
}
ul#firstMenu li{
	padding: 6px 0px;
}
span.onPage {
	text-decoration:underline;
}
#menuHolder a:link {
	color:#8e7217;
	text-decoration:none;
}
#menuHolder a:visited {
	color:#8e7217;
	text-decoration:none;
}
#menuHolder a:hover {
	color:#8e7217;
	text-decoration:underline;
}
#menuHolder a:active {
	color:#8e7217;
	text-decoration:underline;
}
ul#subNav li{
	margin:6px 0px 1px 30px;
	list-style-type:none;
	text-transform:none;
}
ul#subNav li.notPage{
	text-decoration:none;
}
/* end left col */

/* start Main col */ 

#mainCol{
	border-top:1px solid #8e7217;
	margin-top:60px;
	width:641px;
	float:left;
}
#summaryHolder {
	width:635px;
	float:left;
	margin-top:18px;
}
.summary {
	display:block;
	margin:18px 0;
}
.summary img.thumb {
	float:left;
	position:relative;
	top:0;
	left:0;
	margin-right:10px;
	margin-bottom:15px;
}
.summary h3 {
	font-size:12px;
	font-weight: bold;
}
.summary p {
	margin-left:10px;
}

#photoHolder {
	width:440px;
	float:left;
	margin-top:18px;
	margin-bottom:12px;
}

h4 {
	margin: 7px 0;
	font-weight:bold;
}
h4 em {
	font: normal;
}
#largeImg {
	height: 385px;
}
.thumbs{
	float:left;
}
.thumbs img {
	border: solid 1px #fff;
	display:inline;
	height: 47px;
	margin: 10px 5px 0px 0;
}
.thumbs img:hover {
	border-color: #8e7217;
}

#copyHolder {
	width:170px;
	float:left;
	margin-top:25px;
	margin-left:20px;
}
/* end Main col */


/* General stuff */
.clearFloats {
	clear:both;
	height:1px;
	overflow:hidden; /*for IE only*/
}
hr {
	border: 0;
	color: #8e7217;
	background-color: #8e7217;
	height: 1px;
	width: 90%;
	margin:30px 20px;
}

#copyright {
	width: 860px;
	margin: 12px auto;
}
#copyright p {
	margin: 5px;
}