body
{
	background-color: #ffedb7;
	padding: 0;
	margin: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;	
	background-repeat: repeat-x;
	background-position: top;
	background-image: url("/images/bg_search_grad.jpg");	
}

ul, form, img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#bg
{
	top: 0;
	/*min-width: 1018px;*/
	min-height: 900px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("/images/bg_search.jpg");	
}

#head
{
	height: 146px;
}

#container
{
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 900px;
}

#title
{
	width: 456px;
	margin-top: 10px;
	float: left;
}

#logo
{
	width: 125px;
	margin-top: 70px;
	float: right;
	clear: right;
}

#homelink
{
	position: absolute;
	top: 93px;
	left: 8px;
	width: 106px;
	margin-top: 31px;
}

#search
{
	margin: 0;
	line-height: 0;
	float: right;
	clear: right;	
}

#search .textinput
{
	border: 1px solid #462b0f;
	height: 15px;
	margin: 3px 5px 0 5px;
	float: left;
}

#search .button
{
	margin: 3px 0 0 0;
}

#search .label
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #91140f;
	float: left;
	margin: 12px 5px 5px 5px;	
}

.left
{
	float: left;
}

.right
{
	float: right
}

#subnav
{
	
	float: left;
	width: 666px;
	line-height: 0;
}

#content
{
	width: 900px;
	margin: 0;	
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #333;
	float: left;
}

#copy
{
	text-align: left;
}

#select
{
	margin-top: 15px;
}

#map_button.off
{
	float: left;
	cursor: pointer;
	width: 150px;
	height: 62px;	
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("/images/search_button_areamap.png");
}

#map_button.on
{
	float: left;
	cursor: pointer;
	width: 150px;
	height: 62px;	
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("/images/search_button_areamap_on.png");
}

#select ul, ol
{
	list-style-position: outside;
	font-size: 13px;
	font-weight: bold;
}

#select ol li
{
	line-height: 1.5em;
	white-space: nowrap;
}

#select ol li span.disabled
{
	color: #AAA;
}

#select ol
{
	margin-left: 1em;
}

#select ul
{
	list-style: none;
	width: 25em;
}

#select ul li
{
	float: left;
	width: 12em;
	line-height: 1.5em;
	white-space: nowrap;
}

#restaurant_types ul
{
	list-style: none;
	width: 25em;
}

#restaurant_types ul li
{
	float: left;
	width: 12em;
	line-height: 1.5em;
	white-space: nowrap;
}

#store_types ul
{
	list-style: none;
	width: 40em;
}

#store_types ul li
{
	float: left;
	width: 19em;
	line-height: 1.5em;
	white-space: nowrap;
}

#region
{
	width: 266px;
	padding: 55px 0 0 20px;
	margin-left: -5px;	
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("/images/search_header_destination.png");		
}

#region.dining
{
	background-image: url("/images/search_header_destination_dining.png");		
}

#region.shopping
{
	background-image: url("/images/search_header_destination_shopping.png");		
}

#or
{
	float: left;
	margin-left: 25px;
}

#restaurant_types
{
	width: 206px;
	padding: 55px 0 0 0;
	margin-left: 45px;	
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url("/images/search_header_restaurant.png");
}

#store_types
{
	width: 316px;
	padding: 55px 0 0 0;
	margin-left: 0px;	
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("/images/search_header_store.png");
}

#accommodation_types
{
	width: 206px;
	padding: 55px 0 0 0;
	margin-left: 45px;	
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url("/images/search_header_accommodations.png");
}

#footer
{
	padding-top: 50px;
    width: 473px;
    height: 99px;
    clear: both;
}

#areamap
{
	display: none;
	position: absolute;
	top: 252px;
	right: 0px;
}

#map_close
{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;	
}

#results
{	
	background-color: #faf4e2;
	border: 1px solid #928865;
	padding: 10px;
	font-size: 13px;
}

#results table
{
	clear: both;
}

#results table thead
{
	background-repeat: repeat-x;
	background-image: url("/images/bg_search_results_bar.png");
	color: #faf4e2;
	text-transform: uppercase;
	height: 27px;
}

#corrections
{
	margin-top: 5px;
	float: right;
	clear: both;
}

h1
{
	clear: both;
	color: #140f07;
	font-size: 19px;
	text-transform: uppercase;
	border: 1px solid #9a7d44;
	padding: 5px 0 5px 30px;
	width: 450px;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url("/images/star_inverted.png");	
}

h1.search
{
	background-color: #b98a3a;
}

h1.list
{
	background-color: #82a69c;
}

#results table
{
	margin-top: 25px;
}

#results table td
{
	padding: 4px;
}

#results table tr.lightrow
{
	background-color: #faf4e2;
}

#results table tr.darkrow
{
	background-color: #e6d9ab;
}

#pager
{
	float: right;
	font-size: 15px;
	color: #a62413;		
}

#pager a
{
	font-size: 15px;
	text-decoration: none;
	margin: 0 3px 0 3px;
	color: #462b0f;
}

#viewother
{
	float: left;
}


a
{
	color: #333;
}

.printonly
{
    display: none;
}

