/* CSS Document */

body {
	margin: 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ============== LINKS ============== */

a:link {
	color: #588526;
}
a:visited {
	color: #ACACAC;
}
a:hover {
	color: #588526;
	text-decoration: none;
}
a:active {
	color: #999999;
}
#sidebar a:link {
	color: #FFF;
}
#sidebar a:visited {
	/*color: #E5E5AC;*/
	color: #FFF;
}
#sidebar a:hover {
	color: #252525;
	text-decoration: none;
}
#sidebar a:active {
	color: #555B55;
}
a.more {
	display: block;
    width: 60px;
    height: 14px;
    background: url(images/more.gif) 0 0 no-repeat;
	margin: 6px 0;
}
a:hover.more {
    background-position: -60px 0;
}
/* ============== end LINKS ============== */

#mainWrapper {
	width: 890px;
	margin: 0 auto;
}
#navigation {
	background: url(images/bg_nav.gif) no-repeat;
	width: 890px;
	height: 16px;
	padding: 0 0 0 5px;
}
#spine {
	float: left;
	width: 60px;
	background: url(images/bg_spine.gif) left top repeat-y;
}
#content {
	float: left;
	width: 544px; /* 564 actual */
	padding: 0 20px 0 0;
	height: auto !important;
	height: 380px;
	min-height: 380px;
}
#sidebar {
	float: left;
	width: 230px; /* 266 actual */
	padding: 0 18px 0 18px;
	background: url(images/bg_sidebar.gif) left top repeat-y;
}
#footer {
	float: left;
}
.legal {
	color: #ACACAC;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande";
	line-height: 24px;
}
.header2 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #43651D;
	font-family: "Trebuchet MS", "Lucida Grande";
	border-bottom: 1px dotted #43651D;	
}
.subheader {
	font-size: 12px;
	font-weight: bold;
	color: #E5E5AC;
	font-family: "Trebuchet MS", "Lucida Grande";
	line-height: 18px;
	clear: both;
}
.body {
	line-height: 16px;
}
.bodySidebar {
	line-height: 14px;
	color: #FFF;
}
.picTableRight {
	float: right;
	margin-left: 10px;
}
.picTableLeft {
	float: left;
	margin-right: 10px;
}
.picLeft { /* For objects  no border */
	float: left;
	margin: 5px 10px 0 0;
}
.picRight { /* For objects  no border */
	float: right;
	margin: 5px 0 0 10px;
}
.photo { /* For photos  adds border */
	border: 1px solid #252525;
	padding: 10px 0;
	background-color: #C8D1BC;
}
.photoLeft { /* For photos  adds border */
	float: left;
	border: 3px solid #252525;
	padding: 1px;
}
.photoRight { /* For photos  adds border */
	float: right;
	border: 3px solid #252525;
	padding: 1px;
}
.photoCaption {
	padding: 0 0 2px 5px;
	background-color: #252525;
	color: #FFF;
}
.caption {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*background-color: #F3F3F3;
	color: #588526;*/
	margin: 5px 0;
	font-weight: bold;
}
.tableHeader {
	background: url(images/th_corner.gif) right top no-repeat;
	background-color: #D5DEC8;
	color: #252525;
	font-weight: bold;
	padding: 2px;
	text-indent: 5px;
}
.tableSubheader {
	color: #252525;
	font-weight: bold;
	background-color: #BCC4B1;
	padding: 1px;
	text-indent: 10px;
}
hr {
	border: 0;
	height: 1px;
	color: #7D877D;
	background-color: #7D877D;
}

/* ============== PHOTO GALLERIES (IMAGE HOVER) ============== */

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: auto;
	height: 0px;
	z-index: 200;
}
.photoHeader { /* class used for ImageHover descriptions */
	font-size: 14px;
	font-weight: bold;
}
.photoDescription { /* class used for ImageHover descriptions */
	font-size: 10px;
	color: #333333;
}
.imageHover {
	border: 1px solid #FFF;
	margin: 10px 0 0 0;
}

/* ============== end PHOTO GALLERIES (IMAGE HOVER) ============== */

.repHeader {
	background-color: #7D877D;
	color: #FFF;
	font-weight: bold;
	margin: 10px 0 0 0;
}
