/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #3B8D79;
}

html {
	min-width: 955px;
}

body {
	min-width: 955px;
	background-color: #E0E9BA;
}

h1 {
	display: inline;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	margin-left: 21px;
}

p {
	padding-bottom: 13px;
}

br.Clear {
	clear: both;
}

.PrimaryContent a {
	color: #DF9151;
}

.Inset span.Star, .Menu span.Star {
	color: #990000;
}

a {
	color: #BD7239;
}

a:link, a:visited {
	text-decoration: none; 
}

form {
	margin-top: 5px;
}

a:hover, a:active {
	text-decoration: underline;
}

body#Sub {
	background: #E0E9BA url(../images/sub_bg.jpg) repeat-y top center;
}

#OuterWrap {
	width: 100%;
	min-height: 485px;
	background: transparent url(../images/bg.jpg) repeat-x top center;
}

#Wrapper {
	margin: 0 auto;
	width: 955px;
	background: transparent url(../images/crest.jpg) no-repeat top center;
}

#MastHead {
	position: relative;
	width: 955px;
	height: 184px;
}

#MastHead a.Map {
	position: absolute;
	width: 220px;
	height: 160px;
	left: 360px;
	top: 25px;
	text-indent: -1000em;
	text-decoration: none;
}

#Sub #ContentArea {
	margin: 0 auto;
	width: 513px;
	background: transparent url(../images/subcon_bg.jpg) repeat-y top center;
}

#Home #ContentArea {
	margin: 0 auto;
	width: 725px;
}

.Mu {
	position: absolute;
	left: 0;
	top: 145px;
}

#Home #Content {
	width: 725px;
	background: #E0E9BA url(../images/home_desc.jpg) no-repeat top left;
}

#PrimaryContent {
	float: left;
	width: 439px;
	min-height: 75px;
	margin-left: 13px;
}

#SecondaryContent {
	float: right;
	width: 232px;
	margin-right: 13px;
	text-align: right;
}

#PrimaryContent p, #SecondaryContent p{
	color: #98A16C;
}

#SecondaryContent span {
	color: #5FB7A1;
}

#Navigation {
	height: 45px;
}

.Xtra {
	width: 513px;
	background: transparent url(../images/text_bg.jpg) no-repeat top right;
}

.HeadBar {
	margin-left: 1px;
	width: 511px;
	padding: 5px 0 5px 0;
	background: #6CC4AE url(../images/head_bg.jpg) repeat-y top left;
	border-top: 1px solid #F0F6E9;
	border-bottom: 1px solid #F0F6E9;
}

.HeadBar .Sides {
	float: right;
	width: 300px;
	color: #55AB95;
	font-size: 11px;
	text-align: right;
	line-height: 23px;
	padding-right: 18px;
}

.HeadBar .Title {
	float: left;
	width: 150px;
}

.Note {
	width: 98%;
	text-align: right;
	margin-top: 10px;
}

.Menu {
	margin: 0 15px 0 21px;
	padding: 21px 0;
	width: 477px;
	clear: both;
}

.Inset {
	margin: 0 15px 0 21px;
	padding-bottom: 14px;
	width: 477px;
	clear: both;
}

.Menu span, .Inset span {
	font-size: 12px;
	color: #54AD97;
}

.Menu p, #SecondaryContent p {
	padding-bottom: 4px;
}

#Footer {
	text-align: center;
	padding: 10px 0;
	clear: both;
}

#Home #Footer {
	width: 725px;
}

#Sub #Footer {
	width: 511px;
	margin-left: 1px;
	border-top: 1px solid #7ACBB6;
	background-color: #E1EDD3;
}

#Footer, #Footer a {
	color: #9AA46D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
}

#Footer a:link, #Footer a:visited {
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	text-decoration: underline;
}

input, select, textarea {
	margin: 5px 0;
	width: 95%;
	font-size: 12px;
}

textarea {
	width: 98%;
}

form input.Bton {
	width: auto;
}

.Thumb {
	float: left;
	margin-bottom: 7px;
}

.Photo {
	border: 1px solid #479D88;
	padding: 5px;
	background-color: #FFF;
	margin-top: 7px;
}

.NextPre {
	margin: 0 18px 0 21px;
	width: 474px;
	padding-bottom: 10px;
	text-align: right;
}

.Errors {
	color: #990000;
}

.Success {
	color: #DD8F53;
}