body {
	background: #407040 url(../graphics/background.jpg) repeat center;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#Main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 4px solid #604811;
	background: #f7ecbe url(../graphics/bluffview.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 2px solid #333333;
}

a {
	color: #333333;
	text-decoration: none;
}

.decor_image {
	border: solid 1px #afc9ae;
	background: #eeeeee;
	padding: 3px;
	margin: 3px;
}

.decor_image2 {
	border: solid 1px #afc9ae;
	background: #f7ecbe;
	padding: 3px;
	margin: 3px;
}

/* @group Header */

#Header img {
	margin: 10px;
	margin-bottom: 0px;
}

.topcontact {
	color: #afc9ae;
	text-align: center;
	float: right;
	font-size: 12px;
	background: #13481c url(../graphics/navback.jpg) 0 center;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
}

.topcontact a {
	color: #afc9ae;
	text-decoration: none;
}

.topcontact a:hover {
	color: #ffffff;
}

#Header h3 {
	color: #4b432e;
	float: right;
	width: 60%;
	margin-top: 68px;
	margin-bottom: 0;
	font: 18px "Lucida Handwriting", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #fff;
}



/* @end */

/* @group Nav */

#Nav {
	background-color: #13481c;
	color: #afc9ae;
	text-align: center;
	background-image: url(../graphics/navback.jpg);
	clear: both;
}

#Nav a {
	color: #afc9ae;
	text-decoration: none;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height:36px;
}

#Nav a:hover {
	color: #ffffff;
	background-color: #135923;
}

#Nav a.selected {
	color: #ffffff;
	font-weight: bold;
}



/* @end */

/* @group Marketing */

#Marketing {
	background-color: #f7ecbe;
}

#Marketing img {
	border: 1px solid #d0a547;
	margin: 8px;
	padding: 5px;
}



/* @end */

/* @group Content */

#Content {
	margin-bottom: 20px;
	font-size: 14px;
}

.contentleft {
	width: 68%;
	padding-left: 2%;
}

.contentleft h3 {
	color: #13481c;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 18px;
}

.contentleft p {
	color: #4b432e;
	font-size: 14px;
	text-indent: 20px;
	margin-top: 3px;
}

.contentright {
	
}

.rightbox {
	width: 248px;
	background: #ffffff url(../graphics/rightboxback.jpg) repeat-y;
	float: right;
	margin: 10px;
	text-align: center;
	font-size: 14px;
}
.rightbox h3 {
	background: #13481c url(../graphics/rightboxh3.jpg);
	color: #afc9ae;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	margin: 0;
}

.rightbox a {
	color: #13481c;
	text-decoration: none;
	text-align: center;
	width: 100%;
	float: left;
}

.rightbox a:hover {
	text-decoration: underline;
}

a.decorlink {
	line-height: 40px;
	background-color: #eaeaea;
	float: left;
	margin: 4px 10px 5px;
	width: 226px;
	color: #333333;
	border: 1px outset #eeeeee;
}

a.decorlink:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f5f5f5;
	border-color: #dddddd;
}

.decorlink img {
	float: left;
	margin: 2px;
	margin-left: 5px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}



/* @end */

#Footer {
	text-align: center;
	font-size: 12px;
	background-color: #13481c;
	line-height: 20px;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 80%;
	margin-left: 10%;
}

#Footer a {
	color: #999999;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}

#Footer a:hover {
	color: #666666;
}

