#body {
	padding-top: 30px;	
}
#col1 { 
	margin-top: 30px;
	width: 260px;
}
/*
Want to set min-height to 700px - except IE doesn't support this. So:
- set min-height
- set box height
- over-ride box height by using attribute as in "div[id] #col2"
See <http://wellstyled.com/css-minheight-hack.html> for more details
*/
#col2  {
	font-size: 0.8em;
	top: 0;
	left: 280px;
	margin: 0;
	width: 440px;
	height: 800px;
	min-height: 800px;
	padding-bottom: 300px;
}
div[id] #col2 {
	height: auto;
}
#col2offers {
	top: 0;
	left: 280px;
	margin: 0;
	width: 580px;
	height: 2000px;
	min-height: 2000px;
}
#col2 h1  { color: #660000; font-size: 1.4em; margin: 0 0 5px 0; text-transform: uppercase;}
#col2 h2   { color: #003300; font-size: 1.4em; margin: 0 0 10px 0; }
#col2 h3 {
	color: #003300;
	font-size: 1.1em;
}
#col2 h4 {
	color: #660000;
	margin-bottom: 0;
}
#col2 strong {
	font-weight: bold;
}
#col3 { 
	left: 300px;
	width: 160px;
	padding: 0;
}

/*
ul {
	list-style: disc outside url("../images/dot.gif");
}
*/
ul {
	display: block;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 20px;
}
li.hotel { 
	background-image: url("../images/hotel/dot.gif"); 
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 7px 0 0 30px;
	margin-bottom: 10px;
}
p.meetingHead {
	font-weight: 700;
	color: #660000;
}
td {
	font-size: 0.65em;
}
.meetingsTable {
	width: 430px;
	border: 1px solid #cccc99;
}
.meetingsTable tr {
	background-color: #ffffe0;
}
.meetingsTable td {
	width: 80px;
	padding: 2px 0 2px 5px;
}
#hotelNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#hotelNav ul a:link, #hotelNav ul a:visited {
	display: block;
	width: 260px;
	height: 36px;
	line-height: 29px;
	color: #333;
	text-decoration: none;
	background: #fff url("../images/classic/buttons/main-nav-button.gif") no-repeat left top;
	text-indent: 25px;
	font-weight: 700;
}
#hotelNav ul a:hover {
	background: #fff url("../images/classic/buttons/main-nav-button.gif") no-repeat right top;
	color: #330000;
	font-weight: 700;
}
#hotelNav li {
	padding: 0;
	display: inline;
}
#hotelNav li.first a {
	height: 36px;
	line-height: 40px;
}
#hotelNav h2 {
	margin-bottom: 30px;
}
.hotelintro {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 0 none;
	border-bottom: 1px solid #cc9;
	border-left: 0 none;
	border-right: 0 none;
}
#restel, #leftpanel {
	margin: 0;
	padding: 0;
}
#restel li {
	padding: 0 0 0 20px;
	margin: 0;
}
#imageBox {
	margin: 0 0 20px 29px;
	width: 122px;
}
#imageBox img {
	border: 1px solid #cc9;
}
#imageGallery {
	clear: both;
	margin-top: 30px;
	width: 580px;
}
#imageGallery img {
	margin: 0 10px 10px 0;
	border: 1px solid #cc9;
}
#hotelHead {
	width: 440px;
	height: 56px;
	background-color: #cc9;
}
#hotelStyle {
	clear: both;
	width: 440px;
	height: 34px;
	background-color: #cc9;
}
#foot {
	top: 70px;
	left: 7px;
	width: 895px;
}
#foot2   {
	top: 100px;
}

/*CSS to customise leftpanel contact info*/

.onlineNumber {
	font-size: 1.0em;
	color: #577500;
	line-height: 1.5em;
}
.resNumber {
	font-size: 1.3em;
	color: #006600;
	line-height: 1.0em;
}
div #restel ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	line-height: 2em;
	font-size: 0.9em;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/*CSS to customise offer listing table*/

table.offerList {
	border-bottom: 1px solid #003300;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	background: url(../images/classic/offer-top-hot.gif) #fff;
	background-repeat: no-repeat;
	background-position: left top;
}
table a:link, table a:visited {
	color: #336633;
}
table a:hover, thead th {
	color: #660000;
}
tbody, th, td {
	border-top: 1px solid #003300;
}
th {
	border-left: 1px solid #003300;
}
td {
	border-right: 1px solid #003300;
}
.offerLoc {
	width: 36%;
	color: #003300;
}
.offerHotel {
	width: 42%;
	color: #333;
}
.offerPrice {
	width: 22%;
	color: #fff;
	text-indent: 10px;
}
.date {
	color: #336633;
}

h2 a:visited {
	font-size: 1.1em;
	color: #999;
}
h2 a:hover {
	font-size: 1.1em;
	color: #660000;
}
.offerBox, .offerDetBox {
	clear: both;
	background-color: #cccc99;
	border: 1px solid #660000;
	width: 428;
	padding: 5px;
}
.offerDetBox {
	margin-top: -1px;
	background-color: #ffffe0;
}
.offerName {
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
	color: #660000;
}
.offerSaving {
	font-size: 1.4em;
	font-weight: 700;
	color: #990000;
}
.terms {
	padding: 5px;
	border: 1px solid #cccc99;
	width: 100%;
	height: 100%;
}