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

html {
	width: 100%;
}

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

img, table {
	border: 0;
}

form {
	margin: 0;
}

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

#flashheader {
	background-color: #FFFFFF;
}

#topnavi {
	/*background-color: #423935;*/
    background-color: #6e0000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
	padding: 10px 0;
}

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

#topnavi a:hover {
	color: #CCCCCC;
}

#reservations {
	background: url(../images/bg_reservations.jpg) top repeat-y #FFFFFF;
	width: 100%;
	vertical-align: top;
	font-size: 10px;
	margin-bottom: 5px;
}

#reservations #logo {
	padding: 10px 15px;
}

#reservations #promo {
	text-align: center;
}

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

#form #title {
	color: #af1611;
	font-weight: bold;
}

#form td {
	padding: 3px 15px 3px 0;
}

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

#mainbody #localtime {
	padding: 5px 15px 5px 0;
	text-align: right;
}

#mainbody #left {
	width: 690px;
	padding: 0 15px 15px 15px;
	vertical-align: top;
}

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

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

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

#mainbody td #left a:link, #mainbody td #left a:visited {
	color: #000000;
	text-decoration: none;
}

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

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

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

#mainbody #right {
	width: 215px;
	padding-right: 15px;
	vertical-align: top;
}

#mainbody #right .infobox {
	background-color: #f8f0eb;
	margin-bottom: 10px;
}

#mainbody #right .infobox h3 {
	margin: 0;
	padding: 5px 0;
	/*background-color: #423935;*/
    background-color: #6e0000;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
}

#mainbody #right .infobox .content {
	padding: 5px 10px;
	font-size: 10px;
}

#mainbody #right .infobox a:link, #mainbody #right .infobox a:visited {
	color: #000000;
	text-decoration: none;
	/*font-weight: bold;*/
}

#mainbody #right .infobox a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
	font-size: 10px;
	/*background-color: #423935;*/
    background-color: #6e0000;
}

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

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

#footer #address {
	vertical-align: top;
	padding: 5px 15px;
}

#footer #otherlinks {
	vertical-align: top;
	text-align: right;
	padding: 5px 15px;
}

#footer #poweredby {
	vertical-align: bottom;
	text-align: right;
	padding: 5px 15px;
}

/* 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: #333333;
	background-color: #edded5;
	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 #edded5;
	}

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

/* 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: #9b4515;
	border: 1px solid #eeeeee;
	cursor: pointer;
	color: ffffff;
	}

/* 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: #6e0000;
	border: 1px solid #eeeeee;
	color: black;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: black;
	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: black;
	background: #f2eae6;
	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: black;
	background: #f2eae6;
	font-weight: bold;
}
