html, body {
	color:#333333;
	font-family:Verdana,sans-serif;
	font-size:11px;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}

h2 {
	color:#336699;
	font-size:18px;
	margin-top:0px;
	padding-top:0px;
}

#background-img {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
}

	.scroller {
		position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
	}

	.main {
		background:url(../gfx/site/mainBackground.png);
		margin:0px auto 0px auto;
		width:850px;
		z-index:2;
	}
	
		.mainLeft {
			float:left;
			width:25px;
		}
	
		.mainMiddle {
			float:left;
			width:800px;
		}
		
		.mainRight {
			float:left;
			width:25px;
		}
	
		.header {
			background:#99cccc;
			header:210px;
			width:800px;
		}
			
			.header1 {
				background:#336699;
				height:10px;
				width:800px;
			}
			
			.header2 {
				background:url(../gfx/site/headerBackground.jpg) #99cccc;
				height:200px;
			}
		
				.headerInfo {
					float:right;
				}
					.headerInfoBlock {
						color:#336699;
						font-size:12px;
						margin-right:15px;
						text-align:right;
					}
						.headerInfoBlock a {
							color:#336699;
							font-size:12px;
						}							
				
				.headerLogo {
					height:175px;
					padding:10px 0px 0px 10px;
					width:346px;
				}
			
		.nav {
			background:#336699;
			text-align:center;
			width:800px;
		}
			.navTop {
				background:#336699;
				height:5px;
			}
			.navButtons {
				border-bottom:1px solid #FFFFFF;
				border-top:1px solid #FFFFFF;
				margin:0px auto 0px auto;
				text-align:center;
				width:800px;
			}
				.navButton {
					display:inline;
					height:37px;
					line-height:37px;
				}				
					.navButton a {
						color:#DFB610;
						font-size:12px;
						padding:0px 8px 0px 8px;
						text-decoration:none;
						text-transform:uppercase;
					}
					.navButton a:hover {
						color:#99cccc;
					}
				
			.navBottom {
				background:#336699;
				height:5px;
			}
		
		.content {
			background:#FFFFFF;
			width:800px;
		}
			
			.contentBlock {
				padding:20px;
			}
		
				.contentBlock a {
					color:#336699;
				}
				
			.contentLeft {
				float:left;
				width:475px;
			}
				
			.contentRightPics {
				float:right;
				margin:10px;
			}
				
			.contentRight {
				background:#fffccd;
				border:1px solid #CCCCCC;
				float:right;
				margin-left:10px;
				width:250px;
			}
			
				.contentRightBlock {
					padding:10px;
				}
		
			.brochureLink {
				margin:0px auto 0px auto;
				text-align:center;
			}
			
			.specialBox {
				border:3px dashed #336699;
				margin:10px;
				padding:10px;
			}
				.specialBox b {
					font-size:14px;
					font-weight:bold;
				}
	
			.roomBlock {
				border-bottom:1px solid #CCCCCC;
				margin-bottom:20px;
				position:relative;
				width:475px;
			}
			
				.roomName {
					background:#cccccc;
					font-size:12px;
					font-weight:bold;
					padding:5px;
				}
				
				.roomThumb {
					float:left;
					padding:10px 0px 10px 0px;
				}
				
				.roomDesc {
					float:left;
					height:75px;
					padding:10px 10px 0px 10px;
					position:relative;
					width:340px;
				}
				
				.roomLinks {
					bottom:0px;
					position:absolute;
					right:0px;
				}
				
			.review {
				border-bottom:1px dashed #CCCCCC;
				clear:left;
				margin:10px;
				padding:10px;
			}
				.reviewFrom {
					clear:left;
					font-weight:bold;
				}
				.reviewText {
					clear:left;
				}
		
			.footerLinks {
				padding-top:15px;
				text-align:center;
			}
				.footerLinks a {
					padding:5px;
				}
		
		.footer {
			clear:both;
			background:#DFB610;
			text-align:center;
			width:800px;
		}
		
			.footerBlock {
				color:#336699;
				padding:10px;
			}
		
				.footerBlock a {
					color:#FFFFFF;
				}
				
		.estbrochure {
			margin:0px auto 0px auto;
			width:450px;
		}
				
			.est {
				border-right:1px solid #333333;
				float:left;
				margin-right:10px;
				padding-right:10px;
				width:140px;
			}
					
			.brochureHome {
				float:left;
				font-size:16px;
				width:280px;
			}
				.brochureHome a {
					font-size:18px;
				}
				
				.brochureThumb {
					float:left;
					width:80px;
				}
				
				.brochureLinks {
					float:left;
					width:200px;
				}
			
		.postcardHome {
			font-weight:bold;
			text-align:center;
		}
			.postcardHome a {
				font-weight:bold;
			}	
				
		.socialIcons {
			padding-top:10px;
			text-align:right;
		}
		
		.eventsMonth {
			float:left;
			margin-right:10px;
			width:225px;
		}
		
			.eventsMonthHeader {
				background:#99cbca;
				color:#FFFFFF;
				font-size:20px;
				padding:10px;
			}
			
			.eventsMonthCal {
				float:right;
			}
			
			.eventsMonthInfo {
				margin-bottom:25px;
			}
		
		
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


	#gallery {
		margin:0px auto 0px auto;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		background:#FFFFFF;
		border: 1px solid #3e3e3e;
		padding: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		background:#3e3e3e;
		border: 1px solid #fff;
		padding: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	.imgrt {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

