@charset "utf-8";
body  {
	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;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/bg_water.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.twoColHybLtHdr #container {
	width: 720px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thick ridge #85bb9b;
	text-align: left;
} 
.twoColHybLtHdr #header {
	padding: 10px,0;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 11em; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 3px;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLtHdr #mainContent {
	margin: 0 20px 0 195px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
.twoColHybLtHdr #footer {
	padding: 0 10px;
	background-image: url(images/gradient_rev.jpg);
} 
.twoColHybLtHdr #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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: right;
	margin-left: 8px;
}
.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;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396;
}
.headermenutable {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

a:link {
	color: #125798;
}
a:visited {
	color: #oc524b;
}
a:hover {
	color: #606;
	font-weight: normal;
}
a:active {
	color: #9933CC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2a6660;
}

h1 {
	font-size: 38px;
	color: #125798;
}
h2 {
	font-size: 22px;
	color: #006666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #358E68;
}
.h1a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #125798;
	font-weight: bold;
}
.h2c {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #378a98;
	font-weight: normal;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a6660;
	text-align: center;
}
.h2b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h2a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: 396;
	text-align: right;
	font-weight: lighter;
	vertical-align: bottom;
}
p {
	line-height: 1.7em;
	text-align: justify;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headermenu {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 0px;
	margin-left: 10px;
}
.sidebarmenu {
	font-size: 12px;
	line-height: 2em;
}

.CenteredText {
	text-align: center;
}
h5 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #178da7;
}
.righttext {
	text-align: right;
}
.ack {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #009999;
	text-align: justify;
}
.leftjustify {
	text-align: left;
}
.equalopp {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.roomtaxtable {
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	padding: 2px;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.revgradient {
	background-image: url(images/gradient_rev.jpg);
	background-repeat: repeat-x;
}
#dust {
	padding: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
