@import url(reset.css);
@import url(text.css);

@media screen {
    a:link, a:visited, a:active {
        text-decoration: none;
        color: #9cf;
    }

    a:hover {
        text-decoration: underline;
    }

  a.nouline {
    text-decoration: none !important;
  }
  a:hover.nouline {
    text-decoration: underline !important;
  }
    .caps {
        text-transform: uppercase;
    }

    .bold {
        font-weight: bold;
    }

    .left {
        float: left !important;
    }

	.cleft {
        clear: left !important;
    }

    .right {
        float: right !important;
    }

	.cright {
        clear: right !important;
    }

    .clear {
        clear: both !important;
    }
    .red {
    	color: #f00;
    }
    .blue {
    	color: #06f !important;
    }

    ul {
        list-style: none;
    }

    sup {
    	font-size: .7em;
    	position: relative;
    	top: -6px;
    }

    .clearfix {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    input[type="submit"] {
        border: 0;
        text-indent: -9999px;
        font-size: 0px;
        display:block;
        line-height: 0px;
        cursor: pointer;
    }
    input.normal[type="submit"] {
        border: 1px solid #333;
        text-indent: 0;
        font-size: 1em;
        padding: 3px 5px;
        margin-top: 10px;
    }
    textarea {
    	font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
    }

    body {
        background: #328896 url(../images/bg-body-horizontal.jpg) top left repeat-x;
    }

	#grand-wrapper { background: url(../images/miami-skyline.jpg) top center no-repeat; }


    .wrapper {
        width: 973px;
        margin: 0 auto;
		position:relative;
    }

    .main {
        clear: both;
        width: 100%;
    }

    .homepage .main {
        background: url(../images/bg-wrapper-home.png) top left repeat-y;
    }

    .main:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    /*** HEADER ***/
	.header table {
	    float: right;
	    background-color: transparent;
	    color: none;
	    width: auto;
	    text-align: right;
	}

	.header th {
	    font-size: 1em;
	}

	.header th, .header td {
	    padding: 0;
	}

	.header td a {
	    display: inline;
	    background: transparent;
	    height: auto;
	    text-indent: 0;
	}

    .header ul {
        float: right;
        margin: 20px 0 .6em 0;
    }

    .header li {
        float: left;
        margin-left: .6em;
        color: #d1d1d1;
        font-weight: bold;
    }

    .header li.welcome a {
        color: #94c7b2;
    }

    .header a {
        color: #d1d1d1;
        text-decoration: none;
    }

    .header a:hover {
        text-decoration: underline !important;
    }

    .header form {
    	margin: 5px 0;
        float: right;
    }

    .header form label {
        vertical-align: middle;
    }

    .header form input.text {
        display: inline;
        border: 2px solid #c3c3c3;
        width: 20em;
        font-size: .8em;
        line-height: 2em;
        height: 15px;
        position: relative;
        z-index: 1000;
    }

    .header form input.submit {
        display: inline;
        background: url(../images/btn-go.png) no-repeat center left;
        border: none;
        width: 19px;
        height: 19px;
        font-size: 0px;
        line-height: 0px;
    }
    #propCount {
    	font-weight: bold;
    }

    #tagline {
    	clear: right;
    	float: right;
    	color: #94C7B2;
    	text-align: right;
    }

    /*** NAVIGATION ***/
    .topnav {
        float: left;
        width: 100%;
        margin: 0;
    }

    .topnav li {
        float: left;
        margin: 0;
    }

    .topnav li a {
        display: block;
        background-repeat: no-repeat;
        background-position: bottom left;
        text-indent: -9999px;
        height: 39px;
    }

    .topnav li a#sales      { background-image: url(../images/nav-sales-search.png); width: 151px; }
    .topnav li a#condos     { background-image: url(../images/nav-luxury-buildings.png); width: 179px; }
    .topnav li a#apartments { background-image: url(../images/nav-apartment-search.png); width: 134px; }
	.topnav li a#communities { background-image: url(../images/nav-communities.png); width: 144px; }
    .topnav li a#topBlog    { background-image: url(../images/nav-blog.png); width: 67px; }
    .topnav li a#about      { background-image: url(../images/nav-about-us.png); width: 78px; }
	.topnav li a#contact    { background-image: url(../images/nav-contact.png); width: 105px; }
    .topnav li a#login      { background-image: url(../images/btn-my-login.png); width: 119px;margin-left:-4px; }

    .topnav li a:hover, .topnav li a.current {
        background-position: bottom right;
    }

    /***********************
        Homepage Styles

    ************************/

        /*** SLIDESHOW ***/
        .homepage_slideshow {
            float: left;
        }

        .homepage_image_slider {
            background-color: #000000;
            width: 692px;
            height: 85px;
            overflow: hidden;
        }

        .homepage_image_slider img {
            margin: 4px 2px;
        }

        .explore_neighborhoods {
            background: url(../images/bg-explore-neighborhoods.png) repeat-y;
            border-top: 1px solid #202023;
            font-size: .8em;
            line-height: 2.6em;
            padding: 0px;
			text-align:center;
        }

        .explore_neighborhoods a {
            background: url(../images/icon-explore-neighborhoods-arrow.png) no-repeat center right;
            color: #808183;
            padding-right: 20px;
            text-decoration: none;
            text-transform: uppercase;
        }

		.explore_neighborhoods select { width:252px; }

        .homepage .body {
            clear: both;
            float: left;
            color: #fff;
            width: 600px;
            margin: 0 0 40px 50px;
        }

		.homepage .body h1 {
            color: #cacac0;
			font-size:22px;
            font-weight: normal;
            margin-bottom: 10px;
        }

		.homepage .body h1 a { color:#cacac0; text-decoration:underline; }

		.homepage .body p {
            color: #cacac0;
			font-size:13px;
			line-height:18px;
        }

        #homeFlash {
        	width: 693px;
        	height: 376px;
        }

        select#condo {
        	background-color: #39342b;
        	color: #fff;
        	height: auto;
        	border: 1px solid #717c83;
        	padding: 0px;
        	font-size: 1.2em;
        	margin: 0 0 0 35px;
        }

        /*** SIDEBAR ***/
        .sidebar {
            float: left;
            background: url(../images/bg-wrapper.png);
            color: #ffffff;
            width: 274px;
            padding:3px;
        }

		.homepage .sidebar #wrapper {
			background:url('../images/bg-homepage-sidebar-wrapper.png') repeat-y;
		}

        .sidebar h4 a {
            display: block;
            background: url(../images/btn-search-mls.png) no-repeat top left;
            width: 274px;
            height: 42px;
            text-indent: -9999px;
        }

        .sidebar form {
            position: relative;
            margin: 20px;
        }

        .sidebar form .listing_box {
            position: absolute;
            top: -10px;
            left: 165px;
            background: url(../images/bg-listing-box.png) no-repeat top left;
            color: #ffdc52;
            width: 43px;
            height: 53px;
            padding: 8px 20px;
            font-size: .8em;
            text-align: center;
        }

        .sidebar form .listing_box span {
            font-size: 1.3em;
        }

        .sidebar form label {
            display: block;
        }

        .sidebar form select {
            border: 1px solid #717c83;
            margin-bottom: 1em;
        }

        .sidebar #type                           { width: 160px; }
        .sidebar #price_min, .sidebar #price_max { width: 80px; }
        .sidebar #area, .sidebar #attributes     { width: 230px; }

        .sidebar input[type="submit"] {
            background: url(../images/btn-submit.jpg) no-repeat top left;
            width: 143px;
            height: 36px;
        }

        .miami_blog {
            margin: 40px 20px 0px 20px;
			padding-bottom:20px;
        }

        .miami_blog h2 {
            background: url(../images/header-miami-blog.png) no-repeat top left;
            width: 235px;
            height: 22px;
            text-indent: -9999px;
        }

		.miami_blog p {
            padding-left:3px;
        }

    /** Prop results **/

	.result_nav {
		padding-right: 15px;
		float: right !important;
		font-size: .85em;
	}
	.result_nav img {
		position: relative;
		top: 2px;
		margin-right: 2px;
	}
	.result_nav span.grey {
		color: #838383;
		font-size: 1.2em;
		padding: 0 3px;
	}

	.prop_results {
		background: url(../images/bg-prop-results.png) top left no-repeat;
		clear: both;
		margin: 4px 0 0 7px;
		width: 749px;
	}

	.results_top {
		padding: 5px 0 0 13px;
		color: #000;
	}
	.results_top select {
		margin-top: 2px;
	}
	.results_top img {
		vertical-align: middle;
	}
	.results_top a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}
	.results_top a:hover {
		text-decoration: none;
	}
	.results_top span.grey {
		color: #1f1b16;
		font-size: 1.2em;
		padding: 0 3px;
	}
	.results {
		margin: 2px 0 0 7px;
		width: 736px;
	}
	.rowA, .rowB {
		clear: both;
		width: 736px;
		background: url(../images/prop-results-bg1.png) top left no-repeat;
		border-bottom: 1px solid #cccfd1;
	}
	.rowB {
		background: url(../images/prop-results-bg2.png) top left no-repeat;
	}
	.propPhoto {
		margin: 4px 15px;
		float: left;
    z-index: 50;
	}

	.results h3 {
		padding: 5px 0 0 0;
		margin: 0;
		font-size: 1.4em;
		font-weight: normal;
	}
	.results h3 a {
		color: #000;
	}
	.results h4 {
		color: #424242;
		padding: 0 0 10px 0;
		margin: 0;
		font-size: .9em;
    text-indent: 0;
	}
	.results .farRight
	{
		padding: 10px 20px 0 5px;
		text-align: right;
	}
	.results .farRight .price {
		color: #427401;
		font-size: 1.4em;
	}
	.results .farRight .mlsnum {
		font-size: .85em;
	}
	.results .farRight img {
		vertical-align: middle;
		margin: 0 0 0 20px;
	}
	.results .farRight a {
		color: #393939;
		text-decoration: underline;
	}
	.results .farRight a:hover {
		text-decoration: none;
	}

    /***********************
        Prop Details

    ************************/

        .main {
            background: url(../images/bg-main.gif) top left repeat-y #eaebeb;
        }

        /*** LEFT COLUMN ***/
        .search_bar {
            float: left;
            background: url(../images/bg-details-search-bar.jpg) repeat-x top left;
            color: #ffffff;
            width: 100%;
            height: 24px;
            line-height: 24px;
            font-size: .9em;
			border-bottom:4px solid #717881;
        }

        .search_bar ul {
            float: left;
            margin-left: 150px;
        }

        .search_bar li {
            float: left;
        }

        .search_bar li a {
            text-decoration: none;
            margin: 0 10px;
        }

        .search_bar li.search a {
            color: #212131;
        }

        .search_bar li.pager a {
            color: #393228;
            font-weight: bold;
        }

        a#backToResults, a#newSearch, a#prev {
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 14px;
        }

        a#backToResults { background-image: url(../images/icon-back-to-results.gif); }
        a#newSearch { background-image: url(../images/icon-new-search.gif); }
        a#prev { background-image: url(../images/icon-prev.gif); padding-left: 20px; }

        a#next {
            background: url(../images/icon-next.gif) no-repeat center right;
            padding-right: 20px;
        }

        a#advancedSearch {
            float: right;
            display: block;
            background: url(../images/btn-advanced-search.png) no-repeat bottom left;
            text-indent: -9999px;
            width: 175px;
            height: 24px;
            cursor: pointer;
        }
        a.modifySearch {
        	background-image: url(../images/btn-modify-search.png);
        }

        .sub_nav {
            clear: both;
            float: left;
            background-color: #293346;
            width: 169px;
            font-weight: bold;
            border-right: 1px solid #4a5463;
        }

        .sub_nav dt a {
            display: block;
            background-repeat: no-repeat;
            background-position: top left;
            text-indent: -9999px;
            width: 169px;
            height: 68px;
        }

	.sub_nav dt#luxuryCondoBuildings { background-image: url(../images/luxury-condo-buildings.jpg); }
        .sub_nav dt#luxurySales 		 { background-image: url(../images/luxury-sales.jpg); }
        .sub_nav dt#blog	 		 { background-image: url(../images/luxury-blog.jpg); }
        .sub_nav dt#luxuryApartments 		 { background-image: url(../images/luxury-apartments.jpg); }
        .sub_nav dt#aboutUs      		 { background-image: url(../images/about-us.jpg); }
        .sub_nav dt#myLogin      		 { background-image: url(../images/my-login.jpg); }

        .sub_nav dd a {
            display: block;
            color: #a0a7b1;
            height: 36px;
            line-height: 36px;
            text-decoration: none;
            padding-left: 20px;
            border-top: 1px solid #4d5b6e;
            border-bottom: 1px solid #16171e;
        }

        .sub_nav dd a.first {
            border-top: none;
        }

        .sub_nav dd a:hover, .sub_nav dd a.current {
            background: #252c3d url(../images/bg-sub-nav.jpg) no-repeat top right;
            color: #c9cbca;
        }

        .sub_nav dd#openTog a:hover {
            background: #252c3d url(../images/bg-sub-nav-warn.jpg) no-repeat top right;
        }


        .content {
            float: left;
            min-height: 400px;
        }

        .pdfBalloon {
        	float: right;
        	width: 144px;
        	margin: 10px 0;
        }
        .pdfBalloon .middle {
        	background: url(../images/bg-prop-pdf.gif) top left repeat-y #fff;
        	padding: 2px 0 0 5px;
        	font-weight: bold;
        	font-size: 0.9em;
        	color: #21252c;
        }
        .pdfBalloon .middle .insides {
        	clear: both;
        	padding: 3px 5px 3px 5px;
        	font-weight: normal;
        	font-size: 0.9em;
        	line-height: 1.7em;
        }
        .pdfBalloon .middle .insides a {
        	text-decoration: underline;
        }
        .pdfBalloon .middle .insides a:hover {
        	text-decoration: none;
        }

        /*** MIDDLE COLUMN ***/

        .middle_column {
            float: left;
        }

        .middle_column a {
            color: #0682C2;

        }

        .title_bar {
            float: left;
            background: url(../images/bg-prop-details-title.jpg) repeat-x top left;
            width: 783px;
            height: 66px;
            border-bottom: 1px solid #717881;
            padding-left: 20px;
        }

        .title_bar div {
            float: left;
            margin: 0;
        }

        .title_bar h2 {
            color: #121629;
            margin: 5px 0 0 0;
            font-size: 1.6em;
        }

        .title_bar p {
            color: #45475f;
            font-weight: bold;
        }

        .title_bar a {
            background: url(../images/icon-get-directions.gif) no-repeat center left;
            color: #45475f;
            padding-left: 16px;
            font-size: .8em;
            font-weight: normal;
        }

        .title_bar a.normal {
        	background-image: none;
        	padding: 0;
        	color: #000;
        	font-size: 1em;
        	text-decoration: underline;
        }
        .title_bar a.normal:hover {
        	text-decoration: none;
        }
        .current {
        	color: #000;
        	font-size: 1em;
        	font-weight: bold;
        }

        .title_bar .save_link {
        	width: 170px;
        	float: right;
        	text-align: left;
        	vertical-align: middle;
        	padding-top: 10px;
        }
        .title_bar .save_link img {
        	margin-right: 9px;
        }
        .title_bar .save_link a {
        	background-image: none;
        	padding: 5px 0 0 0;
        	color: #0585c6;
        	text-decoration: none;
        	font-size: 1em;
        	font-weight: bold;
        	line-height: 1.2em;
        	display: block;
        }
        .title_bar .save_link a:hover {
        	text-decoration: underline;
        }

        a#clickSearchResults, a#clickListOfBuildings {
            width: 279px;
            height: 66px;
            text-indent: -9999px;
            position: absolute;
            top: 176px;
            left: 50%;
            margin-left: 192px;
            z-index: 100;
        }

        a#clickSearchResults { background: url(../images/btn-click-search-results.gif) no-repeat bottom right; cursor: pointer;}
        a#clickListOfBuildings { background: url(../images/btn-click-list-of-buildings.gif) no-repeat bottom right; cursor: pointer;}

        .content .middle_column {
            position: relative;
            clear: both;
            width: 527px;
        }

        a.photo_nav {
            display: none;
            position: absolute;
            top: 0;
            background-repeat: no-repeat;
            background-position: top left;
            width: 60px;
            height: 415px;
            text-indent: -9999px;
        }

        .slideshow {
        	text-align: center;
        	height: 512px;
        }
        body.building_details .slideshow {
        	height: 442px;
        }
        #slideshowPhoto {
        	height: 400px;
        	overflow: hidden;
        }

        .image_count {
            background: url(../images/bg-image-count.jpg) repeat-x top left;
            color: #a6a294;
            width: 100%;
            height: 23px;
            line-height: 23px;
            text-align: center;
            font-size: .9em;
            clear: both;
        }

        .image_count span {
            color: #f0ecdf;
        }

        .image_slider {
            float: left;
            background-color: #191e26;
            width: 100%;
            height: 74px;
        }

        .image_slider div {
            float: left;
            width: 481px;
            overflow: hidden;
        }

        .image_slider img {
            float: left;
            margin: 3px 2px;
        }

	#photoThumbnailsWindow {
		width: 481px;
		height: 76px;
		margin: 0;
		overflow: hidden;
	}

	ul.photoThumbnails {
		width: auto;
		height: 75px;
		margin: 0;
		float: left;
	}
	ul.photoThumbnails li {
		width: 76px;
		height: 67px;
		float: left;
		margin: 2px 1px;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	ul.photoThumbnails li.active, ul.photoThumbnails li:hover {
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}

        ul.photoThumbnails li img {
            border: 1px solid #5e6268;
            width: 72px;
            height: 62px;
        }

        .tools, .floor_plans {
            float: left;
            background: url(../images/bg-tools.jpg) repeat-x top left;
            width: 521px;
            border-top: 2px solid #cccecd;
            border-left: 3px double #adb4b6;
            border-right: 3px double #adb4b6;
        }

        .tools ul, .floor_plans ul {
            float: left;
            margin-top: 7px;
            font-size: .9em;
            font-weight: bold;
        }

        .tools li {
            margin-left: 2.2em;
        }

        .tools li a, .floor_plans li a {
            display: block;
            color: #696d73;
            background-repeat: no-repeat;
            background-position: center left;
            height: 28px;
            line-height: 28px;
            padding-left: 34px;
        }

        .tools li a:hover {
            color: #000000;
            text-decoration: none;
        }

        a#showing   { background-image: url(../images/icon-tools-showing.jpg); }
        a#save      { background-image: url(../images/icon-tools-save.jpg); }
        a#remove    { background-image: url(../images/icon-tools-save.jpg); }
        a#email     { background-image: url(../images/icon-tools-email.jpg); }
        a#slideshow { background-image: url(../images/icon-tools-slideshow.jpg); }
        a#tour      { background-image: url(../images/icon-tools-tour.jpg); }
        a#flyer     { background-image: url(../images/icon-tools-flyer.jpg); }
        a#building  { background-image: url(../images/icon-tools-building.jpg); }
        a#nearby    { background-image: url(../images/icon-tools-nearby.jpg); }
        a#calc      { background-image: url(../images/icon-tools-calc.jpg); }

        .details {
            float: left;
            background: #dadada url(../images/bg-details.jpg) repeat-x top left;
            color: #323232;
            padding: 25px 0 0 0;
            width: 527px;
            min-width: 527px;
            margin: 0;
        }

        .details div {
            padding: 0 20px;
        }

        .details h4 {
            font-size: 1.1em;
            margin: 0;
        }

        .details dl {
            float: left;
            width: 44%;
        }

        .details dl.first {
            margin-right: 3.6em;
        }

        .details dt {
            margin-top: 1em;
            font-weight: bold;
        }

        a#loginToViewInfo {
            clear: left;
            display: block;
            background: url(../images/btn-login-to-view-info.gif) no-repeat top left;
            text-indent: -9999px;
            width: 507px;
            height: 75px;
        }

        .building_info {
            float: left;
            background-color: #fafafa;
            width: 100%;
        }

        .building_info h3 {
            background: url(../images/bg-building-info.jpg) repeat-x top left;
            color: #4a5463;
            width: 100%;
            line-height: 31px;
            margin: 0;
            font-size: .8em;
            text-transform: uppercase;
            text-align: center;
        }

        .building_info div {
            color: #024975;
            margin: 12px 30px;
        }

        .building_info div img {
            float: left;
            margin-right: 50px;
        }

        .building_info h6 {
            margin: 0;
            font-size: 1.4em;
            font-weight: normal;
        }
        .building_info h6 a {
            color: #0584c6;
            font-size: 100%;
            font-weight: normal;
        }

        .building_info p {
            margin: 0;
        }

        .building_info a {
            color: #0584c6;
            font-size: .8em;
        }

        .building_info ul {
            margin-top: 1em;
            font-size: .9em;
        }
        .building_info ul li {
            margin-left: 0;
        }

        .building_info li span {
            float: left;
            color: #1b1b1b;
            width: 120px;
            font-weight: bold;
        }

        ul.tabs {
            float: left;
            margin: 0;
        }

        ul.tabs li {
            float: left;
            background-repeat: no-repeat;
            background-position: top left;
            height: 52px;
            margin: 0;
            text-indent: -9999px;
            cursor: pointer;
        }

        li#forSale { background-image: url(../images/tab-for-sale.jpg); width: 136px; }
        li#pending { background-image: url(../images/tab-pending-sales.jpg); width:154px; }
        li#sold    { background-image: url(../images/tab-sold.jpg); width:111px; }
        li#rentals { background-image: url(../images/tab-rentals.jpg); width:126px; }

        ul.tabs li:hover, ul.tabs li.selected {
            background-position: top right;
        }

        #pendingData, #soldData, #rentalsData {
            display: none;
        }

        #forSaleData {
            display: block;
        }

        table {
            float: left;
            background-color: #f8f8f8;
            color: #424242;
            width: 100%;
            margin: 0;
            text-align: center;
        }

        th {
            font-size: .9em;
        }

        th, td {
            padding: 4px;
        }

        tr.odd td {
            background-color: #e5fcd6;
        }

        tr.even td {
            background-color: #effde8;
        }

        td.status {
            color: #f11c4e;
            font-size: .8em;
        }

        td.floor {
            font-weight: bold;
        }

        td a.condolink {
            display: block;
            background: url(../images/icon-more-info.gif) no-repeat center center;
            height: 20px;
            text-indent: -9999px;
        }

        .propDetailsBottom {
        	background: #dadada url(../images/bg-courtesy.gif) repeat-x top left;
        }
        .courtesy {
            background: url(../images/bg-main.gif) top left repeat-y #DADADA;
            width: 973px;
            margin: 0 auto;
        }
        .courtesy .ctext {
            color: #424242;
            width: 487px;
            margin: 0 0 0 190px;
            font-style: italic;
        }

        /*** RIGHT COLUMN ***/

        .right_column, .right_column_bottom {
            position: relative;
            float: right;
            background: #eaebeb url(../images/bg-prop-details-right.gif) repeat-y top left;
            width: 276px;
        }

        .search_results {
            position: absolute;
            display: none;
            background-color: #f9fafa;
            width: 100%;
            font-size: .85em;
            border-left: 1px solid #EAEBEB;
            left: -1px;
        }

		.map_search_side ul,
        .search_results ul {
            margin: 0;
            line-height: 1.8em;
        }

		.map_search_side li,
        .search_results li {
          margin-left: 15px;
        }

		.map_search_side li span,
        .search_results li span {
            color: #378348;
            font-weight: bold;
        }

		.map_search_side li a,
        .search_results li a {
            color: #000000;
        }

        .search_results div {
            float: left;
            width: 100%;
        }
        .search_results div.fade {
            background: url(../images/bg-prop-details-search-results.png) repeat-x bottom left;
            width: 100%;
            height: 8px;
            position: relative;
            top: 8px;
        }


		.map_search_side div ul li,
        .search_results div ul li {
            float: left;
            line-height: 25px;
        }

		.map_search_side div li a,
        .search_results div li a {
            display: block;
            font-weight: bold;
        }

        a#resultsPrev { background: url(../images/icon-prop-details-results-prev.gif) no-repeat center left; padding-left: 16px; }
        a#resultsNext { background: url(../images/icon-prop-details-results-next.gif) no-repeat center right; padding-right: 16px; }

        p.price {
            background: #fafafa url(../images/bg-prop-details-price.gif) repeat-y top left;
            color: #0071ab;
            padding: 10px 0 10px 20px;
            font-size: 1.6em;
            font-weight: bold;
        }

        ul.info li span {
            float: left;
            color: #484c51;
            width: 85px;
            font-weight: bold;
        }

        ul.info li span.convert {
            float: left;
            color: inherit;
            width: 95px;
            font-weight: normal;
        }

        a.convertLink {
            color: #0584c6;
            text-decoration: underline;
            font-size: .7em;
        }

        a#inquire, a#arrange {
            display: block;
            background: url(../images/btn-inquire.jpg) no-repeat center left;
            width: 218px;
            height: 74px;
            margin: 0 29px;
            text-indent: -9999px;
        }

        a#inquire:hover, a#arrange:hover {
            background-position: center right;
        }

        .agent_info {
            border: 1px solid #c4c7cb;
            width: 217px;
            margin: 30px 19px;
            padding: 10px;
        }

        .agent_info h3 {
            border-bottom: 1px solid #c4c7cb;
            padding: 10px 8px 2px 8px;
            margin-bottom: 6px;
        }

        .agent_info h3 a {
        	color: #000;
        	text-decoration: none;
        }
        .agent_info h3 a:hover {
        	text-decoration: underline;
        }

        .agent_info h3, .agent_info p {
            color: #121116;
            font-size: 1.2em;
            font-weight: bold;
        }

        .agent_info p {
            padding-left: 8px;
        }

        .agent_info li {
            margin: 0;
        }

        .agent_info li a {
            display: block;
            background-repeat: no-repeat;
            background-position: center left;
            color: #0584c6;
            height: 29px;
            line-height: 29px;
            padding-left: 40px;
        }

        a#emailMe     { background-image: url(../images/icon-email-me.jpg); }
        a#myListings  { background-image: url(../images/icon-my-listings.jpg); }
        a#contactInfo { background-image: url(../images/icon-contact-info.jpg); }

        .google_map, .more_info {
            border: 1px solid #c4c7cb;
            margin: 0 17px;
        }

        .google_map {
            background-color: #ffffff;
            width: 242px;
        }

        #propMap {
            border-bottom: 1px solid #c4c7cb;
            width: 242px;
            height: 226px;
            background-color: #E5E3DF;
            overflow: hidden;
        }

        .google_map p {
            line-height: 40px;
            margin: 0;
            padding-left: 10px;
        }

        .google_map p a {
            color: #0584c6;
        }

        .more_info {
            background: #dadada url(../images/bg-prop-details-form.jpg) repeat-x top left;
            margin-top: 20px;
            padding: 10px 8px;
        }

        .more_info h4 {
            color: #052c78;
            margin: 4px auto;
            padding-bottom: 4px;
            font-size: .8em;
            text-transform: uppercase;
            border-bottom: 1px solid #c4c7cb;
        }

        .more_info p {
            color: #2d2a2a;
            font-size: .9em;
            margin-bottom: 10px;
        }

        .more_info form li {
            margin: 0;
        }

        .more_info form label {
            display: block;
            font-size: .8em;
            font-weight: bold;
            text-transform: uppercase;
        }

        .more_info form input[type="text"], .more_info form textarea {
            border: 1px solid #afafaf;
            margin-bottom: 6px;
        }

        .more_info form input[type="text"] {
            width: 203px;
            height: 18px;
        }

        .more_info form textarea {
            width: 203px;
            height: 126px;
        }

        .more_info form input[type="submit"] {
            background: url(../images/btn-prop-details-submit.jpg) no-repeat top left;
            width: 141px;
            height: 36px;
            text-indent: -9999px;
            font-size: 0px;
            display:block;
            line-height: 0px;
        }

        .more_info form a {
            color: #0784c6;
            text-decoration: underline;
        }

        .lre_logo {
            margin: 10px 17px 27px 17px;
        }

    /***********************
        Building Details

    ************************/


  table.condoRooms {
    background-color: transparent;
    width: 215px;
  }
  table.condoRooms td, th {
    padding: 0 0 1px 0;
    margin: 0;
    color: #393228;
    font-size: .85em;
    width: auto;
    text-align: left;
    background-color: transparent;
  }
  table.condoRooms th {
    padding-bottom: 7px;
    font-weight: normal;
  }

  table.condoPropGrid th {
  	text-align: center;
  }

        /*** MIDDLE COLUMN ***/

        .building_details .image_count {
            background: url(../images/bg-building-details-image-count.jpg) repeat-x top left;
            height: 30px;
            line-height: 30px;
        }

        .building_details .image_count p {
            float: left;
            width: 415px;
        }

        .floor_plans {
            background: #c9cbca url(../images/bg-floor-plans.jpg) repeat-x top left;
            color: #012644;
        }

        .floor_plans h4 {
            font-size: 1em;
            margin: .6em 0 0 1.2em;
        }

        .floor_plans li {
            margin-left: 1.2em;
            font-weight: normal;
        }

        .floor_plans li a {
            display: inline;
            background: url(../images/icon-pdf.gif) no-repeat top left;
            color: #012644;
            height: 1em;
            line-height: 1em;
            padding-left: 20px;
            font-weight: bold;
        }

        .amenities {
            float: left;
            background: #c9cbca url(../images/bg-building-details-amenities.jpg) repeat-x top left;
            border-bottom: 5px solid #616c75;
            color: #323232;
            width: 100%;
            padding: 20px 0;
            text-transform: uppercase;
        }

        .amenities h3, .amenities li {
            margin-left: 30px;
        }

        .amenities h3 {
            margin-bottom: 6px;
            font-size: 1em;
        }

        .amenities li {
            float: left;
            width: 40%;
            list-style-position: inside;
            font-size: .9em;
        }

        #condo_map {
            clear: both;
            width: 529px;
            height: 458px;
        }

        .building_details p.directions {
            background-color: #ffffff;
            padding: 10px 20px;
        }

        .building_details p.directions a {
            color: #0584c6;
        }

	ul#condoSideList li {
		margin-left: 10px;
		font-weight: normal;
		width: 155px;
		height: 20px;
		overflow: hidden;
		font-size: .9em;
	}
	ul#condoSideList li a {
		color: #D5D7D6;
	}

        /*** RIGHT COLUMN ***/

        .building_details .right_column h2 {
            background: url(../images/header-building-info.gif) no-repeat top left;
            width: 276px;
            height: 70px;
            text-indent: -9999px;
        }

        .building_details ul.info li span {
            float: none;
            color: #000000;
        }

        dl.unit_prices {
            margin-left: 30px;
        }

        dl.unit_prices dt {
            color: #2f5971;
            font-weight: bold;
        }

        dl.unit_prices dd span {
            float: left;
            width: 80px;
            font-weight: bold;
        }

        a#arrange {
            background: url(../images/btn-arrange-showing.jpg) no-repeat center left;
            width: 216px;
            height: 72px;
        }

        ul.building_tools {
            margin-top: 10px;
        }

        ul.building_tools li a {
            display: block;
            background-repeat: no-repeat;
            background-position: center left;
            color: #031a2c;
            line-height: 28px;
            padding-left: 36px;
            margin: 2px 0;
            font-weight: bold;
        }

        ul.building_tools a#calc  { background-image: url(../images/icon-building-details-calc.jpg); }
        ul.building_tools a#save  { background-image: url(../images/icon-building-details-save.jpg); }
        ul.building_tools a#email { background-image: url(../images/icon-building-details-email.jpg); }

    /***********************
        Prop Inquire

    ************************/

        .prop_inquire .content {
            background-color: #c9cbca;
            color: #1d1b1f;
        }

        /*** MIDDLE COLUMN ***/

        .prop_inquire .middle_column .left_fade, .agent_details .left_fade, .buildings .left_fade {
            position: relative;
            float: left;
            background: url(../images/bg-middle-fade.gif) no-repeat top left;
            margin: 40px 20px 0 50px;
            padding: 30px 20px 0 40px;
        }

        .prop_inquire .middle_column form span, .agent_details .middle_column form span {
            float: right;
            font-size: .8em;
            margin-right: 40px;
        }

        img.column_icon {
            position: absolute;
            float: left;
            left: -30px;
            top: 20px;
        }

        p.column_header {
            color: #3e4f67;
            font-weight: bold;
            font-size: 1.1em;
            padding: 0 20px;
        }

        fieldset legend {
            padding-bottom: 1em;
            font-weight: bold;
        }

        fieldset ul {
            clear: right;
        }

        fieldset li {
            margin: 0;
        }

        fieldset.contact label, fieldset.showing_date label {
            float: left;
            width: 160px;
        }

        fieldset.contact input {
            width: 190px;
            margin-bottom: .4em;
        }

        fieldset textarea {
            margin-bottom: 1em;
        }

        .prop_inquire input#by_phone {
            margin-left: 80px;
        }

        .prop_inquire .middle_column form input#submit, .agent_details .middle_column form input#submit {
            float: left;
            background: url(../images/btn-send.jpg) no-repeat top left;
            width: 153px;
            height: 36px;
            margin-right: 10px;
        }

        .prop_inquire p.disclaimer, .agent_details p.disclaimer {
            width: 85%;
            font-size: .8em;
        }

        .prop_inquire p.disclaimer a, .agent_details p.disclaimer a {
            color: #0682c2;
        }

        .prop_inquire .left_fade h3 {
            color: #3e4f67;
            font-size: 1.6em;
            font-weight: normal;
            margin: .6em 0 1em 1em;
        }

        .prop_inquire .message_info, .agent_details .message_info {
            background-color: #dfe0df;
            padding: 20px;
            margin: 0 20px 10px 0;
        }

        .prop_inquire .message_info ul, .agent_details .message_info ul {
            margin: 0;
        }

        .prop_inquire .message_info li, .agent_details .message_info li {
            margin: 0 0 1em 0;
        }

        .prop_inquire .message_info span, .agent_details .message_info span {
            font-weight: bold;
        }

        .prop_inquire .search_links {
            float: right;
            margin-right: 20px;
        }

        .prop_inquire a#backToResults,
        .prop_inquire a#newSearch,
        .agent_details a#backToResults,
        .agent_details a#newSearch {
            color: #0682c2;
        }

        /*** RIGHT COLUMN ***/

        .prop_inquire .right_column {
            background: url(../images/bg-right-fade.gif) no-repeat top left;
            width: 252px;
            margin: 40px 20px 0 0;
            padding: 20px 0;
        }

        .prop_inquire .right_column div {
            width: 137px;
            margin: 0 auto;
            font-size: .9em;
        }

        .prop_inquire .right_column div img {
            border: 5px solid #000000;
        }

        .prop_inquire .right_column div p,
        .prop_inquire .right_column div ul {
            margin-bottom: 1em;
        }

        .prop_inquire .right_column div ul {
            color: #3e4f67;
        }

        .prop_inquire .right_column div ul li {
            margin: 0;
        }

        .prop_inquire .right_column div p a {
            display: block;
            background: url(../images/btn-details.jpg) no-repeat top left;
            text-indent: -9999px;
            width: 94px;
            height: 25px;
        }

    /***********************
        Prop Schedule

    ************************/

        fieldset.showing_date p {
            color: #3e4f67;
            font-size: .9em;
        }

    /***********************
        About Us

    ************************/

        .about_us .content {
            background: #110b0f url(../images/bg-about-us.jpg) no-repeat top left;
            width: 803px;
        }

        .about_us .info, .about_us .sections {
            background: url(../images/bg-wrapper-dark.png);
            color: #f8faf9;
            height: 429px;
        }
        .about_us .info {
            background: url(../images/bg-wrapper-81.png);
        }

        .about_us .info {
            float: left;
            width: 297px;
            margin-left: 20px;
            font-size: 1.1em;
        }

        .about_us .info img {
            margin: 30px 0;
        }

        .about_us .info p {
            margin: 0 30px;
            color: #cacdd1;
        }

        .about_us .info p span {
            font-weight: bold;
        }

        .about_us .info p a {
            color: #f8faf9;
            text-decoration: underline;
        }

        .about_us .sections {
            float: right;
            width: 218px;
        }

        .about_us .sections p {
            margin: 20px;
        }

        .about_us .sections li {
            margin: 0;
        }

        .about_us .sections li:hover {
            background: url(../images/bg-about-sections.gif) no-repeat center center;
        }

        .about_us .sections ul a {
            display: block;
            background-repeat: no-repeat;
            background-position: center left;
            color: #adadad;
            margin-left: 20px;
            padding-left: 70px;
            height: 73px;
            line-height: 73px;
            font-size: 1.3em;
            font-weight: bold;
        }

        .about_us .sections ul a:hover {
            color: #ffffff;
            text-decoration: none;
        }

        .about_us a#forBuyers  { background-image: url(../images/bg-section-buyers.jpg); }
        .about_us a#forSellers { background-image: url(../images/bg-section-sellers.jpg); }
        .about_us a#forRenters { background-image: url(../images/bg-section-renters.jpg); }
        .about_us a#agents     { background-image: url(../images/bg-section-agents.jpg); }

        .about_us .founder {
            float: left;
            background: url(../images/bg-about-founder-fade.gif) no-repeat top center;
            width: 288px;
            margin: 20px;
        }

        .about_us .founder div {
            background: url(../images/about-founder-joshua.gif) no-repeat top left;
            color: #a1a1a1;
            margin-top: 10px;
            padding-left: 100px;
        }

        .about_us .founder h3, .about_us .founder p,
        .about_us .blog h3, .about_us .blog p {
            margin: 0 10px 10px 0;
        }

        .about_us .founder h3, .about_us .blog h3 {
            color: #ffffff;
            padding-top: 10px;
            font-size: 1.4em;
            font-weight: normal;
        }

        .about_us .founder p {
            width: 175px;
        }

        .about_us .founder p span, .about_us .blog p span {
            font-weight: bold;
        }

        .about_us .founder h3 a, .about_us .blog h3 a {
            color: #fff;
            text-decoration: none;
        }

        .about_us .founder a, .about_us .blog a {
            color: #a1a1a1;
            text-decoration: underline;
        }

        .about_us .blog {
            float: left;
            background: url(../images/bg-about-blog-fade.gif) no-repeat top center;
            width: 450px;
            margin-top: 20px;
        }

        .about_us .blog div {
            background: url(../images/bg-about-blog.png) no-repeat top left;
            color: #a1a1a1;
            margin: 20px 0 0 10px;
            padding-left: 110px;
        }

        .about_us .blog h3 {
            padding: 0;
        }

        .about_us .blog p.date {
            float: right;
            font-size: .8em;
            font-style: italic;
        }

        .about_us .blog h5 {
            color: #ffffff;
            font-size: 1em;
            margin: 0;
        }

    /***********************
        Agent Details

    ************************/
    	.buildings .content,
        .agent_details .content {
            background-color: #c9cbca;
        }

		.buildings .middle_column,
        .agent_details .middle_column {
            background-color: #c9cbca;
        }

        .agent_details .info {
            background-color: #f2f3f2;
            width: 508px;
            height: 187px;
            padding: 40px 20px 20px 0;
            font-size: .9em;
        }

        .agent_details .info img {
            border: 3px solid #fefefe;
        }

        .agent_details .info h4 {
            color: #0584c6;
            margin: 0;
        }

        .agent_details .info p {
            margin: 0;
        }

        .agent_details .info p.title {
            font-style: italic;
        }

        .agent_details .info ul {
            float: left;
            width: 58%;
            margin: 8px 0;
        }

        .agent_details .info ul.contact li {
            float: left;
            margin: 0 10px 0 0;
        }

        .agent_details .info li span {
            font-weight: bold;
        }

        .agent_details .info p.desc {
            float: left;
            border-top: 1px solid #ffffff;
            width: 60%;
            padding-top: 8px;
        }

        .agent_details .info a {
            color: #0584c6;
        }

        .agent_details .info ul.actions li {
            float: left;
            margin: 0 10px 0 0;
            width: 130px;
        }

        .agent_details .info ul.actions li a {
            display: block;
            background-repeat: no-repeat;
            background-position: center left;
            color: #0584c6;
            height: 29px;
            line-height: 1.1em;
            padding-left: 36px;
        }

        .agent_details a#emailMe, .agent_details a#viewListings {
            line-height: 29px;
        }

        .agent_details a#emailMe      { background-image: url(../images/icon-agent-details-email-me.jpg); }
        .agent_details a#downloadInfo { background-image: url(../images/icon-agent-details-download-info.jpg); }
        .agent_details a#viewListings { background-image: url(../images/icon-agent-details-view-listings.jpg); }

        .agent_details .tools h6 {
            color: #595959;
            font-size: 1em;
            margin: 10px 0 0 25px;
        }

        .agent_details .tools ul {
            font-weight: normal;
        }

        .agent_details .tools li {
            float: left;
            width: 16em;
        }

        .agent_details .tools li span {
            font-weight: bold;
        }

        .agent_details .details {
            width: 481px;
        }

		.buildings .right_column,
        .agent_details .right_column,
        .testimonials .right_column {
            background: #c9cbca url(../images/bg-agent-details-right-tile.jpg) repeat-y top left;
        }

        .agent_details .right_column li {
            margin: 0 0 10px 40px;
        }

        .agent_details .featured {
            background: url(../images/bg-agents-fade.jpg) no-repeat top right;
            width: 507px;
            height: 187px;
            padding: 20px 0 20px 0;
            margin: 40px 20px 0 0;
            font-size: .9em;
        }

        .agent_details .featured img,
        .agent_details .agent img {
            float: left;
            border: 3px solid #fefefe;
            margin: 0 20px 0 30px;
        }

        .agent_details .featured h4,
        .agent_details .agent h4 {
            color: #0584c6;
            margin: 0;
        }

        .agent_details .featured p,
        .agent_details .agent p {
            margin: 0;
        }

        .agent_details .featured p.title,
        .agent_details .agent p.title {
            font-style: italic;
        }

        .agent_details .featured ul,
        .agent_details .agent ul {
            float: left;
            width: 58%;
            margin: 8px 0;
        }

        .agent_details .featured ul.contact li,
        .agent_details .agent ul.contact li {
            float: left;
            margin: 0 10px 0 0;
        }

        .agent_details .featured li span,
        .agent_details .agent li span {
            font-weight: bold;
        }

        .agent_details .featured p.desc {
            float: left;
            border-top: 1px solid #ffffff;
            width: 58%;
            padding-top: 8px;
        }

        .agent_details .featured a,
        .agent_details .agent a {
            color: #0584c6;
        }

        .agent_details .agent {
            float: right;
            background: url(../images/bg-agents-fade.jpg) no-repeat top right;
            width: 442px;
            height: 128px;
            padding: 20px 0 20px 0;
            margin: 20px 20px 0 0;
            font-size: .9em;
        }

        .agent_details .lead {
            margin: 30px 40px;
        }

        .agent_details .lead h3 {
            color: #596372;
            font-size: 1.1em;
            line-height: 1.8em;
        }

        .agent_details .lead p {
        }

        .agent_details dl.pdf_list {
            background: url(../images/icon-pdf-big.gif) no-repeat top left;
            margin: 0 40px 25px 40px;
        }

        .agent_details dl.pdf_list dt {
            color: #2f2f31;
            font-size: 1.8em;
            border-bottom: 1px solid #2f2f31;
            margin: 0 0 20px 70px;
            padding-top: 10px;
        }

        .agent_details dl.pdf_list dd {
            background: url(../images/icon-pdf-small.gif) no-repeat top left;
            color: #596372;
            margin: 10px 0 10px 30px;
            padding-left: 40px;
        }

        .agent_details dl.pdf_list dd a {
            color: #323232;
        }

		.statusBad {
			margin:0px auto 20px auto;
			border:1px solid #970303;
			background:#f78b8b;
			color:#970303;
			font-size:11px;
			padding:10px 0px 10px 0px;
			text-align:left;
		}

		.statusGood {
			margin:0px auto 20px auto;
			border:1px solid #038209;
			background:#c6f9ca;
			color:#038209;
			font-size:11px;
			padding:10px 0px 10px 0px;
			text-align:left;
		}

		.statusBad p, .statusGood p {
			margin:0px 0px 0px 10px;
			padding:0px;
		}

		.statusBad ul, .statusGood ul {
			list-style-type:disc;
			margin:0px;
		}

    /***********************
        Our Services

    ************************/

        .our_services .content,
        .testimonials .content,
        .my_login .content {
            background-color: #c9cbca;
            width: 803px;
        }

		.my_login .saved_search .title {
			margin:0px;
			padding:0px;
			color:#584d3e;
			font-size:18px;
		}

		.my_login .saved_search .message { font-size:12px;font-weight:normal; }

		.my_login .section_big .saved_search a.x {
			width:11px;
			height:11px;
			background:url('../images/icon-my-login-x.png') top left no-repeat;
			float:right;
			margin:-7px 25px 0px 0px;
		}

		.my_login .section_big .saved_search {
			position:relative;
			width:594px;
			height:79px;
			background:url('../images/bg-my-login-saved-search.gif') top left no-repeat;
			padding:12px 0px 10px 17px;
		}

		.my_login .section_big .email_settings {
			width:594px;
			height:104px;
			background:url('../images/bg-my-login-email-settings.png') top left no-repeat;
			padding:10px 0px 10px 17px;
			color:#584d3e;
		}

		.my_login .section_big .email_settings h1 {
			margin:0px;
			padding:0px;
			font-size:24px;
			font-weight:normal;
		}

		.my_login .section_big .email_settings h2 {
			margin:0px;
			padding:0px;
			font-size:12px;
			font-weight:normal;
		}

		.my_login .section_big .email_settings p {
			margin:0px;
			padding:7px 0px 0px 0px;
			font-weight:bold;
			font-size:11px;
		}

		.my_login .section_big .email_setting_instructions {
			margin:10px 0px 0px -18px;
		}

		.my_login .section_big .email_setting_instructions h1 {
			color:#3e4f67;
			font-size:24px;
			font-weight:normal;
			margin:0px 0px 20px 0px;
			padding:0px;
		}

		.my_login .section_big .email_setting_instructions p strong {
			font-size:16px;
			color:#0e0c0a;
			font-weight:bold;
		}

		.my_login .section_big .email_setting_instructions p {
			font-size:12px;
			color:#0e0c0a;
			padding-right:34px;
		}

		.my_login .saved_search .form {
			width:576px;
			height:70px;
			background: #3e4f67;
			position:absolute;
			top:0px;
			left:9px;
			border:1px solid #000000;
			border-top:none;
			display:none;
			font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
			text-align:center;
		}

		.my_login .saved_search .email_me {
			width:300px;
			font-size:12px;
			color:#000000;
			padding-top:9px;
		}

		.my_login .saved_search .rename_title {
			width:115px;
			font-size:12px;
			color:#0682c2;
			padding-top:12px;
		}

		.my_login .saved_search .rename_title:hover, .my_login .saved_search span.close:hover, .my_login .saved_search span.save:hover { cursor:pointer; }

		.my_login .section_big {
			background:url('../images/bg-my-login-section-big.png') top left no-repeat;
			margin:0px 0px 20px 55px;
			padding:18px 0px 0px 72px;
		}

		.my_login .frame {
			width:620px;
			max-height:362px;
			border:1px solid #c4c0b7;
			overflow:auto;
			background:#f8f7f3;
			margin:12px 0px 15px 0px;
		}

		.my_login .frame .row {
			height:89px;
			clear:left;
			border-bottom:1px solid #c4c0b7;
		}

		.my_login .frame .row:last-child {
			border-bottom:none;
		}

		.my_login .frame .row .check {
			width:25px;
			height:89px;
			float:left;
			background:#f1eeea;
			text-align:center;
		}

		.my_login .frame .row .summary {
			height:89px;
			float:left;
			padding:2px 0px 0px 2px;
		}

		.my_login .frame .row .summary p {
			font-size:11px;
			padding-top:2px;
			line-height:14px;
		}

		.my_login .frame .row .summary p span.price {
			font-size:18px;
			color:#427401;
		}

		.my_login .frame .row img.sum {
			height:85px;
			margin-right:10px;
		}

		.my_login .form_section {
			width:442px;
			margin:0px 0px 0px 54px;
			background:url('../images/bg-my-login-form.png') top left no-repeat;
			padding-left:50px;
		}

		.my_login .left_col {
			width:550px;
			background:#c9cbca;
			margin:0px;
			padding-top:38px;
			float:left;
		}

		.my_login .right_col {
			width:218px;
			margin:0px;
			padding:43px 0px 0px 35px;
			float:right;
		}

		.my_login .right_col ul {
			list-style-image:url('../images/icon-bullet.png');
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 0px;
		}

		.my_login .right_col ul li {
			margin:0px;
			padding:0px 0px 15px 5px;
			font-size:12px;
		}

		.my_login .right_col ul li strong {
			font-weight:bold;
			font-size:14px;
		}

		.my_login .form_section a { color:#0682c2;text-decoration:none; }

		.my_login .form_section .title {
			font-size:24px;
			font-weight:normal;
			color:#3e4f67;
			margin:0px;
			padding:0px;
		}

		.my_login .form_section .header {
			font-size:13px;
			font-weight:bold;
			color:#584d3e;
			margin:0px;
			padding:20px 0px 15px 0px;
		}

		.my_login .content .text_field {
			width:150px;
			height:19px;
			border:1px solid #a5acb2;
		}

		.my_login .content .forms {
			padding:37px 0px 0px 18px;
			background:url('../images/bg-my-login-login.jpg') no-repeat;
			height:428px;
			position:relative;
		}

		.my_login .content .icon_set {
			width:755px;
			min-height:76px;
			overflow:auto;
			margin:-10px auto 20px auto;
			background:url('../images/bg-my-login-login-icon-set.png') top center no-repeat;
			color:#a9abab;
		}

		.my_login .content .icon_set strong { font-weight:bold;color:#FFFFFF; }

		.my_login .content .icon_set .spacer {
			width:1px;
			height:230px;
			margin:0px 20px 50px 0px;
			background:url('../images/bg-my-login-vertical-line.png') top center no-repeat;
		}

		.my_login .content .forms table {
			background:transparent;
			text-align:left;
		}

		.my_login .content .forms table td {
			padding:0px 0px 8px 0px;
			vertical-align:bottom;
		}

		.my_login .content .forms .label {
			font-weight:bold;
			font-size:13px;
			width:80px;
		}

		.my_login .content .forms .forgot .title {
			font-weight:bold;
			font-size:14px;
			padding:12px 0px 3px 0px;
			margin:0px;
		}

		.my_login .content .forms .forgot .copy {
			font-weight:normal;
			font-size:12px;
			margin:0px;
			padding:0px 0px 3px 0px;
		}

		.my_login .content .forms .login {
			background:url('../images/bg-my-login-login-form.png') no-repeat;
			width:297px;
			height:201px;
			margin-bottom:15px;
			padding:0px 0px 0px 25px;
		}

		.my_login .content .forms .forgot {
			background:url('../images/bg-my-login-forgot-form.png') no-repeat;
			width:297px;
			height:152px;
			padding:0px 0px 0px 25px;
		}

		.my_login .sub_nav {
			background-color:#1f2636;
		}

		.my_login .sub_nav p {
			margin:0px 20px 5px 27px;
			padding:0px;
			font-size:14px;
			line-height:24px;
			color:#c1c4c9;
			font-weight:normal;
			text-align:left;
		}

		.my_login fieldset legend {
            padding-bottom: 1em;
            font-weight: bold;
        }

        .my_login fieldset ul {
            clear: right;
			font-size:12px;
			font-weight:normal;
			margin:0px;
			padding:0px;
        }

        .my_login fieldset li {
            margin: 0;
        }

        .my_login fieldset label {
            float: left;
            width: 130px;
        }

        .my_login fieldset input, .my_login fieldset select {
            width: 175px;
            margin-bottom: .4em;
        }

        .my_login fieldset textarea {
            margin-bottom: 1em;
        }

		.my_login fieldset span.required { font-size:11px;padding-left:238px; }

		.my_login p.first { width:150px; }
		.my_login p.first, .my_login p.second { margin:0px;padding:0px; }

        .our_services .content p,
        .testimonials .content p {
            color: #596372;
            margin: 20px 40px;
            font-size: 1.1em;
            line-height: 1.8em;
        }

        .our_services dl.section,
        .my_login dl.section {
            float: left;
            background: url(../images/bg-our-services-fade.jpg) no-repeat top right;
            color: #555555;
            width: 330px;
            padding: 20px;
        }

        .our_services dl.section dt,
        .my_login dl.section dt {
            float: left;
            margin-right: 10px;
        }

        .our_services dd.title a,
        .my_login dd.title a {
            color: #584d3e;
            font-size: 1.4em;
            margin-bottom: .6em;
            text-decoration: none;
        }

        .our_services dd.title a:hover,
        .my_login dd.title a:hover {
            text-decoration: underline;
        }

    /***********************
        Testimonials

    ************************/

        .testimonials dl.testimonial {
            float: left;
            background: url(../images/bg-testimonials-fade.jpg) no-repeat top right;
            width: 447px;
            padding: 20px;
            margin-bottom: 10px;
        }

        .testimonials dl.testimonial dt {
            float: left;
            margin-right: 20px;
        }

        .testimonials dl.testimonial dd {
            float: left;
            width: 377px;
        }

        .testimonials dd.title {
            color: #8aa6a5;
            font-size: 1.6em;
        }
        .testimonials dd.testi {
            margin-left: 70px;
        }

        .testimonials dl.testimonial dd a {
            float: right;
            background: url(../images/icon-testimonials-read-more.gif) no-repeat center right;
            color: #6d7683;
            padding-right: 15px;
        }

        .testimonials .right_column p span {
            display: block;
            font-size: 1.3em;
            font-weight: bold;
        }

        .testimonials .right_column img.button {
            margin: 0 0 40px 40px;
        }

    /***********************
        My Login

    ************************/

        .my_login .content h3 {
            color: #3e4f67;
            margin: 1em;
            font-size: 1.8em;
            font-weight: bold;
        }

        .my_login dl.section {
            float: left;
            background: url(../images/bg-our-services-fade.jpg) no-repeat top right;
            color: #555555;
            width: 290px;
            padding: 20px;
            padding-left: 60px;
        }

        .my_login dl.section dd span {
            font-weight: bold;
        }

        .my_login dl.section dd a {
            color: #006da4;
        }

        .my_login dl.section dd.title a {
            color: #584d3e;
            font-size: 1.4em;
            line-height: 1.2em;
            margin-bottom: .6em;
            text-decoration: none;
        }

    /***********************
        Popup Styles

    ************************/

        body.popup {
            background: #343b40;
        }

        .popup .wrapper {
            float: left;
            background-color: #c9cbca;
            border: 10px solid #060607;
            width: 509px;
            margin-left: 20px;
        }

        .popup .left_fade {
            position: relative;
            float: left;
            background: url(../images/bg-middle-fade.gif) no-repeat top left;
            margin: 40px 20px 0 40px;
            padding: 30px 20px 0 40px;
            width: 100%;
        }

        img.popup_icon {
            position: absolute;
            float: left;
            left: -20px;
            top: 20px;
        }

        .popup .left_fade h3 {
            color: #3e4f67;
            font-size: 1.6em;
            font-weight: normal;
            margin: 0 0 1em 1em;
        }

        .popup label {
            float: left;
            width: 130px;
            font-weight: bold;
        }

        .popup fieldset li {
            color: #060607;
            font-weight: normal;
            margin-bottom: .4em;
        }

        input#term,
        input#percent,
        input#downp,
        input#years {
            margin-left: .8em;
        }

        #calculate {
            margin-left: 140px;
        }

        .popup h4 {
            font-weight: normal;
            margin-bottom: .4em;
        }

        .popup ul.calculations li {
            clear: left;
            color: #334e5f;
            margin: 0;
            font-weight: bold;
        }

        .popup ul.calculations li span {
            float: left;
            width: 200px;
            font-weight: normal;
        }

        p.close_popup {
            float: right;
            font-weight: bold;
            margin-right: 100px;
        }

        p.close_popup a {
            display: block;
            background: url(../images/icon-popup-close.gif) no-repeat center right;
            color: #060607;
            padding-right: 40px;
            line-height: 26px;
        }

    /*** LUXURY SALES LANDING PAGE (possibly others) ***/
    .mini-landing {
            float: left;
            background: url(../images/bg-about-founder-fade.gif) no-repeat top left;
            width: 288px;
            margin: 20px 5px 0 25px;
            padding: 20px 0 0 20px;
            color: #a1a1a1;
    }
    .mini-landing img, .big-landing img {
    	margin-right: 20px;
    }
    .mini-landing .insides {
    	float: left;
    	width: 170px;
    }
    .mini-landing h3, .big-landing h3 {
    	margin: 0 0 10px 0;
        color: #ffffff;
        padding-top: 0;
        font-size: 1.4em;
        font-weight: normal;
    }
    .mini-landing .insides a, .big-landing .insides a {
            color: #a1a1a1;
            text-decoration: underline;
    }
    .mini-landing .insides a:hover, .big-landing .insides a:hover {
            text-decoration: none;
    }
    .mini-landing h3 a, .big-landing h3 a {
            color: #fff !important;
            text-decoration: none !important;
    }
    .mini-landing h3 a:hover, .big-landing h3 a:hover {
            text-decoration: underline !important;
    }

    .big-landing {
	float: left;
	background: url(../images/bg-open-houses.gif) no-repeat top left;
	width: 450px;
	height: 291px;
	margin-top: 20px;
	padding: 15px 0 0 10px;
	color: #a1a1a1;
    }

    .big-landing .insides {
    	float: left;
    	width: 270px;
    	padding-top: 10px;
    }

    /** CONTACT **/
    .contact_side .insides {
    	padding: 0 0 0 25px;
    	position: relative;
    	top: -20px;
    }
    .contact_side h4 {
    	font-size: 1.2em;
    }
    .contact_side strong {
    	display: block;
    }
    .contact_side a {
    	color: #000;
    }

    .agent_details fieldset h2 {
        padding: 10px 0 2px 0;
        margin: 0;
        font-weight: normal;
        font-size: 1.8em;
        color: #3e4f67;
    }


    /*** FOOTER ***/
    #footer_bar {
    	margin: 0 auto;
    	width: 973px;
    	background: url('../images/bg-footer-bar.png') repeat;
    	color: #fff;
    	font-weight: bold;
    }
    #footer_bar .insides {
    	padding: 12px 75px;
    }
    #footer_bar img {
    	vertical-align: middle;
    	margin-right: 12px;
    }
    #footer_bar a {
    	color: #fff;
    }
    #footer {
        margin: 30px auto 0px auto;
        width: 973px;
        color: #565c5c;
        text-align: justify;
        line-height: 1.3em;
        font-size: 0.9em;
    }
    #footer strong {
      color: #183E47;
    }
    #footer p {
    	font-weight: normal;
    	font-size: 1em;
      color: #183E47;
    }
    #footer a {
    	color: #000;
    	border: 0;
    }
    #footer a:hover {
    	color: #333;
    }

    #footer p a {
    	text-decoration: none;
    }

	.black {
		color: #000;
	}

	.white {
		color: #FFF;
	}

	/*** BUILDING ***/
	.buildings .title_bar{
		height:106px;
		background:url("../images/bg-building-results-header.jpg") repeat-x;
		color:#c9cbca;
		border-bottom:5px solid #c9cbca;
	}

	.buildings .title_bar h1{
		color: #c9cbca;
        margin: 5px 0 0 0;
        font-size: 1.6em;
	}

	.buildings .title_bar p {
        color: #c9cbca;
        font-weight: bold;
    }

	.buildings .title_bar .save_link {
    	width: 170px;
    	float: right;
    	text-align: center;
    	vertical-align: middle;
    	padding-top: 5px;
    }

	.buildings .title_bar .save_link img {
		margin:0px auto 0px auto;
		display:block;
    }

	.buildings .title_bar .save_link a {
    	background-image: none;
    	padding: 5px 0 0 0;
    	color: #779d90;
    	text-decoration: none;
    	font-size: .8em;
    	font-weight: bold;
    	line-height: 1.2em;
    	display: block;
    }

	.buildings .title_bar .save_link a:hover {
    	text-decoration: underline;
    }

	.buildings .title_bar .pager a {
		font-weight:bold;
		font-size:1em;
		color:#c9cbca;
    padding: 0;
    background: none;
    text-decoration: underline;
    }

	.buildings .content{
		margin:0px;
		padding:0px;
	}

	.buildings .content .prop_results {

		margin:0px;
		padding:0px;
	}

	.buildings .content .prop_results .results {
		margin:0px;
		padding:0px 0px 0px 37px;
		height:179px;
		width: 100%;
		background:url('../images/bg-building-results.jpg') no-repeat;
	}

	.buildings .content .prop_results .results h3 {
		margin:0px;
		padding:7px 0px 0px 0px;
	}

	.buildings .content .prop_results .results .bdetails {
		background:transparent;
		margin-top:4px;
		padding:8px 0px 0px 0px;
	}

  .buildings .binfo {
    width: 400px;
    color: #000;
    font-size: .85em;
  }

  .buildings .binfo a, .buildings p a {
    color: #0784c6;
  }

  .buildings p {
    font-weight: bold;
    color: #024975;
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 10px 0px;
  }

	.buildingPhoto {
		margin: 0px 25px 0px 0px;
		float: left;
		width:90px;
	}

	.buildings .middle_column .featured {
		margin-top:-8px;
		padding:25px 25px 0px 27px;
		background:url('../images/condo-map-overlay.png') top left repeat-x;
	}

	.buildings .middle_column .featured .header {
		margin:0px;
		padding:0px 0px 10px 0px;
		font-size:20px;
		font-weight:bold;
		color:#000;
	}

	.buildings .middle_column .featured .title {
		margin:0px;
		padding:0px;
		font-size:14px;
		font-weight:bold;
	}

	.buildings .middle_column .featured .title a { color:#2b61af; }

	.buildings .middle_column .featured .copy {
		margin:0px;
		padding:0px;
		font-size:12px;
		color:#000;
		font-weight:normal;
	}

	.buildings .middle_column .featured img {
		border:5px solid #000;
		margin-right:20px;
	}

	.buildings .middle_column .featured .avail_listings a { color:#fff;text-decoration:none; }
	.buildings .middle_column .featured .avail_listings {
		width:223px;
		height:47px;
		background:url('../images/btn-condo-map-avail-listings.png') top left no-repeat;
		line-height:51px;
		color:#fff;
		font-size:16px;
		clear:both;
		padding-left:38px;
		margin-top:5px;
	}

	#xcondo_map {
		position:relative;
		width:530px;
		padding-top:37px;
	}

	#xcondo_map .header {
		width:530px;
		position:absolute;
		top:0px;
		left:0px;
		height:47px;
		padding:6px 0px 0px 25px;
		color:#fff;
		font-size:19px;
		font-weight:normal;
		background:url('../images/condo-map-header.png') top left no-repeat;
	}

	.condos_map_side p { margin:0px;padding:0px; }

	.condos_map_side {
		width:273px;
	}

	.condos_map_side .building_list_wrapper {
		background:url('../images/bg-condos-map.jpg') top left no-repeat;
		padding-top:68px;
	}

	.condos_map_side .building_list_wrapper .building_list {
		width:242px;
		border: 1px solid #848a91;
		color:#000;
		margin:0px auto 0px auto;
		padding:12px 0px 0px 0px;
		background:url('../images/bg-building-list.jpg') top left repeat-x #c9cbca;
	}

	.condos_map_side .building_list_wrapper .building_list .header {
		color:#294e83;
		width:216px;
		text-align:center;
		border-bottom:1px solid #a09f9c;
		padding-bottom:8px;
		margin:0px auto 16px auto;
		font-size:19px;
		font-weight:normal;
		font-family:arial;
	}

	.condos_map_side .building_list_wrapper .building_list .building a { color:#000;text-decoration:none; }
	.condos_map_side .building_list_wrapper .building_list .building {
		margin:0px;
		padding:0px 15px 0px 15px;
		height:25px;
		line-height:25px;
		overflow:hidden;
		font-size:12px;
		font-weight:normal;
		font-family:arial;
	}

	.condos_map_side .building_list_wrapper .building_list .building:hover {
		background:#e7e7e7;
		font-weight: bold;
	}

	.quick_advanced_search {
		position:absolute;
		display:none;
		width:767px;
		height:300px;
		left:170px;
		top:173px;
		background: #333;
		padding:15px 18px 15px 18px;
		z-index:999;
		color:#bfbebf;
		overflow:hidden;
	}

	#add_areas:hover, #remove_areas:hover { cursor:pointer; }

	.quick_advanced_search p {
		margin:0px 0px 10px 0px;
		padding:0px;
		color: #BFBEBF !important;
		font-weight: normal !important;
	}

	.quick_advanced_search select {
		margin-bottom:9px;
	}

	.quick_advanced_search .results_wrapper {
		width:180px;
		height:211px;
		float:right;
		margin-top:10px;
		background:url('../images/bg-advanced-search-results-wrapper.png') top left no-repeat;
		padding:10px 0px 0px 0px;
	}

	.quick_advanced_search .results_wrapper div.results {
		width:151px;
		height:64px;
		margin:0px 0px 0px 15px;
		background:url('../images/bg-advanced-search-results.png') top left no-repeat;
		padding-top:16px;
		color:#ffdc52;
		font-size:11px;
	}

	.quick_advanced_search .results_wrapper div.results div.text {
		color:#ffdc52;
		font-size:11px;
		text-align:left;
		width:60px;
	}

	.quick_advanced_search .results_wrapper div.results div.value {
		height:24px;
		color:#ffffff;
		font-size:24px;
		font-weight:bold;
		text-align:right;
		width:76px;
		padding-right:15px;
	}

	.quick_advanced_search .close:hover { cursor:pointer; }

/** SEARCH PAGE **/

  #adv_search h1 {
  	color: #003;
  	float: right;
  	margin-right: 10px;
  }

  #adv_search h4, #adv_search h2, #adv_search h1 {
    font-size: 1.0em;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  #searchbar {
    background: url(../images/bg_search_bar.gif) top left repeat-x;
    width: 527px;
    height: 56px;
    margin-bottom: 40px;
  }
  #adv_search .results_wrapper div.results, #searchbar .results_wrapper div.results {
    float: left;
    margin: 7px 0 0 34px;
    width: 145px;
  }
  #adv_search .results_wrapper div.results div.value, #searchbar .results_wrapper div.results div.value {
    float: left;
    color:#fff;
    font-size: 2.2em;
    font-weight: bold;
    width: 75px;
  }
  #adv_search .results_wrapper div.results div.text, #searchbar .results_wrapper div.results div.text {
    float: left;
    color:#ffdc52;
    font-size:11px;
    padding-top: 5px;
  }

.topNumber {
	height: 56px;
	width: 142px;
	margin-right: 32px;
	background: url(../images/bg_search_bar.gif) no-repeat -20px top;
}
.topNumber .results {
	margin-left: 18px !important;
}

  #featuredProps {
    background: url(../images/bg-search-feat.jpg) top left repeat-x #c8cac9;
    width: 242px;
    height: 325px;
    border: 1px solid #909bad;
    margin-left: 20px;
    position: relative;
    margin-bottom: 20px;
  }

  #featuredProps .prop {
    background: url(../images/bg-search-feat.jpg) 0 -10px repeat-x #c8cac9;
    padding: 10px 0 5px 13px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    height: 305px;
    width: 220px;
    overflow: hidden;
  }
  #featuredProps .prop.active {
    z-index: 10;
  }
  #featuredProps .prop.last-active {
    z-index: 9;
  }

  #featuredProps .prop .matte{
    width: 216px;
    height: 147px;
    overflow: hidden;
  }
  #featuredProps .prop big {
    display: block;
    width: 216px;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #aeb6bc;
    margin-bottom: 12px;
  }
  #featuredProps .prop strong {
    display: block;
    margin-bottom: 5px;
  }

  #featuredProps a {
  	color: #00f;
  }

}

.map_search_side {
	position:relative;
	width:206px;
	height:454px;
	border-left:1px solid #7a797a;
	border-top:2px solid #07182e;
	background:url('../images/bg-map-search-side.jpg') top left repeat-x #f3f3f3;
}

.map_search_side .header {
	margin:3px 0px 15px 10px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#084f78;
}

.map_search_side .header a {
	color:#002235;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.map_search_side div.row { overflow:auto;padding:2px 0px 2px 0px; }
.map_search_side div.row:hover { background:#d6d5bc;cursor:pointer; }
.map_search_side div.price {
	float:left;
	text-align:right;
	width:70px;
	margin-right:8px;
}

.map_search_side div.price a {
	font-size:11px;
	font-weight:bold;
	color:#055ac4;
}

.map_search_side div.title {
	float:right;
	text-align:left;
	width:120px;
	margin-right:8px;
}
.map_search_side div.title a {
	font-size:10px;
	font-weight:normal;
	color:#000;
}

.map_search #featured_listings {
	height:330px;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	background:url('../images/bg-map-search-feat-listings.png') top center no-repeat;
}
.map_search #featured_listings div.featured_listings_wrapper {
	margin:0px 0px 0px 23px;
	padding:15px 0px 0px 40px;
}
.map_search #featured_listings div.featured_listings_wrapper .header { color:#fff;font-size:18px;font-weight:normal;margin:0px 0px 8px 0px;padding:0px; }
.map_search #featured_listings .featured_prop {
	float:left;
	width:158px;
}

.map_search #featured_listings .featured_prop div {
	width:128px;
	height: 100px;
	border:4px solid #000;
	margin-bottom:10px;
}

.map_search #featured_listings .featured_prop h1 { color:#fff;margin:0px;padding:0px;font-size:11px;font-weight:normal; }
.map_search #featured_listings .featured_prop h2 { color:#a1a1a1;margin:0px;padding:0px;font-size:10px;font-weight:normal; }

.map_search #featured_listings div.featured_listings_wrapper .divider {
	float:left;
	width:22px;
	height:288px;
	background:url('../images/bg-map-search-feat-list.jpg')left bottom no-repeat;
	margin-bottom:50px;
}

#mapSearchPage #quick_advanced_search_form table {
	background: transparent;
	width: 565px;
	margin: 8px 0 0 17px;
	text-align: left;
}
#mapSearchPage #quick_advanced_search_form table td {
	padding: 2px 0;
	margin: 0;
}

#mapSearchPage #quick_advanced_search_form label {
	font-size: .85em;
	font-weight: bold;
	color: #000;
}
#mapSearchPage #quick_advanced_search_form input, #mapSearchPage #quick_advanced_search_form select {
	font-size: .85em;
	color: #000;
	width: 112px;
}
#ajaxFound {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}

#weeLogin {
	position: absolute;
	top: -900px;
	left: 50%;
	margin-left: 291px;
	width: 193px;
	height: 105px;
	z-index: 50;
}
#topSlider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 193px;
	height: 105px;
	border: 1px solid #494b57;
	color: #373737;
	background: url(../images/bg-wee-login.png) repeat-x #637681;
	display: none;
}
#weeLogin a.xclose, #weeLogin a:hover.xclose {
	color: #193141;
	text-decoration: none;
	font-size: .7em;
	float: right;
	margin-right: 5px;
}
#topSlider div {
	font-size: .85em;
	padding: 5px 0 0 10px;
}
#weeLogin label {
	display: block;
	float: left;
	width: 65px;
}
#weeLogin input {
	font-size: .85em;
}
#weeLogin a.pass {
	color: #373737;
	text-decoration: underline;
	display: block;
	padding-top: 10px;
}

.sitemap h4 {
	margin: 10px 0 0 0;
	padding: 0;
}
.sitemap a {
	color: #036 !important
}
.sitemap h4 a {
	color: #000 !important;
}

.blog h1 {
	font-size: 2.0em;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 0 15px;
	text-align: left;
	line-height: 1.3em;
}
.blog h1 a {
	color: #6c6e6e;
}
.blog h1 a:hover {
	text-decoration: underline;
}
.blog h2 {
	padding: 0;
	margin: 0 0 3px 0;
	color: #000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	clear: both;
}
.blog h2 a {
	color: #000;
}
.blog h2 a:hover {
	text-decoration: underline;
}
.blogTitle h3 {
	font-size: 1.1em !important;
	color: #567a9d;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 1em;
}
#blogFeature {
	background-color: #dcdcdc;
	color: #21313b;
	font-size: 0.85em;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
	width: 295px;
}
#blogFeature img {
	margin-left: 8px;
}
#blogFeature a.featTitle {
	color: #21313b;
	margin-left: 8px;
	width: 279px;
	height: 20px;
	overflow: hidden;
	display: block;
	font-size: 1.1em;
	margin-top: 4px;
}
.featDetails {
	margin-left: 8px;
}
.theBlog .right_column {
	width: 295px;
	background: #ececec;
}
.theBlog input[type="submit"] {
	font-size: 1em;
	text-indent: 0;
	display: inline;
	height: 24px;
	line-height: 1.3em;
	border: 2px outset #666;
}
#addicted_results ul, #addicted_results li {
	margin: 0;
	padding: 0;
}
.blogTitle {
	background: url(images/bg_blog_top.jpg) top left repeat-x #dfdfdf; width: 507px; height: 68px; margin-bottom: 6px;
}

.bigPagePanel {
	background-image: url(../images/bg-wide-fade.gif) !important;
	width: 752px !important;
	margin: 20px !important;
	padding: 20px !important;
}

.searchTopRight {
	margin-left: 55px;
	padding-top: 20px;
	width: 170px;
	line-height: 1.3em;
}
.searchTopRight a {
	color: #0a314c;
	text-decoration: underline;
}

/* MENU DROPDOWNS */
ul.topnav {
	position: relative;
	z-index: 2000 !important;
}
ul.topnav ul {
	background: url(../images/bg-dropdown-top.gif) top left repeat-x #3a4f5a;
	padding: 3px 0 7px 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	border-right: 2px solid #32444e;
	z-index: 2000 !important;
}
ul.topnav ul li {
	font-weight: bold;
	float: none;
	zoom: 1;
}
ul.topnav ul li:hover, ul.topnav ul li.hover {
	position: relative;
	background-color: #2b3c45;
}

ul.topnav ul li a {	/* IE 6 & 7 Needs Inline Block */
	color: #cecfcb;
	width: 100%;
	display: inline-block;
	text-indent: 0;
	height: auto;
	padding: 5px 0 3px 27px;
}
ul.topnav ul li:hover a, ul.topnav ul li.hover a {
	color: #fff;
	border-left: 5px solid #3a4f5a;
	padding: 5px 0 3px 22px;
}
ul.topnav ul li a:hover {
	text-decoration: none;
}