/*asb aspire Style Sheet* - Last Updated by Simon Del Giudice on 03-07-07
******************************************************************/

/*Residential Property Styles*
******************************************************************/


	#rp_contentleft{
		float: left;
		width: 200px;
		min-height:321px;
		height:auto !important;
		height:312px;
		margin: 0 0 0 10px;
		background: url(../images/rp/rp_subnavback.jpg) no-repeat;
	}
		#rp_contentleft h1{
			color: white;
			padding: 5px 0 0 30px;			
			font-size: 14px;
			font-weight: bold;
		}	
		#rp_contentleft h2{
			color: white;
			padding: 5px 0 0 30px;			
			font-size: 14px;
			font-weight: bold;
		}		
		#rp_contentleft p{
			color: white;
		}
		#rp_contentleft ul{
			list-style: none;
			color: white;
			margin: 0 5px 0 5px;
		}
		#rp_contentleft li{
			color: white;
			padding: 0 0 3px 0;
			margin: 0;
			border-bottom: 1px dotted white;
		}
		#rp_contentleft li a{
			color: white;
			text-decoration: none;	
		}		
						
	#rp_contentright{
		float: right;
		clear: right;
		width: 550px;
/*		min-height:321px;
		height:auto !important;
		height:321px;*/
		margin: 0 10px 0 10px;
		background: white;
	}
		#rp_contentright h1{
			color: #3A7CBF;
			margin: 10px 0 10px 0;
		}
		#rp_contentright h2{
			color: #626262;
			font-weight: normal;
			font-size: 16px;
			margin: 0 0 5px 0;
		}			
		#rp_contentright p {
			padding: 0;
			font-weight: normal;
			color: #626262;
			margin: 0 0 10px 0;
		}
		#rp_contentright ul li{
			color: #626262;
			margin: 0 5px 0 5px;
		}
		
		#rp_contentright td {
			border-bottom: 1px solid black;
		}		