/**
* Page layout 
*/

*
{
text-align:center;
}

BODY
	{
	display:block;
	margin:0px;
	height:100%;
	font-size:11pt;
	font-family:"Arial","Century Gothic", sans-serif;
	}
IMG 
	{
	border:0px;
	}
IMG.list_image
	{
	margin-top:10px;
	}
.page
	{
	width:100%;
	height:100%;
	text-align:center;
	padding:0px 0 0px 0;
	font-size:11pt;
	}
DIV.highlight_dining, DIV.highlight_attractions, DIV.highlight_shopping, DIV.highlight_accomodations, DIV.highlight_generic, DIV.highlight_golf, DIV.highlight_activities
	{
	width:100%;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin-top:5px;
	margin-bottom:5px;
	}

DIV.city_heading
	{
	margin-top:2px;
	margin-bottom:2px
	}
DIV.alpha_links
	{
	margin:0 auto 0px auto;
	padding: 5px 0 5px 0;

	width:100px;
	}
#header
	{
	text-align:center;
	}	
#footer
	{
	text-align:center;
	}
#footer_links
	{
	padding-bottom:5px;
	}	
	
#theMap
	{
	width:100%;
	height:200px;
	}
#search
	{
	margin-top:0px;
	}


TD.generic_page 
	{
	background: #fff799;
	}
DIV.highlight_generic
	{
	background: #ffde00;
	}


.accomodations_page
	{
	background: #b0abd4;
	}
DIV.highlight_accomodations
	{
	background: #9d85be;
	}

.activities_page
	{
	background: #aedfe4;
	}
DIV.highlight_activities
	{
	background: #57b7df;
	}	
	
.dining_page
	{
	background: #fcba63;
	}
	
DIV.highlight_dining
	{
	background: #f7941d;
	}	

.attractions_page 
	{
	background: #24a2d3;
	}
DIV.highlight_attractions
	{
	background: #44c2f3;
	}

.shopping_page
	{
	background: #f8b29d;
	}
DIV.highlight_shopping
	{
	background: #f16675;
	}
	

.golf_page
	{
	background: #bdd63c;
	}
DIV.highlight_golf
	{
	background: #70bf4c;
	}

TD.deal_category
	{
	height:40px;
	}

/**
* forms
*/	

DIV
{
margin:0px;
border:0px;
padding:0px;
}
FORM
{
margin:0px;
border:0px;
padding:0px;
}
	
	
/**
* Links
*/
A:link
{
color:#000000;
text-decoration:none;
}
A:visited
{
color:#333333;
text-decoration:none;
}
A:hover
{
color:#ff0000;
text-decoration:none;
}
A:active
{
text-decoration:none;
color:#ff0000;
}
