/* global style code */

html, body {
	background-color: #EAEDE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
}

#grnbar {
	background-color: #4D661C;
}

/* content div code */

#content {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 759px;
}

/* header div code */

#header {
	background: url(../images/layout/headbg.jpg) top no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

#logo {
	background: url(../images/layout/logo.gif) bottom left no-repeat;
	line-height: .8em; 
	margin: 0 0 15px 40px;
	padding: 0;
	width: 149px;
}

#logo h1 {
	margin: 0 0 0 45px;
	padding: 0;
	text-transform: uppercase;
}

#logo h1#hl1 {
	font-size: 12px;
	margin-left: 46px;
	padding-top: 18px;
}

#logo h1#hl2 {
	font-size: 29px;
	font-weight: bold;
	line-height: 29px;
	margin-left: 45px;
}

#logo h1#hl3 {
	font-size: 19px;
	letter-spacing: 3px;
	line-height: 10px;
	margin: 0 0 0 46px;
	padding-bottom: 3px;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	color: #000;
	display: block;
	text-decoration: none;
}

#navbar {
	float: right;
	margin: -22px 10px 0 0;
}

#navbar ul {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

#navigation li {
	background: url(../images/layout/tabr.gif) right top no-repeat;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	min-width: 85px;
	text-align: center;
}

#navigation a {
	background: url(../images/layout/tabl.jpg) left top no-repeat;
	color: #000;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	text-decoration: none;
}

#navigation li.lg {
	background: url(../images/layout/tabrlg.gif) right top no-repeat;
}

#navigation li.lg a {
	background: url(../images/layout/tabllg.jpg) left top no-repeat;
}

#navigation li.dg {
	background:  url(../images/layout/tabrg.gif) right top no-repeat;
}

#navigation li.dg a {
	background: url(../images/layout/tablg.jpg) left top no-repeat;
	color: #fff;
}

#navigation a span {
	padding-right: 10px;
}

#navigation p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#navigation a, #navigation span {
	display: block;
	float: left;
}

#navigation a:hover, #navigation li.lg a:hover {
	color: #FFCCFF;
	background: url(../images/layout/tablg.jpg) left top no-repeat;
	padding: 0 0 0 10px;
}

#navigation a:hover span {
	background: url(../images/layout/tabrg.gif) right top no-repeat;
	padding: 10px 10px 0 0;
}

#navigation a:hover p {
	margin: -7px 0 0 0;
	padding: 0;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
}
/* End hide */

#grnbar {
	background-color: #4D661C;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	width: 739px;
}

/* copy div code */

#copywrapper {
	background-color: #FFFFFF;
	margin: 0 10px;
	padding: 0;
	text-align: left;
}

#copy {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	height: 491px;
	margin: 0;
	padding: 0;
	position: relative;
}

#copy p {
	margin: 0 20px;
}

#copyfoot {
	border-left: #CCCCCC 1px solid;
	height: 18px;
	margin: 0;
}

#copyfootb {
	border-bottom: #CCCCCC 1px solid;
	float: left;
	height: 18px;
	width: 721px;
}

.brcnr {
	float: right;
	margin-top: -18px;
}

/* page footer styles */

#footer {
	color: #999;
	position: relative;
}

#footer p {
	font-size: 10px;
	position: absolute;
	top: -5px;
}

#footer p#ftxt1 {	
	left: 15px;
}

#footer p#ftxt2 {
	right: 26px;
}

#footer span.ucspcd {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blcksqr {
	position: absolute;
	top: 8px;
	right: 16px;
}


/* round corner styles */

#leftcol1, #leftcol1 img.bgi, #rightcol1, #rightcol1copy, #leftcol2, #rightcol2, #rightcol2 img, .crntl, .crntr, .crnbr, .crnbl, .edgetop, .edgeright, .edgebottom, .edgeleft {
	position: absolute;
}

.crntl, #leftcol1 img.bgi {
	left: 0;
	top: 0;
}

.crntr {
	right: 0;
	top: 0;
}

.crnbr {
	right: 0;
	bottom: 0;
}

.crnbl {
	left: 0;
	bottom: 0;
}

.edgetop {
	background-repeat: repeat-x;
	height: 4px;
	left: 4px;
	right: 4px;
	top: 0;
}

.edgeright {
	background-repeat: repeat-y;
	bottom: 4px;
	right: 0;
	top: 4px;
	width: 4px;
}

.edgebottom {
	background-repeat: repeat-x;
	bottom: 0;
	height: 4px;
	left: 4px;
	right: 4px;
}

.edgeleft {
	background-repeat: repeat-y;
	bottom: 4px;
	left: 0;
	top: 4px;
	width: 4px;
}

#rightcol2 img.edgeright {
	background-repeat: no-repeat;
	top: 20px;
	right: 0;
	width: 6px;
}

#rightcol2 img.edgebottom {
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 225px;
}

/* filled left column subtemplate styles */

#leftcol1, #rightcol1, #leftcol2, #rightcol2 {
	top: 0;
}

#leftcol1 {
	background-color: #ECECDE;
	left: 0;
	height: 507px;
	margin: 1px;
	width: 179px;
}

#rightcol1 {
	height: 400px;
	left: 181px;
	overflow: show;
}

#rightcol1copy {
	left: 34px;
	height: 400px;
	top: 36px;
	width: 479px;
}

#rightcol1copy h2, #mappage h2 {
	color: #4D661C;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 23px 0;
	text-transform: uppercase;
}

/* right pic column subtemplate styles */

#leftcol2 {
	height: 405px;
	left: 0;
	margin: 1px;
	padding: 30px;
	width: 425px;
}

#leftcol2 h2, #leftcol2 h3 {
	color: #4D661C;
	font-weight: 700;
}

#leftcol2 h2 {
	font-size: 28px;
	margin: 0 0 10px 0;
}

#leftcol2 h3 {
	font-size: 15px;
	margin: 0 0 2px 0;
}

#leftcol2 p {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#leftcol2 ul {
	color: #4D661C;
	font-size: 11px;
	list-style-image: url(../images/layout/bulletarrow.gif);
	list-style-position: outside;
	margin-top: 20px;
}

#leftcol2 li {
	margin-left: -20px;
	padding: 0;
	line-height: 1em;
	margin-top: .5em;
}

#leftcol2 a, #leftcol2 a:link, #leftcol2 a:visited, #leftcol2 a:hover, #leftcol2 a:active {
	color: #000;
	text-decoration: none;
}

#leftcol2 a:hover {
	color: #FFCCFF;
	background-color: #4D661C; 
}

#rightcol2 {
	height: 434px;
	left: 487px;
	top: 17px;
	width: 233px;
}

/* page specific copy styles */

/* home page styles */

#hp1 {
	background-image: url(../images/pages/index/hummer-big.jpg);
	height: 329px;
	left: 0;
	margin: 1px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 583px;
}

#hp1 p {
	bottom: -18px;
	color: #FFF;
	font-size: 64px;
	font-weight: 700;
	font-stretch: narrower;
	text-transform: uppercase;
	position: absolute;
}

#hp2 {
	height: 329px;
	right: 0;
	margin: 1px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 152px;
}

#hp2 img {
	margin-bottom: 1px;
}

#hp3 {
	left: 0;
	padding: 0;
	position: absolute;
	top: 330px;
}

#hp3 p {
	font-size: 12px;
	left: 5px;
	position: absolute;
	top: 15px;
	width: 550px;
}

#hp3 img {
	left: 635px;
	position: absolute;
	top: 25px;
}

/* gallery styles */

#galleryimages {
	height: 309px;
	position: absolute;
	top: 45px;
	width: 479px;
}

#galleryimagecounter, #gallerynavback, #gallerynavnext {
	top: 320px;
}

#galleryimagecounter {
	background-color: #ECECDE;
	left: 0;
	height: 30px;
	position: absolute;
	width: 359px;
}

#galleryimagecounter p {
	margin: 8px 16px;
	padding: 0;
}

#gallerynavback {
	height: 30px;
	left: 360px;
	position: absolute;
	text-align: center;
	width: 57px;
}

#gallerynavback p {
	font-weight: bold;
	margin: 8px;
	padding: 0;
}

#gallerynavnext {
	height: 30px;
	left: 418px;
	position: absolute;
	text-align: center;
	width: 61px;
}

#gallerynavnext p {
	font-weight: bold;
	margin: 8px;
	padding: 0;
}

#gallerynavback a, #gallerynavnext a {
	color: #000000;
	display: block;
	height: inherit;
	position: absolute;
	text-decoration: none;
	width: inherit;
}

#gallerynavback a {
	background: url(../images/layout/gallerybutton-back-off.jpg) top left no-repeat;
}

#gallerynavnext a {
	background: url(../images/layout/gallerybutton-next-off.jpg) top left no-repeat;
}

#gallerynavback a:hover {
	background: url(../images/layout/gallerybutton-back-on.jpg) top left no-repeat;
	color: #FFCCFF;
}

#gallerynavnext a:hover {
	background: url(../images/layout/gallerybutton-next-on.jpg) top left no-repeat;
	color: #FFCCFF;
}

p.imagedescription {
	left: -20px;
	position: absolute;
	top: 362px;
}

/* Birding page styles */

ul#birdingpglinks, ul#tourdetailssublinks {
	color: #4D661C;
	font-size: 12px;
	list-style-image: url(../images/layout/bulletarrow.gif);
	list-style-position: outside;
	margin: 30px 0 0 0;
}

ul#birdingpglinks li {
	line-height: .75em;
	margin-top: 1em;
}

ul#tourdetailssublinks {
	list-style-image: none;
	margin: 0 0 0 -40px;
}

ul#tourdetailssublinks li {
	line-height: .5em;
	margin-top: .75em;
}

ul#birdingpglinks li a, ul#birdingpglinks li a:link, ul#birdingpglinks li a:visited, ul#birdingpglinks li a:hover, ul#birdingpglinks li a:active, ul#aboutuspglinks li a, ul#aboutuspglinks li a:link, ul#aboutuspglinks li a:visited, ul#aboutuspglinks li a:hover, ul#aboutuspglinks li a:active, #birdingpgcopy a, #birdingpgcopy a:link, #birdingpgcopy a:visited, #birdingpgcopy a:hover, #birdingpgcopy a:active {
	color: #4D661C;
	text-decoration: none;
}

ul#birdingpglinks li a:hover, ul#aboutuspglinks li a:hover, #birdingpgcopy a:hover {
	background-color: #4D661C; 
	color: #FFCCFF;
}

#birdingpgbanner {
	left: -5px;
	height: 160px;
	padding: 0;
	position: absolute;
	top: -18px;
	width: 507px;
}

#birdingpgcopy {
	height: 220px;
	padding: 0;
	position: absolute;
	top: 162px;
	width: 490px;
}

#birdingpgcopy p {
	margin: 10px 0 0 2px;
}

#mappage {
	height: 490px;
	left: 20px;
	padding: 0;
	position: absolute;
	top: 15px;
	width: 700px;
}

#mappage h3 {
	font-size: larger;
	margin-top: -15px;
}

#mappage p {
	margin: 10px 0 0 2px;
}

/* Tour map code */

#isltourmap {
	background: url(../images/pages/map/islmap.jpg) no-repeat;
	height: 926px;
	position: relative;
	width: 700px;
}

#isltourmap li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#isltourmap li a {	/* fix a bug in older versions of IE that causeses the block to not render at its full dimensions */
	background: url(../images/layout/blank.gif);
	display: block;
	position: absolute;
	text-decoration: none;
}

#isltourmap li a span {
	display: none;
}

#isltourmap li a:hover span {
	background: #fff;
	border: 1px solid #000;
	display: block;
	color: #000;
	filter: alpha(opacity=90);
	height: auto;
	left: 25px;
	opacity: 0.9;
	padding: 5px;
	position: relative;
	text-decoration: none;
	top: 0px;
	width: 250px;
}

#isltourmap li a.tmsite {
	height: 22px;
	position: absolute;
	width: 22px;
}

#isltourmap li a#tms01 {
	left: 440px;
	top: 415px;
}

#isltourmap li a#tms02 {
	left: 361px;
	top: 187px;
}

#isltourmap li a#tms03 {
	left: 382px;
	top: 176px;
}

#isltourmap li a#tms04 {
	left: 294px;
	top: 178px;
}

#isltourmap li a#tms05 {
	left: 232px;
	top: 230px;
}

#isltourmap li a#tms06 {
	left: 280px;
	top: 286px;
}

#isltourmap li a#tms07 {
	left: 178px;
	top: 146px;
}

#isltourmap li a#tms08 {
	left: 156px;
	top: 306px;
}

#isltourmap li a#tms09 {
	left: 145px;
	top: 334px;
}

#isltourmap li a#tms10 {
	left: 82px;
	top: 282px;
}

#isltourmap li a#tms11 {
	left: 140px;
	top: 409px;
}

#isltourmap li a#tms12 {
	left: 296px;
	top: 411px;
}

#isltourmap li a#tms13 {
	left: 223px;
	top: 525px;
}

#isltourmap li a#tms14 {
	left: 296px;
	top: 465px;
}

#isltourmap li a#tms15 {
	left: 145px;
	top: 567px;
}

#isltourmap li a#tms16 {
	left: 137px;
	top: 664px;
}

#isltourmap li a#tms17 {
	left: 261px;
	top: 646px;
}

#isltourmap li a#tms18 {
	left: 328px;
	top: 639px;
}

#isltourmap li a#tms19 {
	left: 422px;
	top: 800px;
}

#isltourmap li a#tms20 {
	left: 435px;
	top: 768px;
}

#isltourmap li a#tms21 {
	left: 468px;
	top: 642px;
}

#isltourmap li a#tms22 {
	left: 481px;
	top: 541px;
}

#isltourmap li a#tms23 {
	left: 481px;
	top: 517px;
}

#isltourmap li a#tms24 {
	left: 458px;
	top: 473px;
}

/* custom page sizes */

body#tourdetails #copy {
	height: 520px;
}

body#tourmap #copy {
	height: 1010px;
}

body#tourdetails #leftcol1 { /* default height 405px */
	height: 536px;
}

body#contact #copy {
	height: 840px;
}

/* popups */

body#mappopupwindow div {
	height: 100%;
	padding: 20px;
}

div#mappopupclose {
	margin: 20px 0 0 10px;
	text-align: center;
}
