@charset "UTF-8";
/* CSS Document */


#boxy_menu {
	width: 190px;
	height: 250px;
	position: absolute;
	bottom: 175px;
	left: 40px;
	}
#boxy_calendar {
	width: 91px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#boxy_bookyourtrip {
	width: 91px;
	height: 110px;
	position: absolute;
	top: 0px;
	right: 0px;
	}
#boxy_newsletters {
	width: 91px;
	height: 110px;
	position: absolute;
	top: 60px;
	right: 0px;
	}
#boxy_deals {
	width: 190px;
	height: 65px;
	position: absolute;
	top: 118px;
	left: 0px;
	}
#boxy_share {
	width: 190px;
	height: 44px;
	position: absolute;
	bottom: 25px;
	right: 0px;
	}
	
#inner_menu {
	width: 143px;
	height: 300px;
	position: absolute;
	bottom: 165px;
	left: 240px;
	text-align: right;
	font-size: 10px;
	}
#inner_menu b {
	color: #00467a;
	font-size: 12px;
	}
#inner_menu a {
	color: #3d692f;
	}
	
#content_wrapper {
	width: 315px;
	height: 300px;
	position: relative;
	float:right;
	margin-right: 240px;
	margin-top: 90px;
	z-index:1000;
	}
#content {
	position: relative;
	float: left;
	width: 280px;
	color: #00467a;
	font-size: 10px;
	}
#content a {
	color: #00467a;
	}
	
#content .newsletter {
	margin-top: 10px;
	}
	
.featured_pic {
	width: 400px;
	height: 705px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 900;
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#coverup { 
    height: 550px;
	}
	
.subPage { z-index: 1000; }	

.clearfloat {
	clear:both;
	height:0px;
	line-height:0px;
	visibility: hidden;
	}
	
p { margin-top: 0px; margin-bottom: 15px; }
