/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#51504d;
	font-size:12px;
	text-align:justify;
	background-color:#e2ebee;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
}
/* ========== WRAPPER */
#wrapper {
	width:968px;
	height:auto;
	margin: 0 auto;
}
#logo-container {
	width:968px;
	height:72px;
}
.logo-box {
	width:389px;
	height:54px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	margin-top:8px;
	margin-bottom:5px;
	margin-left:25px;
	float:left;
}
#link-container {
	width:964px;
	height:38px;
	margin-left:4px;
}
.mid-part {
	width:946px;
	height:38px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#383838;
	font-weight:bold;
	line-height:38px;
	padding-left:10px;
	padding-right:5px;
	background-image:url(images/link-bg.gif);
	background-repeat:repeat-x;
}
.headerlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	text-decoration:none;
	font-weight:bold;
}
.headerlink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#85e4ff;
	text-decoration:none;
	font-weight:bold;
}
/* ============================================================== */

#main-container {
	width:958px;
	height:auto;
	clear:both;
	padding-left:5px;
	padding-right:4px;
	background-image:url(images/mid-bg.png);
	background-repeat:repeat-y;
}
/* ============================================================== */
#left-container {
	width:365px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
#information-container {
	width:365px;
	background-image:url(images/search-bg.gif);
	background-repeat:repeat-x;
	height:306px;
	padding-bottom:5px;
}
.banner {
	width:589px;
	height: 191px;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#ltbox-topbar {
	width:450px;
	height:9px;
	background-image:url('images/menu-box-up.gif');
	background-repeat:no-repeat;
	background-color:#ffb927;
}
#ltbox-midbar {
	width:435px;
	height: auto;
	background-image:url('images/menu-box-mid-bg.gif');
	background-repeat: repeat-y;
	padding-left:15px;
}
#ltbox-downbar {
	width:450px;
	height:10px;
	background-image:url('images/menu-box-down.gif');
	background-repeat:no-repeat;
}
/* ============================================================== */
#content-container {
	width:580px;
	height:auto;
	clear:both;
}
/* ===============================================*/


/* ============================================================== */

#ltbox-bgbar {
	width:198px;
	height:auto;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
}
#ltbox-bottombar {
	width:200px;
	height:15px;
	background-image:url('images/box-botstrip.gif');
	background-repeat: repeat-x;
	clear:both;
}
.boxdown-ltcorner {
	width:16px;
	height:15px;
	background-image:url('images/left-round-down.gif');
	background-repeat:no-repeat;
	float:left;
}
.boxdown-centerbg {
	width:168px;
	height:38px;
	float:left;
}
.boxdown-rtcorner {
	width:16px;
	height:15px;
	background-image:url('images/right-round-down.gif');
	background-repeat:no-repeat;
	float: right;
}
/* ============================================================== */

.nav {
	width:auto;
	height:auto;
}
.nav ul {
	width:auto;
	margin:0;
	list-style:none;
	padding:0px 0px 0px 0px;
}
.nav li {
	display:block;
	padding:0 0px 0px 15px;
	background:url(images/bullet.gif) no-repeat center left;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.nav li a {
	color:#333333;
	text-decoration:none;
}
.nav li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#b0801c;
	text-decoration: none;
}
.title-box {
	width:235px;
	height:23px;
	background-color:#498de8;
	margin-top:5px;
	padding-top:5px;
	padding-left:15px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#36a4c3;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:10px;
}
#content-border {
	width:232px;
	height:auto;
	border:1px solid #498de8;
	padding:8px;
}
/* ============================================================== */

#right-container {
	width:589px;
	height:auto;
	float:right;
}
#informationright-container {
	width:518px;
	height:272px;
	padding-bottom:5px;
}
#rtbox-topbar {
	width:518px;
	height:9px;
	background-image:url('images/search-box-up.gif');
	background-repeat:no-repeat;
	background-color:#4cd0f6;
}
#rtbox-midbar {
	width:518px;
	height: 253px;
	background-image:url('images/search-box-mid.gif');
	background-repeat: repeat-y;
	text-align:center;
}
#rtbox-downbar {
	width:518px;
	height:10px;
	background-image:url('images/search-box-down.gif');
	background-repeat:no-repeat;
}
/* ============================================================== */

.header-box {
	width:550px;
	height:93px;
	background-image:url('images/banner-down.gif');
	background-repeat:no-repeat;
	padding-bottom:10px;
	background-color:#d3e7f2;
}
#header-boxdown {
	width:550px;
	height: auto;
	background-color:#d3e7f2;
}
.header-roundboxdown {
	width:550px;
	background-image:url('images/blue-round-down.gif');
	background-repeat:no-repeat;
	height: 33px;
	background-color:#d3e7f2;
	margin-bottom:10px;
	clear:both;
}
/* ============================================================== */

.title-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6f6f6f;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.title-text a {
	color:#000000;
	text-decoration:none;
}
.title-text a:hover {
	color:#000000;
	text-decoration:underline;
}
/* ============================================================== */

#ad-box {
	width:589px;
	height:auto;
	float:right;
	text-align:center;
	padding-top:8px;
	padding-bottom:10px;
}
#googlead-box {
	width:550px;
	height:auto;
	float:right;
	text-align:center;
	padding-top:8px;
	padding-bottom:10px;
}
#link-box {
	width:535px;
	height:auto;
	clear:both;
	padding-left:15px;
}
#content-box {
	width:968px;
	height:auto;
	float:right;
	text-align:left;
}
.blue-boxup {
	width:968px;
	background-image:url(images/blue-box-up.gif);
	background-repeat:no-repeat;
	background-color:#d8f5fd;
	height:9px;
}
.blue-boxmid {
	width:955px;
	background-image: url(images/blue-box-mid-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.blue-boxdown {
	width:968px;
	background-image:url(images/blue-box-down.gif);
	background-repeat:no-repeat;
	height:9px;
	margin-bottom:10px;
}
.hotellink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36a4c3;
	text-decoration:none;
	font-weight:bold;
}
.hotellink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#98bb1a;
	text-decoration:none;
	font-weight:bold;
}
#information-leftcontainer {
	width:365px;
	height: auto;
	padding-bottom:5px;
}
.rightheading {
	display:block;
	padding:0 0px 0px 35px;
	background:url(images/icon.gif) no-repeat center left;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353334;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
}
.destinationright {
	width:355px;
	height:auto;
	float:left;
	border-bottom:1px dashed #adadad;
	padding-bottom:10px;
	padding-top:10px;
}
.destinationimg {
	width:132px;
	height:89px;
	float:left;
	background-image:url(images/img.gif);
	background-repeat:no-repeat;
}
.destinationimg1 {
	width:132px;
	height:89px;
	float:left;
	background-image:url(images/img1.gif);
	background-repeat:no-repeat;
	
}
.destinationimg2 {
	width:132px;
	height:89px;
	float:left;
	background-image:url(images/img2.gif);
	background-repeat:no-repeat;
}
.destinationimg3 {
	width:132px;
	height:89px;
	float:left;
	background-image:url(images/img-3.gif);
	background-repeat:no-repeat;
}
.destinationcontent {
	width:220px;
	height: auto;
	float:right;
}
/* ============Footer Container Start=========================================*/
#footer-container {
	width:958px;
	height:77px;
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	line-height:77px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1b1b1b;
	text-align: center;
}
.footertext {
	margin:auto 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1b1b1b;
	text-align: center;
}

