body {
	background: #5c554b;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#Main {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #9f8f73;
	background: #ccbda0;
	padding-right: 10px;
	padding-left: 10px;
}

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

.decor_image {
	border: solid 2px #5c554b;
	background: #9f8f73;
	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;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 0;
	font: 18px "Lucida Handwriting", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #9a8f77;
}



/* @end */

/* @group Nav */

#Nav {
	border-top: solid #9f8f73 2px;
	text-align: center;
	clear: both;
}

#Nav a {
	color: #5c554b;
	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:50px;
	border-right: solid 1px #9f8f73;
}

#Nav a:hover {
	background-repeat: no-repeat;
	background-position: center;
	color: #5c554b;
	text-transform: uppercase;
	text-shadow: #9f8f73 2px 2px;
	background-image: url();
	
}

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



/* @end */

/* @group Marketing */

#Marketing {
	
}

#Marketing img {
	margin: 8px;
	padding: 5px;
}



/* @end */

/* @group Content */

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

.contentleft a {
	color: #BE9748;
}

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

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

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

.contentright {
}

.contentright h3 {
	color: #004583;
	margin-bottom: 0;
	font-size: 18px;
}

.contentright a {
	text-decoration: none;
	border: none;
}

.rightbox {
	width: 235px;
	background: #9f8f73;
	float: right;
	margin: 10px;
	text-align: center;
	font-size: 14px;
}
.rightbox h3 {
	background: #ccbda0 url(../graphics/rightboxtop4.jpg) no-repeat;
	color: #ccbda0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	margin: 0;
}

.rightbox a {
	text-decoration: none;
	text-align: center;
	width: 100%;
	float: left;
	border: none;
}

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

a.decorlink {
	line-height: 40px;
	float: left;
	margin: 4px 10px 5px;
	width: 226px;
	border: none;
	
}

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: none;
}



/* @end */

#Footer {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #5c554b;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

#Footer a:hover {
	text-shadow: #9f8f73 2px 2px;
}

