
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-attachment:fixed;
}

#container {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background-color: #096b01;
	background-image: url(../images/container_background.gif);
	background-repeat: repeat-y;	
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 762px;
	height: 121px;
	background-color: #096b01;
	padding-bottom: 4px;
}

#header h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#header h2 {
	margin: 0;
	padding: 0;
	display: none;
}

#header .skip {
	display: none;
}

#menu {
	float: left;
	width: 120px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 7px;
	padding-right: 7px;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ffffff;
}

#menu li a:link { 
	color: #ffffff;
	text-decoration: none;	
} 

#menu li a:visited { 
	color: #ffffff;
	text-decoration: none;	
} 

#menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
} 

#menu li a:active { 
	color: #ffffff;
	text-decoration: none;		
}

#content {
	float: left;
	width: 440px;
	background-color: #fbefcd;
}

#content .pageimage {
	border: none;
	width: 440px;
	height: 140px;
}

#content a:link { 
	color: #096b01;
	text-decoration: none;	
} 

#content a:visited { 
	color: #096b01;
	text-decoration: none;	
} 

#content a:hover {
	color: #096b01;
	text-decoration: underline;
} 

#content a:active { 
	color: #096b01;
	text-decoration: none;		
}

#rhs {
	float: left;
	width: 186px;
	padding-left: 8px;
	padding-right: 8px;
	
}

#rhs h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-color: #52c549;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	width: 179px;
	position: relative;
}


#rhs a:link { 
	padding-left: 7px;
	color: #ffffff;
	text-decoration: none;	
} 

#rhs a:visited { 
	padding-left: 7px;
	color: #ffffff;
	text-decoration: none;	
} 

#rhs a:hover {
	padding-left: 7px;
	color: #ffffff;
	text-decoration: underline;
} 

#rhs a:active { 
	padding-left: 7px;
	color: #ffffff;
	text-decoration: none;		
}

#rhs .gallery {
	background-color: #129c07;
	font-size: 12px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

#rhs .gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 8px;
}

#rhs .gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-top: 7px;
	
}

#rhs .gallery .none {
	padding-right: 0px;
}

#rhs .gallery li img {
	width: 52px;
	height: 52px;
	border: none;
}

#rhs .calendar {
	background-color: #129c07;
	font-size: 12px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #ffffff;
}

#rhs .calendar #calendar_month {
	color: #ffffff;
	padding: 7px;
	position: relative;
}

#rhs .calendar #calendar_month table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	border-top: 1px solid #096b01;
	border-left: 1px solid #096b01;
}

#rhs .calendar #calendar_month caption {
	padding-top: 12px;
	padding-bottom: 7px;
	font-weight: bold;
}

#rhs .calendar #calendar_month th {
	background-color: #52c549;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	width: 24px;
}

#rhs .calendar #calendar_month td {
	background-color: #ffffff;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#rhs .calendar #calendar_month .next {
	position: absolute;
	right: 7px;
	top: 37px;
	font-size: 10px;
}

#rhs .calendar #calendar_month .last {
	position: absolute;
	left: 0;
	top: 37px;
	font-size: 10px;
}

#rhs .calendar #calendar_month .next2 {
	position: absolute;
	right: 7px;
	top: 237px;
	font-size: 10px;
}

#rhs .calendar #calendar_month .last2 {
	position: absolute;
	left: 0;
	top: 237px;
	font-size: 10px;
}

#rhs .calendar #calendar_month2 {
	color: #ffffff;
	padding: 7px;
	position: relative;
}

#rhs .calendar #calendar_month2 table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	border-top: 1px solid #096b01;
	border-left: 1px solid #096b01;
}

#rhs .calendar #calendar_month2 caption {
	padding-top: 12px;
	padding-bottom: 7px;
	font-weight: bold;
}

#rhs .calendar #calendar_month2 th {
	background-color: #52c549;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	width: 24px;
}

#rhs .calendar #calendar_month2 td {
	background-color: #ffffff;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#rhs .calendar #calendar_month2 .next {
	position: absolute;
	right: 7px;
	top: 7px;
	font-size: 10px;
}

#rhs .calendar #calendar_month2 .last {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 10px;
}

#rhs .calendar .first {
background-image: url(../images/first.gif);
	color: #000000;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	display: block;
}

#rhs .calendar .second {
background-image: url(../images/second.gif);
	color: #000000;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	display: block;
}

#rhs .calendar .both {
	background-image: url(../images/both.gif); 
	color: #000000;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	display: block;
	
}

/*
#rhs .calendar .first {
	background-color: #f7b100;
	color: #000000;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	display: block;
}

#rhs .calendar .both {
	background-color: #f7b100;
	color: #000000;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	display: block;
}
*/
#rhs .calendar .available {
background-color: #ffffff;
	color: #000000;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	display: block;
}




#rhs .calendar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 6px;
}

#rhs .calendar li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	height: 30px;
}

#rhs p {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}

#rhs .link {
	clear: both;
	padding-top: 7px;
	text-align: left;
}

#rhs ul {
	margin: 0;
	padding: 0;
}

#rhs li {
	margin: 0;
	padding: 0;
	padding-left: 7px;
}

#rhs h2 {
 margin: 0;
 padding: 0;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
 padding-left: 7px;
}	

#footer {
	clear: both;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	padding-left: 80px;
	padding-right: 162px;
	width: 520px;
	background-color: #096b01;
	padding-top: 14px;
	padding-bottom: 14px;
}

#footer a:link { 
	color: #52c549;
	text-decoration: none;	
} 

#footer a:visited { 
	color: #52c549;
	text-decoration: none;	
} 

#footer a:hover {
	color: #52c549;
	text-decoration: underline;
} 

#footer a:active { 
	color: #52c549;
	text-decoration: none;		
}

/* gallery */

#gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 105px;
	padding-top: 5px;
	width: 110px;
	text-align: center;
	float: left;
}

#gallery img {
	border: none;
	border: 1px solid #096b01;
}

/* pages */

#page {
	font-size: 12px;
	padding-left: 11px;
	padding-right: 11px;
}

#page h1 {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}

/*light box*/

#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(images/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; }
