/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: century gothic, arial, sans-serif;
	color: #fff;
	background: url(../../images/misc/bg.jpg) top repeat-x #110b05;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
#main a:link, #main a:visited, #main a:focus{
	color:#dfc496;
}
#main a:hover{
	color:#ccc;
}
a img {
	border: none;
}

h1 {
	font-size: 3.0em;
	line-height:1.8em;
	font-weight: normal;
	border-bottom:1px solid #dfc496;
	color:#dfc496;
	margin:10px  0px;
	width:600px;
	padding:0px 0px 0px 60px;
	background:url(../../images/misc/h1.png) no-repeat;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color:#818d0d;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 940px;
		position: absolute;
		z-index: 1;
		top: 530px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 490px;
			padding: 10px 20px;
		}
		
		#map {
			width: 620px;
			height: 200px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 335px;
		}
			#sidebarCta{
				width:335px;
				height:446px;
				background:url(../../images/misc/sidebar.jpg);
				margin:10px 0px;
				font-size:1.8em;
				text-align:center;
			}
				#sidebarCta p{
					margin:5px 0px;
					color:#513009;
					font-size:1.6em;
				}		
					#sidebarCta ul{
						margin:0px;
						color:#849600;
						list-style:none;
						padding:0px;
						
					}
						#sidebarCta ul li{
							margin:0px;
						}
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 940px;
	height: 200px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

	#logo {
		position:absolute;
		left:230px
	}
	#headerContent{
		background:url(../../images/misc/header.jpg) no-repeat;
		width:940px;
		height:315px;
		position: relative;
		z-index: 1;
		top: 220px;
		left: 0px;		
	}	
		body#contact #headerContent{
			background:url(../../images/misc/header-contact.jpg) no-repeat;
		}
		body#rooms #headerContent{
			background:url(../../images/misc/header-rooms.jpg) no-repeat;
		}		
		#headerContent p.headerContentLeft{
			position:absolute;
			left:20px;
			top:230px;
			margin:0px;	
			font-size:2.0em;
			text-transform:uppercase;
		}
			#headerContent p.headerContentLeft span{	
				 color:#a1b50d;
			}
		#headerContent p.headerContentRight{
			position:absolute;
			left:450px;
			top:220px;
			margin:0px;	
			color:#f5a100;
			font-size:1.6em;
			font-family:Georgia, "Times New Roman", Times, serif;
			line-height:2.2em;
		}		
			#headerContent p.headerContentRight strong{
				color:#fff;
				font-size:2.0em;
			}
	#cta-top-right {
		position:absolute;
		top:515px;
		left:800px;
		float: right;
		text-align: left;
		height: 81px;
		width:311px;
		font-size: 1.6em;
	}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
			#cta-top-right p.big{
				color:#a1b50d;
				font-size:4.0em;
			}	
			#cta-top-right p.small{
				position:relative;
				bottom:85px;
				right:100px;
				width:160px;
				font-size:1.4em;
			}
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}


/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 940px;
	height: 100px;
	z-index: 1;
	position: absolute;
	left:0;
	top: 100px;
	padding:40px 0px 0px 205px;
	background:url(../../images/misc/navbg.png) no-repeat;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				float:left;
				color: #fff;
				text-decoration:none;
				padding: 10px 15px 10px 15px;
			
				font-size: 1.6em;
			}
			
				#navigation ul li a.rightLink {
					border: none;
				}

				#navigation ul li a:hover {
					background: #000;
					color: #fff;
				}
				
#index #navigation .index-a,
#contact #navigation .contact-a,
#directions #navigation .directions-a,
#accommodation #navigation .accommodation-a {
	color:#818d0d;
}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	color: #ccc;
	padding: 10px 10px;
	font-size: 0.9em;
	border-top:1px solid #dfc496;
}

	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
	
		margin: 0px;
		color: #d17b00;
		padding:30px 0px 0px 0px;
		font-size: 2.1em;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #ccc;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #ffcc00;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			
			
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 200px;
	}
	
		#footer #footer-areas h2 {
			width: 200px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 190px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-right2 {
		float: left;
		width: 280px;
		text-align:right;
	}
	
		#footer #footer-right2 h2 {
			width: 155px;
		}
		
			#footer #footer-right2 ul li {
				float: right;
			}
					
			#footer #footer-right2 ul li a {
				float: right;
				width: 215px;
				padding: 3px 5px;
				
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-right2 p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-right2 .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
		
	}
	#bookingForm #botBuster {
		display: none;
	}
		#bookingForm #mysubmit{
			background:url(../../images/misc/bookingFormSubmit.jpg) no-repeat;
			height:40px;
			width:174px;
			border:0px;
			font-size:1.2em;
			font-family:"century Gothic";
		}
			#bookingForm #mysubmit:hover{
				background:url(../../images/misc/bookingFormSubmit-hover.jpg) no-repeat;
	
			}
			
			#bookingtext{
				position:relative;
				bottom:175px;
				left:320px;
				width:200px;
				font-weight:bold;
				font-family:Arial, Helvetica, sans-serif
			}
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}
#googleMap{
	height:300px;
	width:520px;
}

