/* CSS Document 

/***************************************************************************************
/*  TOP BANNER 
/***************************************************************************************/

#banner {
	background: 				white url(../images/header.jpg) no-repeat top left;
	height:						325px;
	position: 					absolute;
	left:							0px;
	top:							0px;
	width:						990px;
	z-index:						10;
}

#banner h1 {
	background:					transparent;
	color:						black;
	font-family: 				"Times New Roman", Times, serif;
	font-size:					96px;
	font-weight:				normal;			
	line-height: 				1.2em;
	padding:						0px;
	position: 					absolute;
	left:							85px;
	top:							85px;		
	z-index:						100;				
}

#banner h2 {
	background:					transparent;
	color: 						#727272;
	font-family: 				"Times New Roman", Times, serif;
	font-size:					30px;
	font-weight:				normal;		
	line-height:				1.1em;
	padding:						0px;
	position: 					absolute;
	left:							145px;
	top:							180px;		
	z-index:						110;	
}

#banphoto {
	position: 					absolute;
	left:							495px;
	top:							30px;
	z-index:						100;
}

#banphoto img {
	border:						0px none;
}

/***************************************************************************************/
/*  MAIN CONTENT PANELS
/***************************************************************************************/

#container {
	background: 				white url(../images/sidebar.gif) repeat-y;
	position: 					relative;
	left:							0px;
	top:							325px;
	width:						990px;
}

/***************************************************************************************
/*  NAVIGATION SIDEBAR 
/***************************************************************************************/

#nav {
	position: 					absolute;
	left:							0px;
	text-align:					left;
	top:							0px;
	width:						175px;
}

#nav ul {
	margin:						20px 0 0 45px;
	padding:						0;
} 

#nav li {	
	list-style: 				none;
	list-style-position: 	outside;
	padding-bottom:			9px;
}

#nav a, #nav a:visited {
	background:					transparent;
	color:						white;
	font-family: 				"Times New Roman", Times, serif;
	font-size:					20px;
}

#nav a:hover, #nav a.selected, #nav a.selected:visited  {
	background:					transparent;
	color:						#8aff99;
}

/***************************************************************************************
/*  MAIN CONTENT 
/***************************************************************************************/

#content {
	margin-left:				275px;
	width:						715px;
}

#content p {
	padding-right:				125px;
	text-align: 				left;
}

#content p.gallery {
	padding-right:				0px;
}

#content li {
	list-style: 				square;
	padding-top:				1px;
	padding-bottom:			1px;
	padding-right:				50px;
}

#content .label {
   display: 					inline;
   float: 						left;
   margin: 						0;
   padding: 					0;
   text-align: 				left;
   width: 						160px;
}

/***************************************************************************************/
/*  TABLES
/***************************************************************************************/

table.rates {
	background: 				#d0f6ff;
	border-right:				1px solid silver;
	border-bottom:				1px solid silver;
	border-top:					0px none;
	border-left:				0px none;
	margin-top:					18px;
	padding:						0px;
	text-align:					center;
	width:						605px;
}	

table.rates th {
	background: 				#acefff;
	padding:						10px;
}

table.rates td.top {
	padding:						12px 10px 6px 10px;
}

table.rates td.middle {
	padding:						10px 10px 10px 10px;
}

table.rates td.bottom {
	padding:						10px 10px 12px 10px;
}

th.bordL, td.bordL {
	border-left: 				1px solid #FFFFFF;
}

th.bordB, td.bordB {
	border-bottom:				1px solid #FFFFFF;
}

/***************************************************************************************/
/*  ENQUIRY FORM
/***************************************************************************************/

#enquiries {
	background:					#d0f6ff;
	border-right:				1px solid silver;
	border-bottom:				1px solid silver;
	margin-top:					15px;
	padding:						20px;
	width:						550px;
}

#enquiries form p {
	line-height: 				25px;
	padding:						3px 0px 3px 0px;
	text-align: 				left;
}

label {
   display: 					inline;
   float: 						left;
	height:						25px;
   margin: 						0;
   padding: 					0 10px 0 0;
   text-align: 				left;
   width: 						160px;
}

#enquiries input, 
#enquiries textarea, 
#enquiries select {
	font-family: 				Arial, Helvetica, sans-serif;
   margin: 						0;
   padding: 					0;
	vertical-align: 			middle;
}

#enquiries form textarea {
	height:						200px;
}

#enquiries form .trapbot, #payment form .trapbot {
	visibility: 				hidden;
	width:						1px;
}

/***************************************************************************************/
/*  PAYMENT FORM
/***************************************************************************************/

#payment form {
	background:					#d0f6ff;
	border-right:				1px solid silver;
	border-bottom:				1px solid silver;
	margin:						18px 0 18px 100px;
	padding:						20px;
	width:						375px;
}

#payment label {
   display: 					inline;
   float: 						left;
   margin: 						0px;
   padding: 					0px;
   text-align: 				left;
}

#payment p {
	padding:						6px 0px 6px 0px;
	text-align: 				left;
}


/***************************************************************************************
/*  PHOTO GALLERY 
/***************************************************************************************/

#photobackground {
	background: 				url(../images/theme/photofade.png);
	height:						1694px;
	left:							35px;
	position: 					absolute;
	top:							36px;
	width:						930px;
	z-index:						10;
}

#enlargement {
	background:					white none;
	border:						1px solid black;
	padding-left:				30px;
	padding-right:				30px;
	position: 					absolute;
	top:							70px;
	z-index: 					15;
}

#enlargement.horizontal {
	left:							120px;
	width:						700px;
}

#enlargement.vertical {
	left:							199px;
	width:						600px;

}
	
#enlargement h1 {
	color:						teal;
	font-size:					15px;
	padding:						18px 0 9px 0;
	text-align: 				left;
	text-transform:			uppercase;
}

#enlargement p.close {
	font-size:					15px;
	padding-bottom:			15px;
	text-align:					right;
}

#enlargement a, enlargement a:visited {
	color:						gray;
}

#enlargement a:hover {
	color:						teal;
}

/***************************************************************************************
/*  PHOTO ENLARGEMENT PAGES
/***************************************************************************************/

#photo_enlarge {
	margin-left:				210px;
	margin-bottom:				50px;
	width:						725px;
}

#photo_enlarge h3 {
	padding-top:				18px;
	padding-bottom:			6px;
	text-align: 				center;
}

#photo_enlarge p {
	text-align: 				center;
}

#photo_enlarge p.courtesy {
	font-size:					11px;
}

#photo_enlarge img {
	border:						1px solid black;
}

/***************************************************************************************/
/*  PAGE FOOTER
/***************************************************************************************/
	
#footer {
	background: 				url(../images/footer.jpg) no-repeat top left;
	height:						300px;
	width: 						990px;
}

/***************************************************************************************/
/*  AVAILABILITY CALENDAR PAGES
/***************************************************************************************/

#calendar {
	border:						0px none;
	margin-top:					12px;
	margin-bottom:				0px;
	text-align: 				left;
}

#calendar p, #calendar table, #calendar tr, #calendar td {
	padding: 					0;
}

#calendar table.cal {
	border:						0px none;
	margin: 						0;
	vertical-align: 			top;
	width: 						605px;
}

#calendar table.mainTable {
	border: 						1px solid black;
}

#calendar table.cal TD.lt {
	text-align: 				left;
}

#calendar table.cal TD.md {
	text-align: 				center;
}

#calendar table.cal TD.rt {
	text-align: 				right;
}


#calendar table.cal TD p {
	color: 						Black;
	font-weight: 				bold;
	padding: 					0;
	text-align: 				center;
}

#calendar img { 
	border: 						0px none;
	vertical-align: 			top; 
}

#calendar .links{ 
	font-size: 					15px; 
	font-weight: 				bold; 
	margin: 						24px 0 24px 0; 
	text-align: 				center; 	
}

#calendar table.cal td.previous {
	font-size:					11px;
	font-weight:				normal;
	line-height:				13px;
	margin:						0;
	padding:						9px 0 0 0;
	text-align:					left;
}

#calendar table.cal td.next {
	font-size:					11px;
	font-weight:				normal;
	line-height: 				13px;
	margin:						0;
	padding:						9px 0 0 0;
	text-align:					right;
}

#calendar .ac   { text-align: 	center; }
#calendar .bd	 { font-weight:	bold; }
#calendar .mt12 { margin-top: 	12px; }
#calendar .mt24 { margin-top: 	24px; }
#calendar .vm   { vertical-align: middle; }
#calendar .f09  {	font-size: 		9px; }

/***************************************************************************************
/*  MISCELLANEOUS
/***************************************************************************************/

.rule {
	background: 				url(../images/theme/rule.gif) no-repeat;
	margin:						18px 0 0 0;
	padding:						0;
}

.seologo {
	border:						0px none;
	margin:						250px auto 0px auto;
	text-align:					center;
}

#banner1 {
	border:						3px dotted #00a0c6;
	margin:						18px 0 18px 150px;
	padding-bottom:			12px;
	width:						275px;
}

#banner1 h1 {
	background:					transparent;
	color: 						#c6003c;
	font-size:					18px;
	padding:						0px;
	text-align: 				center;
}

#banner1 p {
	margin:						0px;
	padding:						0px;
	text-align: 				center;
}
