@charset "utf-8";
/* 
CSS Document created for Landlord Forum
Developed by: f1Soft
*/

body, html{
	margin: 0;
	padding: 0;
	background: #FFF;
	font: 11px/13px "Trebuchet MS", Arial;
	color: #555;
}

div, form, p, span, h1, h2, h3, h4, h5, ul, ol, li, table{
	margin: 0;
	padding: 0;
}

a, img{
	border: none;
	outline: none;
}

#header, #topnav, #search, #mainContent{
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
}

#header .brand{
	float: left;
	width: 456px;
}

#header .topbanner{
	float: right;
}

/*end of header selectors*/

#topnav{
	padding: 12px 0 1px 0;
	border-bottom: 5px solid #9fb1bb;
}

#topnav ul{
	float: left;
	list-style: none;
}

#topnav ul li{
	float: left;
	display: inline;
}

/* Main Content Starts Here*/

#mainContent{
	border: none;
	padding: 20px 0 0 0;
}

#mainContent .leftCol, 
#mainContent .leftCol .leftnav, 
#mainContent .leftCol .leftnav ul{
	float: left;
	width: 130px;
}

#mainContent .leftCol .leftnav ul li{
	float: left;
	padding: 0 0 0 10px;
	width: 120px;
}

#mainContent .leftCol .adbanner{		
	display: block;
	text-align: center;
}

#mainContent .leftCol .adbanner p{		
	padding: 0 0 15px 0;
	display: block;
	text-align: center;
}

div.adbanner  p a img{
	border: 4px solid #DDD;
}

div.adbanner p a:hover img{
	border: 4px solid #BBB;
}

div.adbanner p.banner_ad a img{
	border: none;
	padding: 0;
}

div.adbanner p.banner_ad{
	padding: 0;
}

/* left Col ends */

#mainContent .rightCol{
	float: right;
	width: 840px;
	position: relative;
}

#mainContent .rightCol h1, 
#mainContent .rightCol h2, 
#mainContent .rightCol h3{
	display: block;
	padding: 10px 0;
	/*font-size: 40px;*/
	color: #f8941c;
	font-weight: normal;
}

#mainContent .rightCol h2{
	font-size: 22px;
	color: #808080;
	font-weight: bold;
}

#mainContent .rightCol h3{
	font-size: 18px;
	color: #808080;
	font-weight: normal;
	line-height: 20px;
	padding: 5px 0 20px 0;
}

#contentHolder{
	width: 840px;
	float: left;
	padding: 0 0 20px 0;
}

div.bodyContent{
	width: 688px;
	float: left;
	position: relative;
}
/*Sponser col selectors*/

div.sponsorsCol{
	float: right;
	width: 152px;
	padding: 5px 0 0 0;
}

div.sp_block{
	float: left;
	width: 152px;
	margin: 0 0 15px 0;
}

div.sp_block .topcrv{
	float: left;
	width: 152px;
	background: url(../images/topcrv_ban.gif) top no-repeat;
	height: 6px;
	overflow: hidden;
}

div.sp_block .bottomcrv{
	float: left;
	width: 152px;
	background: url(../images/bottomcrv_ban.gif) bottom no-repeat;
	height: 6px;
}

div.sp_block .content{
	border-left: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	float: left;
	width: 150px;
	overflow: hidden;
	padding: 5px 15px;
}

div.sp_block .content h4{
	padding: 8px 0 10px 45px;
	background: url(../images/home_ico.gif) left no-repeat;
	font-size: 18px;
	border-bottom: 1px solid #528a97;
	width: 120px;
	margin: 0 0 15px 0;
}

div.sp_block .content p, div.sp_block .content p.banner_ad{
	padding: 0 0 15px 0;
	display: block;
	text-align: center;
}

div.sp_block .content p a img{
	border: 4px solid #DDD;
}

div.sp_block .content p a:hover img{
	border: 4px solid #BBB;
}

div.sp_block .content p.banner_ad a img{
	border: none;
	padding: 0;
}

div.sp_block .content p.banner_ad{
	padding: 0;
}

/*footer selectors*/
#footer{
	width: 990px;
	padding: 15px 0 30px 0;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #DDD;
}

#footer ul{
	list-style: none;
	display: block;
	padding: 0 0 30px 0;
}

#footer ul li{
	display: inline;
	padding: 0 25px;
}


/*Psuedo classes*/

a{
	color: #555;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #F90;
}

p.morelink a{
	color: #555;
	font-weight: bold;
	text-decoration: underline;
}

p.morelink a:hover{
	text-decoration: none;
	color: #F90;
}

#topnav ul li a{
	padding: 10px 8px 20px 8px;
	float: left;
	font-size: 15px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#topnav ul li a:hover{
	background: url(../images/current_bullet.gif) bottom no-repeat;
	color:#f7941d;
}

#topnav ul li a.active{
	background: url(../images/current_bullet.gif) bottom no-repeat;
}

#topnav .login a, div.signupBlock span a, div.freelist span a{
	color: #FFF;
	text-decoration: none;
}

#topnav .login a:hover, div.signupBlock span a:hover, div.freelist span a:hover{
	color: #000;
	text-decoration: underline;
}

#mainContent .leftCol .leftnav a{
	display: block;
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #186474;
	font-size: 15px;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
	margin: 0;
}

#mainContent .leftCol .leftnav a.active{
	background: url(../images/current_bullet_hor.gif) right no-repeat;
}

#mainContent .leftCol .leftnav a:hover{
	background: url(../images/current_bullet_hor.gif) right no-repeat;
	color:#f7941d;
}
#mainContent .rightCol .contentHolder .bodyContent{
	font-size: 14px;
}
/* imp */

.bold{
	font-weight: bold;
}

.pt20{
	padding-top: 20px;
}



/* aboutus section */

div.about_block{
	float: left;
	width: 574px;
}

div.about_block p{
	padding: 0 0 20px 0;
}

/* possible hacks*/

.clear{
	clear: both;
}