/* Stylesheet HBI - by Scott Phelps, Lazarus Group May 2008

Table of Contents
	1. Reset
	2. Globals
	3. Header
	4. Wrap
	5. SubNav
	6. Content_Wrap
	7. Content
	8. Sidebar
	9. Footer
	10. Typography
		a. 
		b.
		c.
		d.
	11. Custom Extras
	12. Coda Slider
	13. Locate a Broker Style
	14. Listings (Buy)
------------------*/

/* 1. Reset  */
* {
	border: 0px;
	margin: 0px;
	}

/* 2. Globals */
body {
	color: #0A5098;
	font: 13px helvetica,arial,sans-serif;
	margin: 0 auto 0 auto;
	background: #fff;
	line-height: 1.4em;
	word-spacing: .01em;
	letter-spacing: .001em;
	}

#header, #wrap {
	width: 1020px;
	margin: 0 auto 0 auto;
	/*text-align: center; for IE? */
	}

/* 3. Header */
#header_wrap {
	background: #fff url(/images/header_bg.jpg) repeat-x top;
	height: 160px;
	}

	#header {
		background: transparent;
		height: 160px;
		}
	
	#header_wrap h1#forPrint {
		display:none;
		}

		/* Navigation Animation */
				#header a.logo, #header a.buy, #header a.sell, #header a.hbi, #header a.login {
					display: block;
					float: left;
					text-decoration: none;
				}

				#header a.logo {
					background: transparent url(/images/header_hbi_logo.jpg) no-repeat;
					height: 160px;
					width: 401px;
					}

				#header a.buy, #header a.sell, #header a.hbi {
					height: 162px;
					width: 126px;
					}

				#header a.login {
					height: 162px;
					width: 200px;
					}

				#header a.buy:hover, #header a.sell:hover, #header a.hbi:hover, #header a.login:hover {
					background-position: 0 0;
					}

				#header a.buy {
					background: url(/images/header_buy.gif) 0 0 no-repeat;
					background-position: -126px 0;
					}

				#header a.sell {
					background: url(/images/header_sell.gif) 0 0 no-repeat;
					background-position: -126px 0;
					}

				#header a.hbi {
					background: url(/images/header_hbi.gif) 0 0 no-repeat;
					background-position: -126px 0;
					}

				#header a.login {
					background: url(/images/header_login.gif) 0 0 no-repeat;
					background-position: -232px 0;
					}



/* 4. Wrap */
wrap {

	}

/* 5. SubNav */
#subnav { 
	height: 37px;
	width: 790px;
	}

	#subnav a {
		font-size: .001em;
		text-indent: -9999px;
		}

	/* 5a. SubNav Buy */
		/* Buy */
	#subnav a.buy_listings,
	#subnav a.buy_locatebroker,
	#subnav a.buy_comparables,
	#subnav a.buy_recentsales,
	#subnav a.buy_marketplace,
	#subnav a.buy_events,
		/* Sell */
	#subnav a.sell_recentsales,
	#subnav a.sell_locatebroker,
	#subnav a.sell_comparables,
	#subnav a.sell_marketplace,
	#subnav a.sell_press,
	#subnav a.sell_events,
		/* HBI */
	#subnav a.hbi_about,
	#subnav a.hbi_press,
	#subnav a.hbi_broker,
	#subnav a.hbi_affiliate,
	#subnav a.hbi_sponsor,
	#subnav a.hbi_education
	{
		height: 37px;
		width: 130px;
		display: block;
		float: left;
		text-decoration: none;
		}

		/* Image Assignment */
	#subnav a.buy_listings,
	#subnav a.buy_locatebroker,
	#subnav a.buy_comparables,
	#subnav a.buy_recentsales,
	#subnav a.buy_marketplace,
	#subnav a.buy_events {
			background: url(/images/subnavigation_buy.jpg) no-repeat;
			}

	#subnav a.sell_recentsales,
	#subnav a.sell_locatebroker,
	#subnav a.sell_comparables,
	#subnav a.sell_marketplace,
	#subnav a.sell_press,
	#subnav a.sell_events {
			background: url(/images/subnavigation_sell.jpg) no-repeat;
			}

	#subnav a.hbi_about,
	#subnav a.hbi_press,
	#subnav a.hbi_broker,
	#subnav a.hbi_affiliate,
	#subnav a.hbi_sponsor,
	#subnav a.hbi_education {
			background: url(/images/subnavigation_hbi.jpg) no-repeat;
			}

		/* Image Placement */
	#subnav a.buy_listings, 
	#subnav a.sell_recentsales, 
	#subnav a.hbi_about {
		background-position: 0px 0px;
		}

	#subnav a.buy_locatebroker, 
	#subnav a.sell_locatebroker, 
	#subnav a.hbi_press {
		background-position: -130px 0px;
		}

	#subnav a.buy_comparables, 
	#subnav a.sell_comparables, 
	#subnav a.hbi_broker { 
		background-position: -260px 0px;
		}

	#subnav a.buy_recentsales, 
	#subnav a.sell_marketplace, 
	#subnav a.hbi_affiliate {
		background-position: -390px 0px;
		}

	#subnav a.buy_marketplace, 
	#subnav a.sell_press, 
	#subnav a.hbi_sponsor  {
		background-position: -520px 0px;
		}

	#subnav a.buy_events, 
	#subnav a.sell_events, 
	#subnav a.hbi_education {
		background-position: -650px 0px;
		}

	/* Hover States */
	#subnav a.buy_listings:hover, 
	#subnav a.sell_recentsales:hover, 
	#subnav a.hbi_about:hover {
		background-position: 0 -37px;
		}

	#subnav a.buy_locatebroker:hover, 
	#subnav a.sell_locatebroker:hover, 
	#subnav a.hbi_press:hover {
		background-position: -130px -37px;
		}

	#subnav a.buy_comparables:hover, 
	#subnav a.sell_comparables:hover, 
	#subnav a.hbi_broker:hover {
		background-position: -260px -37px;
		}

	#subnav a.buy_recentsales:hover, 
	#subnav a.sell_marketplace:hover, 
	#subnav a.hbi_affiliate:hover {
		background-position: -390px -37px;
		}

	#subnav a.buy_marketplace:hover, 
	#subnav a.sell_press:hover, 
	#subnav a.hbi_sponsor:hover {
		background-position: -520px -37px;
		}

	#subnav a.buy_events:hover, 
	#subnav a.sell_events:hover, 
	#subnav a.hbi_education:hover {
		background-position: -650px -37px;
		}


/* 6. Content_Wrap */
#content_wrap {
	float: left;
	height: auto;
	width: 780px;
	margin-bottom: 10px;

	}

	#content_wrap h2 {
		padding: 20px 0px 10px 10px;
		width: 750px;
		letter-spacing: -1px;
		font-size: 18px;
		}

	#content_wrap ul {
		padding-left: 35px;
		}

	li {
		list-style-type: circle;
		}

	#content_wrap p {
		padding: 6px;
		}

	#index_content {
		height: 340px;
		min-height: 340px;
		width: 780px;
		margin: 0 auto 0 auto;
		}

	#index_news {
		height: 300px;
		min-height: 280px;
		width: 780px;
		margin: 0 auto 0 auto;
		}

		#index_news div {
			background: url(/images/news_background.jpg) no-repeat bottom;
			float: left;
			height: auto;
			width: 385px;
			min-height: 140px;
			height: 140px;
			font-size: 14px;
			line-height: 18px;
			}
			
			#index_news h2 {
					letter-spacing: -1px;
					border-bottom: 1px solid #d0d0d0;
					width: 80%;
				}
			
			#index_news h3 {
				margin-top: 8px;
				letter-spacing: 0px;
				font-size: 13px;
				color: #000;
				margin-bottom: -8px;
				}

			#index_news div p {
				padding: 15px;
				}
			
			#index_news .readmore a{
				color: #194880;
				}

	#content_wrap h1.page_headline, #content_wrap h1 {
		padding: 0 0 0 25px;
		margin-bottom: 10px;
		height: 30px;
		background: url(/images/headline_background.jpg) no-repeat;
		font: 18px Segoe UI, Helvetica, Verdana, sans-serif;
		line-height: 30px;
		color: #fff;
		letter-spacing: -1;
		font-weight: bold;
		}

	#featured_properties {
		margin-top: 30px;
		padding: 20 0 0 20;
		height: 200px;
		}

/* 7. Content */


/* 8. Sidebar */
#sidebar {
	height: 800px;
	width: 180px;
	float: left;
	border-left: 7px solid #fff;
	}

	#sidebar p {
		background: #fff url(/images/sidebar_background.jpg) repeat-x left top;
		height: auto;
		margin: 0 0 5 0;
		text-align: center;
		width: 200px;
		}

		#sidebar p.sponsor_p {
			height: 110px;
			}
		
		#sidebar p.featured_p {
			height: 140px;
			}

		#sidebar p.recentsales_p {
			height: 200px;
			}

		#sidebar p img {
			height: 30px;
			width: 200px;
			}

		#sidebar p img.brokerimg {
			border: 0px;
			height: 90px;
			margin: 2px;
			width: 60px;
			}

			#sidebar p span {
				float: left;
			}

			#sidebar p span.agentinfo {
				padding: 5 0 0 0;
				width: 125px;
				}

			#sidebar p a {
				color: #5C8ABA;
				text-decoration: none;
				}

			#sidebar p span.agentinfo a strong {
				color: #1D3E5F;
				}
		
		#sidebar p img.sponsor {
			height: 80px;
			width: 139px;
			}

		#sidebar p img.recentsales {
			height: 138px;
			width: 196px;
			border: 0px;
			margin: 2px;
			}

		#sidebar p {
			width: ;
			height: ;
			}

		#sidebar p.events img.events {
			height: 135px;
			width: 200px;
			}

/* 9. Footer */
#footer {
	background: #C0C7CF url(/images/footer_background.jpg) 0 0 repeat-x;
	height: 675px;
	width: 100%;
	text-align: center;
	clear:both;
	}

	#footer h2 {
		font: 16px Helvetica, Verdana, sans-serif;
		padding-top: 26px;
		color: #fff;
		margin-left: 20px;
		}

	#footer ul {
		height: 40px;
		line-height: 40px;
		}

	#footer li { 
		display: inline;
		list-style: none inside;
		}

		#footer a, #footer a:visited {
			color: #fff;
			text-decoration: none;
			margin-right: 10px;
			height: 15px;
			}
		
		#footer a:hover {
			border-bottom: #59A7EF solid 4px;
			}

		#footer h4 {
			font: 18px bold Helvetica, Arial, sans-serif;
			margin-top: 5px;
			}
		
		#footer p {
			margin: 10px;
			}

		#footer p a, #footer p a:visited {
			color: #0A5098;
			text-decoration: none;
			}
			
		#footer p.disclaimer {
			color: #fff;
			width: 700px;
			margin: auto auto;
			}
			
/* 10. Typography */

a {
	color: #1154A5;
	}

a:visited {
	color: #0A2B4F;
	}

a:hover {
	text-decoration: none;
	}

input, select, textarea {
	border: 1px solid #A4CAEF;
	background: #EFF7FF;
	}

input:focus {
	border: 1px solid #77B6EF;
	background: #CFE7FF;
	}

hr {
	margin-top: 18px;
	margin-bottom: 8px;
	background-color: #d1d1d1;
	height: 1px;
	}

.outline {
	outline: 1px dotted #66B2F0;
	padding: 15px;
	}

/* 11. Custom Extras */

dl.property_details {
	width: 700px;
	margin: 5px;
	}

	.property_details dt {
		width: 200px;
		float: left;
		padding: 3px;
		border-top: 1px dotted #7B9AD1;
		font-weight: bold;
		}

	.property_details dd {
		float: left;
		width: 450px;
		padding: 3px;
		border-top: 1px dotted #7B9AD1;
		}

.listing {
	float:left;
	margin-left: 3px;
	margin-right: 5px;
	}
	
#affinity_member_wrap { 
		width: 1000px;
		margin: auto auto;
		}

	#affinity_member_wrap h5 {
		text-align: center;
		}
			
			#affinity_member_wrap h5 a, #affinity_member_wrap h5 a:visited, #affinity_member_wrap h5 a:hover {
				text-decoration: none;
				color: #000;
				}

.affinity_member {
	width: 300px;
	float:left;
	border:1px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	border: 1px dotted #fff;
	min-height: 425px;
	}

#footer div.affinity_member a {
	line-height: 8px;
	text-decoration: none;
	color: #000;
	margin-right: 0px;
	margin-left: 10px;
	}
	
div.affinity_member a:hover {
	text-decoration:underline; 
	}

#disclaimer {
	color: #0A5098;
	font: 12px Helvetica, Arial, sans-serif;
	height: 100px;
	padding:10px; 
}

div.affinity_member strong {
	margin-left: 10px;
	padding: 4px;
	background: #346DB2;
	color: #fff;
	}
	
	
/* Coda Slider */
#wrapitup {
			width: 700px;
			height: 330px;
			}

		#wrapitup #imagenav {
			width: 258px;
			float: left;
			}
		
		#wrapitup #slider1 {
			float: left;
			}

		#wrapitup p { text-align: left; margin: 15px 0;}
		
		#wrapitup p, #wrapitup ul { } 
		
		#wrapitup p a, #wrapitup li a { color: #39c; text-decoration: none }
		
		#wrapitup p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		#wrapitup p#cross-links { text-align: center }
		
		/* Narrator Navigation Images Mouseover */
			/* Image Placement */
			#wrapitup a#buy, #wrapitup a#specialists, #wrapitup a#experience {
				float: left;
				height: 97px;
				text-decoration: none;
				width: 257px;
				}

			#wrapitup a#sell, #wrapitup a#worldwide, #wrapitup a#resources {
				float: left;
				height: 97px;
				text-decoration: none;
				width: 257px;
				} 

			#wrapitup a#hbi, #wrapitup a#industry_leading,  #wrapitup a#transactions {
				float: left;
				height: 97px;
				text-decoration: none;
				width: 257px;
				}

			/* Image Assignment */
				/*Buy */
				#wrapitup a#buy {background: url(images/narrator_buy.gif) 0 0 no-repeat;}
				#wrapitup a#sell {background: url(images/narrator_sell.gif) 0 0 no-repeat;}
				#wrapitup a#hbi {background: url(images/narrator_who.gif) 0 0 no-repeat;}
				/* Sell */
				#wrapitup a#specialists {background: url(images/narrator_specialists.gif) 0 0 no-repeat;}
				#wrapitup a#worldwide {background: url(images/narrator_worldwide.gif) 0 0 no-repeat;}
				#wrapitup a#industry_leading {background: url(images/narrator_industry_leading.gif) 0 0 no-repeat;}
				/* HBI */
				#wrapitup a#experience {background: url(images/narrator_experience.gif) 0 0 no-repeat;}
				#wrapitup a#resources {background: url(images/narrator_resources.gif) 0 0 no-repeat;}
				#wrapitup a#transactions {background: url(images/narrator_transactions.gif) 0 0 no-repeat;}

			/* Image Hover */
			#wrapitup a#hbi:hover, #wrapitup a#industry_leading:hover, #wrapitup a#experience:hover {
				background-position: -257px 0;
				}

			#wrapitup a#sell:hover, #wrapitup a#worldwide:hover, #wrapitup a#resources:hover {
				background-position: -257px 0;
				}

			#wrapitup a#buy:hover, #wrapitup a#specialists:hover, #wrapitup a#transactions:hover {
				background-position: -257px 0;
				}


		#wrapitup noscript p, #wrapitup noscript ol { color: #a00;  text-align: left ;}
		#wrapitup noscript a { color: #a00; text-decoration: underline ;}
		#wrapitup noscript ol { margin-left: 25px; ;}
		
		#wrapitup a:focus { outline:none ;}
		
		#wrapitup img { border: 0 ;}
		
		#wrapitup h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left ;}
		
		#wrapitup body {
			font-family: Helvetica, Verdana, Arial;
		}
		
		#wrapitup .stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		#wrapitup .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		#wrapitup .csw {width: 100%; height: 460px; background: #fff; overflow: scroll;}
		#wrapitup .csw .loading {margin: 200px 0 300px 0; text-align: center;}

		#wrapitup .stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 480px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 295px;
			clear: both;
			background: #fff;
		}
		
		#wrapitup .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		#wrapitup .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 480px; /* Also specified in  .stripViewer  above */
		}
		
		#wrapitup .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		#wrapitup .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none !important;
		}
		
		#wrapitup .stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		#wrapitup .stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		#wrapitup .stripNav a { 
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		#wrapitup .stripNav li.tab1 a { background: #60f ;}
		#wrapitup .stripNav li.tab2 a { background: #60c ;}
		#wrapitup .stripNav li.tab3 a { background: #63f ;}
		#wrapitup .stripNav li.tab4 a { background: #63c ;}
		#wrapitup .stripNav li.tab5 a { background: #00e ;}
		
		#wrapitup .stripNav li a:hover {
			background: #333;
		}
		
		#wrapitup .stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		#wrapitup .stripNavL, .stripNavR { 
			position: absolute;
			text-indent: -9000em;
		}
		
		#wrapitup .stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		#wrapitup .stripNavL {
			left: 0;
		}
		
		#wrapitup .stripNavR {
			right: 0;
		}

/* 13. Locate a Broker Style */
input#submit {
	background: #37699C;
	color: #fff;
	border: 1px solid #5084B4;
	}

#content_wrap h2.locate_broker_state_header {
	background:#369 url(/images/h2_background.jpg) 0 0 repeat-x;
	height: 14px;
	line-height: 16px;
	padding: 0 0 0 10px;
	height: 18px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	width: 750px;
	}

div.locate_broker_wrap {
	float: left;
	width: 95%;
	border: 1px dotted #D1E0EF;
	padding: 3px;
	margin: 3px;
	}

		div.locate_broker_wrap img {
			margin: 0 5px 5px 5px;
			float:left;
			border: #4179AF solid 2px;
			width: 90px;
			clear: left;
			}

		
			div.locate_broker_wrap img.logo {
				width: auto;
				border: 0px;
				float: right;
				}

		div.locate_broker_wrap label {
			font: bold 13px Helvetica, Arial, sans-serif;
			color: #336699;
			width: 100px;
			margin-right: 5px;
			float: left;
			display: block;
			}

		div.locate_broker_wrap ul { }

		div.locate_broker_wrap li {
			list-style-type: none;
			margin: 6px;
			}

		div.locate_broker_wrap a, div.locate_broker_wrap a:visited {
			color: #235A8F;
			}

		div.locate_broker_wrap a:hover {
			color: #000;
			}

h2.broker_search_try_again {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px #5facf0 solid;
	margin: 10px 0 0 0;
	width: 90%;
	}

form#login_form {
	width: 600px;
	}

div.error {
	background: #FFE900;
	border: 1px solid #FFD100;
	padding: 2px;
	color: #000;
	max-width: 650px;
	line-height: 22px;
	font-weight: bold;
	}

form#login_form input#submit {
	float: right;
	margin-right: 150px;
	}

form#broker_search fieldset, form#marketplace_signup fieldset, form#login_form fieldset {
	border: 1px #f2f2f2 solid;
	width: 750px;
	}

form#marketplace_signup input, form#login_form input{
	float: left;
	}

form#marketplace_signup legend, form#login_form legend {
	font-weight: bold;
	}

form#marketplace_signup em, form#login_form em {
	color: #cc0000;
	font-weight: bold;
	}

form#marketplace_signup span, form#login_form span {
	background: #FFE900;
	border: 1px solid #FFD100;
	padding: 2px;
	color: #000;
	max-width: 750px;
	line-height: 22px;
	}

form#marketplace_signup label, form#login_form label {	
	width: 150px;
	margin-right: 10px;
	float: left;
	text-align: right;
	}

form#marketplace_signup li, form#login_form li {
		list-style-type: none;
		clear: left;
		padding: 5px;
		width: 700px;
		}

#sign_up_reminder { 
	padding: 10px;
	margin: 5px;
	border: 1px dotted#eff9ff;
	width: 500px;
	background: #EFF5FF;
	}

#sign_up_reminder p {
	margin: 10px;
	}

form#broker_search fieldset select#state {
	border: 1px #000 solid;
	}

hr.locate_broker {
	margin-top: 18px;
	margin-bottom: 8px;
	background-color: #d1d1d1;
	height: 1px;
	}

/* 12 Listings (Buy) */
div.sold_property, div.for_sale_property  {
	float: left;
	margin: 9px;
	width: 174px;
	_margin: 4px;
	border: 1px solid #D1D7E8;
	}
	
	div.sold_property p.sold_sign {
		/*background: #558C2A;
		border: 1px solid #294F0A;*/
		background: #CF2626;
		color: #fff;
		text-align: center;
		font-weight: bold;
		width: 166px;
		border: 1px solid #3F0000;
		}

#property_detail_navigation {
	width: 780px;
	height: 36px;
	line-height: 36px;
	padding-left: 24px;
	background:#37699C;
	font-weight: bold;
	color: #fff;
	}

	#property_detail_navigation a, #property_detail_navigation a:visited {
		color: #fff;
		text-decoration: none;
		padding: 4px;
		background: #4C7EAF;
		}
	
	#property_detail_navigation a:hover {
		background: #fff;
		color: #37699C;
		padding: 4px;
		}

	#property_detail_navigation a.search_by_state {
	color: #fff;
	background: #4c7eaf url(/images/us_map.gif) 0 0 no-repeat;
	margin-left: 40px;
	padding: 5px 5px 5px 40px;
	}
	
	#property_detail_navigation span {
		margin-left: 15px;
		margin-right: 15px;
		}

#property_detail_images {
	background: #EFF5FF;
	border: 1px dotted #37699C;
	padding: 10px;
	height: 250px;
	width: 700px;
	}

	#property_detail_images img {
		float: left;
		}

		#property_detail_images img.link {
			margin-right: 15px;
			width: 300px;
			height: 200px;
			border: solid #8BB5DF 3px;
			}
	
	#property_detail_images p {
		color: #000;
		margin-bottom: 10px;
		}

	#property_detail_images a, #property_detail_images a:visited {
		background: #37699c;
		text-decoration: none;
		color: #fff;
		padding: 5px;
		margin: 20px 10px 10px 10px;
		width:175px;
		height: 16px;
		display: block;
		text-align: center;
		float: left;
		margin: #EFF5FF solid 1px;
		}
	
	#property_detail_images a:hover {
		background: #fff;
		border: #37699c 1px solid;
		color: #37699c;
		}

div.sold_property p {
	padding: 3px;
	}

div.sold_property_listing {
	background: #DDECFF;
	}

div.buy_property_listing a, div.buy_property_listing a:visited {
	border: 1px dotted #EFF5FF;
	background: #eff5ff;
	color: #1558A7;
	text-decoration: none;
	display: block;
	width: 164px;
	height: 40px;
	padding: 4px;
	}

div.buy_property_listing a:hover {
	background: #fff;
	border: 1px dotted #3F587F;
	}

ul.listings_search_nav { 
	float: right;
	margin-right: 5px;
	}

	ul.listings_search_nav li { 
		display: inline;
		list-style: none inside;
		}

		ul.listings_search_nav li a {
			width: 100px;
			height: 15px;
			background: #37699C;
			color: #fff;
			line-height: 25px;
			padding: 5px;
			margin-left: 5px;
			margin-right: 5px;
			}

div.text p {
	margin: 3px;
	padding: 5px;
	font-size: 1.1em;
	}

div #wrap div #content_wrap div.locate_broker_wrap img.broker_log0 {
	width: auto;
	height: auto;
	}

	.box {
		display: block;
		border: 2px solid #A7CADF;
		padding: 4px;
		text-align: center;
		background: #64ABEB;
		margin: 3px;
		width: 15%;
		}

		a.box {
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			font-size: 18px;
			}

			a:hover.box {
				background: #fff;
				color: #64ABEB;
				}
				
.property_save{
padding-top:5px;
padding-bottom:5px;
margin-bottom:10px;
background-color:#37699C;
text-align:center;
width:240px;
color:#FFF;
cursor:pointer;
border:1px solid #FFF;
}				

.property_save:hover{
border:1px solid #CC0000;
color:#CC0000;
background-color:#FFF;
}
.property_unsave{
padding-top:5px;
padding-bottom:5px;
margin-bottom:10px;
background-color:#FFF;
text-align:center;
width:240px;
color:#CC0000;
cursor:pointer;
border:1px solid #CC0000;
}

#member_alerts{
border:1px solid #CC0000;
color:#CC0000;
margin:10px;

}