﻿/* ========== 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;
	padding: 0;
	background-color:#414141;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#565758;
	font-size:11px;
	text-align:justify;
}
/* ========== WRAPPER */
#wrapper {
	width:970px;
	margin: 0 auto;
	background-image:url('../images/layout-bg.gif');
	background-repeat:repeat-y;
}
/* ============================================= */
#header-bgcontainer{
	width:970px;
	height:246px;
	background-image:url('../images/header-bgstrip.gif');
	background-repeat:repeat-x;
}
#header-layoutbox{
	width:946px;
	height:auto;
	margin:0 auto;
}
.link-box{
	background-image:url('../images/toplink-bg.gif');
	background-repeat:no-repeat;
	width:169px;
	height:235px;
	float:left;
	padding-top:25px;
}
.link-box ul{
	margin:0;
	list-style:none;
	padding:5px 0px 0px 15px;
}
.link-box li{
	display:block;
	padding:0 1px 0px 15px;
	background:url('../images/blue-arrow.gif') no-repeat center left;
	border-bottom:1px solid #bdd6dd;
	line-height:20px;
}
.link-box a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#343434;
	display:block;
	height:21px;
	text-decoration:none;
}
.link-box li a:hover{
	color:#fa3f00;
	}
.header-img{
/*	background-image:url('../images/header.gif');
	background-repeat:no-repeat;*/
	width:777px;
	height:235px;
	float:right;
}
.header-img a{
	width:777px;
	height:235px;
	display:block;
}
/* =======Center Container Class======================== */
#center-contantcontainer{
	width:970px;
	margin: 0 auto;
	clear:both;
}
/* =======Left Side Box Class======================== */
#left-container{
	width:207px;
	height:auto;
	float:left;
}
#google-container{
	width:207px;
	height:auto;
	text-align:center;
	margin-top:8px;
}
#downtown-infobox{
	width:189px;
	height:auto;
	padding-left:15px;
}
.info-topbar{
	width:189px;
	height:24px;
	background-image:url('../images/hotelinfo-topbar.gif');
	background-repeat:repeat-x;
}
.info-topbar h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
}
.info-bgbar{
	width:187px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

.info-bgbar ul{
	margin:0;
	list-style:none;
	padding:5px 0px 0px 10px;
}
.info-bgbar li{
	display:block;
	padding:0 1px 0px 5px;
	background:url('../images/black-arrow.gif') no-repeat center left;
	line-height:20px;
}
.info-bgbar a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	display:block;
	height:21px;
	text-decoration:none;
}
.info-bgbar li a:hover{
	color:#027795;
	}
.info-bottombar{
	width:189px;
	height:12px;
	background-image:url('../images/hotelinfo-bottombar.gif');
	background-repeat:no-repeat;
}
.mapbox-container{
	background-image:url('../images/map-banner.gif');
	background-repeat:no-repeat;
	width:189px;
	height:41px;
	margin-left:15px;
	margin-top:5px;
}
.mapbox-container a{
	width:189px;
	height:41px;
	display:block;
}
/* ============================================================================================================== */

/* =======Right Side Box Class======================== */
#right-container{
	width:763px;
	height:auto;
	float:right;
}
/* =======Search and Feature Main Box Class======================== */

#search-feature-box{
	width:745px;
	height:auto;
	margin:0 auto;
}

#featured-container{
	width:305px;
	height:auto;
	float:left;
}
.featured-toptitle{
	background-image:url('../images/featuredhotels-top.gif');
	background-repeat:no-repeat;
	height:29px;	
}
.featured-titletext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-top:8px;
	padding-left:15px;
	text-decoration:none;
}
.featured-bgbar{
	width:301px;
	border-left:2px solid #dfdfdf;
	border-right:2px solid #dfdfdf;	
	background-color:#f6fdff;
}
.featured-bottombar{
	background-image:url('../images/featuredhotels-bot.gif');
	background-repeat:no-repeat;
	height:10px;	
}
.lt-textlink-pad{
	padding-top:4px;
	padding-bottom:4px;
}
.small-textboxtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;	
}
.searchbox-pad{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
/* ======================================================================================= */
#search-container{
	width:421px;
	height:auto;
	float:right;
	margin-right:5px;
}
.search-toptitle{
	background-image:url('../images/search-topbar.gif');
	background-repeat:no-repeat;
	height:29px;
}
.search-toptitle h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding-top:8px;
	padding-left:30px;
}
.search-bgbar{
	width:417px;
	border-left:2px solid #dfdfdf;
	border-right:2px solid #dfdfdf;	
	background-color:#f6fdff;
}
.search-bottombar{
	background-image:url('../images/search-botbar.gif');
	background-repeat:no-repeat;
	height:13px;
}
/* ======================================================================================= */
#hotels-categoriesbox{
	width:741px;
	height:auto;
	clear:both;
	padding-left:8px;
	padding-top:8px;
}

.categories-topbar{
	background-image:url('../images/categories-topbar.gif');
	background-repeat:no-repeat;
	height:25px;
}
.categories-topbar h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#13669a;
	padding-left:40px;
	padding-top:4px;
}
.categories-bgbar{
	width:738px;
	border-left:1px solid #a7d7e4;
	border-right:1px solid #a7d7e4;	
	border-bottom:1px solid #a7d7e4;	
	background-color:#FFFFFF;
}
/* ======================================================================================= */

.categories-content{
	width:150px;
	height:auto;
}

.categories-content ul{
	margin:0;
	list-style:none;
	padding:5px 0px 0px 10px;
}
.categories-content li{
	display:block;
	padding:0 1px 0px 15px;
	background:url('../images/white-arrow.gif') no-repeat center left;
	line-height:20px;
}
.categories-content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	display:block;
	height:21px;
	text-decoration:none;
}
.categories-content li a:hover{
	color:#027795;
	}
	
	.special{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	text-decoration:none;
}

.special:hover{
	color:#027795;
	}
	
	.specialpr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#343434;
	text-decoration:none;
}

.specialpr:hover{
	color:#027795;
	}
	
	
	
/* ======================================================================================= */
#hotels-contantbox{
	width:741px;
	height:auto;
	clear:both;
	padding-left:8px;
	padding-top:8px;
}

.hotels-contenttop{
	background-image:url('../images/contant-topbar.gif');
	background-repeat:no-repeat;
	height:21px;
}
.hotels-contenttop h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#1e74a9;
	padding-left:40px;
	background-color:#ffffff;
	width:auto;
}
.hotels-contentbg{
	width:737px;
	border-left:2px solid #a7d7e4;
	border-right:2px solid #a7d7e4;	
	background-color:#FFFFFF;
}
.hotels-contentbottom{
	background-image:url('../images/contant-bottombar.gif');
	background-repeat:no-repeat;
	height:11px;
}
.content-space{
	padding:15px;
}

/* ============Footer Container class================= */
#footer-container{
	background-image:url('../images/footer-bar.gif');
	background-repeat:repeat-x;
	width:970px;
	height:35px;
	clear:both;
	margin-top:8px;
}
.footer-text{
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 auto;
	padding-top:10px;
}
.footer-text a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer-text a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}



.main-title{
	 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#DC480A;
	line-height:1px;
	padding-left:10px;
	padding-bottom:0px;
	padding-top:10px;
	
}
.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:15px; color:#0376ac; 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 #1AA8C6;
	padding-left:0px;
}

.link-picks {
	font:Arial;
	font-size:11px;
	color:#504e4e;
	text-decoration:none;
	font-weight:bold;
}