/*	Table of Contents

	- GLOBAL RESET	
	- STRUCTURE	
	- HOME FLASH
	- FLASH NAVIGATION
	- LISTINGS
	- SEARCH
	- ADVANCED SEARCH
	- AGENTS SEARCH AND DETAILS	
	- ABOUT US	
	- GUIDES	
	- LIST WITH US
	- CONTACT	
	- MY JHL	
	- PRIVACY POLICY
	- TERMS & CONDITIONS
	- FOOTER	
	- TOOLTIPS	
	- COMMON	

------------------------------------------------------------*/

/*	GLOBAL RESET
	Resets the browser's default styling to put all
	browsers at an equal starting point.
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

* {
	margin: 0;
	padding: 0;
}

/*	STRUCTURE
	The most basic containers on the site, controlling 
	page dimensions and main column widths. There are usually
	two columns on every page, a left and right. The id on
	the body determines the width for each column.
	For example, #heavy_left will produce a wider left
	column than right.
------------------------------------------------------------*/

body {
	padding-bottom: 30px;
	font: .75em Verdana, sans-serif;
	background: #dadada;
	color: #5d5d5d;      
}
#wrapper {
	margin: 0 auto;
	padding: 0 35px;
	width: 736px;
	background: url(../images/main_bg.jpg) top center repeat-y;
}
#heavy_right #left_col {
	padding: 10px 0;
	width: 237px;
	float: left;
}
#heavy_right #right_col {
	padding: 10px 0;
	width: 470px;
	float: right;
}
#full_width #left_col {
	padding: 10px 0;
	width: 736px;
	float: left;
}
#full_width #right_col {
	padding: 10px 0;
	width: 736px;
	float: left;
}

/* HOME FLASH
	Any styles related to the home Flash.
------------------------------------------------------------*/

html#home {
	height: 100%;
   overflow: hidden;
}
html#home body {
	height: 100%;
   margin: 0;
   padding: 0;
   background-color: #1D1D1D;
   font: 76% Arial, sans-serif;
}
#flashcontent {
	height: 100%;
}

/* FLASH NAVIGATION
	Any styles related to the top Flash navigation.
	Also includes styles for if browser does not
	have Flash installed or enabled.
------------------------------------------------------------*/

#main_nav {
	height: 105px;
	background: url(../images/nav_bg.jpg) top left repeat-x;
}
#no_flash {
	margin: 0 auto;
	width: 806px;
	height: 105px;
	background: url(../images/nav_no_flash.jpg) top center no-repeat;
}
#no_flash p {
	margin: 0 auto;
	padding: 5px 10px;
	width: 764px;
	background: #FFF3CE;
	border-top: 2px solid #FDDC9A;
	border-bottom: 2px solid #FDDC9A;
	position: relative;
	top: 75px;
}
#no_flash p strong {
	padding-left: 25px;
	background: url(../images/alert.gif) center left no-repeat
}


/* LISTINGS
	Styling for listings.htm page as well as
	the top right Print button which recurs on 
	all pages. 
------------------------------------------------------------*/

#left_col h1, #right_col h1  {
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}
#left_col #my_jhl_icon {
	margin-top: 0;
	padding-left: 40px;
	background: url(../images/my_jhl.jpg) 0% 65% no-repeat;
}
#right_col #search_icon {
	margin-top: 0;
	padding-left: 30px;
	background: url(../images/grey_search.jpg) 0% 33% no-repeat;
	border-bottom: 0;
}
#left_col #left_col_header {
	margin-top: 0;
}
#right_col #right_col_header {
	margin-top: 0;
	border-bottom: 0;
}
#left_col #left_header_full {
	margin-top: 0;
	border-bottom: 0;
}
.top_print  {
	width: 470px;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
.top_print h1 {
	margin-bottom: 0;
	float: left;
}
#right_col .top_print a {
	margin-top: 6px;
	padding: 5px 25px 5px 0;
	background: url(../images/print.jpg) center right no-repeat;
	font-size: 90%;
	float: right;
}
.top_print_full_width  {
	width: 736px;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
.top_print_full_width h1 {
	margin-bottom: 0;
	float: left;
}
.top_print_full_width a {
	margin-top: 6px;
	padding: 5px 15px 5px 0;
	background: url(../images/print.jpg) center right no-repeat;
	font-size: 90%;
	float: right;
}
.top_print_even_col  {
	width: 368px;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
.top_print_even_col h1 {
	margin-bottom: 0;
	float: left;
}
#right_col .top_print_even_col a {
	margin-top: 6px;
	padding: 5px 25px 5px 0;
	background: url(../images/print.jpg) center right no-repeat;
	font-size: 90%;
	float: right;
}
#flash_tour {
	padding: 15px 0;
	width: 458px;
	height: 342px;
	float: left;
	clear: both;
}
.grey_box {
	background: #f5f5f5;
	border-top: 1px solid #b9b9b9;
}
.grey_box h3 {
	margin: 0;
	padding: 5px 15px;
}
.financials, .essentials {
	margin-top: 15px;
	width: 164px;
	padding-bottom: 10px;
	float: left;
	clear: left;
}
.essentials {
	padding-bottom: 20px;
}
.financials ul, .essentials ul {
	border-bottom: 1px dotted #b9b9b9;
	line-height: 160%;
	font-size: 90%;
}
.financials ul li, .essentials ul li {
	padding: 2px 0;
	border-top: 1px dotted #b9b9b9;
	color: #000;
}
.financials ul li span, .essentials ul li span {
	padding-right: 10px;
	width: 75px;
	text-align: right;
	color: #828282;
	float: left;
}
div.financials a.calculator {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 73px;
	height: 20px;
	background: url(../images/buttons_calculator.jpg) top center no-repeat #B90302;
	display: block;
}
div.financials a.calculator:hover {
	background: url(../images/buttons_calculator.jpg) bottom center no-repeat #B90302;
}
.description {
	margin-top: 20px;
	width: 280px;
	float: right;
}
.description h3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}
.description h3 span {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: .65em;
	float: left;
	color: #b3b3b3;
}
.description p {
	margin-top: 25px;
	clear: both;
}
.realtors {
	padding: 15px;
	width: 250px;
	float: right;
}
.realtors img {
	padding: 0 15px 0 0;
	float: left;
	clear: left;
}
.realtors h3 {
	margin: 0;
	padding: 0;
}
.realtors dl dt {
	font-size: 120%;
	line-height: 160%;
	font-weight: bold;
	color: #000;
}
div.realtors ul {
	padding: 15px 0;
	line-height: 160%;
	float: left;
}
div.realtors ul li {
	padding-left: 18px;
	width: 130px;
	background: url(../images/circle_arrows_grey.gif) center left no-repeat;
}
div.realtors ul a {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aeaeae;
}
div.realtors ul a:visited {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aeaeae;
}
.features {
	margin-top: 15px;
	padding-bottom: 20px;
	width: 470px;
	float: left;
}
.features h3 {
	border-bottom: 1px dotted #b9b9b9;
}
.features ul {
	width: 470px;
	border-bottom: 1px dotted #b9b9b9;
	line-height: 160%;
	font-size: 90%;
	float: left;
}
.features ul li {
	margin: 0 0 0 15px;
	padding: 1px 0;
	width: 100px;
	float: left;
	display: inline;
}
ul.details_paginate {
	margin-top: 15px;
	width: 470px;
	border: 1px solid #d9d9d9;
	border-width: 1px 0;
	float: left;
}
ul.details_paginate li {
	display: inline;
}
ul.details_paginate li a {
	width: 220px;
}
ul.details_paginate li.prev a {
	padding: 8px 0 8px 15px;
	text-align: left;
	float: left;
}
ul.details_paginate li.prev a:hover {
	background: url(../images/prev.jpg) top left repeat-y;
}
ul.details_paginate li.next a {
	padding: 8px 15px 8px 0;
	text-align: right;
	float: right;
}
ul.details_paginate li.next a:hover {
	background: url(../images/next.jpg) top right repeat-y;
}
#similar_heading {
	margin: 15px 0 0 0;
}
a.similar_listing {
	padding: 15px 15px;
	width: 207px;
	display: block;
	font-size: 85%;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	color: #000;
}
a.similar_listing:visited {
	background: #fff;
	color: #000;
}
a.similar_listing:hover {
	background: #f5f5f5;
	color: #000;
}
a.similar_listing img {
	padding: 0 15px 0 0;
	float: left;
}
a.similar_listing strong {
	margin: 0;
	padding: 0;
	width: 117px;
	color: #000;
	font-weight: bold;
	float: left;
}
a.similar_listing strong span {
	line-height: 100%;
	font-size: 90%;
	float: left;
	color: #b3b3b3;
}
a.similar_listing ul {
	padding: 10px 0 0 0;
	float: left;
	width: 117px;
}

/* SEARCH
	Styling for search.htm, including the left
	column search box which appears on a few other
	pages as well.
------------------------------------------------------------*/

#search_box {
	margin-top: 35px;
	width: 237px;
	background: url(../images/search_bg.gif) top left repeat-y;
	float: left;
}
.search_tabs {
	width: 237px;
	height: 107px;
	background: url(../images/search_top.jpg) top left no-repeat;
}
.search_tabs ul {
	margin-top: 55px;
	float: left;
}
.search_tabs li {
	display: inline;
}
.search_tabs li a {
	width: 79px;
	float: left;
}
.search_tabs li a.search_sales {
	width: 78px;
}
#maintab li a {
	margin: 0;
	padding: 0;
	height: 52px;
	display: block;
}
#maintab li a.search_sales {
	background: url(../images/search_sales.jpg) bottom left no-repeat;
}
#maintab li a.search_sales:hover {
	background: url(../images/search_sales.jpg) top left no-repeat;
}
#maintab li a.search_rentals {
	background: url(../images/search_rentals.jpg) bottom left no-repeat;
}
#maintab li a.search_rentals:hover {
	background: url(../images/search_rentals.jpg) top left no-repeat;
}
#maintab li a.search_open {
	background: url(../images/search_open.jpg) bottom left no-repeat;
}
#maintab li a.search_open:hover {
	background: url(../images/search_open.jpg) top left no-repeat;
}
.tabcontent{
display:none;
}
.search_bedrooms {
	padding: 0 15px;
	width: 144px;
	float: left;
}
div.search_bedrooms a.one_bedroom {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background: url(../images/search_bedrooms.jpg) 0px 0px no-repeat;
	float: left;
}
div.search_bedrooms a.one_bedroom:hover {
	background: url(../images/search_bedrooms.jpg) 0px -60px no-repeat;
}
div.search_bedrooms a.two_bedroom {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background: url(../images/search_bedrooms.jpg) -48px 0px no-repeat;
	float: left;
}
div.search_bedrooms a.two_bedroom:hover {
	background: url(../images/search_bedrooms.jpg) -48px -60px no-repeat;
}
div.search_bedrooms a.three_bedroom {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background: url(../images/search_bedrooms.jpg) -96px 0px no-repeat;
	float: left;
}
div.search_bedrooms a.three_bedroom:hover {
	background: url(../images/search_bedrooms.jpg) -96px -60px no-repeat;
}
div.search_bedrooms a.four_bedroom {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background: url(../images/search_bedrooms.jpg) 0px -30px no-repeat;
	float: left;
}
div.search_bedrooms a.four_bedroom:hover {
	background: url(../images/search_bedrooms.jpg) 0px -90px no-repeat;
}
div.search_bedrooms a.five_bedroom {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background: url(../images/search_bedrooms.jpg) -48px -30px no-repeat;
	float: left;
}
div.search_bedrooms a.five_bedroom:hover {
	background: url(../images/search_bedrooms.jpg) -48px -90px no-repeat;
}
div.search_bedrooms a.unknown_bedroom {
	margin: 0;
	padding: 0;
	width: 48px;
	height: 30px;
	background: url(../images/search_bedrooms.jpg) -96px -30px no-repeat;
	float: left;
}
div.search_bedrooms a.unknown_bedroom:hover {
	background: url(../images/search_bedrooms.jpg) -96px -90px no-repeat;
}
.search_options_left {
	padding-left: 15px;
	width: 110px;
	float: left;
}
.search_options_left small {
	padding-left: 5px;
	font-size: 90%;
}
.search_options_left input {
	margin: 4px 0 0 0;
}
.search_options_left select, .search_options_right select {
	width: 95px;
	font-size: 90%;
}
.search_options_right {
	width: 95px;
	float: left;
}
#flash_neighborhood {
	width: 95px;
	height: 153px;
	background: url(../images/flash_map.jpg) top center no-repeat;
	float: left;
}
.search_buttons {
	margin-top: 20px;
	padding: 0 15px;
	width: 207px;
	background: url(../images/search_btm.jpg) bottom left no-repeat;
	float: left;
}
a.search_now {
	margin: 0;
	padding: 0;
	width: 117px;
	height: 30px;
	background: url(../images/buttons_search_now.jpg) top left no-repeat #B90302;
	display: block;
}
a.search_now:visited {
	margin: 0;
	padding: 0;
	width: 117px;
	height: 30px;
	background: url(../images/buttons_search_now.jpg) top left no-repeat #B90302;
	display: block;
}
a.search_now:hover {
	background: url(../images/buttons_search_now.jpg) bottom left no-repeat #B90302;
}
a.advanced_search {
	margin: 5px 0 20px 0;
	padding: 0;
	width: 187px;
	height: 30px;
	background: url(../images/buttons_search_advanced.jpg) top left no-repeat #EBE9ED;
	cursor: pointer;
	display: block;
}
a.advanced_search:visited {
	margin: 5px 0 20px 0;
	padding: 0;
	width: 187px;
	height: 30px;
	background: url(../images/buttons_search_advanced.jpg) top left no-repeat #EBE9ED;
	cursor: pointer;
	display: block;
}
a.advanced_search:hover {
	background: url(../images/buttons_search_advanced.jpg) bottom left no-repeat #EBE9ED;
}
.results_paginate {
	width: 470px;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
.results_paginate h5 {
	margin: 8px 10px 8px 0;
	padding: 0;
	float: left;
}
.results_paginate select {
	margin: 6px 10px 8px 0;
	padding: 0;
	float: left;
}
.results_paginate select option {
	padding-right: 5px;
}
.results_paginate select {
	font-size: 90%;
}
#right_col div.results_paginate ul {
	height: 33px;
	margin: 0;
	float: right;
	font-size: 90%;
	font-weight: bold;
}
#right_col div.results_paginate ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#right_col div.results_paginate ul li a {
	padding: 10px 3px 6px 3px;
	float: left;
}
#right_col div.results_paginate ul li a:hover {
	padding-bottom: 7px;
	border-bottom: 3px solid #777;
}
.listing_block {
	padding: 15px 0 10px 0;
	width: 470px;
	font-size: 85%;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	color: #000;
	float: left;
}
.listing {
	width: 290px;
	float: left;
}
.listing img {
	padding: 0 15px 5px 15px;
	float: left;
}
.listing strong {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	float: left;
}
.listing span {
	width: 180px;
	line-height: 140%;
	font-size: 90%;
	font-weight: bold;
	float: left;
	color: #b3b3b3;
}
.listing ul.listing_type {
	padding: 10px 0 0 0;
	width: 45px;
	text-align: right;
	color: #969696;
	float: left;
	line-height: 160%;
}
.listing ul.listing_details {
	padding: 10px 0 0 0;
	width: 130px;
	float: right;
	line-height: 160%;
}
#right_col a.icon_mail {
	padding-right: 25px;
	background: url(../images/icons_mail.gif) center right no-repeat;
}
.listing_options {
	width: 140px;
	float: right;
}
a.listing_add {
	padding-right: 25px;
	margin: 0 1px 10px 0;
	height: 17px;
	float: right;
	background: url(../images/icons_add.gif) center right no-repeat;
}
a.listing_add:visited, a.listing_add:hover {
	padding-right: 25px;
	margin-right: 1px;
	height: 17px;
	float: right;
	background: url(../images/icons_add.gif) center right no-repeat;
}
a.listing_add span {
	text-decoration: underline;
}
p.listing_compare {
	float: right;
}
p.listing_compare input {
	margin: 0 3px 0 10px;
}
div.listing_amenities {
	width: 85px;
	float: right;
	clear: right;
}
#right_col div.listing_amenities a {
	margin: 0 4px 4px 0;
	padding: 0;
	width: 13px;
	height: 13px;
	display: block;
	float: left;
}
div.listing_amenities a.selected {
	background-position: center left;
}
div.listing_amenities a.selected:visited {
	background-position: center left;
}
div.listing_amenities a.selected:hover {
	background-position: center left;
}
div.listing_amenities a.doorman {
	background: url(../images/icons_doorman.gif) top left no-repeat;
}
div.listing_amenities a.doorman:hover {
	background: url(../images/icons_doorman.gif) center left no-repeat;
}
div.listing_amenities a.doorman:active {
	background: url(../images/icons_doorman.gif) bottom left no-repeat;
}
div.listing_amenities a.elevator {
	background: url(../images/icons_elevator.gif) top left no-repeat;
}
div.listing_amenities a.elevator:hover {
	background: url(../images/icons_elevator.gif) center left no-repeat;
}
div.listing_amenities a.elevator:active {
	background: url(../images/icons_elevator.gif) bottom left no-repeat;
}
div.listing_amenities a.furnished {
	background: url(../images/icons_furnished.gif) top left no-repeat;
}
div.listing_amenities a.furnished:hover {
	background: url(../images/icons_furnished.gif) center left no-repeat;
}
div.listing_amenities a.furnished:active {
	background: url(../images/icons_furnished.gif) bottom left no-repeat;
}
div.listing_amenities a.outdoor {
	background: url(../images/icons_outdoor.gif) top left no-repeat;
}
div.listing_amenities a.outdoor:hover {
	background: url(../images/icons_outdoor.gif) center left no-repeat;
}
div.listing_amenities a.outdoor:active {
	background: url(../images/icons_outdoor.gif) bottom left no-repeat;
}
div.listing_amenities a.pets {
	background: url(../images/icons_pets.gif) top left no-repeat;
}
div.listing_amenities a.pets:hover {
	background: url(../images/icons_pets.gif) center left no-repeat;
}
div.listing_amenities a.pets:active {
	background: url(../images/icons_pets.gif) bottom left no-repeat;
}
div.listing_amenities a.washer_dryer {
	background: url(../images/icons_washer_dryer.gif) top left no-repeat;
}
div.listing_amenities a.washer_dryer:hover {
	background: url(../images/icons_washer_dryer.gif) center left no-repeat;
}
div.listing_amenities a.washer_dryer:active {
	background: url(../images/icons_washer_dryer.gif) bottom left no-repeat;
}

/* ADVANCED SEARCH
------------------------------------------------------------*/

.building_type {
	padding-top: 15px;
	width: 736px;
	float: left;
}
.home_location {
	padding: 15px 0;
	width: 535px;
	float: right;
}
.divide {
	height: 10px;
	width: 736px;
	float: right;
	display: block;
	border-bottom: 1px solid #dadada;
}
.building_type h4 {
	margin-top: 0;
}
.home_location h4 {
	margin-top: 0;
	padding-left: 20px;
}
.building_type dl {
	padding: 0 20px 15px 0;
	width: 225px;
	line-height: 160%;
	float: left;
}
.home_location dl {
	padding: 0 0 15px 20px;
	width: 245px;
	line-height: 160%;
	float: left;
}
.home_location dl dd.main_location{
	margin: 0 0 2px 0;
	padding: 3px 0;
	background: #f4f4f4;
}
.home_location dl.save_search {
	margin-top: 5px;
	width: 475px;
	line-height: 160%;
	float: left;
}
.home_location dl.save_search dd {
	margin: 0 0 5px 0;
	padding-top: 5px;
}
.home_location dl.save_search dd a {
	height: 17px;
	padding-left: 20px;
	background: url(../images/icons_my.gif) center left no-repeat;
	display: block;
}
.building_type dl.save_search {
	width: 300px;
	line-height: 160%;
	float: left;
}
.building_type dl.save_search dd {
	margin: 0 0 5px 0;
	padding-top: 5px;
}
.building_type dl.save_search dd a {
	height: 17px;
	padding-left: 20px;
	background: url(../images/icons_my.gif) center left no-repeat;
	display: block;
}
.building_type dl dt, form.home_location dl dt {
	margin: 0 0 5px 0;
	padding: 3px 5px;
	font-weight: bold;
	background: #f4f4f4;
}
.building_type dl.two_col dd {
	clear: both;
}
.building_type dl.two_col dd label {
	float: left;
}
.building_type dl.two_col dd select {
	margin: 0 0 1px 0;
	float: right;
}
.building_type select option, .home_location select option {
	padding-right: 10px;
}
.building_type button.search_submit, .building_type button.search_submit:visited{
	margin: 5px 20px 0 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_agent_search.jpg) top center no-repeat #EBE9ED;
	float: right;
}
.building_type button.search_submit:hover {
	margin: 5px 20px 0 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_agent_search.jpg) bottom center no-repeat #EBE9ED;
	float: right;
}
.home_location button.search_submit, .home_location button.search_submit:visited{
	margin: 5px 20px 0 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_agent_search.jpg) top center no-repeat #EBE9ED;
	float: right;
}
.home_location button.search_submit:hover {
	margin: 5px 20px 0 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_agent_search.jpg) bottom center no-repeat #EBE9ED;
	float: right;
}

/* AGENTS SEARCH AND DETAILS
	Styling for agents.htm and agent_details.htm.
------------------------------------------------------------*/

.agent_rows {
	width: 470px;
	float: left;
}
#right_col div.agent_rows a {
	margin: 0;
	padding: 0;
	height: 70px;
	height: 70px;
	width: 470px;
	float: left;
	text-decoration: none;
}
#right_col div.agent_rows a:visited {
	margin: 0;
	padding: 0;
	height: 70px;
	height: 70px;
	width: 470px;
	float: left;
	text-decoration: none;
}
#right_col div.agent_rows a:hover {
	margin: 0;
	padding: 0;
	height: 70px;
	width: 470px;
	float: left;
	cursor: pointer;
	text-decoration: underline;
}
#right_col a.agent_rows_alt {
	margin: 0;
	padding: 0;
	height: 70px;
	height: 70px;
	width: 470px;
	background: url(../images/agent_bg.jpg) top right repeat-y #f1f1f1;
	float: left;
	text-decoration: none;
}
#right_col a.agent_rows_alt:visited {
	margin: 0;
	padding: 0;
	height: 70px;
	height: 70px;
	width: 470px;
	background: url(../images/agent_bg.jpg) top right repeat-y #f1f1f1;
	float: left;
	text-decoration: none;
}
#right_col a.agent_rows_alt:hover {
	margin: 0;
	padding: 0;
	height: 70px;
	width: 470px;
	float: left;
	background: url(../images/agent_bg.jpg) top right repeat-y #f1f1f1;
	cursor: pointer;
	text-decoration: underline;
}
.agent_categories {
	height: 40px;
	width: 470px;
	float: left;
}
.empty {
	padding: 0 5px 0 0;
	height: 40px;
	width: 70px;
	display: block;
	float: left;
}
.agent_categories h5 {
	margin: 0;
	padding: 0;
}
.agent_avatar {
	padding: 0 5px 0 0;
	height: 70px;
	width: 70px;
	display: block;
	float: left;
}
.agent_name { 
	padding-top: 25px;
	width: 115px;
	display: block;
	float: left;
} 
.agent_office { 
	padding-top: 25px;
	width: 145px;
	display: block;
	float: left;
}
.agent_phone { 
	padding-top: 25px;
	width: 75px;
	display: block; 
	float: left;
}
.agent_avatar img {
	padding: 10px 10px 10px 0;
	width: 50px;
}
.agents_paginate {
	padding: 8px 0 0 0;
	width: 470px;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
.agents_paginate h5 {
	margin: 0;
	padding: 0;
	float: left;
}
.agents_paginate span {
	float: right;
}
#right_col .agents_paginate a {
	margin: 0;
	padding: 0 2px 8px 2px;
	font-size: 110%;
	float: left;
}
#right_col .agents_paginate a:hover {
	margin: 0;
	padding: 0 2px 5px 2px;
	font-size: 110%;
	float: left;
	border-bottom: 3px solid #777;
}
.agent_search {
	padding: 10px 0 0 0;
	width: 237px;
	float: left;
	background: url(../images/agent_search_top.gif) top left no-repeat;
}
.agent_search form {
	padding: 0 15px 10px 15px;
	width: 207px;
	background: url(../images/search_btm.jpg) bottom left no-repeat;
}
.agent_search h5 {
	padding: 0 15px;
	margin-top: 3px;
}
.agent_search ul {
	width: 207px;
}
.agent_search ul li {
	width: 207px;
	float: left;
	padding-bottom: 5px;
	clear: both;
}
.agent_search label {
	float: left;
}
.agent_search select {
	width: 126px;
	border: 1px solid #d9d9d9;
	float: right;
}
.agent_search option {
	padding: 1px;
}
.agent_search fieldset {
	padding-bottom: 10px;
	clear: both;
}
.agent_search input {
	padding: 2px;
	width: 120px;
	border: 1px solid #d9d9d9;
	float: right;
}
.agent_search button.agent_submit {
	margin: 5px 0 0 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_agent_search.jpg) top center no-repeat #EBE9ED;
	float: right;
}
.agent_search button.agent_submit:visited, .agent_search button.agent_submit:hover {
	margin: 5px 0 0 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_agent_search.jpg) bottom center no-repeat #EBE9ED;
	float: right;
}
.agent_details {
	width: 237px;
	background: url(../images/search_bg.gif) top left repeat-y;
	float: left;
}
.agent {
	margin: 0 0 15px 0;
	padding: 15px 0 0 15px;
	background: url(../images/agent_details_top.gif) top left no-repeat;
}
.agent_contact {
	padding: 0 15px;
	width: 207px;
}
.agent_contact img {
	width: 90px;
	float: left;
}
.agent_contact ul {	
	margin: 0;
	padding: 0 0 0 15px;
	width: 101px;
	float: right;
}
#left_col .agent_contact ul li a {	
	margin: 0;
	padding: 0;
	height: 31px;
	width: 101px;
	display: block;
}
.agent_contact ul li a.agent_email {	
	background: url(../images/agent_email.jpg) top left no-repeat;
	border-bottom: 1px solid #ededed;
}
.agent_contact ul li a.agent_email:hover {	
	background: url(../images/agent_email.jpg) bottom left no-repeat;
}
.agent_contact ul li a.agent_vcard {	
	background: url(../images/agent_vcard.jpg) top left no-repeat;
	border-top: 1px solid #ededed;
}
.agent_contact ul li a.agent_vcard:hover {	
	background: url(../images/agent_vcard.jpg) bottom left no-repeat;
}
.agent_contact ul li.agent_bio_phone {
	margin: 0;
	padding: 8px 0 0 23px;
	height: 22px;
	width: 78px;
	display: block;
	color: #919090;
	font-size: 90%;
	border-bottom: 1px solid #ededed;
	background: url(../images/icons_telephone.gif) center left no-repeat;
}
.agent_contact ul li.agent_bio_fax {
	margin: 0;
	padding: 8px 0 0 23px;
	height: 22px;
	width: 78px;
	display: block;
	color: #919090;
	font-size: 90%;
	background: url(../images/icons_fax.gif) center left no-repeat;
}
ul.agent_bio {
	margin: 0;
	padding: 5px 15px 15px 15px;
	width: 207px;
	line-height: 160%;
	background: url(../images/search_btm.jpg) bottom left no-repeat;
	float: left;
}
ul.agent_bio li {
	padding-top: 10px;
}
h1#recent_transactions {
	margin: 5px 0 10px 0;
	width: 470px;
	float: left;
}
#right_col ul.recent_transaction_thumbs {
	width: 470px;
	float: left;
}
#right_col ul.recent_transaction_thumbs li {
	display: inline;
}
#right_col ul.recent_transaction_thumbs li a {
	margin: 0 0 10px 10px;
	padding: 0;
	float: left;
}

/* ABOUT US
------------------------------------------------------------*/
.about_us_top {
	padding-top: 15px;
	float: left;
}
#left_col ul.related_pages {
	width: 237px;
	float: left;
}
#left_col ul.related_pages li a {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	width: 237px;
	border-bottom: 1px solid #e9e9e9;
	background: url(../images/grey_bullets.gif) center right no-repeat;
	display: block;
}
#left_col ul.related_pages li a:hover {
	background: url(../images/grey_bullets.gif) center right no-repeat;
}
#left_col ul.related_pages li a:visited {
	background: url(../images/grey_bullets.gif) center right no-repeat;
}
#left_col ul.related_pages li a.selected {
	background: url(../images/grey_arrows.gif) center right no-repeat;
}

/* GUIDES
	For each guide, the left column details such as
	title, date edited, and download are in a dl.
	The guide intro paragraph is in a p.
	Top left links simply use the id's of each guide
	to quickly navigate to the corresponding
	download.
------------------------------------------------------------*/

#guide_intro {
	padding-top: 15px;
	float: left;
}
.guides {
	float: left;
}
#guide_neighborhood, #guide_renters, #guide_buyers, #guide_sellers, #guide_market {
	margin-bottom: 15px;
	padding: 15px 0 0 0;
	width: 736px;
	background: url(../images/guides_top.gif) top center no-repeat;
	float: left;
}
.guide_container {
	width: 736px;
	background: url(../images/guides_btm.gif) bottom center no-repeat;
	float: left;
}
#guide_neighborhood p, #guide_renters p, #guide_buyers p, #guide_sellers p, #guide_market p{
	padding-right: 15px;
	margin: 0 0 15px 0;
	width: 455px;
	float: right;
}
#guide_neighborhood dl, #guide_renters dl, #guide_buyers dl, #guide_sellers dl, #guide_market dl {
	padding-left: 15px;
	width: 222px;
	line-height: 160%;
	text-align: right;
	float: left;
}
#guide_neighborhood dt, #guide_renters dt, #guide_buyers dt, #guide_sellers dt, #guide_market dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #e9e9e9;
}
.guide dd span {
	font-style: italic;
	font-family: Georgia, serif;
}

dd.guide_download a  {
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/icons_download.gif) center left no-repeat;
}
dd.guide_download a:visited {
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/icons_download.gif) center left no-repeat;
}
dd.guide_download a:hover {
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: underline;
	background: url(../images/icons_download.gif) center left no-repeat;
}

/*	LIST WITH US
	New listing form broken into two columns, the left being
	customer contact info and the right for property details.
------------------------------------------------------------*/

form.list_with_us {
	margin: 0;
	padding: 0 0 15px 0;
	float: left;
	width: 736px;
}
fieldset.list_form_left {
	width: 237px;
	float: left;
}
fieldset.list_form_left label {
	float: left;
}
fieldset.list_form_left input {
	width: 105px;
	float: right;
}
fieldset.list_form_left li label em {
	color: #C30920;
}
fieldset.list_form_right {
	width: 470px;
	float: right;
}
form.list_with_us ul {
	margin: 0;
	padding: 0;
}
form.list_with_us ul li {
	padding: 5px 0;
	clear: both;
}
form.list_with_us fieldset.list_form_right ul li {
	width: 390px;
	padding: 5px 0;
	clear: both;
}
form.list_with_us input {
	padding: 2px;
	border: 1px solid #d9d9d9;
}
form.list_with_us fieldset.list_form_right ul li.address {
	width: 335px;
}
fieldset.list_form_right li.address label {
	float: left;
}
fieldset.list_form_right li.address input {
	width: 240px;
	float: right;
}
form.list_with_us fieldset.list_form_right ul li.apt {
	width: 185px;
}
fieldset.list_form_right li.apt label {
	float: left;
}
fieldset.list_form_right li.apt input {
	width: 90px;
	float: right;
}
fieldset.list_form_right li.condition select {
	margin-left: 90px;
	width: 120px;
	float: left;
}
fieldset.list_form_right li.rent_sell span {
	margin-left: 90px;
	width: 120px;
	float: left;
}
form.list_with_us input.radio {
	padding: 0;
	border: 0;
}
form.list_with_us select {
	width: 130px;
	float: right;
}
form.list_with_us option {
	padding-right: 5px;
}
form.list_with_us fieldset.list_form_right ul.notes li {
	width: 470px;
	float: left;
}
form.list_with_us ul.notes li label {
	width: 55px;
	float: left;
}
form.list_with_us ul.notes li textarea {
	padding: 2px;
	width: 375px;
	height: 80px;
	border: 1px solid #d9d9d9;
	float: right;
}
form.list_with_us button.list_submit {
	margin: 5px 0 0 89px;
	width: 130px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/buttons_submit.jpg) top center no-repeat;
	float: left;
}
form.list_with_us button.list_submit:visited, form.list_with_us button.list_submit:hover {
	width: 130px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/buttons_submit.jpg) bottom center no-repeat;
}

/*	CONTACT
	Contact form and left column office info.
------------------------------------------------------------*/

.contact_info dl {
	margin-bottom: 15px;
	line-height: 160%;
}
.contact_info dl dt {
	font-weight: bold;
}
.contact_info dl dd.phone {
	padding-left: 25px;
	background: url(../images/icons_telephone.gif) center left no-repeat;
}
.contact_info dl dd.fax {
	padding-left: 25px;
	background: url(../images/icons_fax.gif) center left no-repeat;
}
form.contact_us {
	padding-top: 15px;
	width: 470px;
	float: left;
}
form.contact_us ul {
	margin: 0;
	padding: 0;
}
form.contact_us ul.identity {
	width: 470px;
	float: left;
}
form.contact_us ul.identity li {
	padding-bottom: 5px;
	width: 300px;
	clear: both;
	float: left;
}
form.contact_us ul.identity li label {
	float: left;
}
form.contact_us ul.identity li input {
	width: 200px;
	float: right;
}
form.contact_us ul.identity li label em {
	color: #C30920;
}
form.contact_us ul.comments {
	width: 470px;
	float: left;
}
form.contact_us ul.comments li label {
	width: 94px;
	float: left;
}
form.contact_us ul.comments li textarea {
	padding: 2px;
	width: 370px;
	height: 80px;
	border: 1px solid #d9d9d9;
	float: right;
}
form.contact_us input {
	padding: 2px;
	border: 1px solid #d9d9d9;
}
form.contact_us input.radio {
	padding: 0;
	border: 0;
}
form.contact_us button.contact_submit {
	margin: 5px 0 0 94px;
	width: 130px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/buttons_submit.jpg) top center no-repeat;
	float: left;
}
form.contact_us button.contact_submit:visited, form.contact_us button.contact_submit:hover {
	width: 130px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/buttons_submit.jpg) bottom center no-repeat;
}

/*	MY JHL
	Client login and new customer registration forms.
---------------------------------------------------------------------*/

.jhl_login {
	padding: 20px 0 0 0;
	width: 237px;
	float: left;
	background: url(../images/agent_search_top.gif) top left no-repeat;
}
.jhl_login form {
	padding: 0 15px 10px 15px;
	width: 207px;
	background: url(../images/search_btm.jpg) bottom left no-repeat;
}
.jhl_login h5 {
	padding: 0 15px;
	margin-top: 3px;
}
.jhl_login span {
	float: left;
}
.jhl_login fieldset {
	padding-bottom: 10px;
	clear: both;
}
.jhl_login input {
	padding: 2px;
	width: 120px;
	border: 1px solid #d9d9d9;
	float: right;
}
.jhl_login button.login_submit {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_login.jpg) top center no-repeat #EBE9ED;
	float: right;
}
.jhl_login button.login_submit:visited, .jhl_login button.login_submit:hover {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 130px;
	border: 0;
	cursor: pointer;
	background: url(../images/buttons_login.jpg) bottom center no-repeat #EBE9ED;
	float: right;
}
form.new_customer {
	padding-top: 15px;
	width: 470px;
	float: left;
}
form.new_customer ul {
	margin: 0;
	padding: 0;
}
form.new_customer ul.identity {
	width: 470px;
	float: left;
}
form.new_customer ul.identity li {
	padding-bottom: 5px;
	width: 350px;
	clear: both;
	float: left;
}
form.new_customer ul.identity li label {
	float: left;
}
form.new_customer ul.identity li label em {
	color: #C30920;
}
form.new_customer ul.identity li input {
	width: 200px;
	float: right;
}
form.new_customer ul.identity li.zip {
	width: 215px;
}
form.new_customer ul.identity li.zip input {
	width: 65px;
}
form.new_customer ul.comments {
	width: 470px;
	float: left;
}
form.new_customer ul.comments li label {
	width: 144px;
	float: left;
}
form.new_customer ul.comments li textarea {
	padding: 2px;
	width: 320px;
	height: 80px;
	border: 1px solid #d9d9d9;
	float: right;
}
form.new_customer input {
	padding: 2px;
	border: 1px solid #d9d9d9;
}
form.new_customer input.radio {
	padding: 0;
	border: 0;
}
form.new_customer button.contact_submit {
	margin: 5px 0 0 144px;
	width: 130px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/buttons_submit.jpg) top center no-repeat;
	float: left;
}
form.new_customer button.contact_submit:visited, form.new_customer button.contact_submit:hover {
	width: 130px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url(../images/buttons_submit.jpg) bottom center no-repeat;
}

/* PRIVACY POLICY
------------------------------------------------------------*/

.privacy_policy {
	padding-top: 15px;
	float: left;
}

/* TERMS & CONDITIONS
------------------------------------------------------------*/

.terms_conditions {
	padding-top: 15px;
	float: left;
}

/*	FOOTER
------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 45px 0 0 0;
	width: 806px;
	text-align: center;
	font-size: 90%;
	background: url(../images/page_btm.jpg) top center no-repeat;
	clear: both;
}
#footer ul {
	margin-bottom: 10px;
	color: #575757;
	text-align: center;
}
#footer ul li {
	margin: 0 15px;
	display: inline;
}
#footer ul li a {
	margin: 0;
	padding: 0;
}
#footer p {
	clear: both;
	color: #a3a3a3;
}

/*	TOOLTIPS
	Tool tips can be set to have a fade or not in
	the html. You can add a tooltip without having
	a title by leaving the header blank. If you
	do want a tooltip title but don't want the 
	search icon included, copy and paste the below
	styles for .tip_header and name the new selector
	anything you want. Place the corresponding
	selecter in your new html link.
------------------------------------------------------------*/

.tip_header{
	padding: 8px 15px 8px 5px;
	width: 155px;
   background: url(../images/tooltip_top.jpg) center center no-repeat #fffef2;
	font-weight: bold;
	font-size: 90%;
	color: #333;
	border-top: 2px solid #ece9c6;
	border-right: 2px solid #d2cea6;
	border-bottom: 1px solid #ece9c6;
	border-left: 2px solid #ece9c6;
}  
.tip_body {
	padding: 8px 5px;
	width: 165px;
	font-size: 90%;
	color: #444;
	background: url(../images/tooltip_btm.jpg) bottom center no-repeat #fffef2;
	border-right: 2px solid #d2cea6;
	border-bottom: 2px solid #d2cea6;
	border-left: 2px solid #ece9c6;
}
.tip_amenities{
	padding: 8px 5px;
	font-size: 90%;
	color: #444;
	background: url(../images/tooltip_btm.jpg) bottom center no-repeat #fffef2;
	border-top: 2px solid #ece9c6;
	border-right: 2px solid #d2cea6;
	border-bottom: 2px solid #d2cea6;
	border-left: 2px solid #ece9c6;
}  
		   
/*	COMMON
	Selectors or elements that are often used on a
	number of pages.
------------------------------------------------------------*/

#print_header {
	display: none;
}
ul.arrow_links {
	line-height: 160%;
}
ul.arrow_links li {
	padding-left: 18px;
	background: url(../images/circle_arrows.gif) center left no-repeat;
}
ul.arrow_links a {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aeaeae;
}
ul.arrow_links a:visited {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aeaeae;
}
p {
	margin-bottom: 15px;
	line-height: 160%;
}
h1 {
	margin: 15px 0 15px 0;
	padding: 5px 0 30px 0;
	font-weight: normal;
}
h2, h3, h4, h5 {
	margin: 15px 0;
	font-weight: bold;
	line-height: 160%;
	color: #333;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 85%; }

a { padding: 1px 0; color: #5d5d5d; text-decoration: none; outline: none; }
a:visited { padding-right: 17px; color: #5d5d5d; text-decoration: none;  }
a:hover { color: #000; text-decoration: none; }

legend { font-weight: bold; }

strong { font-weight: bold; }

.alert {
	margin: 15px 0;
	padding: 15px;
	background: #FFF3CE;
	border-top: 2px solid #FDDC9A;
	border-bottom: 2px solid #FDDC9A;
}
.alert strong {
	padding-left: 25px;
	background: url(../images/alert.gif) center left no-repeat
}
.amp { font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif; font-style: italic; }
.hide { display: none; }
.clear {	clear: both; }

