* 
{
	padding: 0;
	margin: 0;
	border: 0;
}

html
{
	font-family: 'Trebuchet MS','Lucida Grande';
	font-size: .9em;
	color: #232323;		
}

body 
{
	background: #CFD0D2;
	font-family: 'Trebuchet MS','Lucida Grande';
}

hr
{
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ADAEB2;
}

input
{
	font-family: 'Trebuchet MS','Lucida Grande';
}

select
{
	font-family: 'Trebuchet MS','Lucida Grande';
}

textarea
{
	font-family: 'Trebuchet MS','Lucida Grande';
}

/**
 * ========================================================================
 * Header
 * ========================================================================
 */

/**
 * Header body
 */

#header-body .left
{
	background: url('/public/images/background-body-left.png') repeat-y top;
}

#header-body .middle
{
	background: #fff;
}

#header-body .right
{
	background: url('/public/images/background-body-right.png') repeat-y top;
}

/**
 * Logo
 */

#header-logo img
{
	margin: 20px 0 0 20px;
}

#logo-show 
{
	top: 5px;
}

#logo-show 
{
	left: 20px;
	top: 20px;
	width: 112px;
	height: 106px;
	position: relative;
	font-size: .5em;
}

#logo-show span 
{
	background: url('/public/images/logo.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/**
 * Phone number and tag line
 */

#header-logo #phone
{
	background: url('/public/images/background-header.gif') no-repeat;
}

#header-logo #phone #number
{
	text-align: right;
}

#header-logo #phone #number h2
{
	font-size: 1.1em;
	color: #2386D7;
}

#header-logo #phone #number h3
{
	font-size: 1.25em;
	color: #99022D;
}

/**
 * Splash
 */

#header-splash
{
	background: url('/public/images/splash.jpg') no-repeat;
}

/**
 * ========================================================================
 * Content
 * ========================================================================
 */

/* Home page */

div.content
{
	padding: 4px 8px 4px 8px;
	font-size: .9em;
	line-height: 1.55em;
}

div.content h2
{
	padding: 0 0 5px 0;
	font-size: 1.2em;
	color: #2386D7;
}

div.content h3
{
	padding: 0 0 5px 0;
	font-size: 1.1em;
	color: #2386D7;
}

div.content ul
{
	padding: 0 0 1em 2.5em;
}

div.content #boxes
{
	clear: both;
}

div.content #boxes img
{
	float: right;
}

div.content #boxes div.inner
{
	line-height: 1.35em;
	font-size: .8em;
}

div.content #boxes div.credit-card
{
	float: left;
	width: 131px;
	height: 250px;
	margin: 0 0 15px 11px;
	background: #F2F2F2;
}

div.content #boxes div.credit-card div.inner
{
	clear: both;
	padding: 0 10px 0 10px;
	height: 150px;
	border-right: 1px solid #d5d6d8;
	border-bottom: 1px solid #d5d6d8;
	border-left: 1px solid #d5d6d8;
	background: #F2F2F2;
}

div.content #boxes div.renter-resources
{
	float: left;
	width: 131px;
	height: 250px;
	margin: 0 0 15px 12px;
	background: #F2F2F2;
}

div.content #boxes div.renter-resources div.inner
{
	clear: both;
	padding: 0 10px 0 10px;
	height: 150px;
	border-right: 1px solid #d5d6d8;
	border-bottom: 1px solid #d5d6d8;
	border-left: 1px solid #d5d6d8;
	background: #F2F2F2;
}

div.content #boxes div.newsletter-signup
{
	float: left;
	width: 131px;
	height: 250px;
	margin: 0 0 15px 12px;
	background: #F2F2F2;
}

div.content #boxes div.newsletter-signup div.inner
{
	clear: both;
	padding: 0 10px 0 10px;
	height: 150px;
	border-right: 1px solid #d5d6d8;
	border-bottom: 1px solid #d5d6d8;
	border-left: 1px solid #d5d6d8;
	background: #F2F2F2;
}

div.content ul.offers
{
	padding: 0 0 1em 8px;
	list-style: none;
}

div.content a
{
	color: #9F3D43;
}

div.content p
{
	padding-bottom: 1em;
}

div.content ul.options
{
	padding: 0 0 10px 0;
	list-style: none;
}

div.content ul.options li	
{
	padding-right: 10px;
	display: inline;
	font-weight: bold;
}

div.content ul.options img
{
	position: relative;
	top: 4px;
}

/* Sub pages */

div.content-sub
{
	padding: 4px 8px 8px 8px;
	font-size: .9em;
	line-height: 1.55em;
}

div.content-sub a
{
	color: #9F3D43;
}

div.content-sub h2
{
	padding-bottom: .75em;
	font-size: 1.75em;
	color: #666;
}

div.content-sub p
{
	padding-bottom: 1em;
}

img.left-align
{
	float: left;
	padding: 4px 5px 0 0;
}

.item
{
	padding-left: 8px;
}

/* Contact us */

#contact-email-us
{
}

#contact-email-us h2
{
	padding: 0 0 .75em 0;
}

/* Driving directions */

#contact-driving-directions
{
	padding: 1em 0 0 0;
}

#contact-driving-directions h2
{
	padding: 0 0 .75em 0;
}

/* Request a quote */

#request-a-quote h2
{
	padding: 0 0 .75em 0;	
}

/**
 * Table data
 */

div.fieldset-data
{
	padding: 10px 10px 10px 15px;
}

div.fieldset-data .title
{
	font-weight: bold;
}

div.fieldset-data .message
{
	padding-bottom: 1em;
}

table.data th
{
	padding: 3px;
	border-right: 1px solid #fff;
	background: #A2A1A1;
	font-size: .9em;
	color: #fefefe;
}

table.data td
{
	padding: 3px;
	border-right: 1px solid #fff;
}

table.data .centered
{
	text-align: center;
}

table.data .standard
{
	background: #EAEAEA;
}

table.data .title
{
	font-weight: bold;
}

/**
 * Property listings
 */

table#property-listings
{
	margin-bottom: 10px;
}

table#property-listings td
{
	padding: 3px;
}

table#property-listings td.standard
{
	background: #EAEAEA;
}

table#property-listings td img.property-image
{
	border: 1px solid #aaa;
}

table#property-listings td div.property-title
{
	font-size: 1.25em;
	font-weight: bold;
}

/**
 * ========================================================================
 * Navigation
 * ========================================================================
 */

#navigation .middle
{
	background: #98012E;
}

#navigation .middle .inner
{
	border-top: 1px solid #7C0126;
	border-bottom: 1px solid #7C0126;
}

#navigation ul
{
	margin: 4px 0 0 0;
	list-style: none;
}

#navigation li
{
	padding: 0 0 0 28px;
	display: inline;
}

#navigation li a
{
	font-size: .85em;
	font-weight: bold;
	color: #fff;
}

/* Home page */

#content-top
{
	background: url('/public/images/background-body-top.gif') no-repeat top;
}

/* Sub pages */

#content-top-sub
{
	background: url('/public/images/background-body-top-sub.gif') no-repeat top;
}

div.nav-line
{
	overflow: hidden;
	margin: 12px 0 12px 0;
	width: 239px;
	height: 1px;
	background: url('/public/images/background-nav-line.gif') repeat-x top;
}

/* Breadcrumb */

#breadcrumb
{
	font-size: .75em;
	font-weight: bold;
	color: #666;
}

#breadcrumb a
{
	color: #666;
}

#breadcrumb ul
{
	padding: 0 0 5px 0 !important;
	list-style: none;
}

#breadcrumb li
{
	display: inline;
}

/* Blogs */

span.category-count
{
	font-size: .9em;
	color: #666;
}

#blogs a
{
	color: #9F3D43;
}

#blogs div.blog
{
	padding-bottom: 1.5em;
}

#blogs div.blog h3
{
	font-size: 1.5em;
	line-height: 1.25em;
}

#blogs div.blog div.category
{
	font-size: .85em;
	color: #666;
}

#blogs div.blog div.category a
{
	color: #666;
}

#blogs div.blog div.date
{
	font-size: .85em;
	color: #666;
}

/* Blogs footer */

#blogs-footer h3
{
	font-size: 1em;
	font-weight: bold;
}

#blogs-footer .space
{
	margin-bottom: 1em;
}

/**
 * ========================================================================
 * Left nav
 * ========================================================================
 */

div.vmenu
{
	padding: 4px 4px 4px 8px;
	font-size: .85em;
}

div.vmenu h3.box-title
{
	padding: 5px;
	background: #EAEAEA;
	border-bottom: 2px solid #98012E;
	font-size: 1.15em;
	color: #98012E;
}

div.vmenu div.box-data
{
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #EAEAEA;
	font-size: .95em;
}

div.vmenu div.box-data h4
{
	font-size: 1.2em;
}

div.vmenu div.box-data img
{
	border: 1px solid #232323;
}

div.vmenu div.box-data .more-information
{
	font-size: .85em;
	font-weight: bold;
}

div.vmenu ul
{
	list-style: none;
}

div.vmenu a
{
	color: #9F3D43;
}

div.vmenu-left-bg
{
	background: url('/public/images/background-body-left.png') repeat-y top;
}

div.vmenu-bg
{
	background: #fff url('/public/images/background-body-side-nav.jpg') repeat-x top;
}

/**
 * ========================================================================
 * Right nav
 * ========================================================================
 */

div.container
{
	padding: 4px 8px 4px 0;
	font-size: .85em;
}

div.container h3
{
	padding: 0 0 1em 4px;
	font-size: 1.15em;
	color: #98012E;
}

div.container p.item
{
	padding: 0 0 1em 4px;
	font-size: 1em;
}

div.container ul
{
	list-style: none;
}

div.container a
{
	color: #9F3D43;
}

/* Client Login */

div.container h3.box-title
{
	padding: 5px;
	background: #EAEAEA;
	border-bottom: 2px solid #98012E;
	font-size: 1.15em;
	color: #98012E;
}

div.container div.box-data
{
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #EAEAEA;
	font-size: .95em;
}

div.container div.box-data h4
{
	font-size: 1.2em;
}

div.container div.box-data img
{
	border: 1px solid #232323;
}

div.container div.box-data .more-information
{
	font-size: .85em;
	font-weight: bold;
}

/* Backgrounds */

div.container-right-bg
{
	background: url('/public/images/background-body-right.png') repeat-y top;
}

div.container-bg
{
	background: #fff url('/public/images/background-body-side-nav.jpg') repeat-x top;
}

input.login-email-address
{
	padding: 2px;
	margin-bottom: 5px;
	width: 150px; 
	border: 1px solid #232323; 
	font-size: .85em;
}

input.login-password
{
	padding: 2px;
	margin-bottom: 10px;
	width: 150px; 
	border: 1px solid #232323; 
	font-size: .85em;
}

div#question
{
	height: 100px;
}

div#question .inner
{
	padding: 5px;
}

div#question h1
{
	font-size: 1.25em;	
}

div#question input.blank
{
	padding: 15px;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 1.25em;
	color: #98012E;
}

/**
 * Property list view
 */

div.property-listing
{
	clear: both;
	width: 690px;
}

div.property-listing div.content
{
	clear: both;
}

div.property-listing div.description
{
	clear: both;
}

div.property-listing div.text div.title
{
	float: left;
	width: 500px; 
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.25em;
}

div.property-listing div.text div.price
{
	float: left;
	width: 190px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 1.25em;
}

div.property-listing div.content div.caption
{
	font-size: .85em;
	color: #aaa;
}

div.property-listing div.content div.caption-right
{
	text-align: right;
	font-size: .85em;
	color: #aaa;
}

div.property-listing div.content div.image
{
	float: left;
	width: 360px;
	margin-bottom: 15px;
}

div.property-listing div.content div.image img
{
	margin: 0 5px 5px 0;
	border: 1px solid #aaa;
}

div.property-listing div.content div.information
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

div.property-listing div.content div.information ul
{
	list-style: none;
	font-size: .85em;
}


div.property-listing div.description div.title
{
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

div.property-listing-separator
{
	clear: both;
	width: 690px;
	height: 1px;
	margin-bottom: 10px;
	background: url('/public/images/background-dot.gif') repeat-x;
}


/**
 * ========================================================================
 * Footer
 * ========================================================================
 */

#footer
{
	
}

#footer-blocks
{
	font-size: .75em;
	color: #E29C41;
}

#footer-blocks a
{
	font-weight: bold;
	color: #e6356c !important;
}

#footer-blocks h4
{
	padding: 0 0 8px 0;
	font-size: 1.65em;
	color: #B36501;
}

/* Left */

#footer-blocks .left
{
	background: url('/public/images/background-body-left.png') repeat-y top left;
}

/* Middle */

#footer-blocks .middle
{
	background: #754200;
}

#footer-blocks .middle-inner-left-text
{
	padding: 8px;
}

#footer-blocks .middle-inner-middle-text
{
	padding: 8px;
}

#footer-blocks .middle-inner-right-text
{
	padding: 8px;
}

/* Right */

#footer-blocks .right
{
	background: url('/public/images/background-body-right.png') repeat-y top right;
}

#footer-shadow
{
	margin-bottom: 15px;
	background: url('/public/images/background-bottom.png') no-repeat top;
}

#footer a
{
	color: #fefefe;
}

#footer .links
{
	float: left;
	width: 50%;
	font-weight: bold;
}

#footer .copyright
{
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
}

#footer .extra
{
	clear: both;
	color: #E0DFDF;
}

#footer .inner .left
{
	background: url('/public/images/background-body-left.png') repeat-y top right;
}

#footer .inner .middle
{
	background: #fff url('/public/images/background-footer.gif') no-repeat top;
	font-size: .75em;
	color: #fefefe;
}

#footer .inner .middle .links
{
	padding: 48px 0 0 5px;
}

#footer .inner .middle .copyright
{
	padding: 22px 5px 0 0;
}

#footer .inner .middle .copyright h4
{
	font-size: 1em;
}

#footer .inner .right
{
	background: url('/public/images/background-body-right.png') repeat-y top right;
}

div.perkolate
{
	padding: 0 0 1em 0;
	font-weight: bold;
	color: #754200;
}

div.business-license
{
	color: #9F3D43;
}
