body {
	background-color: #2D2613;
	background-image: url("http://www.lakeallatoonahome4rent.com/images/bg.png");
	background-repeat: repeat;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #876732;
}

h2 {
	margin: 20px 0;
	padding: 0;
	color: #876732;
}

a:link, a:hover, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#gallerywrapper {
	width: 100%;
	text-align: center;
}

.gallery img {
	border: 2px solid #876732;
}

#wrapper {
	width: 740px;
	margin: 10px auto 20px auto;
	padding: 0px;
	background-color: #efecdd;
}

#top {
	height: 20px;
	width: 740px;
	background: url("http://www.lakeallatoonahome4rent.com/images/top.png") no-repeat top left;
	background-color: #efecdd;
	margin: 0px;
	padding: 0px;
}

#bottom {
	height: 20px;
	width: 740px;
	background: url("http://www.lakeallatoonahome4rent.com/images/bottom.png") no-repeat top left;
	background-color: #efecdd;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
}

#header {
	text-align: center;
}

.navbar {
	height: 25px;
	width: 100%;
	text-align: center;
	background-color: #f8f7ef;
	border-top: 1px solid #876732;
	border-bottom: 1px solid #876732;
	margin-top: 10px;
	line-height: 25px;
}

.navbar a:link, .navbar a:hover, .navbar a:active, .navbar a:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.navbar a:hover {
	text-decoration: underline;
}

.up {
	margin: 0;
	padding: 0;
	height: 15px;
	width: 50px;
	float: right;
}

.up a:link, .up a:hover, .up a:active, .up a:visited, .up img {
	color: #5F4B2B;
	text-decoration: none;
	border: 0;
}

.navbar a:hover {
	text-decoration: underline;
}

#content-wrapper {
	height: 100%;
	background-color: #efecdd;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#content {
	margin: 0 15px 15px 15px;
	text-align: left;
}

/* ================ */
/* = Contact Form = */
/* ================ */

.formField{
	margin: 20px 10px;
}


.field input{
	border: #c0c0c0 1px solid;
	margin: 0 10px 0 0;
	padding: 3px;
}

.field textarea{
	border: #c0c0c0 1px solid;
	height: 100px;
	width: 350px;
	padding: 3px;
}

label.field{
	font-size: 14px;
	float: left;
	width: 150px;
	height: 50px;
}

.field .hint{
    position: block;
    min-height: 20px;
	font-size: 10px;
	color: #989898;
	margin-left: 150px;
	margin-bottom: 10px;
}

#securityQuestion {
	font-size: 16px;
	margin: 10px 0
}

#successNotify {
	background: #E0F4DA;
	border-top: 3px solid #6EA835;
	border-bottom: 3px solid #6EA835;
	text-align: center;
	font-size: 14px;
	color: #6EA835;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#errorNotify {
	background: #F4DADA;
	border-top: 3px solid #A83535;
	border-bottom: 3px solid #A83535;
	text-align: center;
	font-size: 14px;
	color: #A83535;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

input.error, textarea.error {
	border: 1px solid #ff0000;
}

.error {
	color: #ff0000;
	font-weight: 700;
}

.processing {
	text-align: center;
}

/* ======================== */
/* = Rates & Availability = */
/* ======================== */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */ 

.month th, td, p, small {
	font-size: 12px;
}
.month table {
	border: 1px solid #efecdd;
	padding: 2px;
	text-align: center;

}
.month td, th {
	padding: 1px 1px 1px 1px;
	border: 1px solid black;
}
.month td {
	width:16px;
	height:16px;
	text-align:center;
}
.month td.low {
	background-color: #f3f030;
}
.month td.mid {
	background-color: #f3f030;
}
.month td.high {
	background-color: #92d540;
}
.month td.booked {
	background-color: #ff0000;
}
.month td.empty {
	background-color: #efecdd;
	border: 1px solid #efecdd;
}
#pricing {
	text-align: center;
	color: black;
	width: 480px;
	height: 75px;
}
#pricingbooked {
	width:140px;
	height:60px;
	float: left;
	background-color: #ff0000;
	border:1px solid black;
}
#pricinglow {
	width:140px;
	height:60px;
	float: left;
	background-color: #f3f030;
	border:1px solid black;
	margin-left:25px;
}
#pricingmid {
	width:140px;
	height:60px;
	float: left;
	background-color: #f3f030;
	border:1px solid black;
	margin-left:25px;
}
#pricinghigh {
	width:140px;
	height:60px;
	float: left;
	background-color: #92d540;
	border:1px solid black;
	margin-left:25px;
}

.month th {
	background-color:#f8f7ef;
	color: #000000;
	font-weight: bold;
}

.calendar {
	display:block;
	background-color: #f8f7ef;
	float:left;
	margin:2px;
}
.calendarwrap {
	clear: both;
	width: 640px;
	height: 550px;
	font-size:90%;
	color:black;
	text-align:center;
}