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

html {
	width: 100%;
}

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

form {
	margin: 0;
}

img, table {
	border: 0;
}

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

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAF9D3;
	border-left: 5px solid #BBB89C;
	border-right: 5px solid #BBB89C;
}

/* styles for the top navgational menu */
#menu {
	background-color: #A9DEE6;
	color: #36859C;
	position: absolute;
	top: 0px;
	/* left: 170px; */
	visibility: hidden;
}

#menu table {
	width: 197px;
	border: 2px solid #97CDCF;
}

#menu td {
	text-align: center;
	padding: 2px 0px 2px 0px;
	border: 0;
}

#menu a:link, #menu a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #36859C;
	text-decoration: none;
}

#menu a:hover {
	color: #0E5A70;
}

#flashheader {
	width: 950px;
	text-align: center;
	vertical-align: top;
}

#main {
	font-size: 11px;
	border-bottom: 5px solid #BBB89C;
	padding: 0px 15px 15px 15px;
	clear: both;
}

#main h3 {
	font-size: 26px;
	font-weight: normal;
	color: #1D5589;
	margin: 0;
}

#main .title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#main ul {
	margin-top: -10px;;
}

#main a:link, #main a:visited {
	color: #000000;
	text-decoration: underline;
}

#main a:hover {
	color: #666666;
	text-decoration: underline;
}

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

#main .sideimages img {
	margin-bottom: 10px;
}

#main .feedback {
	width: 600px;
	border: 0;
}

#main .feedback td {
	padding: 0px 0px 10px 0px;
	font-size: 11px;
}

#info {
	vertical-align: top;
	font-size: 11px;
	background-color: #D8D5B6;
	border-bottom: 5px solid #BBB89C;
}

#info .box {
	vertical-align: top;
	width: 235px;
	padding: 5px 15px 5px 15px;;
	color: #333335;
}

#info .box h3 {
	margin: 0;
}

#info .box p {
	font-size: 11px;
}

#info .box a:link, #info .box a:visited {
	color: #333335;
	font-weight: bold;
	text-decoration: underline;
}

#info .box a:hover {
	color: #000000;
}

#reservations td {
	padding-bottom: 5px;
	font-weight: bold;
}

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

#footer {
	font-size: 10px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

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

#footer a:hover {
	color: #333335;
}

#sitemap ul
{
list-style-type:none;
padding:3px 0px 3px 14px ;
margin:0px;
}

#sitemap li
{
list-style-type:none;
background-image:url(../images/ic_sitemap.png);
background-repeat:no-repeat;
background-position:0px 6px; 
padding:3px 0px 3px 14px ;
margin:0px;
}

#sitemap li a:link, #sitemap li a:visited
{
text-decoration: none;
}

#sitemap li a:hover
{
text-decoration: underline;
}

/* styles for drop down 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;
}

/* Drop menu CSS */

#dropmenudiv{
	position:absolute;
	background-color: #dbc5da;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a:link, #dropmenudiv a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	color: #333333;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

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