@charset "UTF-8";
/* CSS Document */

/* Page Setup */

html {
height:100%
}

body {
height:100%;
background-image:url(../images/sliced/background.jpg);
background-repeat:repeat-x
}

#clr {
clear:both
}

/* General Layout */

#container {
	width:100%;
	min-height:100%;
	position:relative;
	font-family: inherit;
}

#header {
	background-image:url(../images/sliced/hdr_bkg.jpg);
	width:100%;
	height:184px;
	background-repeat:repeat-x
}

#body {
	width:960px;
	margin:0 auto;
	padding-bottom:201px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:201px;   /* Height of the footer */
   background-image:url(../images/sliced/footer_bkg.gif);
   background-repeat:repeat-x
}

/* Header Content */

#header_inner {
	width:960px;
	height:184px;
	position:relative;
	margin:0 auto
}

#hdr_logo {
	position:absolute;
	top:24px; left:0px;
	width:215px; height:121px;
	background-image:url(../images/sliced/allabouthomes_logo.png);
	background-repeat:no-repeat
}

#realsalesTxt_hdr {
	position:absolute;
	width:444px;
	height:62px;
	background-image:url(../images/sliced/realsalesTxt_hdr.png);
	background-repeat:no-repeat;
	top:85px;
	right:0px
}

#nav_container {
	position:absolute;
	width:610px;
	height:34px;
	bottom:0px; left:180px
}

.navbtn_bkg {
	background-image:url(../images/sliced/navbtn_bkg.png);
	width:122px;
	height:34px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer
}

.navbtn_hover {
	background-image:url(../images/sliced/navbtn_hover.png);
	width:122px;
	height:34px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

.home_btn {
	width:50px;
	height:24px;
	background-image:url(../images/sliced/homebtn.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:8px
}

.listings_btn {
	width:63px;
	height:24px;
	background-image:url(../images/sliced/listingsbtn.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:8px
}

.sellhome_btn {
	width:96px;
	height:24px;
	background-image:url(../images/sliced/sellhomebtn.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:8px
}

.about_btn {
	width:76px;
	height:24px;
	background-image:url(../images/sliced/aboutbtn.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:8px
}

.contact_btn {
	width:88px;
	height:21px;
	background-image:url(../images/sliced/contactbtn.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:13px
}


/* Body Content */

#main_container {
	width:960px;
	min-height:600px;
	height:auto !important;
    height:600px;
	position:relative;
	margin:0 auto
}

#leftpane {
	width:500px; height:auto;
	float:left;
	padding-top:25px
}

.welcomeTxt {
	width:190px;
	height:51px;
	background-image:url(../images/sliced/welcomeTxt.png);
	background-repeat:no-repeat
}

.welcomeTxt_box {
	width:407px;
	height:auto;
	padding-bottom:20px
}

.experienceTxt {
	width:407px;
	height:41px;
	background-image:url(../images/sliced/experienceTxt.png);
	background-repeat:no-repeat;
	padding-bottom:50px
}

.servicesBox {
	width:408px;
	height:218px;
	background-image:url(../images/sliced/services_box.gif);
	background-repeat:no-repeat;
	position:relative
}

.servicesList {
	width:261px;
	height:92px;
	background-image:url(../images/sliced/serviceslistTxt.png);
	background-repeat:no-repeat;
	top:60px;
	left:25px;
	position:absolute
}

.servicesTxt_box {
	width:380px;
	height:auto;
	top:160px; left:20px;
	position:absolute
}

#rightpane {
	width:460px;
	height:auto;
	float:right;
	padding-top:60px
}

.featuredTxt {
	width:211px;
	height:43px;
	background-image:url(../images/sliced/featuredhomesTxt.png);
	background-repeat:no-repeat;
	margin-left:10px
}

.featuredTxt_Box {
	width:400px;
	height:auto;
	padding-bottom:15px;
	margin-left:10px
}

.homeimgTHFR {
	width:192px;
	height:159px;
	margin-right:10px;
	background-image:url(../images/sliced/homeimgbkg.png);
	background-repeat:no-repeat
}

.homeimgTH {
	width:151px;
	height:100px;
	padding: 15px 6px 10px 19px;
}

.clicktoviewTxt {
	width:89px;
	height:17px;
	background-image:url(../images/sliced/clicktoviewTxt.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:90px
}

.clicktoviewTxt_sub {
	width:89px;
	height:17px;
	background-image:url(../images/sliced/clicktoviewTxt.png);
	background-repeat:no-repeat;
	margin-left:120px;
	margin-bottom:10px
}

.txtField {
	width:400px;	
	border:2px solid #f5d989;
	background-color: #EFEFEF;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px; color:#333;
	margin-bottom:10px
}

.txtHdr {
	width:400px;
	margin-bottom:5px;
	margin-left:3px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px; color:#000;
	font-weight:bold;
	letter-spacing:-1px
}

.txtArea {
	width:400px; 
	height:100px;
	border:2px solid #f5d989;
	background-color: #EFEFEF;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px; color:#333;
	margin-bottom:10px;
	overflow:hidden
}

.contactform {
	width:440px;
	height:auto
}

.sendmsgBtn {
	width:222px;
	height:41px;
	background-image:url(../images/sliced/sendmsgBtn.png);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px
}

.success {
	width:343px;
	height:62px;
	background-image:url(../images/sliced/emailconfTxt.png);
	background-repeat:no-repeat;
	margin-top:100px
}

.contactHdr {
	width:251px;
	height:51px;
	background-image:url(../images/sliced/contactusTxt.png);
	background-repeat:no-repeat;
	padding-bottom:5px
}

.contactTxtBox {
	width:400px;
	height:auto;
	padding-bottom:20px
}

.aboutTxt {
	width:237px;
	height:53px;
	background-image:url(../images/sliced/aboutusTxt.png);
	background-repeat:no-repeat;
	margin-bottom:5px 
}

.aboutTxtBox {
	width:400px;
	height:auto;
	margin-bottom:20px
}

.privacyHdr {
	width:367px;
	height:71px;
	background-image:url(../images/sliced/privacyTxt.png);
	background-repeat:no-repeat;
	padding-bottom:5px
}

.privacyTxtBox {
	width:400px;
	height:auto;
	padding-bottom:20px
}

.localresourcesHdr {
	width:362px;
	height:61px;
	background-image:url(../images/sliced/localresourcesTxt.png);
	background-repeat:no-repeat;
	margin-bottom:5px
}

.listingsHdr {
	width:339px;
	height:69px;
	background-image:url(../images/sliced/currentlistingsTxt.png);
	background-repeat:no-repeat;
	margin-bottom:5px
}

.localresourcesTxtBox {
	width:400px;
	height:auto;
	line-height:15px;
	margin-bottom:20px
}

.listingsTxtBox {
	width:270px;
	height:auto;
	line-height:15px;
	margin-bottom:20px
}

.listingsLeft {
	width:340px;
	min-height:500px;
	height:auto !important;
    height:500px;
	float:left;
	margin-top:25px
}

.listingsRight {
	width:620px;
	float:left
}
	

.localresourcesCats {
	width:400px;
	height:auto;
	margin-bottom:20px
}

.listingnav {
	text-align:right;
	padding-right:30px;
	margin-bottom:50px
}

.linksBox {
	width:180px;
	height:auto;
	padding-right:10px;
	padding-bottom:20px
}

.rentownBox {
	width:500px;
	height:400px;
	background-image:url(../images/sliced/rentown.jpg);
	background-repeat:no-repeat
}

.linksbkgTop {
	width:430px;
	height:10px;
	background-image:url(../images/sliced/linksbkgTop.png);
	background-repeat:no-repeat
}

.linksbkgMid {
	width:410px;
	min-height:350px;
	height:auto !important;
    height:350px;
	padding-top:10px;
	padding-left:20px;
	background-image:url(../images/sliced/linksbkgMid.png);
	background-repeat:repeat-y
}

.linksbkgBtm {
	width:430px;
	height:10px;
	background-image:url(../images/sliced/linksbkgBtm.png);
	background-repeat:no-repeat
}

.linksboxHdr {
	width:400px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#900;
	letter-spacing:-1px;
	padding-top:90px;
	padding-left:7px;
	margin-bottom:5px;
	line-height: 25px;
}

.listingsboxHdr {
	width:400px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#900;
	letter-spacing:-1px;
	padding-top:120px;
	padding-left:7px;
	margin-bottom:5px;
	line-height: 25px;
}


/* Large Map page */

.map_canvas {
	width:830px;
	height:480px
}

.maphdr {
	width:850px;
	height:auto;
	text-align:right;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:5px
}

.largemapbkg {
	width:830px;
	height:480px;
	background-image:url(../images/sliced/largemapbkg.gif);
	background-repeat:no-repeat;
	padding:10px;
	margin:0 auto
}

.viewmapTxt {
	width:240px;
	height:72px;
	background-image:url(../images/sliced/viewmapTxt.png);
	background-repeat:no-repeat;
	margin-top:25px;
	float:left
}

.viewmapDesc {
	width:400px;
	height:auto;
	line-height:15px;
	clear:both
}

.returnidxmap {
	width:165px;
	height:24px;
	background-image:url(../images/sliced/returntoindexTxt.png);
	background-repeat:no-repeat;
	float:right;
	margin-top:25px 
}

.aboutgraphic {
	width:319px;
	height:358px;
	background-image:url(../images/sliced/aboutgraphic.png);
	background-repeat:no-repeat
}

.findhomegraphic {
	width:204px;
	height:181px;
	background-image:url(../images/sliced/findhomegraphic.png);
	background-repeat:no-repeat;
	float:right;
	margin-top:50px
}

/* Property_detail page */

#prop_leftpane {
	width:230px; height:auto;
	float:left;
	padding-top:15px
}

#prop_midpane {
	width:315px; height:auto;
	float:left;
	padding-top:70px	
}

#prop_rightpane {
	width:405px; height:auto;
	float:right;
	padding-top:40px
}

.homedetailsTxt {
	width:208px;
	height:34px;
	background-image:url(../images/sliced/homedetailsTxt.png);
	background-repeat:no-repeat;
	margin-bottom:10px
}

.returnidxTxt {
	width:165px;
	height:24px;
	float:right;;
	margin-bottom:5px;
	background-image:url(../images/sliced/returntoindexTxt.png);
	background-repeat:no-repeat
}

.mapcontainer {
	width:385px;
	height:230px;
	clear:right;
	padding:10px;
	background-image:url(../images/sliced/mapbkgSm.gif);
	background-repeat:no-repeat
}

.mapinnercontainer {
	width:385px;
	height:230px;
}

.propbedbath {
	padding-bottom:15px
}

.propadd {
	padding-bottom:7px	
}

.propdescTxt {
	width:82px;
	height:20px;
	background-image:url(../images/sliced/descTxt.png);
	background-repeat:no-repeat
}

.propdesc {
	width:300px;
	height:auto;
	line-height:15px;
	padding-bottom:20px	
}

.listingdetailsTxt {
	width:108px;
	height:20px;
	background-image:url(../images/sliced/listingdetailsTxt.png);
	background-repeat:no-repeat;
	padding-bottom:5px
}

.accordion {
	width:300px;
	height:auto;
	font-size:12px
}

.btncontainer {
	width:400px;
	height:31px;
	margin-top:10px;
	margin-bottom:20px
}

.viewlocalBtn {
	width:120px;
	height:31px;
	background-image:url(../images/sliced/viewlocalBtn.png);
	background-repeat:no-repeat;
	padding-right:20px;
	float:left
}

.viewlargemapBtn {
	width:120px;
	height:31px;
	background-image:url(../images/sliced/viewlargemapBtn.png);
	background-repeat:no-repeat;
	padding-right:20px;
	float:left
}

.videotourBtn {
	width:120px;
	height:31px;
	background-image:url(../images/sliced/videotourBtn.png);
	background-repeat:no-repeat;
	float:right
}

.videotourBtn_OFF {
	width:120px;
	height:31px;
	background-image:url(../images/sliced/videotourBtnOFF.png);
	background-repeat:no-repeat;
	float:right
}

.directionsTxt {
	width:74px;
	height:14px;
	clear:both;	
	background-image:url(../images/sliced/directionsTxt.png);
	background-repeat:no-repeat;
	margin-bottom:5px
}

.directions {
	width:390px;
	height:auto;
	line-height:15px
}

.propimgLGBkg {
	width:230px;
	height:160px;
	background-image:url(../images/sliced/propdetailLgImgBkg.png);
	background-repeat:no-repeat
}

.propimgInnerContainer {
	width:202px;
	height:135px;
	padding:10px 0px 5px 12px
}

.propimgSMbkg {
	width:110px;
	height:78px;
	background-image:url(../images/sliced/propdetailSmImgBkg.png);
	background-repeat:no-repeat
}

.propimgSMInnerContainer {
	width:100px;
	height:68px;
	padding:5px 0px 5px 5px
}

.sellhomesubtxt {
	width:400px;
	height:auto;
	margin-top:20px 
}

.sellhomeTxt {
	width:277px;
	height:53px;
	background-image:url(../images/sliced/sellahomeTxt.png);
	background-repeat:no-repeat
}

/* Footer Content */

#footer_inner {
	position:relative;
	width:960px; 
	height:201px;
	margin:0 auto
}

.sitemapTxt {
	width:66px;
	height:19px;
	position:absolute;
	top:15px; left:0px;
	background-image:url(../images/sliced/sitemapfooterTxt.png);
	background-repeat:no-repeat
}

.sitemapBox {
	width:200px;
	height:auto;
	position:absolute;
	top:35px; left:0px
}

.resourcesTxt {
	width:75px;
	height:19px;
	position:absolute;
	top:15px; left:400px;
	background-image:url(../images/sliced/resourcesfooterTxt.png);
	background-repeat:no-repeat
}

.resourcesBox {
	width:200px;
	height:auto;
	position:absolute;
	top:35px; left:400px
}

.contactinfoTxt {
	width:93px;
	height:19px;
	position:absolute;
	top:15px; left:790px;
	background-image:url(../images/sliced/contactfooterTxt.png);
	background-repeat:no-repeat
}

.contactinfoBox {
	width:170px;
	height:auto;
	position:absolute;
	top:35px; left:790px
}

.copyrightBox {
	text-align:right;
	width:500px;
	height:auto;
	position:absolute;
	right:0px; bottom:5px;
}

#valid_xhtml {
	position:absolute;
	left:0px; bottom:5px;
	width:80px; height:15px;
	background-image:url(../images/sliced/valid_xhtml.gif);
	background-repeat:no-repeat;
}

	


	
