/* elements */

html,body, blockquote {
	margin:0;
	padding:0;
}

body {
	font: 76% verdana,sans-serif;
	color: #272727;
	background: #6c821c url("../images/background.jpg") repeat-x top left;
	text-align:center;
	padding: 25px 0;
}

p {
}

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

a:hover {
	color: #91944E;
	text-decoration: underline;
}

a:visited {
	color: #90B514;
}

blockquote {

}

dd {
	padding: 0 0 10px 0;
}

dt {
	padding: 10px 0;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	text-align: left;
}

li {
	text-align: left;
}

ul {
	padding: 0;
	margin: 0;
}

img {
	border:0;
}

/* navigation */

#nav {
	height: 60px;
	margin:0;
	padding: 0;
	text-indent: -100em;
}

#nav a {
	display:block;
	color: #9d0e00;
	padding:10px;
	height: 60px;
}

#nav li {
	display:block;
	float:left;
	position: absolute top left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	height: 60px;
	overflow: hidden;
}

#home a {
	background: url("../images/navigation.gif") 0 -60px no-repeat;
	left: 0;
	width: 78px;
}

#about a {
	background: url("../images/navigation.gif") -98px -60px no-repeat;
	left: 75px;
	width: 78px;
}

#activities a {
	background: url("../images/navigation.gif") -195px -60px no-repeat;
	left: 105px;
	width: 96px;
}

#birding a {
	background: url("../images/navigation.gif") -318px -60px no-repeat;
	left: 300px;
	width: 78px;
}

#accommodations a {
	background: url("../images/navigation.gif") -420px -60px no-repeat;
	left: 390px;
	width: 168px;
}

#pictures a {
	background: url("../images/navigation.gif") -598px -60px no-repeat;
	left: 611px;
	width: 106px;
}

#testimonials a {
	background: url("../images/navigation.gif") -720px -60px no-repeat;
	left: 735px;
	width: 130px;
}

#contact a {
	background: url("../images/navigation.gif") -872px -60px no-repeat;
	left: 886px;
	width: 86px;
}

#home a:hover {
	background: url("../images/navigation.gif") 0 -120px no-repeat;
}

#about a:hover {
	background: url("../images/navigation.gif") -98px -120px no-repeat;
}

#activities a:hover {
	background: url("../images/navigation.gif") -195px -120px no-repeat;
}

#birding a:hover {
	background: url("../images/navigation.gif") -318px -120px no-repeat;
}

#accommodations a:hover {
	background: url("../images/navigation.gif") -420px -120px no-repeat;
}

#pictures a:hover {
	background: url("../images/navigation.gif") -598px -120px no-repeat;
}

#testimonials a:hover {
	background: url("../images/navigation.gif") -720px -120px no-repeat;
}

#contact a:hover {
	background: url("../images/navigation.gif") -872px -120px no-repeat;
}

#p-home #home a {
	background: url("../images/navigation.gif") 0 0 no-repeat;
}

#p-about #about a {
	background: url("../images/navigation.gif") -98px 0 no-repeat;
}

#p-activities #activities a {
	background: url("../images/navigation.gif") -195px 0 no-repeat;
}

#p-birding #birding a {
	background: url("../images/navigation.gif") -318px 0 no-repeat;
}

#p-accommodations #accommodations a {
	background: url("../images/navigation.gif") -420px 0 no-repeat;
}

#p-pictures #pictures a {
	background: url("../images/navigation.gif") -598px 0 no-repeat;
}

#p-testimonials #testimonials a {
	background: url("../images/navigation.gif") -720px 0 no-repeat;
}

#p-contact #contact a {
	background: url("../images/navigation.gif") -872px 0 no-repeat;
}

/* primary structure*/
#container {
	width: 980px;
	margin:0 auto;
	text-align: left;
	overflow: auto;
}

#header {
	width: 980px;
	margin:0 auto;
	text-align: left;
	overflow: auto;
	background: transparent;
	padding: 0 0 24px 0;
}

#feature {
	position: relative;
	background: #d2ca83;
	padding: 10px;
	overflow: auto;
}

#featurette {
	float: left;
	width: 270px;
	color: #663;
	background: #d2ca83;
	padding: 10px;
	margin: 15px 0 0 0;
	text-align: justify;
	overflow: auto;
	height: 100%;
}

#featurette img {
	border: 0;
}


#featurette-mid {
	float: left;
	width: 290px;
	background: #fff1c7;
	padding: 10px;
	text-align: justify;
	overflow: auto;
}

#featurette-mid #featurette {
	margin: 0;
}

#featurette-mid #featurette h2 {
	margin: 0;
	padding-top: 6px;
}

#main {
	padding: 0 15px;
	overflow: auto;
}

#main2 {
	background: #FFF1C7;
	padding: 0 15px;
	color: #663;
	text-align: justify;
	overflow: auto;
}

#wrapper {
	padding: 20px;
	background: #fff1c7;
	overflow: auto;
}

#footer {
	clear:both;
	background: #fff1c7 url("../images/footer-background.jpg") bottom left no-repeat;
	text-align:center;
	padding: 15px 15px 20px 15px;
}

/* ids */

#birds {

}

#feature img {
	float: left;
}

#feature .article {
	float: left;
	width: 285px;
	padding: 0 0 0 20px;
}

#footer p {
	color: #663;
	padding: 15px 0 0 0;
}

#header h1 {
	background-image:url("../images/logo.gif");
	background-repeat:no-repeat;
	height:37px;
	width: 226px;
	float: left;
	padding: 0 0 0 45px;
}

#main .article {
	color: #663;
	text-align: justify;
}

#main2 h2 {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
}

#header h1 span {
	display:none
}

#nav span {
	clear: both;
	display: block;
	position: relative;
	left: 654px;
	top: -5px;
	width: 200px;
	height: 15px;
	text-align: right;
}

#non-wrapper {
	border: 1px solid red;
}

#footer span {
	padding: 0 15px;
}

#TA_rated808 {
	padding: 0 0 0 50px;
}

/* classes */
.addthis_button {
	display: block;
	position: absolute;
	top: 210px;
	left: 800px;
	z-index: 100;
}

.article img, .twocol img, .onecol img {
	display: block;
	float: left;
	padding: 5px 15px 5px 0;
}

.clear {
	clear: both;
}

.content {
	float: left;
	width: 270px;
	padding: 10px;
	color: #663;
	text-align: justify;
}

.content2 {
	background: #D2CA83;
	overflow: auto;
}

.content img {
	border: 0;
}

.content ul {
	padding: 0 0 0 25px;
}

.cost {
	font-weight: bold;
}

p.gallery {
	display: table-cell;
	text-align: center;
}

.gallery a {
	border: 0;
}

.gallery img {
	margin:0 auto;
	padding: 12px;
	border: 0;
}

.left {
	float: left;
}

.left span {
	display: block;
	font-size: .9em;
	padding: 0 0 15px 15px;
	font-style: italic;
}

.map {
	width: 533px;
	padding: 10px 0;
}

.middle {
	padding: 10px 30px;
}

.onecol {
	padding: 10px 20px 10px 0;
	color: #663;
	text-align: justify;
}

.right {
	float: right;
}

.sig {
	font-style: italic;
}

.tag {
	padding: 0 0 15px 0;
}

.title h2 {
	font-size: 18pt;
	text-align: left;
}

.twocol {
	background: #FFF1C7;
	width: 600px;
	padding: 10px 20px 10px 0;
	color: #663;
	text-align: justify;
}

.vpad {
	height: 15px;
}

form.register fieldset {
	font-size: .9em;
	margin-bottom: 10px;
	border: 0;
}

form.register legend {
	padding: 0 2px;
	font-weight: bold;
}

form.register label {
	display: block;
	float: left;
	line-height: 1.8;
	vertical-align: top;
	width: 300px; /* Width of labels */
	text-align: right;
	margin-right: 10px;
	white-space: nowrap;
}

form.register fieldset ul {
	margin: 0;
	padding: 0;
}

form.register textarea {
	width: 230px;
	border: 1px solid #d8c4a2;
}

form.register fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
}

form.register fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.register fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.register fieldset fieldset label {
	display: block;
	width: auto;
}

form.register input {
	border: 1px solid #d8c4a2;
}

form.register em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
