/* CSS Document */

#main .left_content {
	width: 590px;
	float: left;
}

#main {
	width: 770px;
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
	position: relative;
}

#mapContainer {
	position: absolute;
	top: 230px;
	left: 170px;
	margin: 0;
	z-index: 1;
}
#map {
	position:absolute;
	top: 16px;
	left: 12px;
	width: 400px;
	height: 300px;
	margin: auto;
	border: 1px solid grey;
}
#map-close {
	position:absolute;
	top: 12px;
	right: 7px;
	cursor: pointer;
	z-index: 2;
}

.header {
	height: 20px;
	width: auto;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header h1 {
	font-size: 10px;
	font-weight: lighter;
	color: #bbbbbb;
	padding-top: 3px;
	padding-left: 6px;
	margin: 0px;
}
.header h2 {
	font-size: 13px;
	color: #999999;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	float: right;
}
.content_title h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: lighter;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
}

.content_title {
	width: 590px;
	background-color: #B8B8B8;
}
.left_panel {
	width: 170px;
	background-color: #E1E1E1;
	float: left;
}
#middle_panel {
	float: left;
	width: 420px;
	background-color: #FFF;
	height: auto;
	overflow: hidden;
}
#content_image {
	background-image: url(images/pic_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 220px;
	padding-top: 14px;
	padding-left: 15px;
	float: left;
}

.left_nav a.menuItem {
	list-style-type: none;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	display: block;
	text-transform: uppercase;
	color: #3366CC;
	font-size: 10px;
	padding-left: 11px;
	padding-top: 4px;
	margin: 0px;
	padding-bottom: 4px;
	height: 12px;
	list-style-type: none;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8B8B8;
}
.left_nav {
	padding-bottom: 10px;
}
.left_nav a.menuItem:hover { background-color:#FFF}

.left_panel h3 {
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 2px;
}
#lefttext {
	margin-left:7px;
	padding-left:7px;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 4px;
}
#lefttext h2, #lefttext h3, #middle_panel h3, .bluebarbox h3, #gallerysmall h3 {
	color: #3366CC;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
}
#lefttext h2{font-size:16px}
#lefttext p, .hotel_info p, .middle_leftcol p {
	font-size: 9px;
	margin: 0px;
	color: #333333;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.middle_leftcol {
	float: left;
	width: 228px;
	height: auto;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.quotes {
	margin:0px;
	line-height:0px;
	height:12px;
	color:#3366CC;
}

.greycontentbox {
	background-color: #e1e1e1;
	border: 1px solid #CCCCCC;
	width: 91%;
	padding: 5px;
	margin-left: 2px;
	margin-bottom: 8px;
	margin-top: 5px;
	margin-right: 0px;
	height: auto;
}
.landmarks {
	clear: both;
	padding-bottom: 3px;
}
.landmarks  img {
	float: left;
	padding-right: 5px;
	height: 40px;
	width: 40px;
	padding-bottom: 5px;
}

.right_panel {
	float: left;
	height: auto;
	width: 180px;
	padding: 0px;
	background-color: #E1E1E1;
}

.hotel_search {
	background-color: #888888;
	padding: 8px;
}
.hotel_info {
	background-color: #FFFFFF;
	width: 175px;
	float: right;
	padding: 5px 5px 5px 0px;
}



.hotel_search h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 0px;
	padding-bottom: 7px;
}
.hotel_search h5 {
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	padding-top: 7px;
	padding-right: 6px;
}

#gallerysmall {
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	width: 167px;
	padding-left: 13px;
	background-position: 0px 25px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
 	height:auto;
}
#gallerysmall h3 {
	letter-spacing: -1px;
	padding-bottom: 10px;
}
#gallerysmall img {
	padding-top: 6px;
	padding-left: 5px;
	margin: 0px;
	float: left;
}
.gallery_btm {
	width: 180px;
	clear: both;
	height: 22px;
}
.footer {
	background-color: #000000;
	width: 771px;
/*	background-image: url(images/Logo_istay_footer.gif);
	background-repeat: no-repeat;
	background-position: left; */
	display: block;
	height: 23px;
	clear: both;
}
