@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, 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: #FFFFFF;
	height: 25px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1230px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pre_head {
	height: 66px;
}

.oneColFixCtrHdr #header {
	height: 224px;
	width: 530px;
	float: left;

}

#nav {
	width: 250px;
	float: right;
	height: 224px;
}
#jump_menu {
	height: 25px;
	float: left;
	width: 780px;
	background-color: #307A00;
	margin-top: 3px;
}

#flash_area {
	height: 350px;
	float: left;
	width: 780px;
	margin-top: 5px;
	border: 1px solid #97D937;
}
#main_Content {
	width: 520px;
	float: left;
	height: 430px;
	background-color: #ECECEC;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#sideBar {
	width: 245px;
	float: right;
	height: 430px;
	margin-top: 5px;
	background-image: url(../Assets/images/sideBar_bkg.jpg);
}
#sideBar_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	background-color: #97D937;
	height: 25px;
}
#villa_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
}





.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #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 */
}
#lower_Nav {
	width: 780px;
	float: left;
	height: 25px;
	background-color: #97D937;
}
#footer {
	height: 65px;
	width: 780px;
	float: left;
	border-bottom-style: none;
	background-image: url(../Assets/images/footer_bkg.jpg);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	float: left;
	height: 10px;
	width: 500px;
}
#footer_style {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

#About_Us {
	height: 45px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #307A00;
	background-color: #99FFFF;
	border: 1px solid #307A00;
}
#home_btn {
	height: 24px;
	width: 250px;
}
#about_us_btn {
	height: 24px;
	width: 250px;
}
