body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        height: 100%;
        margin: 0;
        color: #00246f;
}
a {
	color: #00246f;
}
img {
	border: 0;
}
h2 {
	font-size: 16px;
}
h2.h-title {
	font-size: 22px;
}
h2 .stars {
	font-size: 14px;
	font-style: italic;
	font-weight: none;
}
h2 .category {
	font-size: 13px;
	font-weight: none;
	font-style: italic;
}
#main-container {
        width: 950px;
        margin: auto;
}
#landing-header {
	margin-top: 15px;
	text-align: center;
}
#landing-search {
	text-align: center;
	margin-top: 20px;
	vertical-align: bottom;
}
#landing-search .main-search {
	height: 50px;
	background: #cccccc;
	border: 1px solid black;
	font-size: 30px;
	width: 350px;
}
#landing-search .main-submit {
	vertical-align: top;
}
#landing-directory {
	margin-top: 40px;
	overflow: hidden;
}
#landing-directory ul {
	list-style: none;
}
#landing-directory li {
	float: left;
 	margin-left: 20px;
	margin-top: 10px;
	width: 30%;
}
#header {
	margin-top: 20px;
	overflow: hidden;
}
#header .logo {
	float: left;
	margin-right: 20px;
}
#header .search {
	padding-top: 40px;
	float: left;
}
#header .search .search-input {
	height: 30px;
	background: #cccccc;
	border: 1px solid black;
	font-size: 20px;
	width: 400px;
}
#header .search .search-submit {
	vertical-align: top;
}
ul.listing {
	list-style: none;
	overflow: hidden;
	padding: 0; 
	margin: 0;
}
ul.listing li {
	float: left;
	height: 100px;
        width: 30%;
	margin-top: 20px;
}
ul.listing li .h-details {
	float: left;
	width: 170px;
}
ul.listing li .h-details a {
	font-size: 16px;
}
ul.listing li .h-details .h-location {
	font-style: italic;
	font-size: 12px;
}
.hotel {
	overflow: hidden;
}
.hotel .h-details {
	float: left;
	width: 62%;
	color: #3f3f3f;
	font-size: 15px;
	overflow: hidden;
}
.hotel .h-details .h-picture {
	float: left;
	margin: 0 20px 20px 0;
}
.hotel .h-details .h-picture .h-other-pics {
	margin-top: 10px;
	width: 255px;
}
.hotel .h-book {
	float: left;
	width: 31%;
	margin-left: 60px;
}
.hotel .h-book .book-bkg {
        background: url(../images/book-bkg.gif) no-repeat top left;
	width: 260px;
	height: 210px;
	text-align: center;
	color: #ccff00;
	font-weight: bold;
	padding: 10px;
	font-size: 22px;
}
.hotel .h-book .h-facilities h5 {
	font-size: 15px;
	margin: 10px 0 10px 60px;
	padding: 0;
}
.hotel .h-book .h-facilities ul {
	margin: 0 0 0 60px;
	padding: 0;
	list-style: none;
}
.hotel .h-book span.price {
	font-size: 24px;
}
.vh-download {
	font-size: 16px;
	font-weight: bold;
	color: #ff7700;
}
#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #3f3f3f;
	text-align: center;
	line-height: 25px;
}
#footer a {
	color: #3f3f3f;
}

