* {
	padding:0px;
	margin: 0px;
}


#dropmenudiv{
position:absolute;
background-color: #F3F3F3;
border: 1px #999999;
border-bottom-width: 0;
font-family: Helvetica, Arial;
font-size: 11px;
line-height: 26px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eae8e8;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: none;
	width: 100px;
	text-indent: 0px;
}


html, body {
	height:100%;
	color:#666666;
	font-family:Helvetica, Arial,;
	font-size:12px;
	line-height:normal;
	text-indent: 5px;
}

#background {
	background:url(../index2_files/bg.png) repeat-x;
	}
	
	#background2 {
	background:url(../index2_files/bg_int.png) repeat-x;
	}

#bgimage {
	background:url(../images/properties.jpg) repeat-x;	

}


.title {
	font-size:25px;
	color:#CCCCCC;
	font-family:Helvetica, Arial;
	font-weight: lighter;
		}
	
a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

#head {
	height:151px;
	background:url(../images/holly_green.gif) right bottom no-repeat;
}

#main_navigation {
	width:262px;
	height:100%;
	position:fixed;
	top:0px;
	left:52px;
	background:url(../index2_files/navigation_bg-trans.png);
	z-index:0;
}

#main_nav_inner {
	width:262px;
	height:100%;
	position:fixed;
	top:0px;
	left:52px;
	z-index:1;
}

#footer {
	width:196px;
	position:fixed;
	bottom:0px;
	left:52px;
	z-index:3;
	font-size:11px;
	line-height:14px;
	margin-left:47px;
	overflow:hidden;
	background-color:#ffffff;
	padding:20px 0px;
}



