BODY
{
	background-image: url( ../img/body_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

DIV#Center 
{
	
}

DIV#Header
{
	height: 148px;
	background-image: url( ../img/header_bg.png);
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
}

DIV#Logo
{
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 99;
}

DIV#Menu
{
	margin-top: 1px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #DDDDDD;
}

DIV#Menu A
{
	text-decoration: none;
}

DIV#Menu LI
{
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	border-right: 1px solid #DDDDDD;
}

DIV#Menu LI A
{
	color: black;
}

DIV#Menu LI.Selected
{
	background-image: url(../img/menu_bg.png);
}

DIV#Menu LI.Selected A
{
	color: white;
}

DIV#SubMenu LI,
DIV#MyMenu LI
{
	line-height: 30px;
	padding-left: 5px;
	border-bottom: 1px solid #999;
}

DIV#SubMenu LI A,
DIV#MyMenu LI A
{
	color: #8ab26a;
	text-decoration: none;
}

DIV#SubMenu LI.Selected A,
DIV#MyMenu LI.Selected A
{
	color: #ff7c24;
	font-weight: bold;
}

DIV#SubMenu LI A:Hover,
DIV#MyMenu LI A:Hover
{
	text-decoration: underline;
}

DIV#MyMenu LI LI
{
	border: none;
}

DIV#Main
{
	margin-top: 20px;
	background-position: top;
	background-repeat: repeat-y;
	background-color: #d3eac2;
}

DIV#MainCenter
{
	padding: 0px 10px;
	width: 970px;
    background-image: url( ../img/main_bg.png);
}

DIV#MainSpacer
{
	height: 2px;
	background-color: #d3eac2;
	_font-size: 1pt;	
}

DIV#MainWrapper
{
	min-height: 150px;
	_height: 150px;
	padding-bottom: 10px;
	margin-top: 10px;		
}

DIV#Left
{
	float: left;
	width: 200px;
	margin-left: 10px;
	_margin-left: 5px;
}

DIV#Right
{
	float: left;
	width: 740px;
	margin-left: 10px;	
}

DIV#Right H1
{
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 5px;
}

DIV#Content
{
	padding: 5px;
}

DIV#Content H1
{
	border: none;
	padding: 0;
	margin-top: 15px;	
}

DIV.Box,
TABLE.Box
{
	border: 1px solid #999999;
	margin-bottom: 10px;
}

H2.BoxHeader
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
	padding: 5px 10px 5px 10px;
}

DIV#Footer
{
	background-image: url( ../img/footer_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
}

DIV#FooterCenter
{
	background-image: url( ../img/footer_head.png);
	min-height: 53px;
	_height: 53px;
}

DIV#Footer DIV.Sitemap
{
	font-size: 8pt;
	text-align: center;
	color: gray;
	padding-top: 10px;
}

DIV#Footer DIV.Sitemap A
{
	color: gray;
	text-decoration: none;
}

INPUT.Submit, INPUT.Button, BUTTON
{
	background-image: url( ../img/button_medium_green_bg.png );
	width: auto;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	border: none;
}

/* BENEFITS STYLE */
DIV#Benefits
{
	border-top: 1px solid #656664;
	background-image: url( ../img/benefits_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 28px;
	line-height: 26px;
	padding-left: 10px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
}

DIV#Benefits A
{
	color: white;
	text-decoration: none;
}

DIV#Benefits SPAN
{
	float: left;
}

DIV#Benefits UL
{
	list-style: none;
	float: right;
}

DIV#Benefits LI
{
	position: relative;
	float: left;
	border-left: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}

DIV#Benefits LI DIV
{
	position: absolute;
	overflow: visible !important;
	width: 250px;
	background-color: #e55c00;
	display: none;
	padding: 15px;
	margin-left: -100px;	
	font-weight: normal;
	z-index: 9;
}

BODY#IE DIV#Benefits LI.DIV
{
	clear				: both;
	float				: left;
	margin				: 22px 0 0 -100%;
}


/* NEWSLETTER */
DIV#Newsletter INPUT.Name,
DIV#Newsletter INPUT.Email
{
	color: #666;
}

SPAN.Error
{
	color: #ff7c24;
}

/* BACK TO BOOKING */
DIV#Left INPUT#BackToBooking
{
	width: 200px;
}


