* { padding: 0; margin: 0; }

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(bg.gif);
}

a {
	color: #1A4F26;
	text-decoration: none;
}

a:hover {
	color: #1A4F26;
	text-decoration: underline;
}

#logo {
	height: 200px;
	background-repeat: no-repeat;
	background-image: url(logo.png);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#logo h1 {
	display: none;
}

#content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAB408;
	border-right: solid #226530 10px;
	border-left: solid #226530 10px;
	padding: 0px 20px 20px 20px;
}

#content p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #1A1A1A;
	text-align: justify;
	font-weight: bold;
	width: 650px;
}

#contentwide {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAB408;
	border-right: solid #226530 10px;
	border-left: solid #226530 10px;
	padding: 0px 20px 20px 20px;
}

#contentwide p {
	margin-bottom: 20px;
	font-size: 12px;
	color: #1A1A1A;
	text-align: justify;
	font-weight: bold;
}

#nav {
	background-repeat: no-repeat;
	background-image: url(navbg.gif);
	text-align: center;
	background-position: center;
	margin-bottom: 35px;
	list-style:none;
	line-height: 47px;
	height: 50px;
}

#nav li {
	font-size:12px;
	display: inline;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

#nav a:hover {
  color:#FAB408;
}

#announcement{
	width: 250px;
	float: right;
	margin-left: 25px;
	border: solid 5px #A17406;
	margin-top: 35px;
	clear: right;
	font-weight: bold;
	font-size: 13px;
	background-color: #216431;
	color: #FFFFFF;
}

#slideshow{
	width: 250px;
	height: 250px;
	float: right;
	margin-left: 25px;
	border: solid 5px #A17406;
	margin-top: 35px;
}

h2 {
	margin-bottom: 15px;
	font-family: "Comic Sans MS", Chalkboard, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 18px;
	letter-spacing: 1px;
}

h3 {
	margin-bottom: 15px;
	font-family: "Comic Sans MS", Chalkboard, Helvetica, sans-serif;
	color: #1A4F26;
	font-size: 18px;
	letter-spacing: 1px;
}

#footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.clear  {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	display: none;
}

.highlight {
	color: #1A4F26;
}

.highlightorange {
	color: #FF3300;
}

/* CONTACT FORMS
-----------------------------------------------------*/

#formColLeft {
}

#formRow {
	margin-bottom: 8px;
}

.label {
	color: #1A4F26;
	font-size: 12px;
	font-weight: bold;
}

.inputField {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
	width: 400px;
	padding: 4px;
	border: 1px solid #777;
	margin-top: 2px;
	background-color: #F9F9F9;
}

.inputField:focus {
	border: 1px solid #1A4F26;
	background-color: #FFFFFF;
}

.inputTextArea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
	border: 1px solid #777;
	padding: 4px;
	height: 140px;
	width: 400px;
	background-color: #F9F9F9;
	margin-top: 2px;
}

.inputTextArea:focus {
	border: 1px solid #1A4F26;
	background-color: #FFFFFF;
}

#send  {
	width: 70px;
	margin-right: 50px;
	margin-top: 10px;
}

#send a {
	height: 28px;
	margin:0;
	padding:0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 70px;
	line-height: 28px;
	border: 1px solid #777;
	color: #1A4F26;
	background-color: #F9F9F9;
}

#send a:hover  {
	color: #FFF;
	background-color: #1A4F26;
	border: 1px solid #777;
}

#feedback  {
	color: #1A4F26;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

/* GUEST BOOK
-----------------------------------------------------*/

#guestformColLeft {
	margin-top: 20px;
}

.guestinputField {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 300px;
	padding: 4px;
	border: 1px solid #777;
	margin-top: 2px;
	background-color: #F9F9F9;
}

#post  {
	margin-right: 50px;
	width: 250px;
	margin-top: 20px;
}

#post a {
	margin:0;
	padding:0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	display: block;
	line-height: 28px;
	border: 1px solid #777;
	color: #1A4F26;
	background-color: #F9F9F9;
}

#post a:hover  {
	color: #FFF;
	background-color: #1A4F26;
	border: 1px solid #79158C;
}

#guestmessage {
	padding: 5px;
	border: solid #666 1px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

#pagination {
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
}

.tablebottommargin {
	margin-bottom: 20px;
}

.border{
	border: solid 5px #A17406;
}
