* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #00a86e;
	font-family : verdana, helvetica, sans-serif;
}

li {
	font: 1.2em/1.8em Verdana, sans-serif;
	margin-bottom: 0px;
	color:#666666;
}
p {
	font: 1.2em/1.8em Verdana, sans-serif;
	margin-bottom: 10px;
	color:#666666;
}




h2 {
	font: 1.8em Verdana, sans-serif;
	color: #00a86e;
	margin-bottom: 10px;
	}

h3 {
	font: 16px Verdana, sans-serif;
	color: #fff;
	margin-bottom: 5px;
}
h4 {
	font: 1.5em Verdana, sans-serif;
	font-weight: bold;
	color: #00a86e;
	margin-bottom: 5px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: #ffffff;
	min-width: 1000px;
	max-width: 1000px;
	margin: 0px auto;
	width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1000? "1000px" : "auto");
	}
	#page-wrap #inside {
		margin: 0px 0px 0px 0px;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
#main-content {
	padding-top: 0px;
	width: 78%;
	float: right;
}
.headline {
	font-size: 262.5%;
	color: #00a86e;
	font-family : verdana, helvetica, sans-serif;
}
	
#header {
	background: #ffffff;
	font: 1.0em Verdana, sans-serif;
	color: #3da2b6;
	}
.inputx {
	border: 1px solid #7f9db9;
	height: 18px;
	padding: 0px 0px -2.5px -2.5px;
	line-height: 12.5pt;
	vertical-align: middle;
	border-collapse: collapse;
}
input {
	border: 1px solid #00a86e;
}
#button {
	border: 1px solid #006;
	background: #e5f6f0;
	float:right;
}
#pmenu {
color:#ffffff;
margin : 0px 0 0 0;
width : 975px;
border-left : 25px solid #00a86e;
border-right : -25px solid #333;
border-bottom : 0px solid #fff;
height : 25px;
background : #00a86e;
}
/* styles for content sections */
#left-sidebar {
	position:relative;
	background: #66cc99;
	width: 160px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	margin-top: -2px;
	height: 100%;
	font: 0.9em Verdana, sans-serif;
}

#right-sidebar {
	background: #66cc99;
	float: right;
	width: 275px;
	padding: 15px;
	margin-left: 15px;
	margin-top: -22px;
}
#right-sidebar-property {
	background: #66cc99;
	float: right;
	width:165;
	padding: 15px;
	margin-left: 15px;
	margin-top: 0px;
	min-width: 165px;
	max-width: 165px;
	font: 0.9em Verdana, sans-serif;
}
#footer {
	background: #00a86e;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size : 1.0em;
}
#searchbox {
	position: relative;
	float: right;
	margin-top: 3px;
	margin-bottom: -30px;
	margin-right: 5px;
	margin-left: -100px;
	width: 220px;
}
#topimage {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* links for footer section */
.linktext {
	color: #66cc99;
	font-size : 10px;
	font-family: Verdana, sans-serif;
	text-decoration:none;
}
.linktext:hover {
	color: #ffffff;
	font-size : 10px;
	font-family: Verdana, sans-serif;
	text-decoration:underline;
}
.smalltext {
	color: #66cc99;
	font-size : 1.0em;
	font-family: Verdana, sans-serif;
	text-decoration:none;
}
/* links for sidebar */
.linktext2 {
	color: #00a86e;
	font: 0.9em Verdana, sans-serif;
	text-decoration:none;
}
.linktext2:hover {
	color: #ffffff;
	font: 0.9em Verdana, sans-serif;
	text-decoration:underline;
}
/* links for banners */
.linktext3 {
	color: #00a86e;
	font: 0.9em Verdana, sans-serif;
	text-decoration:none;
}
.linktext3:hover {
	color: #00a86e;
	font: 0.9em Verdana, sans-serif;
	text-decoration:underline;
}
.linktext4 {
	color: #00a86e;
	font: 1.0em Verdana, sans-serif;
	text-decoration:none;
}
.linktext4:hover {
	color: #00a86e;
	font: 1.0em Verdana, sans-serif;
	text-decoration:underline;
}
.handcursor { 
cursor : pointer;
}
