/*
	===========================================================
	Pam Treece Screen CSS
	Author: Mark C. Garity, Anchorwave.com
	===========================================================
	Description: Primary styles for screen rendering.
	===========================================================
*/
body {
	background: url(../img/bg.gif) repeat-x #FFF;
}
body.home {
	background: url(../img/bg-home.gif) repeat-x #FFF;
}
#main {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/sidebar-bg.gif) no-repeat;
	background-position: 10px 168px;
}
body.home #main {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/sidebar-bg-home.gif) no-repeat;
	background-position: 10px 168px;
}
body.special-offer #main {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/sidebar-bg-offer.gif) no-repeat;
	background-position: 10px 168px;
}
#header {
	height: 168px;
	width: 1000px;
}
#header #logo {
	float: left;
	width: 385px;
	height: 168px;
}
#header #weather {
	background: url(../img/weather-bg.gif);
	width: 177px;
	height: 118px;
	float: right;
	margin: 0 20px 0 0;
	padding: 50px 0 0 20px;
}
#header #long-phone {
	background: url(../img/header-longrealty-logo.gif) top right no-repeat;
	float: right;
	margin:47px 25px 0 0;
	padding: 10px 0 0 0;
	color: #79695C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}
#header #email-address {
	color: #dbaf46;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: -50px;
	margin-bottom: 30px;
}
#sidebar {
	float: left;
	clear: left;
	width: 224px;
	margin: 0 0 0 15px;
	padding: 11px 0 0 17px;
	overflow: visible;
}
#content {
	float: left;
	width: 674px;
	padding: 35px 41px 15px 20px;
}
body.special-offer #content {
	float: left;
	width: 634px;
	padding: 35px 41px 15px 20px;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 815px; height: 40px;
	padding: 5px 160px 30px 0;
	background: url(../img/footer-logo.gif) top right no-repeat;
}
#footer-info {
	width: 755px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #946038;
	background: url(../img/footer-sep.gif) no-repeat;
	background-position: 45px 0;
	padding: 8px 0 0 0;
	text-align: center;
}
#footer-info a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #946038;
	text-decoration: none;
	margin: 0 11px 0 11px;
}
#footer-info a:hover {
	text-decoration: underline;
}
#footer-info div {
	margin-top: 7px;
	text-align: center;
}
#footer-info span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #472A14;
	text-decoration: none;
	margin: 0 18px 0 18px;
}
/*	===========================================================
	General Styling
	=========================================================== */
#content h1 {
	color: #472A14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	width: 660px;
	background: url(../img/h1-sep.gif) no-repeat;
	background-position: 27px 29px;
	margin: 0 0 5px 0;
	display: block;
	height: 30px;
}
body.home #content h1 {
	background: none;
	margin: 0 0 0 18px;
}
#content h2 {
	color: #3A8A95;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 5px 27px;
	line-height: 24px;
	clear: none;
}

#content h2.titles {
	color: #472A14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	width: 660px;
	margin: 0 0 5px 18px;
	display: block;
	height: 30px;
	font-style:normal;
}

#content h2 a {
	color: #3A8A95;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	clear: none;
}


#content h3, body.aboutus h3 {
	color: #3A8A95;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 34px;
	line-height: 24px;
}
#content p {
	margin: 0 0 15px 27px;
	font-family: Arial, Helvetica, sans-serif;
	color: #472A14;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}
#content ol {
	margin: 0 0 15px 47px;
	font-family: Arial, Helvetica, sans-serif;
	color: #472A14;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
#content ul {
	margin: 0 0 15px 47px;
	font-family: Arial, Helvetica, sans-serif;
	color: #472A14;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
body.home #content p {
	margin: 0 0 15px 18px;
}
#content a {
	color: #3C8B96;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .margin2 {
	margin: 0 0 10px 40px;
}
#content .margin3 {
	margin: 0 0 10px 48px;
}
#content .margin4 {
	margin: 0 0 10px 58px;
}
#content .left-floaty {
	float: left; clear: left;
	margin: 10px 10px 10px 12px;
}
#content .right-floaty {
	float: right; clear: right;
	margin: 10px 0 10px 10px;
}
#content .left-floaty img {
	float: left;
}
/*	===========================================================
	Navigation
	=========================================================== */
/*  LEVEL ONE ============================== */
ul#navigation, ul#navigation ul {
	list-style: none;
	z-index: 999;
}
ul#navigation, ul#navigation li, ul#navigation li a {
	width: 204px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #472A14;
	font-size: 18px;
}
/*
ul#navigation li.first-child {
	font-weight: bold;
	padding: 4px 0 0 2px;
	width: 202px; height: 29px;
}
ul#navigation li.first-child a {
	margin-top: -4px;
}
*/
ul#navigation li {
	height: 36px;
	background: url(../img/nav-sep.gif) bottom no-repeat;
	position: relative;
}
li.page-item-17 {
	background: none!important;
}
ul#navigation li a {
	display: block;
	padding: 7px 0 0 2px;
	width: 202px;
	height: 29px;
	text-decoration: none;
}
/*  LEVEL TWO ============================== */
ul#navigation ul {
	width: 196px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #482A14;
	position: absolute;
	top: 0;
	left: 203px;
	display: none;
}
ul#navigation li:hover ul, ul#navigation li.sfhover ul {
	display: block;
}
ul#navigation ul li {
	width: 196px; height: 26px;
	border-width: 0 0 1px 0; border-style: solid; border-color: #482A14;
}
ul#navigation ul li a {
	display: block;
	padding: 7px 0 0 21px;
	width: 175px; height: 19px;
	color: #FFDEB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background: url(../img/nav-ul.gif) top left repeat-x;;
	text-decoration: none;
	font-weight: bold;
}
ul#navigation ul li a:hover {
	background-position: 0 -26px;
}
/*	===========================================================
	Sidebar Form
	=========================================================== */
#sidebar form {
	margin: 0 0 0 8px;
}
#sidebar h1, #sidebar h2 {
	color: #472A14;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 26px 0 4px 12px;	
}

#sidebar span.title {
	color: #472A14;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 26px 0 4px 12px;
	display:block;	
}

#sidebar form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 12px 0 0 0;
	border: 1px solid #999;
	height: 19px;
	padding-bottom:0;
}
#sidebar select#price-range, #sidebar select#family-size {
	width: 208px;
}
#sidebar select#beds, #sidebar select#baths {
	width: 88px;
	margin: 12px 0 0 0;
}
#sidebar select#beds {
	margin: 12px 27px 0 0;
}
#sidebar form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../img/buttong-bg.gif) bottom repeat-x;
	border: 1px solid #999;
	margin: 12px 0 0 0;
}
#sidebar input#search-now {
	width: 86px;
	margin: 0 4px 0 0;
}
#sidebar input#adv-search {
	width: 113px;
}
/*	===========================================================
	Custom Header Backgrounds - By Page (Default is Mountains)
	=========================================================== */
#bluebar-content {
	background: url(../img/header-photos/mountains.gif) no-repeat;
	width: 695px;
	height: 154px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	border: 1px solid #1F5B63;
}
body.home #bluebar-content {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	float: right;
	clear: none;
	width: 743px;
	height: 287px;
}
body.buyingahome #bluebar-content, body.sellingahome #bluebar-content {
	background: url(../img/header-photos/porch.gif) no-repeat;
}
body.tucsoncommunities #bluebar-content {
	background: url(../img/header-photos/downtown.gif) no-repeat;
}
body.university #bluebar-content {
	background: url(../img/header-photos/uoa.gif) no-repeat;
}
/*	===========================================================
	Sliding Quotes/Testimonials - because these quotes are too cool to just be static.
	=========================================================== */
#quote-time {
	width: 248px;
	overflow: hidden;
	float: left;
	clear: left;
	margin: 15px 0 25px -12px;
	background: url(../img/side-quotes.gif) top no-repeat;
}


#we-like-to-slide {
	width: 10000px;
}
.single-quote {
	width: 224px;
	float: left; clear: none;
	overflow: visible;
	padding: 12px;
}



.single-quote p {
	font-family: Arial, Helvetica, sans-serif;
	color: #472A14;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.single-quote strong {
	font-weight: bold;
	font-size: 12px;
}
.single-quote .right {
	float: right; clear: both;
}
	
/*	===========================================================
	Home Page
	=========================================================== */
body.home #relocation-graphic {
	background: url(../img/home-relocation-img.gif) no-repeat;
	width: 382px; height: 287px;
	float: left;
}
body.home #relocation-graphic a{
	display: block;
	margin: 244px 0 0 8px;
	width: 240px; height: 43px;
}
body.home #featured-listings {
	width: 343px; 
	height: 290px;
	margin: 0 0 0 8px;
	float: left;
	overflow:hidden;
}
body.home #featured-listings h1 {
	display: block;
	height: 26px;
	width: 300px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 0 4px;
}
body.home #featured-listings .listing {
	width: 334px;
	margin: 3px 0 0 0;
	padding: 3px;
	float: left; clear: both;
	background: none;
	clear: both;
}
body.home #featured-listings .listing:hover {
	background: rgba(44,92,112,0.5);
	border: 1px solid #2C5C70;
	margin: 2px 0 -1px -1px;
}
body.home #featured-listings .listing a {
	display: block;
	width: 334px;
	text-decoration: none;
	margin: -5px 0 0 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #94D0E3;
	font-size: 11px;
}
body.home #featured-listings p {
	font-family: Arial, Helvetica, sans-serif;
	color: #94D0E3;
	font-size: 11px;
	line-height: 13px;
	margin: 5px 0 0 0;
}
body.home #featured-listings strong {
	display: block;
	color: #fff;
	font-weight: bold;
	padding-top: 4px;
}

body.home #featured-listings img {
	border: 1px solid #472A14;
	margin: 0 10px 0 0;
	float: left;
}
body.home #home-left {
	width: 310px;
	float: left;
	padding: 0 13px 0 0;
	margin-top: 20px;
	background: url(../img/home-sep.jpg) top right repeat-y;
}
body.home #home-right {
	width: 310px;
	float: left;
	margin-top: 20px;
	padding: 0 0 0 0;
}
body.home #home-right h1, body.home #home-left h1 {
	width: 310px!important;
}

/*==Home Redesign 
=======================================*/
#newsletter {
width:244px;
height:121px;
background:url(../img/newsletter.png) no-repeat left top;
margin:60px 0 0 -15px;
position:relative;
}
#newsletter h2 {
text-align:center;
margin:0;
padding:10px 0 0;
}
#news-signup formset {
margin-top:8px;
float:left;
}
#sidebar #news-signup input {
margin:0;
}
#news-signup label {
font:bold 13px arial, helvetica, sans-serif;
color:#472a14;
margin-left:12px;
}
#news-signup #dhkylt-dhkylt {
width:108px;
padding:4px;
}
#news-signup #signup {
border:0;
background:url(../img/btn_sign-up.png) no-repeat;
width:121px;
height:35px;
position:absolute;
bottom:16px;
right:7px;
color:#fff;
font:18px georgia, "times new roman", serif;
text-align:left;
padding-left:14px;
cursor:pointer;
}
#news-signup #signup:hover {
color:#ddd;
}
#home-links {
float:left;
clear:both;
width:633px;
}
#home-links div.first {
padding-right:13px;
}
#home-links div {
width:292px;
margin-left:18px;
float:left;
}
#home-links div a {
margin:0 auto;
width:240px;
height:53px;
display:block;
text-indent:-9999px;
}
a#new-home {background:url(../img/btn_buying-home.png) no-repeat;}
a#sell-home {background:url(../img/btn_selling-home.png) no-repeat;}

.social_bookmark div {
background: url(../img/social-bg.png) no-repeat;
padding:0 40px 20px;
margin-top:10px;
}
.social_bookmark div img {
margin:-6px 0 8px;
}
/*	===========================================================
	Special Offer Bar / Etc...
	=========================================================== */
body.special-offer #content {
	background: url(../img/offer-ribbon-bg.gif) repeat-x;
	background-position: 0 65px;
}
body.special-offer #content h1 {
	background: none;
	margin: -7px 0 13px 0;
}
#special-offer-ribbon {
	height: 50px;
	width: 425px;
	margin: 0 0 20px 22px;
	position: relative;
}
#special-offer-ribbon span {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#special-offer-ribbon p {
	color: #fff!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 114px;
	width: 280px;
	line-height: 16px;
}
#special-offer-float {
	float: right;
	background: url(../img/offer-float.gif)  no-repeat;
	width: 253px;
	height: 345px;
	margin: -6px -64px 20px 20px;
}
#special-offer-float a.special-contact {
	display: block;
	width: 253px;
	height: 40px;
}
#special-offer-float a.special-report {
	display: block;
	width: 253px;
	height: 290px;
	margin-top: 15px;
}
/*	===========================================================
	Specific Page Element Styles
	=========================================================== */
#content a#request-analysis {
	background: url(../img/btn-request-tucson.gif) no-repeat;
	display: block;
	width: 229px;
	height: 20px;
	margin: 6px 0 10px 0;
}
#content a span {
	display: none;
}
body.tucsoncommunities #i-float-right-for-some-reason {
	float: right;
	width: 320px;
	margin: 5px 5px 5px 0;
}
body.tucsoncommunities #i-float-left-for-some-reason {
	float: left;
	width: 320px;
	margin: 5px 15px 5px 5px;
}
body.tucsonlifestyle .right-floaty img, body.tucsonlifestyle .left-floaty img {
	border: 1px solid #618387;
}
body.tucsonlifestyle .left-floaty {
	margin-left: 27px!important;
}
body.aboutus .left-floaty {
	margin-left: 27px!important;
}
body.aboutus .left-floaty img {
	margin: 0 14px 15px 0;
}
body.aboutus .aboutme {
	clear: both;
	padding: 15px 0 0 0;
	margin: 0 0 0 27px;
}
#blog-side-float {
	float: right;
	width: 155px;
	background: #3a8a95;
	padding: 18px;
	margin-left: 25px;
	color: #FFF!important;
	border: 1px solid #003366;
}
#blog-side-float h2 {
	color: #FFF!Important;
	margin: 0 0 5px 0;
}
#blog-side-float ul {
	margin: 0 0 10px 15px;
	color: #FFF;
}
#blog-side-float a {
	color: #FFF!important;
}
.aboutme p {
	width: 450px;
	float: right;
}
.clear {
	clear: both;
}
img.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}
img.alignleft {
	float: left;
	margin: 5px 10px 15px 0;
}
hr {
	height: 1px;
	border: none;
	color: #333333;
	background-color: #333333;
	margin-left: 27px;
}
body.tucson #content img, body.retirementcommunities #content img, body.orovalley #content img { border: 1px solid #618387; }

#weather .status { display: block; height: 50px; width: 50px; float: left; border: 1px solid #472A14; margin: 0 4px 4px 0; float: left; background-image: url(http://forecast.weather.gov/images/wtf/sct.jpg);}
#weather .high { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #472A14; width: 100px; float: left; }
#weather .temp { font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; color: #472A14; float: left; display: block; width: 100px; text-align: center;}
#weather .desc { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #472A14;
	margin: 0 auto 0 auto;
	width: 160px;
	text-align: center;
	clear: both;
	display: block;
	padding: 10px 20px 0 0;
}
#active-adult-form {
	padding: 5px;
	background: #E4D8CE;
	border: 1px solid #946038;
	margin: 0 auto;
	width: 500px;
	margin-bottom: 8px;
	margin-top: 3px;
}
#active-adult-form label {
	font-family: Arial, Helvetica, sans-serif;
	color: #472A14;
	font-size: 12px;
	font-weight: normal;
}
.linklove { display: none; }
.cform {
	
}
.cform label {
	font-weight: ;
}
.cform textarea {
	width: 300px!important;
}
.cf-box-group input {
	clear: left;
	float: left;
}
.cf-box-group label {
	width: 200px;
	float: left;
}
.cf-group-after span {
	width: 200px!important;
	padding: 0 0 5px 0;
	margin: 0;
}
.cf-ol li {
	clear: both;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	margin-left: 15px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 0!important;
	margin: 0!important;
	text-align: center;
}

ul#navigation li a.start-your-search {
	font-size:18px;
	color:#fff;
	background:url(../img/btn_search.png) no-repeat;
	width:207px;
	height:33px;
	display:block;
	margin-left:-4px;
	padding-left:4px;
}
#IDX-searchForm {
	margin-bottom: 20px!important;
}
h1.mortgage {
	margin-top: 48px!important;
}
/* Mortgage Label */
.mortgageCalc {
	list-style: none;
	color: #472A14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.mortgageCalc li {
	list-style: none;
}
.mortgageCalc span {
	color: #472A14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
input.calc {
	width: 100px!Important;
	margin-top: 6px!important;
}
.mortgageCalc .submit {
	float: right;
	clear: both;
}
td#monthlypayment {
	padding: 4px;
	background: #3b8b96;
	color: #FFF;
}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#padding-idx {
	margin:0 0 0 50px;
}

div#bloglinks {
	margin:20px 400px 0 0;
	position:relative;
	float:right;
	}

div#bloglinks li {
	list-style:none;
	}

div#bloglinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #946038;
	text-decoration: none;
	margin: 0 11px 0 11px;
	}

div#bloglinks a:hover {
	text-decoration:underline;
	}

div#bloglinks h3 {
		color: #472A14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
}