/* box styles */

body {
	color: #000000;
	font: normal 12px Tahoma, Arial, sans-serif;
	padding: 0px;
	top: 0px;
	background-color: #0d3a56;
	background-image: url(../images/template/bg_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#innerBox {
	width: 760px;
	height: 100%;
	padding: 0px 20px 0px 20px;
	margin: 0px auto 0px auto;
}

#logoBox {
}

#contentBox {
	background-color: #eec044;
	height: auto;
	clear: left;
}

#footerBox {
	text-align: center;
	padding: 15px 0px 10px 0px;
	margin: 0px;
	clear: left;
}

#navBox {
	clear: left;
}

#nav {
	background-color: #000000;
	width: 180px;
	height: 230px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	font-size: 12px;
}

#nav ul {
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

#nav ul li {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	list-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	height: 12px;
	padding: 0px 0px 0px 20px;
}

#nav ul li a:hover {
	color: #eec044;
	text-decoration: none;
	background: url(../images/template/moussover.gif) no-repeat left center;
}

#nav ul li a.selected {
	color: #eec044;
	text-decoration: none;
	background: url(../images/template/moussover.gif) no-repeat left center;
}

#banner {
	background-color: #0d3a56;
	width:580px;
	height: 230px;
	float: left;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}

#leftCol h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px 20px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #000000;
}

#leftCol p, #fullCol p {
	font-size: 12px;
	line-height: 17px;
	margin: 5px 0px 8px 20px;
	padding: 0px 0px 0px 0px;
}

#leftCol p.standOut, #fullCol p.standOut {
	font-weight: bold;
}

#leftCol ol li {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	}

#footerBox p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#logoBox h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	text-align: right;
	width: 269px;
	float: left;
	margin: 0px;
	padding: 50px 20px 0px 0px;
}

#logoBox img.swapImage {
	width: 184px;
	height: 160px;
	float: left;
}

#logoBox #book {
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	width: 230px;
	float: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#leftCol {
	width: 420px;
	height: 100%;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightCol {
	width: 280px;
	height: 100%;
	float: left;
	margin: 30px 0px 0px 0px;
}

#leftCol.home {
	width: 490px;
}

#rightCol.home {
	width: 210px;
}

#fullCol {
	width: 720px;
	height: auto;
	float: left;
	margin: 20px 30px 0px 0px;
}

#fullCol h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px 20px;
	padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #000000;
}

#fullCol p.linkHeader {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 5px 20px;
}

#rightCol.home img {
	margin: 0px 0px 20px 0px;
}

#rightCol p {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
}

#rightCol div.boxText {
	line-height: 16px;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 20px 0px;
	background-color:#d6aa33;
}

#leftCol ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
}

#leftCol ul li {
	margin: 0px;
	padding: 3px 0px 3px 3px;
}

table#birdLife {	
	margin: 0px 0px 0px 20px;
}

table#birdLife td {	
	background-color:#d6aa33;
	padding: 5px 5px 5px 10px;
}

table#birdLife td.shaded {	
	background-color:#bf9626;
}

form {
	margin: 10px 0px 0px 20px;
}

#clear {
	height: 0px;
	clear: left;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

p.bookNow a {
	font-size: 14px;
	font-weight: bold;
	color: #eec044;
	text-decoration: none;
	background-color: #990000; 
	padding: 2px 4px 2px 4px;
}

/* lightbox styles 
----------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 11px Tahoma, Arial, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding-bottom: 5px; }

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
