/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.award{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 388px;
	position: absolute;
	left: 378px;
	top: 29px;
}
.regmap {
	font-size: 9px;
	color: #666666;
	width: 220px;
}
.infoTable {
	position: absolute;
	width: 445px;
	color: #91B13E;
	font-size: 13px;
	font-weight: bold;
	left: 323px;
	top: 100px;
}

.bar {
	position: relative;
	background: url(images/fixbar.gif) repeat-x bottom;
	left: -14px;
	height: 28px;
	width: 103.6%;
	*-top: -10px; /* IE6 only */ 
}

/*********** BarNav styles ***********/

.barnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image: url("images/downbar.gif");
	background-repeat: no-repeat;
	/*white-space: nowrap;*/  /*taken out to suit IE8, doesn't seem to cause any other problem*/
	width: 140px;
	height: 28px;
	float: left;
	*-top: 14px; /* IE6 only */ 
}
.barnav a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 140px;
	height: 28px;
	float: left;
	text-decoration: none;
	font-weight:normal			}
.barnav img {width: 140px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.barnav a:hover img{visibility:hidden}

.barnav span {
	position: relative;
	float: left;
	top: -15px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 140px;
	height: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	}

.barnav a:hover span {
	top: -21px;
}

/***********************************************/
/*Tariff Divs                               */
/***********************************************/

.tariffTitle {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #E5F9C5;
	text-align: center;
}
.tariffSubtitle {
	background-color: #E5F9C5;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.tariffSubtitle span {
	font-weight: normal;
}
.tariffDates {
	background-color: #E5F9C5;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.tariffRooms {
	background-color: #E5F9C5;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.tariffRooms span {
	font-weight: normal;
}
.tariffRooms img {
	margin: 1px;
	padding: 0px;
	border: 1px #FFFFFF;
	vertical-align: middle;
}
.tariffDesc {
	background-color: #E5F9C5;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
.tariffPrice {
	background-color: #E5F9C5;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.tariffOffer1 {
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-decoration: underline;
}
.tariffOffer2 {
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}
