		body				{
			background:			#fff url(../images/generic_bg.gif) repeat-x 0 0;
			margin:				0;
			padding:			0;
			font:				small Verdana,Sans-serif;
			line-height:		1.6em;
		}
		
		#mHeader			{
			background:			url(../images/generic_bg_t.gif) no-repeat 0 0;
			height:				112px;
		}
		
		#mHouse				{
			background:			url(../images/generic_house.jpg) no-repeat 500px 12px;
			height:				112px;
		}
		
		a					{
			color:				#5C81AF;
			border-bottom:		1px dotted #5C81AF;
		}
		
		a:hover				{
			color:				#357;
			border-bottom:		1px solid #357;
		}
		
		#mNav a:hover		{
			color:				#357;
		}
		
		#mNav a 			{
			color:				#5C81AF;
		}	
		
		#mBody h1, h2			{
			color:				#357;
		}	
		
		/* External Content {{{  */		
		#mRight				{
			color:				#555;
		}
				
		/* Featured Listing  */
		
		.FeaturedListing img{
			border:				1px solid #888;
		}

		.FeaturedListing{
			border:				1px solid #888;
			background:			#fff;
		}

		.FeaturedListing a		{
			color:				#5C81AF;
			border-bottom:		1px dashed #5C81AF;
		}

		.FeaturedListing a:hover{
			color:				#357;
			border-bottom:		1px solid #357;
		}
		

		/* Virtual Tours */
		
		#SearchResults a		{
			color:				#5C81AF !important;
			border-bottom:		0px !important;
		}
		
		#SearchResults a:hover	{
			color:				#357 !important;
		}		

		#SearchResults .Result	{
			border:				1px solid #ccc !important;
		}

		#SearchResults .Result h1{
			background:			url(../images/result_bg.gif) repeat-x 0 0 #fff !important;
		}
		
		#SearchResults .Result .Location{
			color:					#357 !important;
		}	
				
		/* Agent Photo */	
		
		.AgentPhoto{
			border:				1px solid #888;
			background:			#fff;
		}
		
		.AgentPhoto img{
			border:				1px solid #ccc;
		}	

		.AgentInfo a		{
			color:				#5C81AF;
			border-bottom:		1px dashed #5C81AF;
		}

		.AgentInfo a:hover{
			color:				#357;
			border-bottom:		1px solid #357;
		}
		/* }}} */	
		