@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;

	}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
	
#header {
	width:980px;
	height:150px;
	float:left;
	position:relative;
	background:url(../images/bg.jpg) #FFFFFF repeat-x;
	padding: 0px 0px 20px 0px;
		}
/************************************************
*	logo  									*
************************************************/
#logo
	{
	width:324px;
	height:72px;
	background:transparent url('../images/logo.jpg') no-repeat scroll 0px 0px;
	float:left;
	margin: 30px 0px 0px 30px;
	}
#nav-bar
	{
	width:100%;
	height:37px;
	position:relative;
	float:left;
	margin: 11px 0px 0px 0px;
	}
#nav-bar-left
	{
	width:568px;
	height:37px;
	background:transparent url('../images/menu_bar.jpg') no-repeat scroll 0px 0px;
	position:relative;
	float:left;
	margin: 0px 0px 0px 10px;
	}
#nav-bar-left ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav-bar-left ul li{
	float:left;
	display:inline;
	width: 108px;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	padding: 20px 0px 0px 0px;
	}
.nav-active {
	color:#0000FF;
	}
#nav-bar-login
	{
	width:130px;
	height:37px;
	background:transparent url('../images/login_button.jpg') no-repeat scroll 0px 0px;

	text-align:center;
	float:right;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 8px;
	font-size:10px;
	}
.content-img {
	margin: 0px 0px 0px 0px;
	float:left;
	background:transparent url('../images/about.jpg') no-repeat scroll 50% 0px;
	width:980px;
	height:111px;
	/*position:relative;*/
}

#banner {
	width:980px;
	height:240px;
	background:transparent url('../images/banner_01.jpg') no-repeat scroll 50% 0px;
	float:left;
	margin: 0px 0px 0px 0px;
	}
	
#banner_realestate {
	width:980px;
	height:240px;
	background:transparent url('../images/banner_real_estate.jpg') no-repeat scroll 50% 0px;
	float:left;
	margin: 0px 0px 0px 0px;
	}

#banner_innerpage {
	width:980px;
	height:111px;
	background:transparent url('../images/about.jpg') no-repeat scroll 50% 0px;
	float:left;
	margin: 25px 0px 0px 0px;
	}

#page-content {
	width:980px;
	height:auto;
	position:static;
	float:left;
	margin: 25px 0px 0px 0px;
	}
#content {
	width:820px;
	height:auto;
	position:relative;
	margin: 0px auto 0px 150px;
	}
#content_main {
	width:940px;
	height:auto;
	position:relative;
	margin: 0px auto 0px 20px;
	}
#content-left {
	width:680px;
	height:auto;
	position:relative;
	float:left;
	margin: 0px 0px 0px 0px;
	}
#content-left h1{
	font-family:Arial, "Times New Roman", Times, serif;
	color:#000066;
	font-size:24px;
	margin: 0px 0px 0px 0px;
	}
#content-left p{
	line-height:20px;
	margin: 10px 0px 20px 0px;
	font-size:12px;
	text-align:justify;
	padding: 0px 20px 0px 0px;
	}	
#content-right {
	width:254px;
	height:auto;
	position:relative;
	float:right;
	margin: 0px 0px 0px 0px;
	}
#content-right-box1 {
	width:254px;
	height:17px;
	position:relative;
	float:left;
	background:transparent url('../images/box_top.jpg') no-repeat scroll 50% 0px;
	}
#content-right-box2 {
	width:254px;
	height:auto;
	position:relative;
	float:left;
	background:transparent url('../images/box_middle.jpg') repeat-y scroll 50% 0px;
	}
#content-right-box2 p{
	padding: 0px 20px 0px 20px;
	/*text-align:justify;*/
	line-height:18px;
	}
.title { 
	color:#000000;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#15317E;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	}
.title_testimonial { 
	color:#000000;
	font-family:Arial, "Times New Roman", Times, serif;
	color:#15317E;
	font-size:12px;
	/*font-weight:bold;*/
	line-height:22px;
	}
#content-right-box3 {
	width:254px;
	height:68px;
	position:relative;
	float:left;
	background:transparent url('../images/box_bottom.jpg') no-repeat scroll 50% 0px;
	}
.table{
	margin: 10px 0px 0px 10px;
	}
.td_line {
	border-bottom:#CCCCCC solid 1px;
	height:40px;
	
	}
.td_line1 {
	border-bottom:#CCCCCC solid 1px;
	height:auto;
	padding:0px 0px 20px 0px;	
	}
.profile-title {
	font-weight:bold;
	font-size:12px;
	padding: 5px 0px 5px 0px;
	}
	
	
	
.login-w {
	z-index: 99;
}
.login {
	display: block;
	position: absolute;
	top: 0px;
	left: 688px;
	width: 260px;
	height: 135px;
	font-size: 11px;
	padding: 15px 0px 0px 12px;
	margin: 40px 0px 0px 0px;
	background-color:#F4F4F4;
	border:#cccccc solid 1px;
}
.login th {
	text-align: left;
	padding-bottom: 10px;
	font-size: 12px;
}
.login td.label {
	padding-right: 8px;	
	padding-bottom: 8px;
}
.login input {
	width: 152px;
	margin-bottom: 4px;
	font-size: 12px;
}
.login .login-btn {
	position: relative;
	left: -3px;
}
.login .first-time {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.login-close {
	text-align: right;
	font-size: 10px;
}
.login-close a {
	color: #999;
}
.login-close a:hover {
	color: #007DC3;
}
	
	
	
	
#footer {
	width:980px;
	float:left;
	border-top:#999999 1px dotted;
	font-size:10px;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	display:inline;
	}
#footer ul{
	display:inline;
	}
#footer li{
	font-size:10px;
	display:inline;
	list-style:disc;
	padding: 0px 0px 0px 15px;
	}
	
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* ///////////  9-3-09  ////////////                   */
.cms_td_line {
	border-top:#BDBDBD solid 1px;
	height:15px;
	padding:5px 0px 5px 0px;
	}
#cms_head h1{
	font-family:Arial, "Times New Roman", Times, serif;
	color:#000066;
	font-size:24px;
	margin: 0px 0px 0px 0px;
	}	
#left_menu{
padding-right:10px;
height:30px;
background:url(../images/nav.jpg) no-repeat scroll 0px 0px;
background-position:right;
}	
.lm_text{
color:#9F0000;
font-family:Verdana;
font-size:11px;
font-weight:bold;
}
.lm_text a{
color:#A4A4A4;
font-family:Verdana;
font-size:11px;
font-weight:bold;
}
.lm_text a:hover{
color:#444444;
font-family:Verdana;
font-size:11px;
font-weight:bold;
}
.para{
    line-height:20px;
	margin: 10px 0px 20px 0px;
	font-size:12px;
	/*text-align:justify;*/
	padding: 0px 20px 0px 0px;
}

.para b {margin: 10px 0px 20px 5px;}

.pf_link {
color:#000000;
font-family:Verdana;
font-size:11px;
text-decoration:underline;
}
.pf_link a{
color:#444444;
font-family:Verdana;
font-size:11px;
text-decoration:underline;
}
.pf_link a:hover{
color:#444444;
font-family:Verdana;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

.justify_txt{
text-align:justify;
}