/* ===== DOM elements ========================================================== */

body {
     font: normal 10pt Verdana, sans-serif;
     margin: auto;
     margin-top: 20px;
     padding: 0;
     color: black;
     background: #f0f0ff;
     border: 1px solid #c0c0ff;
     width: 775px;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1 {
     font: bold 14pt Verdana, sans-serif;
     padding-top: 0;
     margin-top: 0;
	color: #ea8c00;
}

h2 {
     color: #000099;
     font: bold 12pt Verdana, sans-serif;
}

a {
     color: #900087;
     text-decoration: none;
}

a:active {
     color: #a3857d;
}
/* ===== Top heading section =================================================== */

.heading {
     height: 100px;
     background: #ea8c00 url('./images/website/hccHeaderTile.png') repeat-x top left;
}


/* ===== Navigation stuff ====================================================== */

.menuBar {
     height: 40px;
     background: #c7e9d8;
     background: #000099;
     text-align: left;
     font-size: 10pt;
     font-weight: bold;
     line-height: 20pt;
     padding-top: 5px;
     margin: 0;
     border-top: 1px solid #cfd0bd;
}

.menuBar ul {
     list-style-type: none;
     padding: 3px 0px 0px 10px;
     margin: 0;
}

.menuBar ul li {
     display: inline;
     margin: 0px 6px 0px 6px;
}

.menuBar ul li a {
     color: white;
     font-size: 10pt;
}

.menuBar ul li a:hover{
     color: yellow;
}

.sizeSelector {
     margin: 0px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
/*      background: white url('./images/website/navbackg.jpg') no-repeat top  left; */
}
.sizeSelector td {
     text-align: center;
}


.sizeSelector td a {
     color: #663366;
}

.sizeSelector td a:hover {
     color: #9999cc;
}

.navImage {
     text-align: center;
     border: 0;
     margin: 10px 10px 10px 20px;
     padding: 0;
}


/* ================ Additional information ======================================= */

.main { /* main table */
     background: white;
     width: 775px;
     min-height: 350px;
}


.main td h1 {
	padding: 0;
}

.main td h2 {
	padding: 0;
	margin: 10px 0px 0px 0px;
}

.main h1 {
	padding-left: 16px;
}

.main table {
	margin: 0px 16px 0px 16px;
}


.errorMsg {
	padding: 0px 16px 0px 16px;
	font-weight: bold;
	color: red;
}

.tableContent td {
     margin: 0;
     padding: 0px 16px 16px 16px;
}

.contentSplurge {
     text-align: justify;
     padding:    0px 10px 0px 16px;
     line-height: 15pt;
}

.contentText {
     text-align: justify;
     padding:    0px 10px 0px 16px;
     line-height: 15pt;
     display: block;
}

.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     clear: left;
     padding-left: 15px;
}

.imageTitle {
     text-align: center;
     color: black;
}


.landing {
     background: url('./images/website/l2normal.png') no-repeat top left;
     width: 372px;
     height: 43px;
     clear: both;
     display: block;
}

.landing h2 {
     position: relative;
     left: 60px;
     top: 8px;
}

.landing:hover {
     background: url('./images/website/l2roll.png') no-repeat top left;
}


/* ================ Booking Panel ================================================ */

#bookingPanel {
	background: white url('./images/website/bkPanelBck.png') repeat-x top left;
	padding: 5px;	
	border: 1px solid #ea8c00;
	width: 195px;
}

#bookingPanel form {
	position: relative;
	left: -20px;
}

#bookingPanelContainer {
	float: right;
	border: 15px solid white;
	width: 205px;
	text-align: left;
	margin: auto;
}

#bookingPanel h1 {
	position: relative;
	top: 0px;
	left: -5px;

	color: #ffffff;
	font-size: 15px;
}

#bookingPanel #hccBooking1 {
/*	position: relative;
	top: 30px;
	left: 50px;
*/
padding-left: 20px;
}


table .bookingDetail{
padding-left: 16px;
}


/* ================ Footer section =============================================== */

.footer {
     margin: 0;
     padding: 1px 0px 1px 0px;
     background: #000099;
     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: white;
     border-top: 1px solid #dfc9c3;
/*     height: 100px; */
     clear: both;
}


.footer a {
	color: yellow;
}

/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}

/* ================ Worldpay stuff ========================================== */

.wpLogos {
	text-align: center;
}

.wpLogos img {
	padding-bottom: 5px;
}

/* ================ Form stuff ============================================== */

.requiredField {
	background: #ffffc0;
}