html {
	font-size: 100%;
}
body {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5f5f5f;
	padding: 0;
	margin: 0;
	background: #FFF url(../images/body-bg.gif) repeat-x top;
	width: 100%;
	letter-spacing: 0em;
}

a:focus {
	outline: none;
}

a:link,
a:visited,
a:active{
	text-decoration: none;
	color: #39c3df;
}

a:hover{
	text-decoration: underline;
}

#search-listed{width:128px; float:right;margin-top:8px; margin-right:50px; color:#000; font-size:12px;font-weight:bold }
hr {
	color: #ededed;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 1px;
	background: #ededed;
	width: 93%;
}
.textfield{ border:1px solid #d6d6d6; height:22px; background-color:#FFFFFF}

/*---------------------------------------
/* Wrappers
/*--------------------------------------

#home-container {
	width:96%;	margin: 0 auto;
	text-align: left;
    z-index: 0;
}*/
#container {
	width:98%;	
	margin-left:17px;
	text-align: left;
    z-index: 0;
}
#hdr {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
	z-index:10;
	height: 130px;
}


#content {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
	
}

#content-full {
    width: 100%;
    margin-bottom: 7px;
}
/*---------------------------------------
/* Typo
/*--------------------------------------*/

#content-full h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 180%;
}

#content-full h2 {font-size: 150%;}
#content-full h3 {font-size: 125%;}
#content-full h4 {font-size: 100%;text-transform: uppercase;}

#content-full p, pre, blockquote, ul, ol, #content-full h1, #content-full h2, #content-full h3, #content-full h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/*---------------------------------------
/* Header Bar
/*--------------------------------------*/

#top{
	height: 30px;

}

/* links left */

#hdr #tlinks {
	height: 20px;
	margin: 3px 0 0 0;
    position: absolute;
	left: 6px;
	z-index: 100000;
	font-weight:bold;
	font-size:130%;
}

#tlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tlinks li {
	display: block;
	float: left;
	margin: 0;
	padding: 1px 20px 0 0;
}

#tlinks a {
	display: block;
	margin: 0 1px 0 0;
	color: #EEE;
	text-decoration: none;
	padding: 0 0 20px 0;
}

#tlinks a:hover{
	text-decoration: none;
	color: #ff9600;
}

/* Drop Down */

#tlinks ul ul {
	position: absolute;
	top: 20px;
}

#tlinks ul li {
	position: relative;
	display: block;  
}

#tlinks li li {
	padding: 0;
	margin: 0;
	width: 14.9em;
}


#tlinks ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 15px 8px 11px;
	border-bottom: 1px solid #363636;
	width: 14.9em;
	background: #181818;
	outline: none;
}

#tlinks ul li ul li a:hover {
	background: #232323;
	color: #ff9600;
	text-decoration: none;	
}

#tlinks ul li ul,
#tlinks ul li:hover ul
{display: none;}

#tlinks ul li:hover ul,
#tlinks ul li:hover ul
{display: block;}



/*search */

#hdr #search {
	position: absolute;
	right: 50px;
	top: 88px;
}

#hdr-submit {
	position: absolute;
	top: 0px;
	right: 0px;
}

#hdr-keywords {
    color: #5f6e7c;
    width: 175px;
    border: 0px solid #2a2a2a;
    padding: 3px 4px 0 25px;
    background: #fff;
    height: 16px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position:left;
	font-size: 11px;
	
}
#hdr-keywords:focus {
    color: #000;
}
#searchfield{  border:1px solid #d6d6d6; background-color:#FFFFFF; height:21; }
#sf-text{ font-family:Arial; text-decoration:none; font-weight:bold; font-size:11px; color: #000000; }
/*---------------------------------------
/* Header + Nav
/*--------------------------------------*/

#header {
	height: 97px;
	position: relative;
    width: 100%;
	margin: 6px 0 0;
}

#logo {
    width: 267px;
	height: 82px;
	position: absolute;
	left: 0px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	text-indent: -30000px;
	top: -3px;
}

/* nav */

#menu {
	position: absolute;
	left: 247px;
	margin-top: -12px;
	height: 41px;
	padding: 0;
	width: 699px;
	z-index: 999;
	top: 13px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0 0 0 25px; 
	display: block; 
	padding: 0 0 0 10px; 
	float: left; 
	border-left: 1px solid #cccccc;
}

#menu ul li span {color: #CCC; font-size: 1em;}

#menu a {

	color : #3d3d3d; 
	text-decoration : none; 
	font-weight: 500; 
	font-size: 1.3em; 
	line-height: 1.3em;
}

#menu a:hover{
	text-decoration: none;
	color: #ff9600;
}


/* Drop Down */

#menu ul ul {
	position: absolute;
	top: 22px;
	left: -1px;
}

#menu ul li {
	position: relative;
	display: block;  
}

#menu li li {
	padding: 0;
	margin: 0;
	width: 11.9em;
}


#menu ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 15px 8px 11px;
	border-bottom: 1px solid #dedede;
	width: 11.9em;
	background: #eee;
	outline: none;
}

#menu ul li ul li a:hover {
	background: #f9f9f9;
	color: #3eb8d2;
	text-decoration: none;	
}

#menu ul li ul,
#menu ul li:hover ul
{display: none;}

#menu ul li:hover ul,
#menu ul li:hover ul
{display: block;}

/*---------------------------------------
/* Footer Links
/*--------------------------------------*/
#arealinks{
	width: 100;	
	/*background: url(../images/footer-bg.gif) repeat-x; */
	background-position:top;
    background-color:#3a4649;
	padding-bottom:20px;
	padding-top:10px;	
}
#footer-links {
	width: 960px;	
	text-align:left;
	height:105px;
	padding-bottom:15px;	
}
#footerLinks {
    padding: 8px 0 0 0;
    margin: 0 0 25px 0;
    list-style-type: none;
}

#footerLinks a {
}

#footerLinks li {
    display: block;
    float: left;
    width: 13%;
}

* + html #footerLinks li {
    width: 14%;
}

#footerLinks dd {
    margin-bottom: 0.2em;
    margin-left: 20px;
}

#footerLinks .last {
    margin-right: 0;
}

* html #footerLinks .last {
    margin-right: -3px;
}


/*---------------------------------------
/* Footer
/*--------------------------------------*/

#footer{
	background: #3a4649;
	width: 100%;
	padding-top: 5px; 
	border-top:1px solid #4e595c;
}

#footer-container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#ft-end {
	height: 40px;
	position: relative;
    width: 100%;
}

img#logo2 {
	width: 191px;
	height: 70px;
	position: absolute;
	left: 761px;
	float: left;
	margin-top: 5px;
	/*background: url(../images/ft-logo.gif) no-repeat;*/
	text-indent: -30000px;
	top: -2px;
}

/* links */

#ftlinks {
	position: absolute;
	margin-top: 20px;
	padding: 0;
	top: -11px;
}

#ftlinks ul {margin: 0; padding: 0;}
#ftlinks ul li {margin: 0 0 0 10px; display: block; padding: 0 0 0 10px; float: left; text-align: left; }
#ftlinks ul li a {color : #d8dadb; text-decoration : none; line-height: 1.3em; }
#ftlinks ul li a:link, #menu ul li a:visited { padding: 0; }
#ftlinks ul li a:hover {color : #ADADAD; padding: 0; border-bottom: 1px dotted;}
#ft-line{ font-family:Arial; text-decoration:none; font-weight:normal; font-size:11px; color: #d8dadb; padding-left:8px;padding-right:8px;}
#ft-end p {
	position: absolute;
	
	padding: 0 0 0 10px;
	color: #d8dadb;
	line-height: 1.3em;
	margin: 35px 0 0 10px;
}

/*---------------------------------------
/* clear
/*--------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	font-size: 0;
}

.clearfix {
    display: inline-block;
	font-size: 0;
}

html[xmlns] .clearfix {
    display: block;
	font-size: 0;
}

* html .clearfix {
    height: 0%;
	font-size: 0;
}
/* New */
#kserasera{
	width: 30px;
	height: 62px;
	position: absolute;
	left: 10px;
	float: left;
	margin-top: 5px;
	background: url(../images/kserasera.png) no-repeat;
}
.usermessages{
	font:tahoma;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
}
.agentsviewheaddings{
	font:tahoma;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#3EB8D2;
}
.posteddate{
	font:tahoma;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#FD9907;
}
.newsdesc{
	font:tahoma;
	font-family:tahoma;
	font-weight:bold;
	font-size:12px;
	color:#4F4F4F;
}
.agentPhoto{
border:2px solid #3EBAD2;
}
.agentPhoto:hover{
border:2px solid #FEC779;
}
.agentsView{
background-color:#EFEFEF;
}
.sub-button a {
	background: url(../images/view-all.png) no-repeat;
	width: 80px;
	height: 25px;
	text-indent: -3000px;
	float: right;
	margin:0 0 0px;
	padding-right:35px;
}

.sub-button a:hover {
	background-position:0 -25px;
}

.more-button a {	
	background: url(../images/more_but.png) no-repeat;
	width: 60px;
	height: 25px;
	text-indent: -3000px;
	float: right;	
	margin-top:136px;
	margin-right:15px;
}
.more-button a:hover {
	background-position:0 -25px;
}

.paypalheaddings{
font:tahoma;
font-family:tahoma;
font-weight:bold;
font-size:12px;
color:#3EB8D2;
}
.paypalnormaltext{
font:tahoma;
font-family:tahoma;
font-weight:bold;
font-size:11px;
line-height:150%;
text-align:justify;
}
.memberlogin_head{
font:tahoma;
font-family:tahoma;
font-weight:bold;
font-size:16px;
color:#3EB8D2;
}
.list_exp_info_table{
background-color:#333333;
font:tahoma;
font-family:tahoma;
font-weight:bold;
font-size:16px;
color:#3EB8D2;
}
.tellushead{
height:26px;
font:tahoma;
font-family:tahoma;
font-weight:bold;
font-size:24px;
color:#3EB8D2;
}
.newstable{
background-color:#F5F5F5;
}
.newstable:hover{
background-color:#d6d6d6;
}
#property-statistics {height:95px; background-color:#eaeaea; margin-left:10px; width:325px; float:right;margin-top:9px; padding:8px;border:1px solid #ccc}
#propery-statlist{width:140px;  background-color:#f5f5f5; float:left; padding:4px; margin:5px 5px 5px 5px}
.sbutton{
width:70px;
background-color:#FF972F;
font:Tahoma;
font-family:Tahoma;
font-size:11px;
color:#000000;
}
.sbutton:hover{
	background-color:#3BBBD2;
	cursor:pointer;
}
.sbuttonbig{
	width:100px;
	background-color:#FF972F;
	font:Tahoma;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
.sbuttonbig:hover{
	background-color:#3BBBD2;
	cursor:pointer;
}