
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	color:#30252c;
    background: #ccc;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
 i{
    display: none;
 }
 a{
    color: #58585a;
    text-decoration: none;
 }
 a:hover{
    text-decoration: underline;
 }
 p, li, label, td {
    color: #58585a;
    font-size: 11px;
    line-height: 15px;
 }
	
	
	
	
/* NAVIGATION STYLES
================================================================================*/

#nav{
	background-color:#99cf16;
	padding:0 0 0 41px;
	width:979px;
	height:40px;
	}
	
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
#nav ul li{
	margin:0 26px 0 0;
	float:left;
	}
	
#nav ul li a:link, #nav ul li a:visited{
	font:bold 13px "Trebuchet MS";
	color:#30252c;
	text-decoration:none;
	padding:11px 2px 9px 2px;
	display:block;
	}
	
#nav ul li a:hover{
	border-bottom:4px solid #30252c;
	padding:11px 2px 7px 2px;
	}
	
/*highlighting current page*/
	
#homepage #home_b a{
    border-bottom:4px solid #30252c;
    padding:11px 2px 7px 2px;
    }
    
#aboutuspage #aboutus_b a{
    border-bottom:4px solid #30252c;
    padding:11px 2px 7px 2px;
    }
    
#landlordspage #landlords_b a{
    border-bottom:4px solid #30252c;
    padding:11px 2px 7px 2px;
    }
    
#tenantspage #tenants_b a{
	border-bottom:4px solid #30252c;
	padding:11px 2px 7px 2px;
	}
	
#propertypage #property_b a{
    border-bottom:4px solid #30252c;
    padding:11px 2px 7px 2px;
    }
    
#blogpage #blog_b a{
    border-bottom:4px solid #30252c;
    padding:11px 2px 7px 2px;
    }
    
#contactpage #contact_b a{
	border-bottom:4px solid #30252c;
	padding:11px 2px 7px 2px;
	}
	
	
	
	
/* TYPOGRAPHY
================================================================================*/

h1 {
    color: #58585a;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 14px;
    font-family:"Trebuchet MS", Verdana, Arial, Tahoma;
    font-weight:200;
    
}
h2 {
    color: #58585a;
    font-size: 11px;
}
h3 {
    color: #a6ce39;
    font-size: 12px;
    font-weight: bold;
}
img{
    border: 0;
}

.clear{
    clear: both;
}
	
	
	
	

/* LAYOUT STYLES
================================================================================*/
	
#container{
    padding:0;
    margin:0 auto 0 auto;
    text-align: left;
    width:1020px;
    background-color:#fff;
    }

#content{
	padding:0;
	margin:0 auto 0 auto;
	width:850px;
    background-color:#fff;
	}

#header{
	background:url(/ui/images/header.jpg) no-repeat 0 0;
	width:1020px;
	height:150px;
	}
	
#bodyarea{
	padding:0;
	background-color:#fff;
	}
	
#upperdiv{
	padding:25px 40px 22px 40px;
	width:940px;
	}	
	
#upperdiv_content{
	width:940px;
	}
	
#upperdiv_content_left{
	float:left;
	width:297px;
	padding:0 23px 0 0;
	}
	
#upperdiv_content_middle{
	float:left;
	width:375px;
	}
	
#upperdiv_content_right{
	float:right;
	width:222px;
	}
	
.cleardiv2{
	clear:both;
	font-size:0;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	height:0; /*ie fix*/
	}
	
#office_left{
	float:left;
	width:140px;
	}
	
#office_right{
	float:right;
	width:140px;
	}
	
.office_pic{
	border:2px solid #3d303a;
	width:136px;
	}
	
.office_text{
	padding:11px 0 0 0;
	text-align:center;
	width:140px;
	color:#666;
	line-height:130%;
	}
	
#upperdiv_content p{
	padding:0 15px 11px 0;
	margin:0;
	line-height:130%;
	}
	
input{
	font:normal 11px Tahoma;
	color:#30252c;
	}
		
.txtbox{
	border:1px solid #999;
	background-color:#fff;
	width:214px;
	padding:4px 2px 4px 2px;
	height:13px;
	margin:0 0 11px 0;
	}
	
.divider{
	background:url(/ui/images/divider.jpg) no-repeat 0 0;
	width:1020px;
	height:22px;
	font-size:0;
	}
	
#middlediv{
	padding:30px 40px 33px 40px;
	width:940px;
	}	
	
.middlearea_row{
	padding:0 0 30px 0;
	}
	
.middlearea_cell{
	float:left;
	width:300px;
	margin:0 20px 0 0;
	}
	
.middlearea_cell_last{
	float:left;
	width:300px;
	}
	
.middlearea_cell_pic{
	float:left;
	width:136px;
	border:2px solid #3d303a;
	margin:0 20px 0 0;
	}
	
.middlearea_cell_text{
	float:left;
	width:140px;
	padding:10px 0 0 0;
	}
	
.middlearea_cell_text p{
	padding:0 0 3px 0;
	margin:0;
	}
	
.green{
	color:#7aa712;
	font:bold 12px Tahoma;
	}
	
.green a:link, .green a:visited{
	color:#7aa712;
	text-decoration:none;
	}
	
.green a:hover{
	text-decoration:underline;
	}
	
#bottomdiv{
	padding:17px 40px 70px 40px;
	width:940px;
	background:url(/ui/images/footer.jpg) no-repeat bottom left;
	}
	
.bottomarea_cell{
	float:left;
	width:300px;
	margin:0 20px 0 0;
	line-height:140%;
	}
	
.bottomarea_cell_last{
	float:left;
	width:300px;
	line-height:140%;
	}		
	
#bottomdiv p{
	padding:0 45px 11px 0;
	margin:0;
	line-height:130%;
	}

.green2 a:link, .green2 a:hover{
	color:#7aa712;
	text-decoration:none;
	}
	
.green2 a:hover{
	text-decoration:underline;
	}
	
#property_heading{
	padding:0 0 14px 0;
	margin:0 0 18px 0;
	border-bottom:1px solid #dadada;
	}	
	
#morediv{
	padding:16px 0 0 300px;
	border-top:1px solid #dadada;
	}
	
#morediv ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
#morediv ul li{
	padding:0;
	float:left;
	font-size:12px;
	}
	
.prev a:link, .prev a:visited{
	border:2px solid #ccc;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	color:#333;
	display:block;
	margin:0 22px 0 0;
	}
	
.prev a:hover{
	color:#7aa712;
	}
	
.pages a:link, .pages a:visited{
	border:1px solid #ccc;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	color:#333;
	display:block;
	margin:0 3px 0 0;
	}
	
.pages a:hover{
	color:#7aa712;
	}
	
.next a:link, .next a:visited{
	border:2px solid #ccc;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	color:#333;
	display:block;
	margin:0 0 0 20px;
	}
	
.next a:hover{
	color:#7aa712;
	}
	
/*highlighting current page*/

#propertypage #first a{
	color:#7aa712;
	font-weight:bold;
	border:none;
	}
	
#pro_detail_heading_left{
	float:left;
	width:540px;
	}
	
#pro_detail_heading_right{
	float:right;
	width:240px;
	text-align:right;
	padding:32px 0 0 0;
	}
	
#pro_detail_heading_right a:link, #pro_detail_heading_right a:visited{
	text-decoration:none;
	color:#7aa712;
	font:bold 11px Tahoma;
	}
	
#pro_detail_heading_right a:hover{
	text-decoration:underline;
	}
	
#pro_details{
	padding:0 0 45px 0;
	margin:0 0 18px 0;
	border-bottom:1px solid #dadada;
	width:940px;
	}
	
#pro_details_left{
	float:left;
	width:272px;
	}
	
#pro_details_right{
	float:right;
	width:625px;
	}
	
#pro_details_big_pic{
	width:266px;
	height:200px;
	background-color:#fff;
	padding:1px;
	border:2px solid #392d37;
	}
	
#pro_details_small_pic{
	padding:10px 0 0 0;
	}
	
.pro_details_row{
	padding:0 0 9px 0;
	}
	
.pro_details_cell{
	float:left;
	width:75px;
	height:56px;
	padding:1px;
	background-color:#fff;
	border:2px solid #392d37;
	margin:0 14px 0 0;
	}
	
.pro_details_cell_last{
	float:left;
	width:75px;
	height:56px;
	padding:1px;
	background-color:#fff;
	border:2px solid #392d37;
	}
	
#pro_details_right_content{
	border-bottom:1px solid #dadada;
	width:625px;
	padding:0 0 14px 0;
	margin:0 0 14px 0;
	}
	
#pro_details_content_left{
	float:left;
	width:146px;
	padding:0 50px 0 0;
	}
	
#pro_details_content_middle{
	float:left;
	width:200px;
	padding:0 4px 0 0;
	}
	
#pro_details_content_right{
	float:left;
	width:200px;
	padding:0 20px 0 0;
	}
	
.pro_details_content_heading{
	padding:0 0 14px 0;
	font:bold 11px Tahoma;
	color:#333;
	}
	
#pro_details_right_content p{
	padding:0;
	margin:0;
	line-height:140%;
	}
	
.pro_details_right_row{
	padding:0 0 5px 0;
	}
	
.pro_details_right_cell_left{
	float:left;
	width:80px;
	}
	
.pro_details_right_cell_right{
	float:left;
	width:120px;
	}
	
#pro_details_right_button{
	width:227px;
	text-align:center;
	}
	
#pro_details_right_button p{
	padding:8px 0 0 0;
	margin:0;
	}
	
#pro_details_right_button p a:link, #pro_details_right_button p a:visited{
	text-decoration:none;
	color:#7aa712;
	}

#pro_details_right_button p a:hover{
	text-decoration:underline;
	}
	
	
/*for pop up page*/

#container_popup{
	padding:0;
	margin:0 auto 0 auto;
	width:494px;
	padding:3px;
	background-color:#fff;
	}
	
#container_popup h1{
	padding:14px 12px 20px 20px;
	margin:0;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color:#30252c;
	}
	
#popup_content{
	padding:0 0 6px 0;
	}
	
.popup_row{
	padding:0 0 9px 0;
	}
	
.popup_left{
	float:left;
	width:122px;
	margin:0 25px 0 0;
	text-align:right;
	padding:4px 0 0 0;
	}
	
.popup_right{
	float:left;
	width:322px;
	}
		
.txtbox2{
	border:1px solid #999;
	background-color:#fff;
	width:214px;
	padding:4px 2px 4px 2px;
	height:13px;
	}
		
.txtarea{
	border:1px solid #999;
	background-color:#fff;
	width:255px;
	padding:4px 2px 4px 2px;
	height:50px;
	overflow:auto;
	font:normal 11px Tahoma;
	}
		
.txtarea2{
	border:1px solid #999;
	background-color:#fff;
	width:255px;
	padding:4px 2px 4px 2px;
	height:130px;
	overflow:auto;
	font:normal 11px Tahoma;
	}
	
.txtbox3{
	border:1px solid #999;
	background-color:#fff;
	width:114px;
	padding:4px 2px 4px 2px;
	height:13px;
	}
	
.popup_btn{
	border-top:1px solid #dadada;
	padding:14px 0 0 0;
	margin:14px 0 0 0;
	}

