@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: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF4E4;
}
.small {
	font-size: 9px;
}

a{
	color: #FF6600;
}
a:hover{
	background-color: #FFCC99;
	border-color: #FFCC99;
}

.light a:hover{
	background-color: #FFCC99;
}

.container {
	width: 971px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #663300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFCC99;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header2 {
	padding: 0;  /* 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. */
	margin: 0;
	float:right;
	
	}



.header {
	padding: 0;  /* 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. */
	margin: 0;
	float:left;
}
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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.footer {
	padding: 0 10px;
	border-top: 1px solid #003300;
	background-color: #FFFFCC;
}
.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 */
	text-align:center;
	font-size: 12px;
	
}
.footer a{
	color: #330000;
}
.footer a:hover{
	background-color: #FFCC99;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	width:972px;
}
ul#menu li{
	background-color: #FFFFCC;
	display:block;
	float:left;
	margin:0;
	pading:0;
	width:162px;
	text-align:center;
	}
	

ul#menu li a{
	display:block;
	float:left;
	color:#8c3a3a;
	text-decoration:none;
	width:161px;
	font-weight:bold;
	padding:10px 0px 0 0px;
	height:24px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	
	}
ul#menu li a:hover{
	}


/*
.menu{
	float:left;
	width:180px;
}
ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #663300;
	width: 182px;
	background-color: #FFFFCC;
}

ul.sidemenu li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: 160px;
	color: #330000;
	font-weight: bold;
	padding: 9px 10px;
}

ul.sidemenu li a:hover {
	background-color: #FFFFCC;
	color: #330000;
}

*/

.clear{
	clear:both;
}
.contact{
	font-size: 12px;
	padding:8px;
	width:170px;
	}
.villacontainer{
	width:850px;
	padding-top:16px;

	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.villabox{
	width:625px;
	min-height:125px;
	padding:0px;
	background-color: #FFFFCC;
	border: 1px solid #663300;
	margin: 5px auto;
}

.textbox{
	width:730px;
	min-height:125px;
	padding:10px;
	background-color: #FFFFCC;
	border: 1px solid #663300;
	margin: 5px auto;
}

.fltr{
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.fltl{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.fltr2{
	float:right;
	margin:10px;
}
.fltl2{
	float:left;
	margin:10px;
}
.fltl3{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.pictures{
	width:300px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}


/*p {
	margin:10px;
}*/
h3 {
	margin-top:5px;
}
.azureheader{
	background-color: #FFFFCC;
}
.homebox{
	display:block;
	float:left;
	width:230px;
	text-align: center;
	padding-top:8px;
	background-color: #FFFFCC;
	border: 1px solid #663300;
	margin: 5px;
}
.top3{
	float:right;
	width:726px;
	margin-right:20px;
	margin-top:10px;
}
.bott2{
	float:right;
	width:488px;
	margin-right:140px;
	margin-top:18px;
	margin-bottom:18px;
}

.hiddenPic {display:none;}

.midspace {
	margin-right:13px;
}

