@charset "utf-8";
@import url("common.css");
/* CSS Document */

/*The rest of the mainnavlist CSS is in common.css.  For some reason, removing the following messes up the view in CS3 so 
I'm leaving it here. */
#mainnavlist li a, a:active, a:link {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	}
#mainnavlist li a:hover {
	text-decoration: underline;
	}
#maincontent {
	float: left;
	width: 800px;
	margin: 10px 50px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(../images/common/vert-bkground.gif);
	background-repeat: repeat-y;
	background-position: 155px;
	display: inline;
	}
#subpagenav {
	float: left;
	width: 140px;
	}
#subnav {
	width: 140px;
	margin: 0px;
	padding: 0px;
	}
#subnavlist {
	list-style-type: none;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	}
#subnavlist li {
	padding: 0px;
	}
#subnavlist li a, a:active, a:link {
	color: #9a977f;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	}
#subnavlist li a:hover {
	text-decoration: underline;
	color: #5A713E;
	}
#links {
	width: 130px;
	margin-top: 50px;
	padding: 0px 5px;
	background-color: #5A713E;
	color: #fff;
	}
#links .title {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	}
#links p {
	margin: 0px;
	padding: 10px 0px;
	}
#links a, a:active, a:link {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	}
#links a:hover {
	color: #000;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	}
#contact {
	width: 134px;
	margin: 50px 0px;
	margin-bottom: 10px;
	padding: 0px 3px;
	background-color: #8E9976;
	color: #fff;
	}
#contact .title {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	color: #423E3C;
	}
#contact p {
	margin: 0px;
	padding: 10px 0px;
	}
#contact a, a:active, a:link {
	color: #fff;
	font-weight: normal;
	line-height: normal;
	}
#contact a:hover {
	color: #3f4e2c;
	font-weight: normal;
	line-height: normal;
	}
#contact-general {
	width: 134px;
	margin: 0px;
	padding: 0px 3px;
	background-color: #8E9976;
	color: #fff;
	}
#contact-general .title {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	color: #423E3C;
	}
#contact-general p {
	margin: 0px;
	padding: 10px 0px;
	}
#contact-general a, a:active, a:link {
	color: #fff;
	font-weight: normal;
	line-height: normal;
	}
#contact-general a:hover {
	color: #3f4e2c;
	font-weight: normal;
	line-height: normal;
	}
#subpagecontent {
	float: left;
	width: 630px;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	}
#breadcrumbs {
	width: 630px;
	color: #3F4E2C;
	}
#breadcrumbs a, a:active, a:link {
	font-size: 12px;
	color: #9a977f;
	text-decoration: underline;
	}
#breadcrumbs a:hover {
	font-size: 12px;
	color: #3F4E2C;
	text-decoration: underline;
	}
#content {
	width: 590px;
	margin: 0px;
	margin-top: 10px;
	background-color: #9A977F;
	padding: 10px 20px;
	padding-bottom: 10px;
	}
#contenttitle {
	width: 590px;
	height: 25px;
	text-align: right;
	}
.contentPhoto {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	}
h2 {
	font-size: 18px;
	color: #6d3e31;
	font-weight: normal;
	}
h3 {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
#content a, a:link, a:active {
	color: #6d3e31;
	text-decoration: underline
	}
#content a:hover {
	color: #fff;
	text-decoration: underline;
	}
.white-row {
	background-color: #fff;
	}
.grey-row {
	background-color: #CCC;
	}
.linked-img {
	border-color: #6d3e31;
	}
.special {
	font-size: 14px;
	}
.float-right {
	float: right;
	}
.float-left {
	float: left;
	}