html {
	width: 100%;
}

body {
	width: 100%;
	font-family: Arial;
	margin: 0;
	background-color: #08152b;
}

form {
	margin: 0;
}

table, img {
	border: 0;
}

#wrapper {
	width: 1003px;
	margin-left: auto;
	margin-right: auto
}

#topbanner {
	background: url(../images/bg_dayshotelhdr.gif) repeat-x;
	height: 94px;
}

#topbanner table {
	border: 0;
	width: 100%;
}

#topbanner .logo {
	width: 600px;
	padding-top: 5px;
	vertical-align: middle;
	text-align: right;
}

#topbanner .languages {
	font-size: 12px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 125px;
}

#topbanner .languages a:link, #topbanner .languages a:visited {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#topbanner .languages a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#topnav {
	padding-top: 5px;
	margin-bottom: -5px;
	height: 26px;
	font-size: 14px;
	color: #F2D031;
	background: url(../images/bg_topnav.gif) no-repeat;
	text-align: center;
}

#topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topnav a:hover {
	text-decoration: none;
	color: #F2D031;
}

#flash_header {
	background: url(../images/bg_flash.jpg) no-repeat;
	height: 358px;
	text-align: center;
}

#content_area {
	background: url(../images/bg_content_area.jpg) top #CFD8E7;
	padding-top: 30px;
}

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#content .left {
	vertical-align: top;
	width: 258px;
	padding-right: 10px;
	
}

#content .left .infobox {
	background: url(../images/bg_leftbox.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}

#content .left .infobox a:link, #content .left .infobox a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#content .left .infobox a:hover {
	text-decoration: underline;
}

#content .left .infobox input {
	font-size: 10px;
}

#content .right {
	width: 492px;
	vertical-align: top;
}

/* styles for Fastbooking Reservation Form */
/*
#content .right .reservation {
	background: url(../images/bg_reservation.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding: 8px 10px 9px 10px;
}

#content .right .reservation td {
	vertical-align: bottom;
	padding-right: 5px;
}

#content .right .reservation input, #content .right .reservation select {
	font-size: 10px;
}
*/


/* new styles for Fastbooking Reservation Form */
#new_reservation {
	/* background: url(../images/bg_reservation.jpg) no-repeat; */
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #CFD8E7;
	margin: 5px 0px 5px 0px;
}

#new_reservation h3 {
	margin: 0;
	padding-right: 20px;
	font-size: 20px;
	font-weight: bold;
}

#new_reservation table {
	margin: 0 auto;
}

#new_reservation td {
	padding: 3px 5px 3px 0px;
}

#new_reservation input, #new_reservation select {
	font-size: 10px;
}


#content .title {
	/* padding-left: 15px; */
	/* margin-top: 10px; */
	font-family: Calibri, Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: #000066;
}

#content .right .main {
	/* border: solid 1px #CCCCCC; */
	margin-top: 10px;
	color: #000000;
	font-size: 14px;
}

#content .right .main h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content .right .main .newsdate {
	font-size: 10px;
	color: #999999;
}

#content .right .main a:link, #content .right .main a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content .right .main a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#careertable {
	font-size: 12px;
	width: 450px;
	border-collapse: collapse;
}

#careertable th {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	border: 1px solid #000000;
}

#careertable td {
	padding: 3px;
	border: 1px solid #000000;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* To control the dropdown menu */
#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-variant:normal;
	font-weight:normal;
	background-color: #08152b;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
	background-color: #FFFFFF;
}