/* CSS Document */

#pageStyle {
	background: #3867AF url(../images/usa_ca/ec_index_background.jpg) no-repeat center top;
}

#mainMenu {
	position: relative;
	height: 46px;
	width: 740px;
	left: 0px;
	top: 0px;
}

#mainBar {
	width: 740px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 23px;
	background: #3B7BAF;
	border-bottom:1px solid #FFFFFF;
}
#mainBar p {
	font: 12px PMingLiU;
	color: #E8F0F7;
	letter-spacing: 4px;
	text-align: center;
	margin: 4px 0 0 1px;
}
#mainBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#mainBar a:visited {
	color: #6CAFE1;
	text-decoration: none;
}

#mainBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#graphicHolder {
	width: 738px;
	height: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border-right: 1px solid #436D33;
	border-left: 1px solid #436D33;
}

#midSpace {
	width: 740px;
	background: #FFFFFF;
	height: auto;
}

#bottomSpace {
	width: 738px;
	background: #FFFFFF;
	height: auto;
	margin: 0px;
	padding: 4px 0px;
	text-align: center;
	border: 1px solid #999999;
}

.hotelHolder {
	width: 238px;
	height: auto;
	margin: 2px 0px;

}

.hotelCity {
	font: bold 12px PMingLiU;
	color: #333333;
	text-align: center;
	height: auto;
	width: auto;
	text-transform: uppercase;
	background: #FFCE09;
	padding: 4px 0px;
	margin-top: 8px;
}

.hotelName {
	font: 12px PMingLiU;
	color: #ffffff;
	text-align: center;
	height: auto;
	width: auto;
	padding: 3px 2px;
	margin: 2px;
	background: #3B7BAF;
}

.hotelName a:link {
	color: #ffffff;
	text-decoration: none;
}

.hotelName a:visited {
	color: #ffffff;
	text-decoration: none;
}

.hotelName a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.hotelName a:active {
	color: #ffffff;
	text-decoration: none;
}

.hotelImage {
	width: 100px;
	height: auto;
	margin: 2px;
	float: left;
}

.hotelText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	height: auto;
	width: 130px;
	float: left;
}

.hotelClear {
	clear: both;
}

.dataCell {
	border: 1px solid #B0D5A4;
}
.endCell {
	border-right: 1px solid #999999;
}