﻿/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
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 auto;
	padding: 0;
	background-color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:951px;
	margin: 0 auto;
	background-image:url('../images/layout-bar.gif');
	background-repeat:repeat-y;
	height:auto;
}
/* ============================================================= */
#top-container {
	width:951px;
	height:39px;
}
.logo {
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	width:296px;
	height:35px;
	float:left;
}
.logo a {
	display:block;
	width:296px;
	height:35px;
	position: absolute;
	text-indent: -2000em;
}
.link-box {
	width:534px;
	height:35px;
	float:right;
}
#header{
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	height:157px;
}
#searchbox-container{
	width:935px;
	height:auto;
	margin-top:8px;
	padding-left:15px;
}
.headingtext{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#2e73b5; 
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
.listboxborder{
	border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;padding:7px;} 
	
.linkmenu{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4c4c4c; text-decoration:none; }
.linkmenu:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d20000; text-decoration:none;}


.link{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#465c73; text-decoration:none;}
.link:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#1b6098; text-decoration:none;}

/* ============Google Map Box=========================== */
#googleads-mapbox{
	width:900px;
	height:auto;
	margin-left:14px;
	border:1px solid #e0e0e0;
	margin-top:5px;
}
/* ============================================================= */
#discount-reservationbox{
	width:925px;
	height:auto;
	padding-top:5px;
	margin:0 auto;
}
.discount-titlebox{
	background-image:url('../images/title-box.gif');
	background-repeat:no-repeat;
	width:243px;
	height:30px;
	
}
.discount-box{
	width:925px;
	height:auto;
	border:1px solid #9ed9ff;
}
.discount-titlebox h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
}

/* ============================================================= */

.reservation-hotellistbox{
	width:180px;
	height:auto;
}
.reservation-hotellistbox ul{
	margin:0;
	list-style:none;
	padding:5px 0px 0px 10px;
}
.reservation-hotellistbox li{
	display:block;
	padding:0 1px 0px 12px;
	background:url('../images/blackarrow.gif') no-repeat center left;
	line-height:20px;
}
.reservation-hotellistbox a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#014d26;
	display:block;
	height:21px;
	text-decoration:none;
}
.reservation-hotellistbox li a:hover{
	color:#027795;
	}


/* ==================Content And Left Menu======================*/

#main-content
{
 width:925px;
 height:auto;
 margin:0 auto;
 padding-top:10px;
}

#left-menu
{
	width:233px;
	height:auto;
	float:left;
}

.left-menu-box
{width:241px; height:auto; border:1px solid #9ed9ff;}

.left-menu-box li
{
	display:block;
	padding:0 1px 0px 12px;
	background:url('../images/blue-arrow.gif') no-repeat center left;
	line-height:20px;
	margin-left:12px;
	list-style:none;
}

.left-menu-box li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#014d26;
	display:block;
	height:21px;
	text-decoration:none;
}

.left-menu-box li a:hover{color:#027795;}

#content-text
{
	width:667px;
	height:auto;
	float:right;
}

.text{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-align:justify; padding:8px;}
.content-border{border-left:1px solid #9ed9ff; border-bottom:1px solid #9ed9ff; border-right:1px solid #9ed9ff;}

#content-text h1{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; color:#106596;}

/* ============Footer Container class================= */
#footer-container {
	background-image:url('../images/footer-bar.gif');
	background-repeat:repeat-x;
	width:951px;
	height:53px;
	clear:both;
	margin:0 auto;
	padding-top:15px;
}
.footer-text {
	width:946px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
	line-height:15px;
}
.footer-text a {
	color:#333333;
	text-decoration:none;
}
.footer-text a:hover {
	color:#333333;
	text-decoration:underline;
}

.specialheading{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2e73b5;
font-weight:bold;
text-decoration:none;
padding-top:2px;
    }   
   
.special{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#565656;
text-decoration:none;
    }
.special:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2e73b5;
text-decoration:none;
}

.highlight{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#51a5d6;
font-weight:bold;
text-decoration:none;
    }
.highlight:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#51a5d6;
font-weight:bold;
text-decoration:underline;
}

.button-bg{background-image:url(../images/Button.jpg); height:29px; width:93px; background-repeat:no-repeat; }
.featured-heading{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#48a2d3; font-weight:bolder;}
.featured-hotels-price
{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#ffffff; text-align:center;}
.border {
	border:1px solid #429ade;
	padding-left:0px;
}

.link-picks {
    font:Arial;
    font-size:11px;
    color:#504e4e;
    text-decoration:none;
    font-weight:bold;
}


.sitemaplink{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#565656;
text-decoration:none;
    }
.sitemaplink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2e73b5;
text-decoration:none;
}