* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Verdana, sans-serif;
}
/*
html,
body {
	height: 100%;
}*/

body {
	background-image: url(/media/images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: rgb(5, 82, 54);
}

a:link,
a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

div#root {
	width: 800px;
	margin: 0 auto;
}

h1 {
	margin-top: 8px;
	width: 395px;
	height: 0;
	padding-top: 109px;
	overflow: hidden;
	background-image: url(/media/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h2 {
	margin-top: 10px;
	border-top: 3px solid rgb(233, 236, 239);
	color: rgb(233, 236, 239);
	width: 780px;
	height: 38px;
	padding-left: 20px;
	overflow: hidden;
	background-image: url(/media/images/title-block.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-transform: uppercase;
	padding-top: 62px;
	font-size: 30px;
	margin-bottom: 8px;
}

ul#navigation {
	list-style: none;
	text-transform: uppercase;
	color: rgb(233, 236, 239);
	display: block;
	height: 25px;
}

ul#navigation li {
	width: 129px;
	height: 30px;
	display: block;
	overflow: hidden;
	float: left;
	margin-left: 5px;
}

ul#navigation li.home {
	margin-left: 0;
	width: 130px;
}

ul#navigation li a {
	width: 129px;
	height: 25px;
	line-height: 25px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

ul#navigation li.home a {
	width: 130px;
}

ul#navigation li a:link,
ul#navigation li a:visited {
	color: rgb(233, 236, 239);
	background: rgb(0, 127, 199);
}

ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li a:focus,
body.home ul#navigation li.home a,
body.tours ul#navigation li.tours a,
body.birds ul#navigation li.birds a,
body.meet_the_guides ul#navigation li.meet_the_guides a,
body.links ul#navigation li.links a,
body.contact ul#navigation li.contact a {
	color: rgb(233, 236, 239);
	background: rgb(89, 104, 48);
	font-weight: bold;
}

div#main {
	background-image: url(/media/images/main-size1.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-top: 50px;
	overflow: auto;
}

body.links div#main,
body.contact div#main {
	background-image: url(/media/images/main-size2.gif);
}

body.site_map div#main,
body.disclaimer div#main,
body.copyright div#main {
	background: rgb(233, 236, 239);
}

div#main div.panel {
	clear: both;
	width: 390px;
	float: left;
	margin-right: 20px;
}

body.links div#main div.panel,
body.contact div#main div.panel {
	width: 260px;
}

div#main div.panel ul#secondaryNavigation {
	display: block;
	list-style: none;
	width: 342px;
	height: 627px;
	padding: 0 0 27px 0;
	margin: 24px auto 24px;
	background-image: url(/media/images/panel-border.gif);
	background-repeat: repeat-x;
	background-position: 3px bottom;
}

body.tours div#main div.panel ul#secondaryNavigation {
	height: 193px;
}

div#main div.panel ul#secondaryNavigation li {
	display: block;
	float: left;
	width: 159px;
	height: 193px;
	overflow: hidden;
	margin: 0 24px 24px 0;
}

body.tours div#main div.panel ul#secondaryNavigation li {
	margin: 0 24px 0 0;
}

div#main div.panel ul#secondaryNavigation li.right {
	margin: 0 0 24px 0;
}

div#main div.panel ul#secondaryNavigation li.end {
	margin: 0 24px 0 0;
}

body.tours div#main div.panel ul#secondaryNavigation li.right,
div#main div.panel ul#secondaryNavigation li.endRight {
	margin: 0;
}

div#main div.panel ul#secondaryNavigation li a {
	display: block;
	width: 153px;
	color: rgb(0, 80, 79);
	border: 3px solid rgb(233, 236, 239);
	background: rgb(233, 236, 239) no-repeat 0 0;
	font-size: 13px;
	cursor: pointer;
}

div#main div.panel ul#secondaryNavigation li#menuItemHome a span.image {
	background-image: url('/media/photographs/menus/1');
}

div#main div.panel ul#secondaryNavigation li#menuItemTours a span.image {
	background-image: url('/media/photographs/menus/2');
}

div#main div.panel ul#secondaryNavigation li#menuItemOtherTourOptions a span.image {
	background-image: url('/media/photographs/menus/3');
}

div#main div.panel ul#secondaryNavigation li#menuItemTourPricesAndCosts a span.image {
	background-image: url('/media/photographs/menus/4');
}

div#main div.panel ul#secondaryNavigation li#menuItemBirds a span.image {
	background-image: url('/media/photographs/menus/5');
}

div#main div.panel ul#secondaryNavigation li#menuItemMeetTheGuides a span.image {
	background-image: url('/media/photographs/menus/6');
}

div#main div.panel ul#secondaryNavigation li#menuItemLinks a span.image {
	background-image: url('/media/photographs/menus/7');
}

div#main div.panel ul#secondaryNavigation li#menuItemContact a span.image {
	background-image: url('/media/photographs/menus/8');
}

div#main div.panel ul#secondaryNavigation li a:hover span.image,
div#main div.panel ul#secondaryNavigation li a:hover span.focus {
	background-position: 0 -153px;
}

div#main div.panel ul#secondaryNavigation li strong a span.image {
	background-position: 0 -306px !important;
}

body.tours div#main div.panel ul#secondaryNavigation li a:hover span.image,
body.tours div#main div.panel ul#secondaryNavigation li a:hover span.focus {
	background-position: 0 -137px;
}

body.tours div#main div.panel ul#secondaryNavigation li strong a span.image {
	background-position: 0 -274px !important;
}

/*div#main div.panel ul#secondaryNavigation li a img {
	display: block;
	width: 153px;
	height: 153px;
}

body.tours div#main div.panel ul#secondaryNavigation li a img {
	height: 137px;
}*/

div#main div.panel ul#secondaryNavigation li a span.image {
	display: block;
	width: 153px;
	height: 153px;
}

body.tours div#main div.panel ul#secondaryNavigation li a span.image {
	display: block;
	width: 153px;
	height: 137px;
}

div#main div.panel ul#secondaryNavigation li a span.title {
	/*margin-top: 153px;*/
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	text-transform: uppercase;
	display: block;
	width: 153px;
	height: 28px;
	overflow: hidden;
}

body.tours div#main div.panel ul#secondaryNavigation li span.title {
	/*margin-top: 137px;*/
	height: 38px;
	line-height: 19px;
	padding: 3px 0;
}

div#main div.panel ul#secondaryNavigation li a:hover,
div#main div.panel ul#secondaryNavigation li a:active,
div#main div.panel ul#secondaryNavigation li strong a {
	font-weight: bold;
	background: rgb(183, 187, 198);
	border-color: rgb(183, 187, 198);
}

div#main div.panel div.column,
div#main div.panel div.set,
div#main div.panel div.single {
	margin: 24px auto;
	padding: 0;
	width: 342px;
}

div#main div.panel div.column {
	width: 212px;
}

div#main div.panel img.lone {
	display: block;
	margin: 24px auto;
}

div#main div.panel div.column img {
	margin-bottom: 24px;
}

div#main div.panel div.set img.a {
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}

div#main div.panel div.set img.b {
	float: right;
	margin-bottom: 24px;
}

div#main div.panel div.set img.c {
	float: right;
}

div#main div.panel div.set img.d {
	clear: both;
}

div#main div.panel div.info {
	background-image: url(/media/images/panel-border.gif);
	background-repeat: repeat-x;
	background-position: 3px 0;
	width: 342px;
	margin: 0 auto 24px auto;
	padding: 27px 0 0 0;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: rgb(233, 236, 239);
}

div#main div.panel div.info p {
	padding: 0 0 27px 0;
	background-image: url(/media/images/panel-border.gif);
	background-repeat: repeat-x;
	background-position: 3px bottom;
}

div#main div.panel div.info.last p {
	background: none;
}

div#main div.contentPanel {
	float: right;
	width: 390px;
	overflow: hidden;
}

body.links div#main div.contentPanel,
body.contact div#main div.contentPanel {
	width: 520px;
}

body.site_map div#main div.contentPanel,
body.disclaimer div#main div.contentPanel,
body.copyright div#main div.contentPanel {
	float: none;
	width: 800px;
}

div#main div.content {
	color: rgb(0, 80, 79);
	width: 342px;
	padding: 24px 24px;
	font-size: 14px;
	line-height: 1.3em;
}

body.links div#main div.content,
body.contact div#main div.content {
	width: 472px;
}

body.site_map div#main div.content,
body.disclaimer div#main div.content,
body.copyright div#main div.content {
	width: 752px;
}

div#main div.contentPanel blockquote {
	padding: 24px 24px;
	width: 342px;
	color: rgb(233, 236, 239);
	background: rgb(89, 104, 48);
	border-bottom: solid 20px rgb(5, 67, 65);
}

div#main div.contentPanel blockquote h3 {
	font-size: 27px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div#main div.contentPanel blockquote p {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

div#main div.content a:link,
div#main div.content a:hover,
div#main div.content a:active,
div#main div.content a:visited,
div#main div.content a:focus {
	color: rgb(198, 51, 45);
}

div#main div.content a:hover,
div#main div.content a:focus {
	text-decoration: underline;
}

body.links div#main div.content a:hover,
body.links div#main div.content a:focus {
	text-decoration: none;
}

body.links div#main div.content a:hover span.address,
body.links div#main div.content a:focus span.address {
	text-decoration: underline;
}

div#main div.content h3 {
	text-transform: uppercase;
	font-size: 23px;
	line-height: 1.3em;
}

div#main div.content span {
	font-size: 14px;
	white-space: pre;
}

div#main div.content h3 img {
	vertical-align: middle;
}

div#main div.content abbr {
	border: none;
}

div#main div.content abbr:hover,
div#main div.content abbr:focus {
	cursor: help;
	border-bottom: 1px dotted;
}

div#main div.content p {
	margin: 21px 0;
	text-align: justify;
}
/*
div#main div.content p.hasFollower {
	margin: 21px 0 0 0;
}*/

div#main div.content ul {
	margin: 21px 0 21px 0;
	padding: 0;
	list-style: none;
}

div#main div.content ul li {
	display: block;
	padding-left: 28px;
	background: url(/media/images/list-icon.gif) 2px 3px no-repeat;
	min-height: 24px;
}

div#main div.content ul {
	margin: -21px 0 21px 0;
}

div#main div.content address {
	font-style: normal;
	line-height: 35px;
}

div#main div.content address strong {
	text-transform: uppercase;
}

div#main div.content address img {
	vertical-align: middle;
}

div#main div.content div.section {
	margin-top: 40px;
	padding-top: 48px;
	background-image: url(/media/images/border.gif);
	background-repeat: repeat-x;
	background-position: 3px top;
}

div#main div.contentPanel.leader div.content {
	padding-bottom: 19px;
}

div#main div.contentPanel.follower div.content {
	padding-top: 0;
}

div#main div.contentPanel.follower div.content div.section {
	margin-top: 0;
}

div#main div.content div.section.first {
	margin-top: 0;
	padding-top: 0;
	background: transparent;
}

div#main div.content div.section.first p.first {
	margin-top: 0;
}

body.links div#main div.content ul,
body.links div#main div.content ul li {
	list-style: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

body.links div#main div.content ul li {
	padding-bottom: 31px;
	margin-bottom: 26px;
	background-image: url(/media/images/border.gif);
	background-repeat: repeat-x;
	background-position: 3px bottom;
}

body.links div#main div.content ul li span {
	display: block;
}

body.links div#main div.content ul li span.name {
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(0, 80, 79);
	margin-bottom: 16px;
}

body.contact div#main div.content form fieldset,
body div#main div.content form.paypal fieldset {
	border: 0;
	margin-top: 0.5em;
}

body.contact div#main div.content form fieldset legend span {
	text-transform: uppercase;
	font-size: 23px !important;
	font-weight: bold;
	display: block;
	padding-bottom: 1em;
}

body div#main div.content form.paypal fieldset legend {
	display: none;
}

body.contact div#main div.content form div.help {
	margin-bottom: 1em;
}

body.contact div#main div.content form fieldset label,
body div#main div.content form.paypal fieldset label {
	display: block;
	margin-top: 1em;
}

body.contact div#main div.content form fieldset label.name,
body div#main div.content form.paypal fieldset label.name {
	margin-top: 0;
}

body.contact div#main div.content form fieldset br,
body div#main div.content form.paypal fieldset br {
	display: none;
}

body.contact div#main div.content form fieldset label span.label,
body div#main div.content form.paypal fieldset label span.label {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

body.contact div#main div.content form fieldset label span.help {
	text-transform: none;
	font-weight: normal;
}

body.contact div#main div.content form fieldset label input,
body.contact div#main div.content form fieldset label select,
body.contact div#main div.content form fieldset label textarea,
body div#main div.content form.paypal fieldset label input {
	font-size: 14px;
	border: none;
	padding: 5px;
	line-height: 1.3em;
	background-color: white;
	width: 462px;
}

body div#main div.content form.paypal fieldset label input {
	width: 330px;
}

body div#main div.content form.paypal fieldset label.payment_amount input {
	width: 70px;
}

body.contact div#main div.content form fieldset label input:focus,
body.contact div#main div.content form fieldset label select:focus,
body.contact div#main div.content form fieldset label textarea:focus,
body.contact div#main div.content form fieldset label .focus,
body div#main div.content form.paypal fieldset label input:focus,
body div#main div.content form.paypal fieldset label .focus {
	background-color: rgb(201, 217, 222);
}

body.contact div#main div.content form fieldset label textarea {
	height: 269px;
}

body.contact div#main div.content form fieldset input.submit,
body div#main div.content form.paypal fieldset input.submit {
	margin-top: 10px;;
	color: rgb(233, 236, 239);
	background: rgb(0, 127, 199);
	border: none;
	text-transform: uppercase;
	/*padding: 10px;*/
	line-height: 25px;
	font-size: 12px;
	height: 25px;
	width: 129px;
}

body.contact div#main div.content form fieldset input.submit:hover,
body.contact div#main div.content form fieldset input.submit:focus,
body.contact div#main div.content form fieldset input.submit.highlight,
body div#main div.content form.paypal fieldset input.submit:hover,
body div#main div.content form.paypal fieldset input.submit:focus,
body div#main div.content form.paypal fieldset input.submit.highlight {
	color: rgb(233, 236, 239);
	background: rgb(89, 104, 48);
	font-weight: bold;
}

body.contact div#main div.content p.success {
	color: rgb(0, 127, 199);
	font-weight: bold;
}

body.contact div#main div.content p.failure {
	color: rgb(198, 51, 45);
	font-weight: bold;
}

body.site_map div#main div.content ul {
	margin-left: 50px;
	margin-top: 80px;
}

body.site_map div#main div.content ul li {
	background: none;
	line-height: 1em;
}

body.site_map div#main div.content ul li ul li {
	line-height: 137px;
	padding-left: 35px;
}

body.site_map div#main div.content ul li ul li ul li {
	line-height: 56px;
}

body.site_map div#main div.content ul li ul {
	background-repeat: no-repeat;
	background-image: url(/media/images/site_map-primary.gif);
	background-position: 0 65px;
	margin-left: 70px;
	margin-top: -15px;
	position: relative;
}

body.site_map div#main div.content ul li ul li ul {
	background-repeat: no-repeat;
	background-image: url(/media/images/site_map-auxilary.gif);
	background-position: 0 26px;
	margin-left: 100px;
	margin-top: -100px;
	position: absolute;
}

body.site_map div#main div.content {
	text-transform: uppercase;
	font-size: 23px;
	font-weight: bold;
}

body.site_map div#main div.content a:link,
body.site_map div#main div.content a:hover,
body.site_map div#main div.content a:active,
body.site_map div#main div.content a:focus,
body.site_map div#main div.content a:visited {
	color: rgb(0, 80, 79);
}

div#footer {
	float: left;
	clear: both;
	color: rgb(233, 236, 239);
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent;
	padding: 67px 0 42px 0;
	overflow: hidden;
}

div#footer a:link,
div#footer a:hover,
div#footer a:active,
div#footer a:visited,
div#footer a:focus {
	color: rgb(233, 236, 239);
}

div#footer div#links,
div#footer a#designer {
	display: block;
	float: left;
	width: 400px;
	text-align: center;
	padding: 0;
	margin: 0;
}

img.paypal {
	display: block;
	margin: 0 auto;
}

