/* CSS Document */

body { 
	margin:0 0 13 0;
	background-color:#fff6d4;
	}
	
#outer_wrapper {
	width:700px;
	margin:auto;
	}
	
#top_hotel_images {
	padding-top:10px;
	padding-bottom:10px;		
	}
	
#content {
	margin:auto;
	width:698px;
	background-color:#f4efdc;
	border:1px solid #5e231e;
	}	
	
#global_nav {
	margin-top:10px;
	margin-bottom:10px;
	}
	
#global_content_bottom {
	width:678px;
	padding:10px;
	margin:auto;
	text-align:center;
	}

a.footer {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#5e231e;
	text-decoration:underline;
	}

a.footer:hover {
	color:#000000;
	}	
	
.global_text_content {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#51503C;
	margin-right:5px;
	}	
	
hr {
	border: 0;
	color: #5e231e;
	height: 1px;
	}	

.search_form {
	color: #333333;
	font-size: 10px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#f4efdc;
	font-weight:bold;
	line-height:10px;
	}	
	
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	line-height:10px;
	}	
	
#weather {
	width:155px;
	height:125px;
	}

.header {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#f4efdc;
	text-decoration:none;
	}
	
a.header {
	color:#f4efdc;
	text-decoration:none;
	}
	
a.header:hover {
	text-decoration:underline;
	color:#f4efdc;
	}	
	
a.body {
	font-size:12px;
	color:#51503C;
	text-decoration:none;
	}

a.body:hover {
	text-decoration:underline;
}
	
.item_off	{
	border: 1px solid #666666; 
	padding: 5px; 
	margin: 3px;
	display: none; 
	}
	
.item_on {
	display:block;
	border: 1px solid #666666; 
	padding: 5px; 
	margin: 3px;
}
	
/********* FORM ELEMENTS ***********/

.submit { 
	background-color:#5e231e;
	color:#fff;
	border:1px solid #000;
	font:12px arial, sans-serif;
}

.submit:hover {
	background-color:#FFFFFF;
	color:#5e231e;
}

.input {
	border:1px solid #5e231e;
	background-color:#fff;
	width:120px;
	font:12px arial, sans-serif;
}

#emailForm {
	text-align:left;
	width:210px;
	max-width:180px;
	}
	