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

html {
	width: 100%;
}

body {
	width: 100%;
	background-color:#3C361F;
	font-family: Verdana;
	margin: 0;
}

form {
	margin: 0px 0px 5px 0px;
}

table, img {
	border: 0;
}

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

#wrapper {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF9E5;
}

#header {
	background-color: #FAF9E5;
	padding: 10px 10px 10px 10px;
}

#logo {
	/* nothing at the moment */
}

#languages {
	vertical-align: top;
	text-align: right;
}

#topnavi {
	padding: 5px 0px 5px 0px;
	background: url(../images/bg_topnavi.gif) repeat-x #000000;
	border-top: 1px solid #97C6FC;
	border-bottom: 1px solid #97C6FC;
	text-align: center;
	font-size: 11px;
}

#topnavi a:link, #topnavi a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

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

#topnavi ul {
	margin: 0;
	padding: 0;
}

#topnavi li {
	margin: 0px 10px 0px 8px;
	display: inline;
}

#footer {
	background: url(../images/bg_topnavi.gif) center repeat-x #000000;
	border-top: 1px solid #97C6FC;
	border-bottom: 1px solid #97C6FC;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
}

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

#mainbody {
	/* nothing here at the moment */
	vertical-align:top;
}

#mainbody .left{
	width: 242px;
	vertical-align: top;
	font-size: 11px;
	border-right: 1px solid #3C361F;
}

#mainbody a:link, #mainbody a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#mainbody a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#mainbody .left .content {
	padding: 5px 10px 5px 10px;
}

#mainbody .left .header {
	background-color: #0160CE;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #71AFF6;
	border-bottom: 1px solid #71AFF6;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#reservation_form td {
	padding: 3px 0px 3px 0px;
}

#reservation_form .fieldname {
	font-weight: bold;
}

#mainbody p {
	color: #000000;
	font-size: 12px;
}

#mainbody .right {
	background-color: #F6F0D9;
	vertical-align: top;
}

#maincontent {
	padding: 15px;
}

#maincontent h3 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding-bottom:10px;
}

#sideimages {
	vertical-align: top;
	margin: 15px 0px 10px 15px;
	float: right;
}

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

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

#careertable, #feedback {
	color: #000000;
	vertical-align:top;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

#feedback td {
	padding: 3px;
}

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


h4{
	color: #000000;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.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 #FFFFFF;
	border-bottom-width: 0;
	line-height: 11px;
}

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

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