/* AML style sheet */

/* colors:

*/

a img { border: 0; }
a {	color: #1280cd;	}
a:hover { color: #991C1C; text-decoration: none; }

body {
	background-color: #d5d5d5;
	background-image: url(images/stripe_1.gif);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}
	
.clearit { clear: both; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #fff;
	}
	
#header { height: 131px; }
	
	#date {
		width: 860px;
		color: #fff;
		font-size: 1.1em;
		font-weight: bold;
		text-align: right;
		padding-top: 15px;
		z-index: 10;
		margin-top: -131px;
		position: relative;
		}
		
#mainNav {
	height: 27px;
	background-color: #222;
	}
	
	#mainNav a {
		color: #254617; 
		display: block;
		float: left;
		}
	
#secondNav {
	color: #999898;
	background-color: #dfdfdf;
	text-align: right;
	font-size: 1.1em;
	padding: 7px 15px;
	}
	
	#secondNav a {
		color: #6D6C6C;
		text-decoration: none;
		font-size: 1.1em;
		}
		
	#secondNav a:hover {
		color: #2E2E2E;
		text-decoration: underline;
		}
		
#main {
	background-color: #fff;
	padding: 25px 15px 40px 15px;
	}
	
#centerCol {
	width: 600px;
	float: left;
	}
	
	#centerCol p {
		color: #444;
		font-size: 1.2em;
		line-height: 1.5;
		}
	
	#centerCol b {
		color: #111;
		}
		
	#centerCol h1 {
		color: #111;
		font-size: 1.4em;
		}
		
	ul li {
		color: #444;
		font-size: 1.2em;
		}
		
	ol li {
		color: #444;
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: 3px;
		}
		
	table td {
		color: #444;
		font-size: 1.2em;
		line-height: 1.5;
		width: 50%;
		}
		
	#floorplan img {
		padding: 10px 30px;
		}
		
	#hotels h1 {
		color: #9B1515;
		font-size: 1.8em;
		}
	
	#hotels img { vertical-align: text-top; }
	
	.contactUs {
		width: 50%;
		font-size: 1em;
		float: left;
		}
		
		.contactUs strong {
			color: #008080;
			font-size: 1.1em;
			}
		
		.contactUs p {
			padding: 0 10px 10px 0;
			}
		
		
		
		
#rightCol {
	width: 255px;
	float: right;
	font-size: 1.2em;
	line-height: 1.6;
	}
	
	#rightCol a {
		color: #1280cd;
		}
		
	#rightCol a:hover {
		color: #991C1C;
		text-decoration: none;
		}
		
	#rightCol .box {
		background-color: #99b9ac;
		color: #fff;
		font-size: 1em;
		line-height: 1.3;
		margin-bottom: 12px;
		}
		
		#rightCol .box p {
			padding: 5px;
			margin: 0;
			font-size: 1em;
			}
			
		#rightCol .box p a {
			color: #3b8b7e;
			text-decoration: none;
			}
			
		#rightCol .box p a:hover { text-decoration: underline; }
			
	#countDown {
		color: #333;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 25px;
		line-height: 1.5;
		}
		
		#countDown img { vertical-align: middle; }
			
	#contact {
		background-color: #bfbfbf;
		margin-bottom: 15px;
		}
		
		#contact h3 {
			display: block;
			background-color: #767676;
			color: #fff;
			font-size: 1.2em;
			text-align: center;
			margin: 0;
			padding: 5px;
			}
			
		#contact form {
			padding: 10px;
			margin: auto;
			color: #222;
			font-size: 1em;
			font-weight: bold;
			text-align: right;
			}
			
		#contact input.text {
			vertical-align: middle;
			border: 1px solid #222;
			margin: 4px 10px;
			width: 150px;
			}
			
		#contact input#go {
			border: 0;
			margin: 0 10px;
			}
			
#bottomNav {
	color: #999898;
	background-color: #fff;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
	padding: 10px 30px;
	}
	
	#bottomNav a {
		color: #6D6C6C;
		text-decoration: none;
		font-size: 1.1em;
		}
		
	#bottomNav a:hover {
		color: #2E2E2E;
		text-decoration: underline;
		}
		
#footer {
	color: #999;
	background-color: #fff;
	font-size: 1em;
	text-align: center;
	padding: 12px;
	}
	
	#footer a {
		color: #999;
		text-decoration: none;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}