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

a{
	color: #003300;

}
a:hover{
	background-color: #DAE1BB;
	border-color: #DAE1BB;

}

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

.container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DAE1BB;
}

.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: 310px;
	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: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
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;
}
.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: #003300;

}
.footer a:hover{
	background-color: #ECF0DC;
}

.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: #ECF0DC;
}

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

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

ul.sidemenu li a:hover {
	background-color: #DAE1BB;
	color: #003300;
}
.clear{
	clear:both;
}
.contact{
	font-size: 12px;
	padding:8px;
	line-height:30px;
	}
.villacontainer{
	float:right;
	width:770px;
	padding-top:16px;
	padding-right: 10px;
}
.homecontainer{
	float:right;
	width:700px;
	padding-top:16px;
	padding-right: 10px;
	margin-right:40px;
}

.villabox{
	width:625px;
	min-height:150px;
	padding:0px;
	background-color: #ECF0DC;
	border: 1px solid #003300;
	margin: 5px auto;
}

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

.fltr{
	float:right;
}
.fltl{
	float:left;
	margin-right:10px;
}
.fltr2{
	float:right;
	margin:10px;
}
.fltl2{
	float:left;
	margin:10px;
}

/*p {
	margin:10px;
}*/
h3 {
	margin-top:5px;
}
.azureheader{
	background-color: #DAE1BB;	

}
.homebox{
	display:block;
	float:left;
	width:700px;
	min-height:150px;
	text-align: left;
	padding-left:10px;
	background-color: #ECF0DC;
	border: 1px solid #003300;
	margin-top:0px;
		
}

.homebox2{
	display:block;
	float:left;
	width:700px;
	text-align: center;
	padding-left:10px;
	
	margin-top:30px;
}

.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;}

/*new*/
#container{	width: 972px;margin: 0 auto;background-color: #dae1bb;color: #333;border: 2px solid #002e00;}
#top{width:972px; height:313px;}

#leftnav{float: left;width: 180px;margin: 0px 0 0 0;padding: 0;}
#map_canvas{width: 180px; height:400px;}
#map_canvas a:hover,a,a:link{}

#content{margin:30px 15px 0 200px;padding:10;/* border:1px solid red*/}

.clear{clear: both;}
#footer{margin: 0;padding: 0;color: #333;border-top: 1px solid #002e00;min-height:70px;}

.title{ font-weight:bold; font-size:20px; line-height:40px;}
.title2{ font-weight:bold; font-size:14px;}

.img1{margin-left:10px}
.img2{margin-right:10px}

.image_in_index{float:left; border:1px solid gray; margin:17px 2px 0px 15px; padding:5px; font-weight:bold; background-color:#ecf0dc; text-align:center}


.image_in_index img{ border:0}

/*detail*/
.img_detail{ float:right;}


#leftnav ul{margin: 0 0 0 0;padding: 0;list-style-type: none; background-color:#ECF0DC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; width: 182px; border-right:1px solid #003300; border-top:1px solid #003300;}
#leftnav li { margin: 0;}
#leftnav ul li a{

	text-decoration: none;
	display: block;
	width: 160px;
	color: #003300;
	font-weight: bold;
	padding: 9px 10px;
	border-bottom:1px solid #003300;
	}
#leftnav ul li a:hover{background-color: #DAE1BB;}

.talbjar{
margin: 20px auto;
width:650px;

}
.back{
	float:right;
	text-align:right;
	width:770px;
	padding:16px;
	font-size: 18px;
	font-weight: bold;
}
.back a:hover{
	background-color:#ECF0DC;
}
