/* -----------------------------------------------------------------------
	Client:		Client Name
	Title:		Interior stylesheet for screen media
	Author:		Your Name, Your E-site email address
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	23 May 2006
------------------------------------------------------------------------- */



/* ----- Layout --------------------------------------------------------- */

div#sidebar-search{
	display:none;
	}
	
form#accommodations-form { /* absolutely positioned so it doesn't get pushed around by the section above it */
	top:110px;
	}
	
div#reservation-center {
	height:306px;
	}
	

div#reservation-bg-container {
	height:208px;
	background:url("../images/layout/synxis/reservations-bg.png") no-repeat top left;	
	}

div#sidebar {
	display:none;
	}

div#content {
	width:auto;
	margin:0;
	padding-left:1em;
	padding-right:1em;
	border-top:3px solid #3e6486;
	float:none;
	clear:both;
	}
	
div#reservation-center {/*I know!  I'm cheating!  but this is so much easier than the alternatives.  YAY!*/
	top:-6px;
	}

div#nav li#make-reservation-link {
	display:list-item;
	}