/*
Company:	Chattanooga Rental Properties.com
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #e7e7df;
}
body {
	
}
/* @end */

/* @group Layout */
div#pattern-overlay {
	background:  url(../images/page-bkg.png) no-repeat 50% 0;
}
/* Head */
div#hd {
	background: url(../images/hd-bkg.gif) no-repeat 50% 0;
	overflow: visible;
	width: 1012px;
	height: 138px;
	margin-left: auto;
	margin-right: auto;
}
div#hd a {
	position: relative;
}
div#hd-shadow {
	height: 138px;
	overflow: hidden;
	background: url(../images/page-bkg.png) no-repeat 50% 0;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
}
div#hd1 {
	width: 1012px;
	height: 138px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd-elements.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
}

/* Body */
div#bd {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
	padding: 0 14px;
	overflow: hidden;
}

/* Footer */
div#ft {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
	padding: 20px 14px;
	overflow: hidden;
}
div#ft p {
	font-size: 77%;
	color: #525252;
	margin: 0 0 3px 0;
	text-align: center;
}
div#ft p a:link, div#ft p a:visited {
	color: #525252;
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 500px;
	height: 40px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0 0 25px 0;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Landing Box */
div.landing-box {
	width: 823px;
	height: 187px;
	background: url(../images/portals-bkg.jpg) no-repeat 0 0;
	overflow: hidden;
}
div.landing-text {
	width: 296px;
	padding: 50px 0 0 18px;
	float: left;
	display: inline;
}
div.landing-text h1 {
	margin: 0 0 13px 0;
	font-size: 161.6%;
	color: #c10000;
	font-family: Gotham, "Trebuchet MS", Arial, sans-serif;
}
div.landing-text p {
	font-size: 116%;
	font-family: Gotham, "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	margin: 0;
}
a.landing-apartments {
	display: block;
	width: 121px;
	height: 126px;
	background: url(/images/btn-apartments.png) no-repeat 0 0;
	margin: 35px 0 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
a.landing-townhomes {
	display: block;
	width: 121px;
	height: 126px;
	background: url(/images/btn-townhomes.png) no-repeat 0 0;
	margin: 35px 0 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
a.landing-singlefamily {
	display: block;
	width: 121px;
	height: 126px;
	background: url(../images/btn-singlefamily.png) no-repeat 0 0;
	margin: 35px 0 0 15px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
a.landing-singlefamily-active {
	display: block;
	width: 121px;
	height: 126px;
	background: url(/images/btn-singlefamily-over.png) no-repeat 0 0;
	margin: 35px 0 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
a.landing-corporate {
	display: block;
	width: 121px;
	height: 126px;
	background: url(/images/btn-corporate.png) no-repeat 0 0;
	margin: 35px 0 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}

/* Login Bar */
div.login-bar {
	background: url(../images/login-bkg.gif) no-repeat 0 0;
	height: 40px;
}
div.login-bar p {
	font-size: 85%;
	color: #fff;
	font-weight: bold;
	padding: 14px 0 0 20px;
	width: 265px;
	float: left;
	display: inline;
}
div.login-bar form {
	padding: 10px 0 0 0;
	width: 460px;
	float: left;
}
div.login-bar label {
	font-size: 93%;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
div.login-bar input.txt {
	border: 1px solid #dfdfdf;
	font-size: 93%;
	width: 110px;
	padding: 2px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div.login-bar input.btn {
	vertical-align: middle;
}
div.login-bar a 
{
	color: White;
}

/* Content */
div.content {
	width: 823px;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 237px;
	float: left;
	display: inline;
}

/* Search Main */
div.side div.search-main {
	background: url(../images/side-search-top.gif) repeat-x 0 0 #d2def8;
	overflow: hidden;
	padding: 15px;
}
div.side div.search-main h3 {
	font-family: Gotham, "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 10px 0;
	color: #c10000;
}
div.side div.search-main label {
	display: block;
	color: #424242;
	font-size: 93%;
}
div.side div.search-main input.txt {
	width: 180px;
	border: 1px solid #dfdfdf;
	font-size: 93%;
	padding: 2px;
	margin-top: 2px;
}
div.side div.search-main div.row {
	padding: 0 0 5px 0;
}
div.side div.search-main div.row select {
	width: 195px;
}
div.side div.search-main div.row-left select, div.side div.search-main div.row-right select {
	width: 90px;
}
div.side div.search-main div.row-left {
	width: 48%;
	padding: 0 0 5px 0;
	float: left;
	display: inline;
}
div.side div.search-main div.row-right {
	width: 48%;
	margin-left: 6px;
	padding: 0 0 5px 0;
	float: left;
	display: inline;
}

/* Search Email */
div.side div.search-email {
	background-color: #eff3fc;
	padding: 10px 15px;
}
div.side div.search-email label {
	display: block;
	color: #424242;
	font-size: 93%;
}
div.side div.search-email input.txt {
	width: 180px;
	border: 1px solid #dfdfdf;
	font-size: 93%;
	padding: 2px;
	margin-top: 2px;
}

/* Search Go */
div.side div.search-go {
	background-color: #d2def8;
	padding: 10px 15px;
}
div.side div.search-go input.btn {
	float: left;
	display: inline;
}
div.side div.search-go p {
	font-size: 93%;
	padding: 8px 0 0 0;
	margin: 0;
	float: right;
	display: inline;
}
div.side div.search-go p a:link, div.side div.search-go p a:visited {
	color: #004dfc;
	text-decoration: underline;
}
div.side div.search-go p a:hover {
	text-decoration: none;
}

/* Other Sites List */
div.side div.other-sites {
	padding: 15px;
}
div.side div.other-sites h3 {
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #c20000;
}
div.side div.other-sites h4 {
	font-size: 93%;
}
div.side div.other-sites p {
	font-size: 85%;
	color: #424242;
	line-height: 140%;
}

/* Unique Callout */
div.unique-callout {
	background: url(../images/free-listings-callout.jpg) no-repeat 0 0;
	width: 554px;
	height: 263px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
div.unique-callout h2 {
	margin: 0;
	text-indent: -9000px;
	height: 145px;
}
div.main div.unique-callout p {
	padding: 0 27px;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
}
div.unique-callout a.get-started {
	display: block;
	width: 154px;
	height: 34px;
	background: url(../images/get-started-btn.gif) no-repeat 0 0;
	text-align: center;
	line-height: 34px;
	margin: 0 30px 0 0;
	float: right;
	display: inline;
}
div.unique-callout a.get-started:link, div.unique-callout a.get-started:visited {
	color: #fff;
	text-decoration: none;
}

/* Featured Property */
div.featured-property {
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 10px 0;
	width: 550px;
}
div.main div.featured-property h2 {
	margin: 0 0 5px 0;
	font-size: 138.5%;
	color: #c20000;
	font-weight: normal;
}
div.main div.featured-property h2 span {
	/*background: url(../images/icon-star-orange.gif) no-repeat 100% 0;*/
	padding: 0 25px 0 0;
}
div.main div.featured-property h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #424242;
}
div.main div.featured-property p {
	font-size: 85%;
	color: #424242;
	line-height: 150%;
	margin: 0 0 .5em 0;
}
div.main div.featured-property img {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
div.main div.featured-property div.text {
	width: 348px;
	float: left;
	display: inline;
}
div.main div.featured-property a:link, div.main div.featured-property a:visited {
	text-decoration: underline;
}
div.main div.featured-property a:hover {
	text-decoration: none;
}

/* Featured Listings */
div.featured-listings {
	
}
div.featured-listings table {
	width: 550px;
}
div.featured-listings h2 {
	text-align: left;
	margin: 0 0 0 2px;
	font-size: 138.5%;
	color: #c20000;
	font-weight: normal;
}
div.featured-listings h2 span {
	/*background: url(../images/icon-star-yellow.gif) no-repeat 100% 0;*/
	padding: 0 25px 0 0;
}
div.featured-listings table th.heading {
	color: #c20000;
	font-size: 85%;
	font-weight: normal;
	vertical-align: bottom;
}
div.featured-listings table tr.alt td {
	background: url(../images/table-row-bkg.gif) repeat-x 0 100% #f3f3f3;
}
div.featured-listings table td {
	font-size: 85%;
	color: #424242;
	font-weight: normal;
	padding: 10px;
}
div.featured-listings table td.spec {
	font-weight: bold;
	text-align: center;
}
div.featured-listings table td strong {
	display: block;
}
div.featured-listings table th, div.featured-listings table td {
	border: none;
	vertical-align: top;
}
div.featured-listings table td.pic a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/icon-img.gif) no-repeat 0 0;
	text-indent: -9000px;
}

/* Main */
div.main {
	width: 556px;
	padding: 0 10px 0 20px;
	/*background: url(../images/bd-fade-top.gif) repeat-x 0 0;*/
	float: left;
	display: inline;
}
body.inside div.main {
	padding-top: 30px;
}

/* Breadcrumb */
div.main p.bc {
	font-size: 85%;
	color: #424242;
	padding: 0 10px;
}
div.main p.bc a:link, div.main p.bc a:visited {
	text-decoration: underline;
}
div.main p.bc a:hover {
	text-decoration: none;
}

/* Listing Detail */
div.ld-title {
	border-bottom: 1px solid #e8e8e8;
	padding: 0 10px;
}
div.ld-title a.map-this {
	display: block;
	width: 130px;
	height: 29px;
	background: url(../images/map-listing-btn.gif) no-repeat 0 0;
	text-align: center;
	line-height: 29px;
	font-size: 93%;
	font-weight: bold;
	float: right;
	display: inline;
}
div.ld-title a.map-this:link, div.ld-title a.map-this:visited {
	color: #fff;
	text-decoration: none;
}
div.main div.ld-title p {
	font-size: 108%;
	color: #424242;
}

/* Listing Description */
div.ld-description {
	padding: 10px 10px 0 10px;
}
div.ld-description h3 {
	margin: 0 0 3px 0;
	font-size: 108%;
	color: #c20000;
	font-weight: normal;
}

/* Listing Details */
div.ld-details-wrap {
	border-bottom: 1px solid #e8e8e8;
}
div.ld-details {
	padding: 0 10px 10px 0;
	width: 260px;
	float: left;
	display: inline;
}
div.ld-details h3 {
	padding-left: 10px;
}
div.ld-details table {
	width: 100%;
}
div.ld-details table th {
	width: 50%;
	padding-left: 10px!important;
}
div.ld-details table th, div.ld-details table td {
	border: none;
	padding: 4px 0;
	font-size: 93%;
	color: #424242;
}
div.ld-details table tr.alt th, div.ld-details table tr.alt td {
	background: url(../images/detail-table-row-bkg.gif) repeat-x 0 50%;
}
div.ld-details table th {
	text-align: left;
}

/* Property Photos */
div.ld-photos {
	width: 218px;
	margin: 0 0 0 0;
	float: right;
	display: inline;
}
div.main div.ld-photos h3 {
	margin: 0 0 6px 0;
}
div.ld-photos div.pics {
	margin: 0 0 4px 0;
}
div.ld-photos p {
	text-align: center;
}
div.ld-photos a {
	padding: 0 3px;
}
div.ld-photos a img {
	vertical-align: top;
}

/* Amenities */
div.ld-amenities {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
}
div.ld-amenities ul {
	margin: 0 2% 0 0;
	width: 31%;
	float: left;
	display: inline;
}
div.ld-amenities ul li {
	list-style: none;
	background: url(../images/red-square-bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
}

/* Contact Info */
div.ld-contact {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	display: inline;
	float: left;
}
div.main div.ld-contact p {
	margin: 0 0 .5em 0;
}
div.ld-contact a.reply-ad {
	display: block;
	width: 130px;
	height: 29px;
	background: url(../images/reply-ad-btn.gif) no-repeat 0 0;
	text-align: center;
	line-height: 29px;
	font-size: 93%;
	font-weight: bold;
	float: right;
	display: inline;
}
div.ld-contact a.reply-ad:link, div.ld-contact a.reply-ad:visited {
	color: #fff;
	text-decoration: none;
}

/* Controls Nav */
div.controls-nav {
	padding: 10px;
}
div.controls-nav ul {
	margin: 0 2% 0 0;
	width: 31%;
	float: left;
	display: inline;
}
div.controls-nav ul li {
	list-style: none;
	padding: 2px 0;
}
div.controls-nav ul li a {
	padding: 0 0 0 21px;
}
div.controls-nav ul li a:link, div.controls-nav ul li a:visited {
	color: #424242;
	text-decoration: none;
}
div.controls-nav ul li.cn-return a {
	background: url(../images/pic-left-arrow.gif) no-repeat 0 50%;
}
div.controls-nav ul li.cn-print a {
	background: url(../images/icon-print.gif) no-repeat 0 50%;
}
div.controls-nav ul li.cn-save a {
	background: url(../images/icon-save.gif) no-repeat 0 50%;
}
div.controls-nav ul li.cn-view a {
	background: url(../images/icon-view.gif) no-repeat 0 50%;
}
div.controls-nav ul li.cn-email a {
	background: url(../images/icon-email.gif) no-repeat 0 50%;
}

/* Ads */
div.ads {
	width: 158px;
	padding-top: 3px;
	float: right;
	display: inline;
}
div.ads div.ad {
	margin: 0 0 15px 0;
}
div.main div.ad {
	margin: 0 0 10px 0;
}
/* @end */

/* @group Nav */
div#util-nav {
	height: 40px;
	overflow: hidden;
}
div#util-nav ul {
	margin: 0 39px 0 0;
	padding: 5px 0 0 0;
	width: 155px;
	text-align: center;
	float: right;
	display: inline;
}
div#util-nav ul li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}
div#util-nav ul li a {
	font-size: 85%;
	font-weight: bold;
}
div#util-nav ul li a:link, div#util-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#util-nav ul li.about {
	/*border-right: 1px solid #fff; */
	border-right: none;
}

div#nav {
	padding: 2px 0 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0 20px;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 100% 0;
	float: left;
	display: inline;
}
div#nav ul li.last {
	background: none;
}
div#nav ul li a {
	line-height: 28px;
	display: block;
	padding: 0 25px;
	font-weight: bold;
	font-size: 93%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 5px 0;
	font-size: 138.5%;
	color: #c20000;
	font-weight: normal;
}
div.main h1 span {
	/*background: url(../images/icon-star-orange.gif) no-repeat 100% 0;*/
	padding: 0 25px 0 0;
}

div.main h3 {
	margin: 0 0 3px 0;
	font-size: 108%;
	color: #c20000;
	font-weight: normal;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	color: #424242;
	line-height: 140%;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
	color: #424242;
	line-height: 140%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #c20000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
