﻿/* CSS Document */

body {
		margin: 15px 0 15px 0;
		background-image: url(../../images/bg_repeat_x.jpg);
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: #b42020;
		font-family: Arial, Helvetica, sans-serif;
	}

table {
		font-size: 12px;
		color: #000000;
	}
	
/* Homepage Structure */

td.container {
		background-color: #ffffff;
		padding: 5px;
	}
	
td.content {
		padding: 20px;
	}
	
td.mainContent {
		padding: 15px 0 50px 0;
		line-height: 20px;
	}
	
/* Internal Page Structure */

table.internalContainer {
		margin: 5px 0 0 0;
	}
	
td.internalContent {
		padding: 15px;
	}

/* Property Page Structure */
	
td.propertyContent {
		padding: 0 0 0 30px;
		line-height: 20px;
	}

/* Logo */

table.logo {
		margin: 0 0 20px 0;
	}
	
/* Navigation */

table.nav {
		background-color: #666666;
	}

table.subNav {
		margin: 5px 0 0 0;
	}

/* Main Rotating Banner */

table.mainBanner {
		margin: 5px 0 0 0;
	}

/* Homepage Promos */

table.promos {
		margin: 5px 0 0 0;
	}
	
td.promoOne {
		background-color: #c0c0c0;
		padding: 15px;
	}

td.promoContent {
		padding: 0 0 15px 0;
		line-height: 18px;
	}
	
td.promoTwo {
		background-color: #cccccc;
		padding: 15px;
	}

td.promoTwoContent {
		padding-left: 10px;
		line-height: 18px;
	}
	
td.promoThree {
		background-color: #dcdcdc;
		padding: 15px;
	}

/* Breadcrumb */

td.breadcrumbContainer {
		padding: 18px;
	}

/* Property Info */

td.propertyInfo {
		padding: 10px 0 10px 0;
		line-height: 20px;
	}
	
/* Property Photo Gallery */

table.propertySmPhotoGallery {
		margin-top: 20px;
	}

td.propertySmPhotoPadding {
		padding: 14px 0 0 0;
	}

/* Property Tabs */

td.tabContent {
		padding: 18px;
		border-left: 1px solid #c5c5c5; 
		border-right: 1px solid #c5c5c5; 
		border-bottom: 1px solid #c5c5c5;
	}


/* Footer */

	
table.footerLinksContainer {
		margin-bottom: 20px;
		line-height: 20px;
	}

table.directoryPromoContainer {
		margin-bottom: 20px;
	}

td.directoryPromoContent {
		padding: 15px 0 0 0;
		line-height: 17px;
		font-size: 11px;
	}
	
.formRow {
		padding-bottom: 25px;
	}

.formHeading {
		font-size: 12px;
		padding-bottom: 5px;
	}

table.footerText {
		color: #ffffff;
	}
	
td.footerAddress {
		line-height: 18px;
		color: #ffffff;
		padding-top: 10px;
	}
	
table.residentCenter {
		margin-top: 30px;
	}

td.propertySection {
		padding: 20px 10px 20px 10px;
		border-top: 1px dotted #b2b2b2;
	}

td.propertySectionList {
		padding: 15px 0 0 15px;
	}

td.propertySectionListItem {
		color: #858585;
		padding-top: 10px;
	}
		
td.residentCenterContainer {
		background-color: #e5e5e5;
		padding: 15px;
		margin-bottom: 20px;
	}

td.interiorHeading {
		padding-bottom: 10px;
		border-bottom: 1px dotted #a0a0a0;
	}
	
td.headingOurProperties {
		padding-bottom: 5px;
		border-bottom: 1px dotted #a0a0a0;
	}

td.residentCenterContent {
		padding: 11px 10px 0 0;
		line-height: 20px;
	}
	
table.testimonials {
		margin-bottom: 20px;
	}

td.testimonialsContainer {
		padding: 15px;
	}

td.testimonialsContent {
		padding-top: 11px;
	}

td.testimonialsSig {
		padding: 10px 0 20px 0;
	}
	
td.propertyLgPhoto {
		padding: 0 0 10px 0;
	}
	
td.propertyListingContent {
		/*line-height: 20px;
		padding-bottom: 20px;*/
	}
	
table.propertyListingContainer {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
		
	}

/* Text */

.quotationMark {
		font-size: 16px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
	}

.quote {
		font-style: italic;
		line-height: 20px;
	}

.testimonialName {
		font-weight: bold;
		color: #b12424;
	}

.testimonialCity {
		color: #6c6b6b;
	}

.propertyBreadcrumb {
		font-weight: bold;
		color: #9b1a1a;
	}
	
.propertyInfoContact {
		color: #c03333;
	}
	
.contactDavisHeading {
		font-size: 16px;
		font-weight: bold;
	}

/* Links */

a:link, a:active, a:visited {
		color: #b12424;
		text-decoration: underline;
	}

a:hover {
		color: #cf4343;
	}
	
a.footer:link, a.footer:active, a.footer:visited {
		color: #ffffff;
		text-decoration: underline;
	}

a.footer:hover {
		color: #cccccc;
	}
	
a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
		color: #787878;
		text-decoration: underline;
	}

a.breadcrumb:hover {
		color: #666666;
	}
