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

/* general styles */
html {
	width: 100%;	
}

body {
	margin: 0;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	background-image:url(../images/background1.gif);
}

table, img {
	border: 0;
}

form {
	margin: 0;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
}


/* custom styles */
#wrapper {
	margin: auto;
	width: 950px;
	background-color: #FFFFFF;
}

#localtime_logo {
	width: 100%;
	background-color:#FEFEFE;
}

#localtime_logo #logo {
	padding: 10px;
}

#localtime_logo #localtime {
	text-align: right;
	vertical-align: bottom;
	padding: 10px;
}

#topnavi {
	text-align: center;
	background-color: #563B00;
	color: #FFFFFF;
	padding: 10px 0;
}

#topnavi a:link, #topnavi a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 10px;
	text-decoration: none;
}

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

#flash_header {
	background-color: #FFFFFF;
}

#reservations {
	color: #FFFFFF;
	background-color:#563B00;
	padding: 5px 0;
}

#reservations table {
	margin: 0 auto;
}

#reservations .textfield {
	width: 80px;
}

#reservations td {
	padding: 0 5px 0 0;
}

#mainbody {
	width: 100%;
	background-color: #FFF7D6;
}

#left {
	width: 680px;
	vertical-align: top;
	padding: 15px;
}

#left h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 24px;
}

#left a:link, #left a:visited {
	color: #333333;
	text-decoration: none;
}

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

/* added on 1st February 2011 */
#left #masthead {
	width: 400px;
	margin-bottom: 10px;
}

#left #sideimages {
	float: right;
	border: 0;
}

#left #sideimages td {
	width: 200px;
	padding: 0 0 10px 10px;
	vertical-align: top;
}

#left #sideimages td img {
	width: 200px;
}

#left .article_title {
	font-size: 14px;
	font-weight: bold;
}

#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;
}

#traveltable {
	width: 600px;
	border-collapse: collapse;
}

#traveltable th {
	padding: 5x;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #ffcc33;
	border: 1px solid #333333;
}

#traveltable td {
	border: 1px solid #333333;
	text-align: center;
	padding: 3px 5px;
	font-size: 10px;
	color: #000000;
}

#capacitychart {
	width: 600px;
	border-collapse: collapse;
	color: #000000;
}

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

#capacitychart td {
	font-size: 10px;
	text-align: center;
	padding: 5px;
	border: 1px solid #333333;
}

#capacitychart td.roomtype {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fcde83;
}

#bottomimages {
	text-align: center;
	margin-bottom: 20px;
}

#bottomimages img {
	margin: 0 5px;
	border: 1px solid #333333;
}

#right {
	width: 270px;;
	vertical-align: top;
	padding: 10px;
}

#right .infobox {
	border: 1px solid #000000;
	background-color:#FCF8E6;
	vertical-align: top;
	padding: 5px;
	margin-bottom: 10px;
}

#right .infobox h3 {
	margin: 0;
	padding: 5px;
	background-color:#745000;
	color:#FFFFFF;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#right .infobox .content {
	padding: 0 10px;
}

#right .infobox .content a:link, #right .infobox .content a:visited {
	text-decoration: none;
	color: #333333;
}

#right .infobox .content a:hover {
	color: #000000;
	text-decoration: underline;
}

#right .infobox .content .findoutmore {
	text-align: right;
}

#footer {
	width: 100%;
	padding: 5px 10px;
	background-color: #464646;
	font-size: 10px;
	color: #FFFFE7;
}

#footer #contactinfo, #footer #poweredby {
	vertical-align: top;
}

#footer #poweredby {
	text-align: right;
}

#footer #contactinfo a:link, #footer #contactinfo a:visited, #footer #poweredby a:link, #footer #poweredby a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer #contactinfo a:hover, #footer #poweredby a:hover {
	color: #FFFFFF;
}

/* 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;
	line-height: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	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;
}

/* styles for Lightbox 2.04 */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
