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

html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	background:url(../images/bg1.jpg);
	font-family: Verdana;
}

img, table {
	border: 0;
}

form {
	margin: 0;
}

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

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

/*styles for the logo and language selection area */
#header {
	width: 100%;
}

#header .logo {
	padding: 10px 0px 10px 0px;
}

#header .languages {
	font-size: 12px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	text-align: right;
}

#header a:link, #header a:visited {
	color: white;
	text-decoration: none;
}

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


/* styles for the top navigation bar */
#topnav {
	font-size: 11px;
	background-color: #0B2637;
}

#topnav .top_shadow {
	width: 986px;
	border-collapse: collapse;
	background: url(../images/img_top_shadow.gif) top no-repeat;
}

#topnav .topleft_shadow {
	background: url(../images/img_topleft_shadow.gif) top no-repeat;
	width: 4px;
}

#topnav .topright_shadow {
	background: url(../images/img_topright_shadow.gif) top no-repeat;
	width: 8px;
	text-align: right;
}

#topnav .navlinks {
	width: 974px;
	background-color: #0B2637;
	/* padding: 10px 0px 10px 0px; */
	border-bottom: 1px solid #8D8D8D;
}

/*
#topnav .navlinks a:link, #topnav .navlinks a:visited {
	text-decoration: none;
	color: #C3B38B;
	padding: 10px 10px;
}

#topnav .navlinks a:hover {
	text-decoration: none;
	padding: 10px 9px;
	background-color: #000000;
	border-left: 1px solid #C3B38B;
	border-right: 1px solid #C3B38B;
}
*/

/* styles for the main area */
#mainarea {
	width: 100%;
}

#left_shadow {
	width: 4px;
	background: url(../images/bg_left_shadow.gif) repeat-y;
}

#right_shadow {
	width: 8px;
	background: url(../images/bg_right_shadow.gif) repeat-y;
}

#maincontent {
	width: 974px;
}

/* styles for the left column */
#left {
	width: 307px;
	border-right: 1px solid #8D8D8D;
	vertical-align: top;
	font-size: 12px;
	background-color: #666256;
}

#leftnav {
	font-size: 12px;
	background-color: #0B2637;
	padding-bottom: 30px;
	border-bottom: 1px solid #8D8D8D;
}

#leftnav h3 {
	font-size: 18px;
	font-weight: normal;
	color: #89989F;
	background-color: #213E50;
	margin: 0;
	padding: 15px 15px;
}

#leftnav a:link, #leftnav a:visited {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 15px;
	line-height: 30px;
}

#leftnav a:hover {
	text-decoration: none;
	background-color: #031926;
	line-height: 30px;
}

#reservations {
	background-color: #848276;
	color: #FFFFFF;
	border-bottom: 1px solid #8D8D8D;
}

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

#reservations h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6B695D;
	margin: 0;
	padding: 15px 15px;
}

#reservations .form {
	padding: 10px 0px 10px 15px;
}

#reservations .reservation_table {
	width: 100%;
}

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

#reservations .searchBox {
	width: 80px;
	height: 15px;
	border-bottom: solid 1px #4D4A45;
	border-top: solid 1px #4D4A45;
	border-right: solid 1px #4D4A45;
	border-left: none;
	background-image:url(../images/bg_pf_textfield.jpg);
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-left : 10px;
}

#signup {
	background-color: #524E42;
	padding: 10px 15px;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #8D8D8D;
}

#signup input, #signup {
	font-size: 10px;
}

#signup .signup_field {
	color:#62532B;
	width: 70px;
   height: 18px;
   border: 0;
	background-image:url(../images/bg_signup_textfield.jpg);
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-left : 10px;
}

#ebrochures {
	background-color: #666256;
	color: #FFFFFF;
}

#ebrochures h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 15px 15px;
	background-color: #848276;
}

#ebrochures .content {
	padding: 0 15px;
}

#ebrochures .content a:link, #ebrochures .content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#ebrochures .content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* styles for right column */
#right {
	vertical-align: top;
	background-color: #E1E0DC;
}

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

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

#right .article_date {
	font-size: 10px;
}

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

#flashheader {
	border-bottom: 1px solid #8D8D8D;
}

#content {
	width: 462px;
	color: #000000;
	font-size: 12px;
	vertical-align: top;
	padding: 0px 15px 15px 15px;
}

#promotions {
	width: 203px;
	vertical-align: top;
	border-left: 1px solid #8D8D8D;
	background-color: #B4B3AF;
}

#promotions .title {
	padding: 5px 10px;
	background-color: #A3A49F;
	font-size: 10px;
}

#promotions .title p {
	margin: 3px 0 0 0;
}

#promotions .title a:link, #promotions .title a:visited {
	color: #4B4247;
	text-decoration: none;
}

#promotions .title a:hover {
	color: #333333;
	text-decoration: underline;
}

#promotions .infobox {
	padding: 10px;
	text-align: center;
}

/*
#promotions {
	vertical-align: top;
	width: 203px;
	border-left: 1px solid #8D8D8D;
	background-color: #B4B3AF;
}

#promotions .header {
	background: url(../images/img_promotions.gif) #A3A49F no-repeat;
	height: 50px;
	margin-bottom: 10px;
}

#promotions .title {
	font-size: 10px;
	color: #4B4247;
	background: url(../images/img_promotions.gif) #A3A49F no-repeat;
	padding: 30px 15px 15px 15px;
}

#promotions .content {
	padding: 0px 15px 15px 10px;
}
*/

#contactinfo {
	background-color: #848276;
	color: #FFFFFF;
	border-bottom: 1px solid #8D8D8D;
	vertical-align:bottom;
	width:100%;
}


#contactinfo h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6B695D;
	margin: 0;
	padding: 15px 15px;
	width:100%;
}
#contactinfo .content {
	padding: 0 15px;
}
#contactinfo p {
	font-size: 12px;
	color: white;
}

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

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

/* styles for footer */
#footer {
	width: 100%;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
}

#bottomleft_shadow {
	width: 4px;
	background: url(../images/bg_bottomleft_shadow.gif) bottom no-repeat;
}

#bottomright_shadow {
	width: 8px;
	background: url(../images/bg_bottomright_shadow.gif) bottom no-repeat;
}

#bottom_shadow {
	height: 8px;
	background: url(../images/bg_bottom_shadow.gif) no-repeat;
}

#copyright {
	padding: 10px 15px;
	border-top: 1px solid #8D8D8D;
}

#copyright a:link, #copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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


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

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


