/* ----- @ Main Elements -----*/
body {
	background:url('bg.jpg');
	color:#48361f;
	font-family:georgia, serif; 
	font-size:9pt;
	margin:0; 
	min-width:760px;
	padding:0; 
}

	a:link, a:visited, a:active {
		color:#991d20;
		text-decoration:none;
	}
	a:hover {
		color:#991d20;
		text-decoration:underline;
	}

	h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
	
	h1 {font-size:11pt; padding-bottom:3px;}
	h2 {font-size:10pt; padding-bottom:3px;}
	
	img {border:0;}
	img.center {display:block; margin-left:auto; margin-right:auto;}
	img.align-r {display:inline; float:right; margin:0 0 2px 7px; border: #c9b88a solid;}
	img.align-l {display:inline; float:left; margin:0 7px 2px 0; border: #c9b88a solid;}
	
	input.button {font-size:8pt; margin-right:5px;}
	ol, ul {margin:0; padding:0; list-style:none;}
	ol li, ul li {margin:0 0 0 18px; padding:0;}
	p {margin:0; padding:0;}

	td {font-size:8pt;}



/* ----- @ Misc ----- */
.container {
	background-color:#fff;
	margin:0 auto 10px auto;
	padding:10px;
	width:740px;
}
#contentForm {margin:0; padding:0;}

	/* ----- Bullets ----- */
	ul.bullets {  							/* ---- add a class to the list (i.e. <ul class="CLASSNAME">) to adjust indivual lists ---- */
		list-style-image:url('bullet.jpg');		/* ---- this is where you change the name of your bullet ---- */
	} 											/* ---- if you need to move this element, add a margin or padding ---- */
	ul.bullets li {}							/* ---- use this line to adjust individual list items ---- */
	
	ul#amenities {  							/* ---- add a class to the list (i.e. <ul class="CLASSNAME">) to adjust indivual lists ---- */
		list-style-image:url('bullet.jpg');		/* ---- this is where you change the name of your bullet ---- */
	} 


/* ----- @ Header ----- */
#top {
	margin-top:20px;
}
	.logo {
		float:left; 
		margin-bottom:10px; 
		width:220px;
	}
	.address {
		float:right; 
		margin-bottom:10px; 
		width:180px;
	}
	#mainnav {
		border-top:1px solid #e4dbc4;
		border-bottom:1px solid #e4dbc4;
		clear:both;
		padding:10px 0;
	}
		.dropmenudiv {
			background-color:#825d36;
			border:1px solid #72502c;
			border-bottom-width:0;
			font-size:8pt;
			line-height:20px;
			margin-left:15px;
			margin-top:4px;
			position:absolute;
			text-align:left;
			top:0;
			visibility:hidden;
			width:130px;
			z-index:100;
		}		
		.dropmenudiv a {
			border-bottom:1px solid #72502c;
			border-top:1px solid #966e44;
			color:#e1bf9b;
			display:block;
			font-weight:normal;
			text-align:left;
			text-decoration:none;
			text-indent:4px;
			width:auto;
		}		
		.dropmenudiv a:hover {
			background-color:#966e44;
			color:#48361f;
			text-align:left;
		}
		* html .dropmenudiv a {width:100%;} /*IE only hack*/
		.notop {border-top:0px !important;}
		
	#fader-cont {margin-top:10px;}
		#fader {height:260px; width:420px; overflow:hidden;} 


/* ----- @ Icons ----- */
#icons img.icon {border:5px solid #c9b88a;}
	#icons img.pad {margin:0 10px;}


/* ----- @ Content ----- */
#content {overflow:hidden;}
	.title {border-bottom:1px solid #e4dbc4;}
	.welcome-text {
		border-right:1px solid #e4dbc4; 
		float:left;
		width:534px;
	}
		.welcome-text p {padding:0 10px 10px 0;}
	.welcome-side-text {
		float:right;
		width:195px;
	}


/* ----- @ Footer ----- */
#footer {
	color:#fff; 
	font-size:7pt; 
	text-align:center;
}
	#footer a:link, #footer a:visited, #footer a:active {
		color:#fff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#footer p {margin:15px 0;}
