#mainbanner{
background-image:url(../images/green/main_green.jpg);
}
#sidebar #searchbox{
background-image:url(../images/green/bg_leftbox.png);
background-repeat:no-repeat;
width:296px;
height:269px;
}

#sidebar1 #searchbox{
background-image:url(../images/green/bg_leftbox.png);
background-repeat:no-repeat;
width:296px;
height:269px;
}
#maindd h1{

margin:0px;
padding:10px;
background-image:url(../images/green/bg_pageheader.png);
height:30px;
width:656px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFFFFF;
font-weight:normal;
margin-bottom:20px;

}

#main_title{

margin:0px;
padding:0px;
background-image:url(../images/green/green_left.gif);
background-repeat:no-repeat;
margin-bottom:20px;
width:13px;
height:40px;
float:left;
border:0px;
}

#main_title1{
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
font-weight:normal;
background-color:#94BB7C;
height:28px;
padding-top:10px;
text-decoration:none;

}

.btn
{
	color: #FFFFFF;
	padding:2px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../images/green/btn.png);
	background-repeat:no-repeat;
	border:0px;
	width:131px;
	height:20px;
	cursor:pointer;
}
.btn3
{
	color: #FFFFFF;
	padding:2px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../images/green/btn3.png);
	background-repeat:no-repeat;
	border:0px;
	width:70px;
	height:20px;
	cursor:pointer;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#94BB7C ; 
} 
#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 */
}
#submit-go {
background:transparent url(../images/green/btn2.gif) no-repeat scroll 0 0;
border:0 none;
cursor:pointer !important;
display:block;
height:26px;
margin-top:1em;
overflow:hidden;
text-indent:-9999px;
width:138px;
}
#submit-go:hover {
background-position:0 -26px;
}
#search-go {
background:transparent url(../images/green/property-search-btn.gif) no-repeat scroll 0 0;
border:0 none;
cursor:pointer !important;
display:block;
height:26px;
/*margin-top:1em; */
overflow:hidden;
text-indent:-9999px;
width:138px;
}
#search-go:hover {
background-position:0 -26px;
}
a.buttonreg {
    /* Sliding right image */
    background: transparent url('../images/green/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 8px;
padding-right: 13px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.buttonreg span {
/* Background left image */ 
background: transparent url('../images/green/button_left.png') no-repeat; 
display: block;
line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 2px 0 3px 15px;
} 
a.buttonreg:hover span{
text-decoration:underline;
}
