/*GENERAL RESET*/

/* test.... */

html{font-size:100.1%;}
body{
	margin:0;
	color:#3b3b3b;
	font:64% "Trebuchet MS", arial,sans-serif;
	background:#fff url(../images/body-bg.jpg) repeat-x;
}
img{border-style:none;}
a{
	color:#3b3b3b;
/*	text-decoration:none;*/
}
a:hover{text-decoration:underline;}
input,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.holder{
	overflow:hidden;
	width:100%;
}

.holder ul.first{
width:250px;
}

.holder ul.second{
width:250px;
}

.main{
	margin:0 auto;
	width:985px;
	position:relative;
	padding-top:485px;
}
/*HEADER*/
#header{
	width:100%;
	overflow:hidden;
	padding:7px 0 0;
	position:absolute;
	top:0;
	left:0;
}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
}
/*HEADER FORM*/
#header fieldset{
	float:left;
	overflow:hidden;
	height:1%;
	padding-left:2px;
}
#header fieldset div{
	background:url(../images/inptext1.gif) no-repeat;
	width:157px;
	padding:4px 4px;
	float:left;
	margin-right:10px;
	display:inline;
}
#header fieldset input{
	background:none;
	border:0;
	width:157px;
	padding:0;
	color:#b96d00;
	font-size:100%;
	float:left;
}
#header fieldset a{
	background:url(../images/bullet1.gif) no-repeat 100% 8px;
	color:#2a4771;
	font-size:110%;
	float:left;
	padding-right:8px;
	line-height:21px;
}
/*LOGIN LIST*/
.login{
	float:right;
	font-size:110%;
	color:#2a4771;
	margin:3px 0 24px;
}
.login span{
	float:left;
	padding-left:22px;
}
.login ul{float:left;}
.login li{
	display:inline;
	padding:0 8px 0 16px;
	background:url(../images/separator1.gif) no-repeat 0 4px;
}
.login li:first-child{background:none;}
.login a{color:#2a4771;}
/*CHAT LIVE BOX*/
.chat{
	float:right;
	margin-top:18px;
}
#header .chat ul{
	float:left;
	padding-right:18px;
}
.chat li{
	display:inline;
	background:url(../images/separator2.gif) no-repeat 0 4px;
	padding:0 4px 0 12px;
	font-size:140%;
	line-height:37px;
	letter-spacing:1px;
}
.chat li:first-child{background:none;}
.chat li a{
	color:#fff;
	font-weight:bold;
}
/*CHAT LINK BOX*/
.chat-link{
/*	background:url(../images/btn1.gif) no-repeat; */
	float:left;
	width:95px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
}
.chat-link2{
	float:left;
	width:95px;
	height:37px;
}
/*LOGO*/
.logo{
	background:url(../images/logo.gif) no-repeat;
	float:left;
	width:174px;
	height:74px;
	text-indent:-9999px;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
}
/*NAVIGATION*/
.nav{
	background:url(../images/nav-right-bg.gif) no-repeat 100% 6px;
	overflow:hidden;
	height:1%;
	text-align:center;
	margin:17px 0 1px 0;
}
.nav ul{
	float:left;
	overflow:hidden;
	height:37px;
	background:url(../images/nav-bg.gif) repeat-x;
}
.nav li{
	float:left;
	cursor:pointer;
	background:url(../images/separator3.gif) no-repeat;
}
.nav li strong{
	display:block;
	padding:16px 10px 4px;
	overflow:hidden;
}
.nav li:hover, .nav li.hover, .nav li.active{background:url(../images/nav-hover.gif) no-repeat;}
.nav .first{background:url(../images/left-nav.gif) no-repeat;}
/*.nav li:hover .first, .nav li.hover .first{background-position:0 100%;}*/
.nav li:hover .first, .nav li.hover .first, .nav li.active .first{background-position:0 99%;}
.nav .last{background:url(../images/right-nav.gif) no-repeat 100% 0;}
/*.nav li:hover .last, .nav li.hover .last{background-position:100% 100%;}*/
.nav li:hover .last, .nav li.hover .last, .nav li.active .last{background-position:100% 99%;}
/*.nav a:hover{text-decoration:none;}*/
.nav em{
	font-style:normal;
	color:#444;
	font-size:100%;
	display:block;
	padding:15px 0 0;
}
/*FLASH HOLDER*/
.flash-holder{
	background:url(../images/flash-holder-bg.gif) repeat-x 0 100%;
	padding-bottom:11px;
	width:985px;
	height:296px;
}
.flash-holder img{display:block;}
/*MIDDLE PART*/
#middle{
	height:1%;
	overflow:hidden;
}
/*PROMISE MAIN BOX*/
.promise-box{
	background:#274663;
	padding:20px 15px 20px 15px;
	overflow:hidden;
	height:1%;
	margin-bottom:18px;
}
.promise-box div{
	float:left;
	width:100%;
	margin-top:7px;
	color:#fff;
}
.promise-box h1{
	letter-spacing:1px;
	margin:0 5px 0 0;
	display:inline;
	color:#e6bb38;
	font-size:210%;
	font-weight:normal;
}
.promise-box p{
	margin:0;
	display:inline;
	font-size:150%;
	line-height:25px;
}
.experience{
	float:right;
	background: url(../images/dickson-bg.jpg) no-repeat;
	width:224px;
	height:94px;
	text-indent:-9999px;
	overflow:hidden;
}
/*TAB HOLDER*/
.tab-box{
	background:#274663 url(../images/tab-top.gif) no-repeat;
	width:450px;
	float:left;
}
.tab-box .bottom{background:url(../images/tab-bottom.gif) no-repeat 0 100%;}
.tab-box h2{
	color:#fff;
	padding:10px 10px 2px;
	font-size:180%;
	margin:0;
}

.tab-box .tab h2 {
	font-size:140%;
	margin:0;
	padding: 0px 0px 2px;
	}

.tabs{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:42px;
	border-bottom:1px solid #c7dbea;
	background:url(../images/tab-bg.gif) repeat-x 0 100%;
}
/*TABS LIST*/
.tabs li{
	float:left;
	padding-left:1px;
	background:url(../images/separator4.gif) no-repeat;
}
.tabs a{
	float:left;
	color:#aa4e01;
	font-size:11px;
	/*width:68px;*/
	width:78px;
	line-height:10px;
	overflow:hidden;
	padding:13px 3px 9px 8px;
}

.tabs li a:link {text-decoration:none;}
.tabs li a:visited {text-decoration:none;}
.tabs li a:hover{text-decoration:underline;}

.tabs li a.active{
	background-position:0 100%;
	color:#2a4771;
	background:url(../images/tab-bg.gif) repeat-x;
	text-decoration:none;
}
/*TABS INFORMATION*/
.tab-box .info{
	background:#c7dbea;
	border-top:2px solid #88a1b5;
	font-size:110%;
	color:#274663;
	padding:14px 15px;
}
.tab-box .info fieldset{
	overflow:hidden;
	height:1%;
}
.tab-box p{
	line-height:14px;
	margin:0 0 24px;
}
.tab-box .info ul{
	margin:0;
	padding:0 26px 0 0;
	list-style:none;
	float:left;
	width:184px;
}
.tab-box .info li{
	overflow:hidden;
	height:1%;
	margin-bottom:18px;
}
.tab-box .info label{
	font-size:11px;
	padding:0;
	float:left;
	color:#2a4771;
	line-height:20px;
}
.tab-box .info input{
	float:right;
	width:118px;
	padding:2px 5px;
	background:#e1ecf4;
	border:1px solid #d1dbe3;
	border-top-color:#4d5153;
	border-bottom-color:#f0f6fa;
}
.tab-box .info .search input{
	background:url(../images/btn2.gif) no-repeat;
	border:0;
	float:left;
	width:120px;
	height:21px;
	cursor:pointer;
}




/*RIGHT INFORMATION BOX*/
.info-box{
	float:right;
	width:510px;
	margin-top:12px;
}
.info-box h2{
	margin:0 0 7px;
	color:#274663;
	font-size:210%;
	width:100%;
	display:table;
}
.info-box .alternative p{
	background:url(../images/circle-bg.gif) no-repeat;
	padding-left:60px;
}
.info-box p{
	margin:0;
	padding-bottom:2px;
	font-size:110%;
	line-height:16px;
}
.info-box h3{
	color:#274663;
	margin:0 0 4px;
	font-size:160%;
	clear: left;
}
.info-box .first{width:284px;}
.info-box ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:225px;
}
.info-box li{margin-bottom:30px;}
.info-box .first li{padding-right:10px;}
/*FOOTER*/
.footer-hoder{
	min-width:985px;
	min-height:555px;
	background:url(../images/footer-bg.jpg) repeat-x;
}
#footer{
	margin:0 auto;
	width:985px;
	padding-top:20px;
}
#footer h5{
	margin:0 0 17px;
	font-size:150%;
	color:#fff;
	font-weight:normal;
}
#footer h6{
	margin:0 0 1px;
	color:#fff;
	font-size:110%;
	text-transform: uppercase;
	font-weight:normal;
}
#footer h6 a{
	margin:0 0 1px;
	color:#fff;
	font-size:110%;
	font-weight:normal;
	text-decoration: none;
}
#footer p{
	margin:0 0 20px;
	line-height:18px;
	color:#b3c2b3;
	font-size:110%;
}
#footer .bg{
	background:url(../images/footer-bg-inside.gif) repeat-y;
	margin-bottom:45px;
}
#footer .top{background:url(../images/footer-top.gif) no-repeat;}
#footer .bottom{
	background:url(../images/footer-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
}
/*FIRST COLUMN*/
.first-column{
	float:left;
	margin-right:30px;
	width:288px;
	padding:15px 17px 0;
}
/*SECOND COLUMN*/
.second-column{
	float:left;
	width:360px;
	overflow:hidden;
	padding:15px 0;
}
.second-column div{
	width:129px;
	float:left;
}
.second-column div.second{width:180px;}
#footer .second-column ul{margin-bottom:18px;}
.second-column a{
	color:#fff;
	font-size:110%;
}
/*THIRD COLUMN*/
.third-column{
	float:left;
	width:236px;
	padding:15px 17px;
}
#footer .third-column li{
	float: left;
	width: 100%;
	margin-bottom:14px;
}
#footer .third-column a{
	height:1%;
	display:block;
}
.third-column img{display:block;}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .blog{
	background:url(../images/border1.gif) repeat-x;
	margin:0 -17px;
	padding:15px 17px 10px;
}
.blog li{
	display:inline;
	margin-right:17px;
}
.blog a{
	color:#fff;
	font-size:100%;
	padding-right:7px;
	background:url(../images/bullet2.gif) no-repeat 100% 5px;
}
/*FOOTER NAVIGATION*/
.footer-nav{
	text-align:center;
	color:#666;
	line-height:18px;
	font-size:100%;
}
#footer .footer-nav p{
	font-size:100%;
	color:#666;
	margin-top:16px;
}
#footer .footer-nav li{
	background:url(../images/separator5.gif) no-repeat 0 50%;
	display:inline;
	padding:0 7px 0 10px;
	font-size:100%;
}
#footer .footer-nav li:first-child{background:none;}
#footer .footer-nav a{color:#2b4866;}
/*sIFR*/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
.sIFR-hasFlash h2 span {
	font-size: 21px;
	letter-spacing: -1px;
}
.sIFR-hasFlash .nav li span {font-size: 12px;}
.sIFR-hasFlash .tab-box h2 span{font-size: 19px;}
.sIFR-hasFlash .info-box h2 span{
	font-size: 26px;
	float:left;
}
.sIFR-hasFlash .info-box h2 sup{
	font-size: 7px;
	float:left;
	margin-top:-10px;
	width:35px;
}
/*INNER PAGE*/
.inner{background:#fff url(../images/body-bg2.jpg) repeat-x;}
.inner .main{padding-top:349px;}
.inner .flash-holder{height:160px;}
/*CONTENT PART BACKPAGE1*/
.inner #middle{padding:37px 50px 0 28px;}
.inner h1{
	margin:0 0 12px;
	font-size:210%;
}

/*rule for WolfNet property search, added DB 090901*/
#search_middle{padding:0;}


.inner #middle p{
	margin:0 0 23px;
	font-size:120%;
	line-height:16px;
}

.inner #middle ul{
	margin:-8px 0 23px 10px;
	padding:0;
	list-style:none;
}
.inner #middle ul li{
	background:url(../images/bullet4.gif) no-repeat 0% 5pt;
	padding-left:12px;
	line-height:24px;
	font-size:120%;
}
.inner #middle ul a{
	color:#274663;
	text-decoration:none;
}
.inner #middle ul a:hover, #middle ul li.navon a {text-decoration:underline;}



.inner #middle h1{
color:#274663;
}

.inner #middle h2{
font-size:170%;
color:#274663;
margin:0 0 3px;
}

.inner #middle h3{
font-size:140%;
color:#274663;
margin:0 0 3px;
}

.inner #middle h4{
font-size:140%;
color:#274663;
font-style: italic;
margin:0 0 3px;
}

.inner #middle h5{
font-size:120%;
color:#274663;
margin:0 0 3px;
}





/*CONTENT PART BACKPAGE2*/
/*MAIN COLUMN*/
.main-column{
	width:684px;
	float:right;
	display:inline;
	margin-right:-16px;
}
/*SIDEBAR*/
.sidebar{
	float:left;
	width:244px;
	display:inline;
	margin: 0 0 0 -12px;
}
.inner #middle .sidebar h2{
	color:#333;
	font-weight:normal;
	letter-spacing:0;
	font-size:200%;
	margin-bottom:14px;
}
.inner #middle .sidebar ul{margin:0 0 5px;}
.inner #middle .banner-list li{
	background:none;
	padding:0 0 16px;
}
/*IMAGE HOLDER*/
.image-holder{
	float:right;
	border:1px solid #b2b2b2;
	padding:5px;
	margin-left:10px;
}
.image-holder img{display:block;}
/*CONTENT PART BACKPAGE3*/
.content{
	width:690px;
	float:right;
	overflow:hidden;
	margin:0 -20px 30px 0;
	display:inline;
}
/*RIGHT COLUMN*/
.right-column{
	float:right;
	width:212px;
	margin-top:5px;
}
.inner #middle .right-column h2{
	font-weight:normal;
	font-size:140%;
	letter-spacing:0;
	margin-bottom:4px;
}
#middle .right-column p{
	line-height:16px;
	font-size:120%;
}

#middle .right-column address{
	font-size:120%;
}

/*MAIN COLUMN*/
.backpage3 .main-column{
	width:434px;
	float:left;
	display:block;
}
/*MAIN FORM*/
.inner #middle .main-form{margin:15px 0 0;}
.inner #middle .main-form li{
	overflow:hidden;
	height:1%;
	background:none;
	padding:0;
	margin-bottom:10px;
}
.main-form label{
	width:150px;
	float:left;
	font-size:100%;
	line-height:20px;
}
.main-form input{
	float:left;
	width:270px;
	padding:2px 10px;
	border:1px solid #bbb;
	border-top-color:#949494;
	border-bottom-color:#c9c9c9;
}
.main-form select{
	float:left;
	width:290px;
	font-size:100%;
}
.main-form .radio{
	overflow:hidden;
	height:1%;
}
.main-form .radio input{
	width:16px;
	height:15px;
	padding:0;
	margin:0;
	border:0;
}
.main-form .radio label{width:63px;}
.main-form .button input{
	border:0;
	width:auto;
	height:auto;
	padding:0;
	margin-right:10px;
}

.inner #middle .right-column h2#office {
color:#274663;
font-size:160%;
letter-spacing:-1px;
margin:0 0 7px;
font-weight: bold;
}

h5 {
	font-size: 140%;
}



/* Extraordinary Experience page styles */

#right_sidebar {
	width: 340px;
	float: left;
	}
	
#main_content {
	width: 644px;
	float: right;
	}	



/*Add in styles post-removal of sIFR david@ifuze.com*/


#main-nav li a:link {text-decoration: none;}
#main-nav li a:visited {text-decoration: none;}
#main-nav li a:hover {text-decoration: underline;}
#main-nav li a:active {text-decoration: none;}

#main-nav li.active a {color: #fff;}

/* Content area, lists in lists */
div.main-column ul li ul li {
	font-size: 12px !important;

}



/* Added for "Best Opportunities" sale page, david@ifuze.com 100526 */

#shortsale_all_agents {
	background: #fff url(/shortsale/img/agents.gif) no-repeat 0 0;
	margin: 10px 0;
	padding: 0px 0px 20px 70px;
	width: 500px;
	}
	
#middle #shortsale_all_agents ul {
	margin: 10px 0;
	}	

.shortsale_agents {
	width: 120px;
	margin: 10px;
	float: left;
	}
	
.extraordinary #middle #shortsale_all_agents li {
	/*background:none;
	padding-left:0;*/		
	}

