body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6F723B;
	padding: 0;
	margin: 0;
	color: #333301;
	font-size: 12px;
	text-align: center;
}

p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333301;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 0 1em 0;
	margin: 0;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #656600;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 12px 0;
	margin: 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #656600;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 12px 0;
	margin: 0;
}

a {
	color: #666600;
}
a:visited {
	color: #000000;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

div#wrapper {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	background-image: url(/images/bkg_page.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	text-align: center;
}

div#page {
	width: 720px;
	padding: 0;
	margin: 0 auto;
}

div#header {
	padding: 0;
	margin: 0;
	background-image: url(/images/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 720px;
	height: 187px;
	text-align: center;
}

div#topnav {
	padding: 0;
	margin: 0 auto;;
	width: 720px;
	height: 29px;
	text-align: center;
	position: relative;
}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 23px;
}
#navigation li {
	list-style-type:none;
	float: left;
	overflow: hidden;
	display: block;
}
#navigation a {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#navigation img {
	border: none;
}
/* hides text */
#navigation a span {
	position: relative;
	top: -200px;
}
#navigation .home a {
	width:135px;
	background-image: url("/images/topnav_home_off.gif");
}
#navigation .home a:hover {
	background-image: url("/images/topnav_home_on.gif");
}
#navigation .services a {
	width:135px;
	background-image: url("/images/topnav_services_off.gif");
}
#navigation .services a:hover {
	background-image: url("/images/topnav_services_on.gif");
}
#navigation .gallery a {
	width:134px;
	background-image: url("/images/topnav_gallery_off.gif");
}
#navigation .gallery a:hover {
	background-image: url("/images/topnav_gallery_on.gif");
}
#navigation .tips a {
	width:135px;
	background-image: url("/images/topnav_tips_off.gif");
}
#navigation .tips a:hover {
	background-image: url("/images/topnav_tips_on.gif");
}
#navigation .contact a {
	width:135px;
	background-image: url("/images/topnav_contact_off.gif");
}
#navigation .contact a:hover {
	background-image: url("/images/topnav_contact_on.gif");
}

div#main {
	padding: 41px 0 0 0;
	margin: 0;
	width: 720px;
	text-align: left;
	background-image: url(/images/bkg_topborder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#sidebar {
	padding: 0;
	margin: 0;
	width: 215px;
	text-align: left;
	float: right;
}
#sidebar div.quote {
	background-color: #ADAD6D;
	padding: 0 0 20px 0;
	margin: 0;
}
#sidebar .quote p {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0 27px;
	line-height: 1em;
}
#sidebar .quote p.credits {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
}
#sidebar div.featured {
	margin: 20px 0;
	padding: 0;
}
#sidebar .featured p {
	margin: 0 27px;
}
#sidebar .featured h2 {
	margin: 0 27px;
}

div#content {
	padding: 0;
	margin: 0;
	width: 505px;
	text-align: left;
	float: left;
}
#content img {
	border: solid 4px #ffffff;
}
#content p {
	margin: 0 27px;
}
#content h1 {
	margin: 0 27px;
	background-image: url(/images/bkg_h1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content h1 span {
	background-color: #CCCC9A;
}
#content div.featuredimage {
	text-align: center;
	padding: 0;
	margin: 0 auto 20px auto;
}
#content div.supportingimage {
	text-align: center;
	padding: 0;
	margin: 20px auto 20px auto;
}
#content h2 {
	margin: 0 27px;
	font-size: 18px;
	font-weight: bold;
}

div.row {
	margin: 0 27px;
	padding-top: 10px;
	clear: both;
	width: 450px;
}

div.row span.label {
  float: left;
  width: 106px;
  text-align: left;
}

div.row span.formw {
	float: right;
	width: 340px;
	text-align: left;
	padding-left: 4px;
}

select {
	width: 250px;
}

div#footer {
	padding: 0 0 10px 0;
	margin: 0 245px 0 27px;
	text-align: left;
	border-top: 1px solid #808026;
}

#footer p {
	color: #808026;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
