body{
padding:0px;
margin:0px;
}

div#navbarTop {
	height: 30px;
        width: 790px;
	border-top: solid #000 1px;
        border-right: solid #000 1px;
        border-left: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #003366;
}

div#navbarTop ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	text-align: left;

}

div#navbarTop li {
list-style: none;
display: inline;
}

div#navbarTop li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}
div#navbarTop li a:link {
color: #FFF:
}
div#navbar2 li a:visited {
color: #CCC;
}
div#navbarTop li a:hover {
font-weight: bold;
color: #FFF;
background-color: #3366FF;
}
.textBlue {
	font-family: Tahoma;
	font-size: 11px;
	color: #8AB0F7;
	font-weight: bolder;
}
.blueLarger {
	color: #5367B3;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.footerHotel {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	}
a.footerHotel:hover {color: #000066; }

.copyRightfooter {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000066;
}
.textBluer {
	font-family: Tahoma;
	font-size: 11px;
	color: #578DF2;
	font-weight: bolder;
}
.blue13 {

	font-family:Tahoma;
	font-size:13px;
	line-height:12px;
	color:#5567A4;
}
.borderBox
{
	border: 1px solid #d2d1b7;
	color: #2f2f2b;
	overflow: auto;
	font-family: Arial,Helvetica,sans-serif;
	padding: 5px;
	background-color: #EAE9D5;
}
.borderBoxTitle
{
	border: 1px solid #d2d1b7;
	color: #2f2f2b;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #EAE9D5;
	font-size: medium;
	height: auto;
	margin-bottom: 10px;
	font-weight: bold;
}
.hotelTitleDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #5E5D55;
	text-decoration: none;
}
.HotelBox {
	padding: 5px 10px;
	width: 490px;
	background: #FFFFFF;
	display: block;
	border: 1px solid #879ADC;
}
.thumbTravel {
	text-align: left;
	height: 75px;
	width: 75px;
	padding-right: 10px;
}
.blueTitle {

	color: #5567A4;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	word-spacing: 1px;
}
.Bluewhite {
	font: large Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	background: #FFFFFF;
}
.white13 {

	font-family:Tahoma;
	font-size:13px;
	line-height:12px;
	color:#FFFFFF;
}
.textDark {

	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.textDark10 {

	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}
.red {
	color: #EC0F30;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.ulList {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	border: none #003366;
	list-style: square url(none) inside;
	padding: 4px;
}

.ad1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 5px;
	width: 170px;
	margin-bottom: 20px;
	border: 1px solid #D2D1B7;
}
.ad2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 5px;
	width: 170px;
	margin-bottom: 10px;
	
}
.twoColFixRt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: 0px;
	position: absolute;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRt #mainHotelContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


