* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #3da2b6;
	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: #3da2b6;
	margin-bottom: 10px;
}

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: #3da2b6;
	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 #3da2b6;
}
#button {
	border: 1px solid #006;
	background: #e5f6f0;
	float:right;
}
#pmenu {
color:#ffffff;
margin : 0px 0 0 0;
width : 975px;
border-left : 25px solid #3da2b6;
border-right : -25px solid #333;
border-bottom : 0px solid #fff;
height : 25px;
background : #00A86E;
}
/* styles for content sections */
#left-sidebar {
	position:relative;
	background: #9dd8e6;
	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: #9dd8e6;
	float: right;
	width: 275px;
	padding: 15px;
	margin-left: 15px;
	margin-top: -22px;
}
#right-sidebar-property {
	background: #9dd8e6;
	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: #3da2b6;
	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: #9dd8e6;
	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: #9dd8e6;
	font-size : 1.0em;
	font-family: Verdana, sans-serif;
	text-decoration:none;
}
/* links for sidebar */
.linktext2 {
	color: #3da2b6;
	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: #3da2b6;
	font: 0.9em Verdana, sans-serif;
	text-decoration:none;
}
.linktext3:hover {
	color: #3da2b6;
	font: 0.9em Verdana, sans-serif;
	text-decoration:underline;
}
.linktext4 {
	color: #3da2b6;
	font: 1.0em Verdana, sans-serif;
	text-decoration:none;
}
.linktext4:hover {
	color: #3da2b6;
	font: 1.0em Verdana, sans-serif;
	text-decoration:underline;
}
.handcursor { 
cursor : pointer;
}
/* Tooltip stylesheet */

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#3da2b6;
    color:#fff;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#3da2b6}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #3da2b6;
....padding:5px;
    background-color:#9dd8e6; color:#3da2b6;
    text-align: left;
	line-height:1.2;}

