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

a{
	color: #0033FF;
}
a:hover{
	background-color: #66CCFF;
	border-color: #66CCFF;
}

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

.container {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000033;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #66CCFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat;
}

.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:right;
	height: 308px;
	width: 770px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
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: #A9DDFF;
}
.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: #000066;
}
.footer a:hover{
	background-color: #00CCFF;
}

.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 #6F3E04;
	width: 182px;
	background-color: #A9DDFF;
}

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

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

ul.sidemenu li a:hover {
	background-color: #66FFFF;
	color: #000099;
}
.clear{
	clear:both;
}
.contact{
	font-size: 12px;
	padding:8px;
	}
.villacontainer{
	float:right;
	width:760px;
	padding-top:16px;
	padding-right: 10px;
	Margin-right:5px;
}

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

.textbox{
	width:730px;
	min-height:125px;
	padding:10px;
	background-color: #A9DDFF;
	border: 1px solid #000033;
	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;
}

/*p {
	margin:10px;
}*/
h3 {
	margin-top:5px;
}
.azureheader{
	background-color: #A9DDFF;
}
.homebox{
	display:block;
	float:left;
	width:230px;
	text-align: center;
	padding-top:8px;
	background-color: #A9DDFF;
	border: 1px solid #000033;
	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;
}

