@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #42321B;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5E4826;
}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
/* 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. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 216px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 236px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3B2E19;
	font-size: 13px;
	line-height: 18px;
}
.twoColFixLtHdr #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5E4928;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #footer #footerContainer {
	text-align: center;
	width: 920px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8C7B63;
	margin-left: 10px;
	margin-top: 20px;
}
.twoColFixLtHdr #footer #footerContainer a:link, #footer #footerContainer a:visited {
	color: #499DA6;
	text-decoration: none;
}
.twoColFixLtHdr #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 */
}
.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;
}
#hmflashContent {
	height: 431px;
	width: 699px;
	background-repeat: no-repeat;
	background-image: url(deploy/includes/photos/hmBlank.gif);
	margin-top: 27px;
}
#secflashContent {
	height: 301px;
	width: 699px;
	background-repeat: no-repeat;
	background-image: url(deploy/includes/photos/hmBlank.gif);
	margin-top: 27px;
}
#pageTitleFlash {
	margin-top: 10px;
}
#pageTitleHm {
	margin-top: 20px;
}
#mainContent a:link, #mainContent a:visited {
	color: #499DA6;
	text-decoration: none;
}
#secNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	color: #8C7B63;
}
#secNavigation a:link, #secNavigation a:visited {
	color: #5E4928;
	text-decoration: none;
}
#secNavigation a:hover {
	color: #499DA6;
}
#liveCam {
	height: 140px;
	width: 186px;
	margin-left: -456px;
	position: absolute;
	left: 50%;
	top: 534px;
	z-index: 10;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#liveCamBg {
	height: 179px;
	width: 207px;
	margin-left: -466px;
	position: absolute;
	left: 50%;
	top: 508px;
	z-index: 9;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rates {
}
.rates Td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#contentPadding{
	padding-right: 20px;
	padding-left: 5px;
}