@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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 100%;
	height: auto;
	background-color: #336633;
}
h1 {
	color: #2A1F00;
}
h3 {
	color: #2A1F00;
}
h2 {
	color: #2A1F00;
}
.twoColFixLt #content h2   {
	color: #2A1F00;
	padding-left: 240px;
	display: block;
	margin-bottom: 0px;
}
.background {
	background-color: #524A1E;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.bold {
	font-weight: bolder;
	letter-spacing: 1px;
	color: #000;
}
.redItalic {
	font-style: italic;
	color: #C00;
	font-weight: bold;
	text-decoration: blink;
}
.twoColFixLt #main {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLt #header{
	width: 904px;
	background-color: #336633;
	height: 210px;
	margin: 0px;
	background-image: url(images/motel_header/lodge_header.jpg);
	text-align: right;
	background-repeat: no-repeat;
}
.twoColFixLt #container {
	width: 902px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/motel_header/motel_container.jpg);
	background-repeat: repeat-y;
}
.twoColFixLt #container #header #stay {
	float: right;
	height: auto;
	width: 180px;
	text-align: left;
	font-size: 80%;
	margin-top: 25px;
	padding-right: 20px;
}
.twoColFixLt #container #header #stay p {
	list-style-type: none;
	line-height: 50%;
	padding-top: 10px;
}
.twoColFixLt #container #header h3 {
	color: #FFF;
	margin-right: 20px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 400px;
	float: left;
} 
.twoColFixLt a  {
	font-size: 105%;
	text-decoration: none;
}
.twoColFixLt a:hover {
	font-size: 105%;
	text-decoration: none;
	color: #FFF;
	background-color: #C1AF46;
}
.twoColFixLt a:visited {
	font-size: 105%;
	text-decoration: none;
	color: #C00;
}
/* CSS Document */

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLt#rightColumn {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 400px;
	clear: left;
}
.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;
}
#footerNav  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #c3ab39;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
}
.twoColFixLt #main #footerNav a {
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.twoColFixLt #main #footerNav a:hover {
	color: #00F;
	background-color: #FFF;
}
.twoColFixLt #main #footerNav a:visited {
	text-decoration: none;
	color: #C00;
}
.twoColFixLt #footer {
	font-size: 80%;
	color: #FFF;
}
.twoColFixLt #main #footer ul {
	text-align: left;
	list-style-type: none;
	padding-right: 3px;
	padding-left: 3px;
}
.twoColFixLt #main #footer ul li a {
	color: #00F;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.twoColFixLt #main #footer ul li a:hover {
	color: #FFF;
	background-color: #C2AD40;
}
.twoColFixLt #main #footer ul li a:visited {
	color: #C00;
}
.twoColFixLt #main #container #content #rightColumn {
	clear: right;
	float: right;
	height: 300px;
	width: 180px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 25px;
}
.twoColFixLt #mainNav   {
	background-color: #C2AD40;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;
}
.twoColFixLt #mainNav ul {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}
.twoColFixLt  #mainNav ul li {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #908133;
	padding-right: 5px;
}
.twoColFixLt #mainNav ul   li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding-left: 0px;
}
.twoColFixLt #mainNav ul li a:hover {
	color: #FFF;
	background-color: #524A1E;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLt #mainNav ul li a:visited {
	color: #C00;
}
.twoColFixLtSelected #mainNav ul li a {
	color: #FFF;
	background-color: #908338;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.imageRound { 
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
 }
.twoColFixLt #rates  {
background-image: url(images/lodge_nav/blue.jpg);
background-repeat: repeat-x;
text-align: center;
color: #FFF;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 15px;
background-color: #8cbfdf;
height: auto;
font-size: 14px;
}
.twoColFixLt #rates a{
	text-align: center;
	color: #000;
	height: auto;
	font-size: 14px;
	text-decoration: none;
}
.twoColFixLt #rates a:hover {
	text-align: center;
	color: #FFF;
	height: auto;
	font-size: 14px;
	text-decoration: none;
	background-color: #C3AB39;
	padding-right: 2px;
	padding-left: 2px;
}
.twoColFixLt #rates a:visited {
	color: #C00;
}
.twoColFixLt #coupon {
background-image: url(images/lodge_nav/green.jpg);
color: #FFF;
background-color: #208926;
text-align: center;
padding-top: 5px;
padding-bottom: 10px;
letter-spacing: 1px;
background-repeat: repeat-x;
height: auto;
}
.twoColFixLt #coupon a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLt #coupon a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
	padding-right: 2px;
	padding-left: 2px;
}
.twoColFixLt #coupon a:visited {
	color: #C00;
	text-decoration: none;
}

