.whitecolor{
	background-color:#FFFFFF;
}

.leftpaneltxt{ 
	font-size:12px; color:#202020; text-align:justify;
}

.jqueryslidemenu{
font: bold 12px Verdana;
/*background: #FFFFFF;*/
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image:url(../images/home.gif); /*background of tabs (default state)*/
color: #000000;
padding: 10px 11px;
border-right: 1px solid #778;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: black;
}

.jqueryslidemenu ul li a:hover{
background-image:url(../images/home1.gif);
/*background of tabs (default state)*/
/*tab link background during hover state*/
color: black;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Arial;
width: 180px; /*width of sub menus*/
padding: 2px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.form-container textarea{
	width: 300px;
	height: 100px;	
	overflow: auto;
	border: 1px solid #ccc;
	background-color: #efefef;
}
.form-container .required{
	color: #8FC951;
}
.leftPanList{
	width: 98%;
	padding-right:10px; padding-top:10px;
}
.norecord {
padding-left:20px;
}
#leftPan{
	
	padding-left: 20px;
	padding-right:10px; padding-top:20px;
}

.form-container input.checkbox, input.submit1{
	width: auto;
	border: 0px;	
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.form-container input.submit1{
	/*text-align: center;
	font-weight: bold;
	font-size: 14px;*/
	background-image: url(../images/submit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	/*width: 159px;*/
	height:39px;
	text-indent:-9999px;
	text-align: center;
	display: block;
	color: #fff;	
	font-weight: normal;
	cursor: pointer;
	margin-right: 10px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border:none;
	cursor:pointer;
}
#error_message{
	background-color: #fff;
	font-weight: bold;
	color: #000;
	padding: 15px;	
/*	border: 1px solid #000;
	background-image: url(images/warn.gif);	
	background-repeat: no-repeat;	
	background-position: 20px 15px;
*/	min-height: 60px;
	height: auto;
	height: 60px;
	padding-left: 160px;
	font-weight: bold;
	margin-bottom: 20px;
}
.form-container input{
	width: 200px;
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 2px;	
	vertical-align: middle;
	margin-right: 10px;
	
}
.form-container select{
	width: 120px;
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 2px;	
	vertical-align: middle;
	margin-right: 10px;
	
}

h2{
	color: #000000;
	line-height:23px;
}

h1{
	color: #000000;
	
	line-height:28px;
}

h2.new1{
	color: #000000;
	line-height:23px;
	margin-bottom: 5px;
	
}

h1.new{
	color: #000000;
	line-height:28px;
	margin-bottom: -10px;

}


#bucketLeft {float: left; position: relative; width:300px; height:138px; padding: 75px 0 0 0; background: #ffffff url(../images/bucket-l.gif) no-repeat top left; padding-bottom: 30px;}
	
.bucketLeft {float: left; position: relative; width:300px; height:138px; padding: 75px 0 0 0; background: #ffffff url(../images/bucket-l.gif) no-repeat top left; padding-bottom: 30px;}		
		form#joinNewsletter input.text { width: 150px;}
		
		form#joinNewsletter p { text-align: left;}
		
		form#joinNewsletter p.submit { text-align: left; padding-left: 135px; }

#bucketCenter {float: left; position: relative; width:307px; height:243px; background: #ffffff url(../images/bg2.gif) no-repeat top left; padding-right: 0px;}
.bucketCenter {float: left; position: relative; width:307px; height:243px; background: #ffffff url(../images/bg2.gif) no-repeat top left; padding-right: 0px;}
#bucketRight {float: left; position: relative; width:290px; height:173px; background: #ffffff url(../images/bucket-r.gif) no-repeat top left; text-align: center; padding-top: 70px; padding-left: 40px;}
#bucketRight a{
	display: block !important;
	clear: both;
	width: 220px;
	overflow: hidden;
	text-align: left;
}


a {color: #0573AE;}

.testimonials{
	margin-top: 10px;
	padding-right:10px;
}
.testimonials .testimonial{
	overflow: auto;
	height: 100%;
	clear: both;
	margin-bottom: 20px;
	font-style: italic;
}

.testimonials .username{
	display: block;
	text-align: right;
	color: #007ABA;
	font-style: normal;
}
.testimonials .user{
	display:block;
	text-align: right;
	font-weight: bold;
	color: #333333;
	font-style: italic;

}


.realestates_listings,.realestates_listings_header{
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;
	height: 100%;
	width: 950px;
}
.realestates_listings div.item{
	clear: both;
	overflow: hidden !important;
	height: auto !important;
	overflow: auto;
	height: 100%;

	cursor: pointer;
	padding: 5px;
	margin-bottom: 15px;
	margin-left:5px;	
	
}
.realestates_listings div.item:hover{
	background-color: #efefef;
	
	
}
.realestates_listings div.item a.thumb{
	display: block;
	float: left !important;
	width: 195px;
	/*height: 146px;*/
	margin-right: 15px;
	border: 0px;
}

.realestates_listings div.item a.thumb img{
	display: block;
	/*width: 195px;
	height: 146px;*/
	border: 5px;
	padding-left:2px;
}

.realestates_listings div.item div{
	display: block;
	float: left;
	width: 100px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
.realestates_listings div.item div.address{
	border: 0px;
	font-weight: bold;
	padding-left: 10px;
	width: 210px;
}


.realestates_listings_header{
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
	padding: 5px;
	padding-bottom: 15px;	

}
.realestates_listings_header div{
	float: left;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
	width: 100px;
}

.realestates_listings_header div select{
	font-weight: normal;
}
.realestates_listings_header div.thumb{
	width: 195px;	
	margin-right: 15px;
	padding: 0px;
}

.realestates_listings_header div.address{
	padding: 0px;

	width: 210px;	

}
a.whitetxtsmallink{ font-family: Arial, Helvetica; font-size:11px; color:#ffffff;   text-decoration:none;}
a.whitetxtsmallink:hover{ font-family: Arial, Helvetica; font-size:11px; color:#ffffff;   text-decoration:underline;}
.whitetxtsmall{font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:11px; }

.InsideSubheaderSpan {
font-size: small;
}

.form-container textarea{
	width: 210px;
	height: 40px;	
	overflow: auto;
	border: 1px solid #ccc;
	background-color: #efefef;
}
.form-container {
padding-left:10px;
}
.leftPanDiv {
margin-top:10px;
}

.leftPanDivTest {
padding-right:10px; padding-top:20px;
}
.faqspan {
color: rgb(51, 102, 255);font-size: medium;font-weight:bold; cursor:pointer;
}
.bet {
display:none;
}
.leftpanclass {
padding-right:10px; padding-top:20px;
}

h1{
	font-size: 18px ;
}