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

body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	}
a {
	text-decoration:none;
	}

#container {
	width:1000px;
	background:#700;
	margin:0 auto;
	}
	
#footer {
	width:1000px;
	height:20px;
	background:#444;
	margin:0 auto;
	clear:both;
	color:#FFF;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#footer a {
	color:#BBB;
	}
	
#footer a:visited {
	color:#FF0;
	}

#header a{
	text-decoration:none;
}
	
#header {
	background:url(../images/header-blue.gif) top left no-repeat;
	text-align:center;
	padding:5px 0 3px 0;
	margin:0 0 5px 0;
	}
	
.page_title {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fdfa06;
	padding:0 0 3px 0;
	}
	
#nav_bar {
	background:url(../images/navbar-black.gif) bottom left no-repeat #000000;
	margin:5px 0 0 0;
	width:1000px;
	height:25px;
	border-bottom: 5px;
	border-bottom-color:#022cff;
	}
	
ul.nav_list {
	margin:auto;
	padding: 3px 0 0 0px;
	text-align:center;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	color:#ffffff;
	}
	
ul.nav_list li{
	display:inline;
	list-style:none;
	padding: 0 10px;
	font-size:14px;
	}
	
ul.nav_list a, ul.nav_list a:visited{
	text-decoration:none;
	color:#ffffff;
	display:inline-block;
    vertical-align:middle;
	font-size:14px;
	}
	
ul.nav_list a:hover{
	color:#fdfa06;
	font-size:14px;
	}

#left_column {
	width:248px;
	margin:0 0 0 11px;
	float:left;
	position:relative;
	}
	
.small_listing {
	margin:0 0 10px 0px;
	padding:5px 0 5px 0px;
	color:#33C;
	height:96px;
	width:248px;
	clear:left;
	background: url(../images/graygradient.gif) repeat bottom left;
	}

.small_hotel_pic {
	height:90px;
	width:90px;
	float:left;
	border:thin solid #000000;
	margin: 0 5px 0 5px;
	}
	
.small_hotel_info {
	text-align:left;
	padding:0 0 0 5px;
	}

.small_hotel_title {
	font-size:12px;
	font-weight:bold;
	}
	
	
.small_hotel_address {
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	}
	
.small_hotel_details {
	font-size:10px;
	font-weight:normal;
	}

.short_lines {
	line-height:12px;
	}
	
#center_column {
	width:450px;
	margin:0 0 0 10px;
	float:left;
	position:relative;
	}

.center_listing {
	width:450px;
	height:179px;
	background: #fff67f url(../images/yellowgradient.gif) repeat bottom left;
	padding:5px 0 0 10px;
	margin:0 0 5px 0;
	color:#022cff;
	positon:relative;
	}
	
#center_footer {	
	width:450px;
	height:22px;
	position:relative;
}

.center_rate {
	font-size:11px;
	font-weight:500;
	line-height:13px;
	position:absolute;
	top:2px;
	right:0px;
	text-align:right;	
	text-transform:none;
	float:right;
	background-color:#F00;
	color:#FFF;
	padding:0 2px;
}

.large_hotel_title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	margin:0 0 3px 0;
	border-bottom:1px dotted;
	position:relative;
}


.large_hotel_pic {
	margin:0px 0 0px 0;
	height:152px;
	width:185px;
	float:left;
	position:relative;
	}
	
.amenities {
	padding:2px 2px 0 0;
	position:absolute;
	right:0px;
	font-size:10px;
	line-height:10px;
	
}

.large_hotel_info {
	text-align:left;
	padding:0px 10px 0 200px;
	}
	
.large_hotel_address {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	}
	
.large_hotel_details {
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	}

.large_hotel_stars {
	text-align:right;
	padding:0 10px 0 0;
	line-height:16px;
	}
	
#right_column {
	width:249px;
	margin:0 0 0 20px;
	float:left;
	position:relative;
	}
	

