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

html {
	width: 100%;
}

body {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background: url(../images/bg_marble.jpg) repeat;
	margin: 0;
}

table, img {
	border: 0;
}

form {
	margin: 0;
}

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

#wrapper {
	width: 950px;
	margin: 0 auto;
}

/* START OF STYLES FOR THE LOGO AND LOCAL TIME */
#top {
	background-color: #412719;
}

#logo_localtime {
	width: 920px;
	margin: 0 auto;
	background-color: #fffbf0;
}

#logo_localtime #logo {
	width: 300px;
	padding: 0 10px 10px 10px;
}

#logo_localtime #localtime {
	text-align: right;
	vertical-align: top;
	padding: 10px;
}
/* END OF STYLES FOR THE LOGO AND LOCAL TIME */

/* START OF STYLES FOR MAIN BODY */
#mainbody {
	background-color: #988675;
}

/* START OF STYLES FOR FLASH HEADER */
#flash_header {
	width: 920px;
	margin: 0 auto;
}
/* END OF STYLES FOR FLASH HEADER */


/* START OF STYLES FOR NAVIGATION BAR */
#navi {
	margin: 0 auto;
	background: url(../images/bg_navi.jpg) top repeat-x;
	color: #FFFFFF;
	text-align: center;
	width: 920px;
	padding: 10px 0;
	border-bottom: 3px solid #561e03;
}

#navi a:link, #navi a:visited, #navi a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
}
/* END OF STYLES FOR NAVIGATION BAR */

/* START OF STYLES FOE MAIN CONTENT AREA */
#maincontent {
	width: 920px;
	margin: 0 auto;
}

#left {
	width: 624px;
	padding: 10px;
	vertical-align: top;
	background: url(../images/bg_content.jpg) top repeat-x #ece0d0;
}

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

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

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

#sideimages {
	width: 200px;
	float: right;
	margin-left: 10px;
}

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

#careertable {
	font-size: 12px;
	width: 600px;
	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;
}

#right {
	width: 255px;
	vertical-align: top;
	border-left: 1px solid #FFFFFF;
	background-color: #ece6dd;
	padding: 5px;
}

#right .infobox {
	background-color: #fffbf0;
	padding: 5px;
}

#reservations {
	font-size: 10px;
}

#reservations td {
	padding: 3px;
}

#mailinglist {
	background-color: #660004;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px;
}

#right h3 {
	text-align: center;
	background-color: #660004;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

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

#right a:hover {
	text-decoration: underline;
}
	
/* END OF STYLES FOE MAIN CONTENT AREA */

/* END OF STYLES FOR MAIN BODY */

/* START OF STYLES FOR THE FOOTER */
#footer_address {
	color: #FFFFFF;
	background-color: #331f14;
}

#footer_address #address {
	width: 920px;
	background-color: #412719;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
}

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

#footer_address #address a:hover {
	text-decoration: underline;
}

#footer_others {
	background-color: #150a00;
}

#footer_others #content {
	width: 920px;
	margin: 0 auto;
	background-color: #221100;
	color: #666666;
	text-align: center;
	padding: 5px 0;
}

#footer_others #content a:link, #footer_others #content a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer_others #content a:hover {
	text-decoration: underline;
}
/* END OF STYLES FOR THE FOOTER */

/* 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;
}