@charset "utf-8";
/* CSS Document */

/* let's declare some common styles */
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #dcb953; /*333333*/
	background-color: #1f1605; /*0b1d43*/
}

form {
	margin: 0;
}

img, table {
	border: 0;
}


/* now on to the more special styles */
#wrapper {
	width: 950px;
	margin: 0 auto;
}

#logo_time {
	width: 100%;
	background-color: #201706;   /* white colour background */
}

#logo_time .logo {
	width: 500px;
	padding: 10px 0px 10px 15px;
}

#logo_time .localtime {
	width: 450px;
	padding: 0px 15px 10px 0px;
	text-align: right;
	vertical-align: bottom;
}


/* styles for the top navigation bar */
#topnavi {
	text-align: center;
	background-color: #452d00; /*FFF2B7,453923*/
	padding: 7px 0px;
}

#topnavi a:link, #topnavi a:visited {
	font-weight: bold;
	color: #FFFFFF; /*011746*/
	text-decoration: none;
}

#topnavi a:hover {
	font-weight: bold;
	color:#ea9817;
	text-decoration: none;
}


/* style for the flash layer */
#flash_header {
	height: 370px;
}

/* styles for the Fastbooking Online Reservation Engine section */
#reservations {
	text-align: center;
	background-color: #452d00; /*FFFFFF,453923*/
	padding: 10px 0px;
	color: #FFFFFF;
}

#reservations_table {
	margin: 0 auto;
}

#reservations_table td {
	padding: 0px 3px;
	font-weight: bold;
}

#reservations_table input, #reservations_table select {
	font-family: Arial;
	font-size: 10px;
}

/* style for the main content area */
#main_area {
	width: 100%;
	background-color: #1f1605; /*FFF2B7,c4a77a,453923*/
}

/* styles that apply only to the home page */
#index {
	width: 100%;
	background-color: #453923; /*FFF2B7,c4a77a*/
}

#index a:link, #index a:visited {
	color: #dcb953;
	font-weight: bold;
	text-decoration: underline;
}

#index a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

#index .highlights {
	padding: 0px 15px 15px 15px;
	vertical-align: top;
}

#index h3 {
	font-weight: normal;
	font-size: 20px;
	margin: 15px 0px 10px 0px;;
}

#index .mailinglist_title {
	border-top: 1px solid #dcc987; /*333333*/
	margin-top: 20px;
}

/* styles that apply to all the other sections */
#left {
	width: 220px;
	vertical-align: top;
	color: #FFFFFF;
}

#left h3 {
	background-color: #b89768; /*365289,453923,1a1205,dcb953*/
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px 15px;
	margin: 0;
}

#left .infobox {
	background-color: #452d00; /*EFEFEF,886422*/
	margin-bottom: 15px;
}

#left .content {
	padding: 0px 15px 10px 15px;
}

#left a:link, #left a:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#left a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

#right {
	width: 730px;
	padding: 10px 15px;
	vertical-align: top;
	color: #b89768;
}

#right h3 {
	color: #a96301; /*374665,dcb953*/
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

#right a:link, #right a:visited {
	color: #dcb953;
	font-weight: bold;
	text-decoration: underline;
}

#right a:hover {
	color: #ea9817;
	font-weight: bold;
	text-decoration: underline;
}

#sideimages {
	float: right;
	margin: 0px 0px 0px 10px;
}

#sideimages td {
	text-align: center;
	padding-bottom: 10px;
}


/* styles for the capacity chart */
#capacitychart {
	width: 600px;
	border-collapse: collapse;
}

#capacitychart th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid #333333;
}

#capacitychart td {
	padding: 3px 5px;
	border: 1px solid #333333;
}

#function_room_sizes {
	width: 500px;
	border-collapse: collapse;
}

#function_room_sizes td {
	padding: 3px;
	border: 1px solid #333333;
}

/* added on 13th April 2009 */
#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;
}

/* styles for Local Attraction table */
.local_attractions {
	width: 500px;
	border-collapse: collapse
}

.local_attractions td {
	padding: 10px;
	border: 1px solid #333333;
	vertical-align: top;
}

.local_attractions .placename {
	text-align: center;
	padding: 10px 5px;
	font-weight: bold;
}

/* styles for the table in Leisure Breaks */
#leisure_break {
	border-collapse: collapse;
	width: 500px;
}

#leisure_break td {
	padding: 10px;
	border: 1px solid #333333;
	text-align: center;
}

/* styles for the testimonials */
.testimonials {
	padding: 10px 5px;
	margin-bottom: 20px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}


.testimonials .datetime {
	font-size: 10px;
	font-weight: bold;
}

.testimonials .poster {
	font-weight: bold;
}

/* styles for the address bar in index.php */
#footer_address {
	color: #FFFFFF;
	background-color: #452d00; /*FFFFFF*/
	text-align: center;
	padding: 10px;
}

#footer_address a:link, #footer_address a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer_address a:hover {
	color: #ea9817;
	font-weight: bold;
	text-decoration: underline;
}

#footer_address p {
	margin: 0;
}

/* styles for the footer */
#footer {
	padding: 5px 0px 20px 0px;
	text-align: center;
	color: #FFFFFF;
}

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

#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#suite, #rates {
	border: 1px solid #CCCCCC;
}

#suite td, #rates td {
	border: 1px solid #CCCCCC;
	padding: 3px 5px 3px 5px;
}

/* for the calendar */
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; }

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD { }

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD { }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}

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

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

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