@charset "utf-8";
/* CSS Document */


body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #reservation {
	float: left;
	width: 550px;
}


a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}


.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container .style1 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtr #container .style1 p {
	font-size: 12px;
}


.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}






.oneColFixCtr #container #hoursLocation {
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	float: left;
}
.oneColFixCtr #container #hoursLocation #hoursTop {
	background: #000000;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*width: 350px;*/
	background-image: url(images/Sidebar_Top.jpg);
	background-repeat: no-repeat;
	height: 78px;
}
.oneColFixCtr #container #hoursLocation #hoursContent h1 {
	font-size:18px;
	font-weight: bold;
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtr #container #hoursLocation #hoursContent {
	padding: 0 0 0 0;
	background-image: url(images/Sidebar_Background.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
	/*height: 200px;  */
}

.oneColFixCtr #container #hoursLocation #hoursFtr {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(images/Sidebar_Bottom.jpg);
	height: 34px;
}
.cc_form_basic_MainTable{
	border:0px;
	width: 200px;
}
.cc_form_basic_DisplayTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cc_form_basic_DisplayMain{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
.cc_form_basic_Button{
	font-family: Verdana, Arial, sans-serif;
	background-color: #999999;
	color: #000000;
}

.oneColFixCtr #container #footer {
	border: #666666; 
	padding-top: 50px; 
	float: left; 
	width: 940px;
	
}
a {
	color: #FFFFFF;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	font-size:12px;
	color:#fff;
	float: left;
	padding-left: 10px;
	padding-right: 10px;

	
}

#contact input.textbox {
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	width: 85%;
}
#contact input.btn {
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
}

#contact select {
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
}

#contact .comments {
	padding: 2px;
	width: 92%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  font-weight:bold;
}

div.row span.formw {
  float: left;
  width: 250px;
  text-align: left;
} 





#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


