@charset "utf-8";
/* CSS Document */

body {
	background-color: #545a12;
	background-image: url(images/bodbg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

h1 {
	color: #545a12;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}

h3, h4, h5, h6 {
	color: #545a12;
	font-size: 15px;
}

hr  {
	border: 0;
	height: 1px;
	color: #A0A0A4;
	background-color:#A0A0A4;
}

#container {
	background-color: #FFFFFF;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	border: solid #ffffff 1px;
}
#containeravailability {
	background-color: #FFFFFF;
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	border: solid #ffffff 2px;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
}

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #879A1D;
	text-decoration: underline;
	text-align: left;
}

A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #879A1D;
	text-decoration: underline;
	text-align: left;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #879A1D;
	text-decoration: underline;
	text-align: left;
}

#header {
	margin: 0px;
	width: 900px;
	height: 130px;
	background: #a8b329 url(images/headerch.gif) no-repeat top left;
	border-bottom: solid #FFFFFF 1px;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#37400B;
	margin-left: 55px;
	margin-top: 0px;
	padding-top: 85px;
}
#headeravailability {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 126px;
	background: #0099ff;
}

#nav {
	float: right;
	width: 900px;
	margin: 0px;
	padding: 0px 0 0 0px;
	list-style: none;
	background: #37400b url(images/off_bg.gif) repeat-x top right;
	border-bottom: solid #fff 1px;
	border-top: solid #fff 1px;
}
#nav li {
float: right;
margin: 0;
padding: 0;
}
#nav a {
float: left;
display: block;
margin: 0px 0px 0px 0px;
padding: 15px 12px 10px 12px;
color: #cccc66;
text-decoration: none;
border-right: 1px solid #666666;
background: #37400b url(images/bg-on.gif) repeat-x top left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}

#nav a:hover {
	background: #37400b url(images/bg-off.gif) repeat-x top left;
}
#nav #t-nav a {
	color: #FFFFFF;
	font-weight: bold;
}
    
#maincontentind {
	margin: 0px 360px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0px 0px 50px;
	text-align: justify;
} 
#maincontent {
	margin: 0px 400px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 30px 0px 45px;
	text-align: justify;
} 
#maincontent h1 {
	color: #545a12;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontent h2 {
	color: #545a12;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontent p {
	text-align: left;
	font-size: 14px;
}

#maincontentcont {
	margin: 0px 0px 0px 530px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px 0px 0px;
	text-align: justify;
} 
#maincontentcont h1 {
	color: #37400b;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontentcont h2 {
	color: #545a12;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontentcont p {
	text-align: left;
	font-size: 14px;
}
#maincontentloc {
	margin: 0px 500px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 40px 0px 30px;
	text-align: justify;
} 
#maincontentloc h1 {
	color: #37400b;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontentloc h2 {
	color: #545a12;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontentloc p {
	text-align: justify;
	font-size: 14px;
}
#maincontentavailability {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
} 
#maincontentcan {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 80px 0px 90px;
} 
#maincontentcan h1 {
	color: #0070CA;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
#maincontentother {
	margin: 0px 430px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 0px 40px;
	text-align: justify;
} 
#maincontentother h2 {
	color: #0070CA;
	font-size: 16px;
	margin-top: 15px;
	text-align: left;
	padding: 0px;
}
#maincontentother p {
	text-align: justify;
	font-size: 13px;
} 
#sidebarind {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 20px 0px;
	background-color: #879a1d;
	text-align: justify;

}
#sidebarind h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	
}
#sidebarind p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
#sidebarind img {
	border-top: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 380px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: justify;

}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0070CA;
	
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565656;
	
}
#sidebarloc {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: justify;
}
#sidebarloc h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #545a12;
	
}
#sidebarloc p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
	
}
#sidebarcont {
	float: left; /* since this element is floated, a width must be given */
	width: 430px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 40px;
	margin: 30px 0px 20px 20px;
	background-color: #E4E298;
	text-align: justify;
	border: solid #37400b 1px;

}
#sidebarcont h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #545a12;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

.box {
	background: #E4E298 url(images/.gif) no-repeat top left;
	margin: 0px 0px 15px 0px;
	border: solid #C4C16A 1px;
	padding: 10px 15px 10px 20px;
	width: 400px;
	text-align: left;
}
.box img {
	margin-top: 0px;
	border: solid #FFFFFF 1px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	margin-right: 15px;
}
.box img2 {
	margin-top: 0px;
	border: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
}
.box h2 {
	margin: 0px 0px 0px 0px;
	padding: 10px 8px 4px 0px;
	font-size: 15px;
	color: #37400B;
}
.box p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	color:#37400B;
}
.box h3 {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #305F8D;
	font-size: 15px;
}
.box a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A3F00;
	text-decoration: underline;
	text-align: left;
}
.box a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A3F00;
	text-decoration: underline;
	text-align: left;
}
.box a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
.box a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A3F00;
	text-decoration: underline;
	text-align: left;
}
.box2 {
	background: url(images/box-bg.gif) repeat-x top left;
	margin: 10px 0px 10px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 235px;
	float: right;
	clear: both;
}
.box2 img {
	margin-top: 0px;
	border: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.box2 h2 {
	margin: 0px 0px 25px 0px;
	padding: 6px 8px 4px 25px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background: url(images/h2-bg.gif) repeat-x top left;
}
.box2 p {
	margin: 5px 15px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
	color:#FFFFFF;
}
.box2 h3 {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #305F8D;
	font-size: 15px;
}
.box2 a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
.box2 a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
.box2 a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A3F00;
	text-decoration: underline;
	text-align: left;
}
.box2 a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
.controoms {
	margin: 0px 0px 20px 0px;
	border: solid #37400b 1px;
	padding: 10px 0px 0px 20px;
	width: 370px;
	background: #FFFFFF;
}
.controoms img {
	border: 0px;
	margin: 0px 0px 10px 0px;
}
.controoms p {
	margin: 0px 15px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	color:#525252;
}
.controoms h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0070CA;
	margin-bottom: 0px;
}
#facilities {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}
#facilities li {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;

}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5E5E5;
	text-align: center;
	margin-top: 0px;
	height: 30px;
}

#footer {
	height: 100px;
	width: 900px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background: #37400b url(images/footerbg.gif) no-repeat top right;
 }

#footer a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footer a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footer h2 {
	font-size: 17px;
	color: #879A1D;
	margin: 10px 0px 0px 0px;
}
#footer p {
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
#footercottage {
	height: 100px;
	width: 900px;
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background: #333333;
 }

#footercottage a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footercottage a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footercottage a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#footercottage a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footercottage h2 {
	font-size: 17px;
	color: #71B8FF;
	margin: 10px 0px 0px 0px;
}
#footercottage p {
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
#footercan {
	background-color: #37400b;
	height: 100px;
	width: 700px;
	clear: both;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
 }

#footercan a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footercan a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footercan a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#footercan a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footercan h2 {
	font-size: 17px;
	color: #879A1D;
	margin: 0px 0px 0px 0px;
}
#footercan p {
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
.floatright {
   float:right;
   padding: 0px;
   margin: 0px;
}
.floatleft {
	float:left;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.rightimg {
	padding: 0px;
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.rightimg img {
	border: solid #B2B2B2 1px;
}
.rightimg p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 0 0;
}
#book {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D1E3F8;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 330px;
	border: 1px solid #93C9FF;
}
#footer .bottomlinks {


}
#footer .bottomlinks a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#E4E298;
}
#footer .bottomlinks a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#E4E298;
}
#footer .bottomlinks a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#808080;
}
#footer .bottomlinks a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#E4E298;
}
.contdetfooter {
	color: #879A1D;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 10px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #37400B;
}
#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: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; }

#maincontentavailability {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
} 
#maincontentcan {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 80px 0px 40px;
} 
#maincontentcan h1 {
	color: #545a12;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
}
