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

 
<!-- 
body  {
	font: Helvetica, Verdana, Arial,  sans-serif;
	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: #000000;
	background-color: #322111;
	background-image: url(../images/bg.jpg);
	scrollbar-face-color: #ffffcc; scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000; scrollbar-track-color: #cccc99;
scrollbar-arrow-color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

#table1 {
	padding-left:17px;
	}


p  {
	color: #000000;
	margin: 0px;
	padding-left:17px;
	padding-top: 0px;
	font-size: 12px;
	font-wight: normal;
	padding-bottom: 30px;
	padding-right: 30px;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	}

.t1 {
	font-size: 13px;
	font-weight: bold;
}

.s1 {
	font-size: 14px;

}


#container{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	color: #000000;
	border: 0px;
	background-color: #e6ddbc;
}

 
.twoColFixLtHdr #header { 
	padding: 0 0px 0 0px;  /* 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. */
		height: 65px;
		margin: 0px;
} 

#reserv { 
	padding: 0px 0px  0px 60px;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	}

#weather {
	padding: 38px 0px  0px 0px;
	margin: 0 auto;
	height: 175px;
	width: 177px;
	background-image: url(../images/weather_bg.jpg);
	background-repeat: no-repeat;
	}

#info { 
	padding: 0px 0px  0px 0px;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	}

#column1, #column2 {
	margin: 0px;
	padding: 0px;
	float: left
	}


 #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 46px;
		text-align: center;
}

#column2 {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
		text-align: left;
	font-size: 12px;
	width: 695px;
	}


 #end { 

	text-align: center;
	margin: 0 auto;
	background-color: #322111 ;
	width: 100%;
	color: #ffffff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
} 

#end a{
color: #FFFFFF;
text-decoration: none;

}


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

#end p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 28px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 293px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.inputText {
	width:230px;
	border:1px solid #000000;
	margin:0;
	padding:2px;
	font-size:11px;
	background-color:transparent;
}

.inputDate {
	width:80px;
	border:1px solid #000000;
	margin:0;
	padding:2px;
	font-size:11px;
	background-color:transparent;
}

.textArea {
	width:235px;
	font-size:11px;
	overflow:auto;
	}

.submit {
	border:0px solid;
	width:241px;
	height:27px;
	font-size:13px;
	padding:0px;
	background-image: url(../images/submitr2.jpg);
}

.submit_next {
	border:0px solid;
	width:107px;
	height:27px;
	font-size:13px;
	padding:0px;
	background-image: url(../images/submitr_next.jpg);
}

.submit_pay {
	border:0px solid;
	width:107px;
	height:27px;
	font-size:13px;
	padding:0px;
	background-image: url(../images/submitr_pay.jpg);
}


.drop {
	border:1px solid;
	font-size:12px;
	width:235px;
	background-color:#e6ddbc;
}

.asterisk {color: red;}
.error {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #ed7527;
}

--> 
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
 #column1 { width: 247px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #column1 { padding-top: 30px; }
#column2 { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->