﻿* {
	padding: 0;
	margin: 0;
	}

body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	}

p {
	line-height: 130%;
	margin: 0 0 10px 0;
	padding: 0;
	}

td {
	font-size: 12px;
	}

img {
	border: 0;
	}
	
input, textarea, select {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	}

h1,
h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	}

h3 {
	margin: 15px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	}

a:link,
a:visited {
	color: #900;
	}

a:hover {
	color: #c00;
	}

a.favorites {
	padding: 2px 0 2px 17px;
	background: url("images/favorites_icon.gif") no-repeat 0 3px;
	}

a.schedule {
	padding: 1px 0 1px 20px;
	background: url("images/calendar_icon.gif") no-repeat 0 2px;
	}
	
a.email {
	padding: 1px 0 1px 21px;
	background: url("images/email_icon.gif") no-repeat 0 3px;
	}
	
a.print {
	padding: 2px 0 2px 20px;
	background: url("images/print_icon.gif") no-repeat 0 2px;
	}
	
a.pdf {
	padding: 2px 0 2px 22px;
	background: url("images/pdf_icon.gif") no-repeat 0 0;
	}
	
a.add {
	padding: 2px 0 2px 19px;
	background: url("images/add_icon.gif") no-repeat 0 2px;
	}
	
a.lead {
	padding: 2px 0 2px 19px;
	background: url("images/lead_icon.gif") no-repeat 0 2px;
	}
	
a.happy {
	padding: 2px 0 2px 20px;
	background: url("images/happy_face_icon.gif") no-repeat 0 2px;
	}
	
a.sad {
	padding: 2px 0 2px 20px;
	background: url("images/sad_face_icon.gif") no-repeat 0 2px;
	}

.clear {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	clear: both;
	}
	
.hr {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #999;
	clear: left;
	}

img.rent_to_own_badge {
	position: absolute;
	top: 0;
	right: 0;
	}

img.rented {
	position: absolute;
	top: 0;
	right: 0;
	}

/*** Site ***/

#site {
	margin: 0 auto;
	text-align: left;
	background: #f0e4cf;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 982px;
	}

/*** Header ***/

#header {
	position: relative;
	border-bottom: 1px solid #000;
	height: 126px;
	}

#header #logo {
	position: relative;
	top: 25px;
	left: 30px;
	}

#header #logo a {
	background: transparent;
	}

#header #tagline {
	position: absolute;
	top: 55px;
	left: 148px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 100%;
	}

#header #links {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 11px;
	}

#header #links a {
	display: block;
	float: left;
	color: #444;
	text-decoration: none;
	}

#header #links a.favorites {
	margin-left: 10px;
	}

#header #links a.login {
	margin-left: 10px;
	padding: 2px 0 2px 21px;
	background: url("images/login_icon.gif") no-repeat 0 3px;
	}

a.chat,
#header #links a.chat {
	margin-left: 10px;
	padding: 2px 0 2px 18px;
	background: url("images/chat_icon.gif") no-repeat 0 2px;
	}

#header #tabs {
	position: absolute;
	bottom: 0;
	left: 148px;
	margin-bottom: -1px;
	}
	
#header #tabs .tab {
	position: relative;
	float: left;
	}
	
#header #tabs .tab a {
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background: #a9c2c6;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	}
	
#header #tabs .tab .left_corner {
	float: left;
	width: 3px;
	height: 28px;
	background: url("images/tab_left_off_blue.gif") no-repeat;
	}
	
#header #tabs .tab .right_corner {
	float: left;
	width: 2px;
	height: 28px;
	background: url("images/tab_right_off_blue.gif") no-repeat;
	}
	
#header #tabs .tab .right_corner_end {
	float: left;
	width: 3px;
	height: 28px;
	background: url("images/tab_right_end_off_blue.gif") no-repeat;
	}
	
#header #tabs .on a {
	background: #cfe2e1;
	border-bottom: 1px solid #cfe2e1;
	}
	
#header #tabs .on .left_corner {
	background: url("images/tab_left_on_blue.gif") no-repeat;
	}
	
#header #tabs .on .right_corner {
	background: url("images/tab_right_on_blue.gif") no-repeat;
	}
	
#header #tabs .on .right_corner_end {
	background: url("images/tab_right_end_on_blue.gif") no-repeat;
	}

/*** Subnav ***/

#subnav {
	background: #cfe2e1;
	border-bottom: 1px solid #000;
	}

#subnav a {
	display: block;
	float: left;
	padding: 8px 0 7px 0;
	margin-left: 30px;
	font-size: 12px;
	background: #cfe2e1;
	color: #546264;
	text-decoration: none;
	}

#subnav a:hover {
	color: #000;
	}

#subnav a.on {
	color: #000;
	}

/*** Main Column ***/

#main_column {
	float: left;
	border-right: 1px solid #000;
	width: 770px;
	}

#main_column .padding {
	padding: 25px 10px 25px 30px;
	}

#main_column #sub_tabs .tab {
	float: left;
	margin-bottom: -1px;
	}
	
#main_column #sub_tabs .tab a {
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	padding: 0 10px;
	height: 26px;
	line-height: 27px;
	background: #cfe2e1;
	border-top: 1px solid #000;
	text-decoration: none;
	}
	
#main_column #sub_tabs .tab .left_corner {
	float: left;
	width: 3px;
	height: 28px;
	background: url("images/tab_left_off_blue.gif") no-repeat;
	}
	
#main_column #sub_tabs .tab .right_corner {
	float: left;
	width: 2px;
	height: 28px;
	background: url("images/tab_right_off_blue.gif") no-repeat;
	}
	
#main_column #sub_tabs .tab .right_corner_end {
	float: left;
	width: 3px;
	height: 28px;
	background: url("images/tab_right_end_off_blue.gif") no-repeat;
	}
	
#main_column #sub_tabs .on a {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
	
#main_column #sub_tabs .on .left_corner {
	background: url("images/tab_left_on_white.gif") no-repeat;
	}
	
#main_column #sub_tabs .on .right_corner {
	background: url("images/tab_right_on_white.gif") no-repeat;
	}
	
#main_column #sub_tabs .on .right_corner_end {
	background: url("images/tab_right_end_on_white.gif") no-repeat;
	}
	
#main_column #search_box {
	padding: 20px 25px;
	background: #fff;
	border: 1px solid #000;
	}
	
#main_column #search_box table.search tr.header td {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	}
	
#main_column #search_box table.search select,
#main_column #search_box table.search input {
	font-size: 12px;
	}
	
#main_column #search_box table.search select.min_max {
	width: 75px;
	}
	
#main_column #search_box table.search select.bed_bath {
	width: 50px;
	}
	
#main_column #search_box table.checkboxes {
	float: left;
	}
	
#main_column #search_box table.checkboxes td {
	padding: 1px 5px 1px 0;
	}
	
#main_column #search_box table.checkboxes td.label {
	white-space: nowrap;
	}

#main_column table.prev_next {
	margin-top: 10px;
	}
	
#main_column table.prev_next a {
	padding: 3px 6px;
	}
	
#main_column table.prev_next .on {
	padding: 3px 6px;
	background: #920;
	color: #fff;
	}
	
#main_column table.prev_next a.prev,
#main_column table.prev_next a.next {
	padding: 3px 6px;
	}

#main_column table.two_column td {
	padding: 2px 0;
	}
	
#main_column table.two_column td.info {
	padding-left: 20px;
	text-align: right;
	}

#main_column table.grid {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
	
#main_column table.grid tr.header td {
	background: #444;
	color: #fff;
	width: 25%;
	}
	
#main_column table.grid td.label {
	background: #444;
	color: #fff;
	width: 25%;
	}
	
#main_column table.grid td {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background: #fff;
	}

table.details_box {
	width: 185px;
	}

table.details_box td {
	padding: 1px;
	}

table.amenities td.label {
	padding: 1px 5px 1px 0;
	}

.value {
	padding-left: 10px;
	}

.picture_flipper .caption {
	position: relative;
	padding: 8px 12px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	}
	
.picture_flipper .pic_flip_buttons {
	position: absolute;
	top: 6px;
	right: 10px;
	}

.picture_flipper .current_pic_nums {
	float: left;
	padding: 2px 8px;
	}
	
.picture_flipper .prev_button,
.picture_flipper .next_button {
	display: block;
	float: left;
	cursor: pointer;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #999;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}
	
.picture_flipper .prev_button_img,
.picture_flipper .next_button_img {
	display: block;
	float: left;
	}

.picture_flipper #picture {
	position: relative;
	}

.picture_flipper #picture img {
	display: block;
	}

.apartment_details .description {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #999;
	font-size: 12px;
	line-height: 130%;
	}

.apartment_details .parking,
.apartment_details .purchase_price,
.apartment_details .nearest_intersection {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #999;
	line-height: 150%;
	}

.per_page {
	float: right;
	margin-top: 3px;
	font-size: 10px;
	color: #666;
	}
	
.per_page select {
	font-size: 10px;
	}

#current_criteria {
	padding: 8px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #cfe2e1;
	border: 1px solid #a9c2c6;
	}

.apartment_list_item {
	margin-top: 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
	}
	
.apartment_list_item .details {
	float: left;
	margin: 3px 0 0 15px;
	width: 525px;
	background: #fff;
	}

.apartment_list_item .list_pic {
	position: relative;
	float: left;
	}

.apartment_list_item .neighborhood {
	font-size: 14px;
	font-weight: bold;
	}

.apartment_list_item .rent {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #920;
	}

.apartment_list_item .beds_n_baths {
	float: right;
	margin-right: 60px;
	text-align: right;
	}

.apartment_list_item a.neighborhood_info {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	}

.apartment_list_item .description {
	padding-top: 6px;
	margin-top: 6px;
	line-height: 140%;
	font-size: 11px;
	border-top: 1px solid #999;
	}

.apartment_list_item .buy_for {
	float: right;
	margin-top: -5px;
	}

.apartment_list_item .buy_for .buy {
	float: left;
	padding: 3px 6px;
	background: #c20;
	color: #fff;
	border: 1px solid #920;
	}

.apartment_list_item .buy_for .for {
	float: left;
	padding: 3px 6px;
	background: #ddd;
	color: #333;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
	
a.learn_more {
	display: block;
	margin-top: 5px;
	}

#search_criteria .header {
	padding-bottom: 4px;
	border-bottom: 1px solid #999;
	font-size: 11px;
	font-weight: bold;
	}

a.how_it_works {
	margin-left: 10px;
	padding: 2px 0 2px 18px;
	background: url("images/how_it_works_icon.gif") no-repeat 0 2px;
	}

a.delete {
	padding: 2px 0 2px 16px;
	background: url("images/trash_icon.gif") no-repeat 0 3px;
	}
	
a.view_other_listings {
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 14px;
	background: #a00;
	color: #fff;
	text-decoration: none;
	border-top: 2px solid #c14747;
	border-left: 2px solid #c14747;
	border-bottom: 2px solid #4c0000;
	border-right: 2px solid #4c0000;
	}
	
/*** Help ***/

table#faq td {
	padding: 2px;
	line-height: 130%;
	}
	
table#faq td.q, table#faq td.a {
	padding-right: 6px;
	font-weight: bold;
	}
	
table#faq td.q {
	color: #48849a;
	}
	
table#faq td.a {
	color: #900;
	}
	
table#faq td.answer {
	color: #666;
	}

.section_header {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #999;
	}

.section_links {
	margin-bottom: 10px;
	}

.section_links a {
	display: block;
	margin-bottom: 3px;
	}

table#faq td.a, table#faq td.answer {
	padding-bottom: 15px;
	}

a.faq_quicklink {
	display: block;
	margin-bottom: 5px;
	}

a.back_to_top {
	float: right;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	}

table.scheduled_apartments {
	border-top: 1px dotted #999;
	}

table.scheduled_apartments td {
	padding: 4px 0 4px 25px;
	border-bottom: 1px dotted #999;
	}
	
table.scheduled_apartments td.neighborhood {
	padding-left: 15px;
	font-weight: bold;
	}
	
table.scheduled_apartments td.checkbox {
	padding-left: 5px;
	}
	
table.scheduled_apartments td.rent {
	text-align: right;
	}
	
table.scheduled_apartments td.link {
	padding-right: 0;
	}
	
/*** Contact Us ***/

table.office_hours td {
	padding: 0 10px 1px 0;
	}

.phone_number {
	padding-left: 22px;
	background: url("images/phone_icon.gif") no-repeat 0 0;
	}

.store_location {
	margin-top: 15px;
	padding: 8px;
	background: #fff;
	border: 1px solid #999;
	height: 135px;
	}
	
/*** Right Column ***/

#right_column {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #000;
	width: 210px;
	}

#right_column .padding {
	padding: 10px 29px 10px 10px;
	}

#right_column h2 {
	margin-bottom: 10px;
	font-size: 14px;
	}

#right_column .featured_apartment {
	position: relative;
	margin-top: 10px;
	width: 100%;
	}
	
#right_column .featured_apartment .caption {
	padding: 3px;
	background: #a9c2c6;
	font-size: 11px;
	text-align: center;
	}

/*** Students ***/

table#student_rep_rates {
	background: #666;
	}

table#student_rep_rates tr.header td {
	background: #cfe2e1;
	font-weight: bold;
	}

table#student_rep_rates td {
	padding: 3px 10px;
	background: #fff;
	text-align: center;
	}
	
/*** Footer ***/

#footer {
	margin-top: 20px;
	text-align: center;
	color: #bbb;
	font-family: Verdana;
	font-size: 12px;
	line-height: 150%;
	}

#footer .copyright {
	margin: 10px 0;
	font-size: 10px;
	}
	
#footer a.facebook {
	padding: 0 0 2px 22px;
	background: url("/images/facebook_icon.png") no-repeat;
	color: #315cb6;
	}

#footer a.twitter {
	padding: 0 0 2px 22px;
	background: url("/images/twitter_icon.png") no-repeat;
	color: #00b1ec;
	}

/*** Print ***/

.close_window {
	float: right;
	margin-right: 20px;
	}

/*** Students ***/

.popular_neighborhood {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666;
	font-weight: bold;
	font-size: 13px;
	}

/*** Student Rep ***/

table.leads tr.header td {
	padding: 0 40px 6px 0;
	font-weight: bold;
	border-bottom: 1px solid #666;
	}

table.leads td {
	padding: 6px 40px 0 0;
	white-space: nowrap;
	}

/*** How it Works ***/

.big_num {
	font-size: 16px;
	font-weight: bold;
	}

/*** Landlord Process ***/

table#the_process td {
	padding-bottom: 10px;
	width: 127px;
	}

table#the_process td.spacer {
	width: 18px;
	}

table#the_process tr.captions td {
	font-size: 11px;
	}

/*** Landlord Pricing ***/

table#landlord_pricing td {
	padding-right: 19px;
	padding-bottom: 6px;
	}

table#landlord_pricing td p,
table#landlord_pricing td h2,
table#landlord_pricing td h3,
table#landlord_pricing td li {
	color: #fff;
	}

table#landlord_pricing td h2 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	}

table#landlord_pricing tr.captions td {
	font-size: 10px;
	text-align: center;
	line-height: 150%;
	}

table#landlord_pricing td ul {
	margin-top: 20px;
	}

table#landlord_pricing td ul li {
	padding: 2px 0;
	}

/*** Buckingham ***/

ul {
	list-style: circle outside;
	padding-left: 20px;
	}

ul li {
	margin-bottom: 5px;
	}

table.rates {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	}

table.rates tr.odd td {
	background: #ddd;
	}

table.rates td {
	padding: 6px 10px;
	font-size: 12px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #fff;
	}

/*** Why Use CAF ***/

#why_use_caf h3 {
	font-size: 14px;
	color: #fff;
	}
	
/*** Rent to Own ***/

table#why_you_should_rent_to_own {
	background: #f4ede1;
	border: 1px dotted #999;
	}

table#why_you_should_rent_to_own td.number {
	padding-left: 5px;
	}

table#rent_to_own_benefits {
	background: #666;
	}

table#rent_to_own_benefits td {
	padding: 8px 12px;
	background: #f0e4cf;
	}
	
/*** Rent to Own - Landlord ***/

table#rent_to_own_benefits_landlord td {
	padding: 0 0 15px 0;
	color: #fff;
	line-height: 16px;
	}

table#rent_to_own_benefits_landlord td.number {
	padding-right: 10px;
	color: #fff;
	}
	
/*** Corporate Relocation ***/

.box {
	padding: 3px;
	border: 1px solid #999;
	}

.box h2 {
	padding: 5px 10px;
	font-size: 14px;
	background: #bdb5a6;
	}
	
/*** Videos ***/

.video {
	margin-bottom: 20px;
	}
	
/*** Quiz ***/

.quiz h2 {
	margin: 15px 0 7px 0;
	}

.quiz table tr td {
	padding: 3px 8px 3px 0;
	}