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

html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black; /*A0A0A4*/
	/*background:url(../images/background1.JPG) repeat;*/
	/*background-color: #d6d6d6;*/
}

form {
	margin: 0;
}

table, img {
	border: 0;
}

#wrapper {
	width: 919px;
	margin: 0 auto;
	background-color: white; /*131313,7d7d7d,756c67,aaa8a8*/
	color: #3d3d3d;
}

#logo {
	text-align:left;
	/*padding-left:160px;*/
}

#navigation {
	text-align: center;
	vertical-align: top;
	padding: 7px 0 7px 0px;
	background-color:#d11242; /*d12b1b*/
	/*border-bottom:solid 2px #7d7c7c;
	border-top:solid 2px #7d7c7c;*/
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin: 0 10px;
}

#navigation a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#right {
	width: 661px;
	padding: 0 5px;
	vertical-align: top;
}

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

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


#right #flashheader {
	/*background-color: #000000;*/
	margin-top:15px;
	margin-left:10px;
}

#right #localtime{
	float:right;
	margin:2px 20px 0 0;
	color: #333333;
}

#right #content {
	padding: 0 10px;
	color: #3d3d3d; /*C0C0C0*/
}

#right #content h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right #content #img_right{
	float: right;
	width:250px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.caption{
	font-weight: normal;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

#right #content td{
	padding: 0 10px;
}

#right .infobox {
	padding: 0px 5px 15px 5px;
	font-size: 11px;
	background-color: #e9ebf0; /*bcbcbc,aaa8a8*/
}

#right .infobox .viewall {
	text-align: right;
	width: 70px;
	float: right;
	font-weight: normal;
	text-transform:none;
}

#right .infobox h3 {
	/*font-weight: bold;*/
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	color:#444444; /*dadada*/
	background-color: #808284; /*7d7c7c*/
	padding: 5px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right .infobox a:link, #right .infobox a:visited {
	color: #3d3d3d; /*A0A0A4*/
	text-decoration: none;
}

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

#right .infobox input, #right .infobox select {
	font-size: 10px;
}

#left {
	width: 243px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	font-size: 11px;
}

#left .infobox {
	/*border: 1px solid #252525;*/
	padding: 0px 5px 18px 5px;
	font-size: 11px;
	background-color: #e9ebf0;
	/*background-image: url(../images/infobox_bg2.jpg);*/
}

#left .infobox .viewall {
	text-align: right;
}

#left .infobox h3 {
	/*font-weight: bold;*/
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color:#444444;
	background-color: #808284; /*7d7c7c*/
	padding: 5px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#left .infobox a:link, #left .infobox a:visited {
	color: #3d3d3d;
	text-decoration: none;
}

#left .infobox a:hover {
	color: #333333;
	text-decoration: underline;
}

#left .infobox input, #left .infobox select {
	font-size: 10px;
}

#left .infobox #reservationtable {
	width: 100%;
	background:url(../images/mailing_bg.jpg)repeat;
	font-size: 11px;

}

#left .infobox #reservationtable td {
	padding: 3px;
}

#sideimages {
	float: right;
}

#footer {
	width: 100%;
	font-size: 11px;
	background-color: #cecece;
	color: #626262;
}

#footer a:link, #footer a:visited {
	color: #626262;
	text-decoration: none;
}

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

#footer #address {
	padding-left: 10px;
	padding-top:10px;
	color:#626262;
}

#footer #links {
	vertical-align: top;
	text-align: right;
	padding: 10px 10px 0 0;
}

#footer #poweredby {
	vertical-align: bottom;
	text-align: right;
	padding: 0 10px 10px 0;
}

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