/*

Stylesheet Master
http://nanda.blanchardandcalhoun.com

*/

	* {
		margin:0;
		padding:0;
		}
	body {
		background:#ffc;
		color:#000;
		font:normal 62.5%/1.4 arial,helvetica,san-serif; /* 62.5% lets you scale text easier. font-size:100% = 10px */
		margin:5px;
		text-align:center;
		}
	a {
		text-decoration:none;
		}

	#page {
		margin:0 auto;
		text-align:left;
		width:960px;
		}

	#navigation {
		display: none;
		}
	#navigation ul {
		list-style:none;
		margin:0;
		padding:0;
		text-indent:0;
		}
	#navigation ul li {
		display:inline;
		}
	#navigation ul li a {
		background:url(/include/layouts/images/bg_topnav_div.gif) 100% 50% no-repeat;
		color:#fff;
		float:left;
		font-size:130%;
		font-weight:normal;
		padding:30px;
		}
	#navigation ul li a:hover {
		background-color:#bac585;
		color:#6d4110;
		}


	#masthead {
		clear:both;
		height:240px;
		margin:0 0 5px;
		}
	#masthead #logo {
		background:#6d4110;
		float:left;
		height:240px;
		margin:0 5px 0 0;
		width:240px;
		}
	#masthead #logo img {
		border:1px solid #fff;
		display:block;
		margin:10px auto;
		height:150px;
		}
	#masthead #logo h2 {
		font:normal 240%/.9 georgia,times,serif;
		padding:0 10px;
		text-align:center;
		}
	#masthead #logo h2 a {
		color:#fff;
		}
	#masthead #logo .vcard {
		color:#fff;
		display:block;
		margin:0;
		text-align:center;
		}
	#masthead #logo .vcard div {
		font-size:130%;
		}
	#masthead #logo .vcard a {
		color:#fff;
		}
	#masthead #photo {
		float:right;
		height:240px;
		width:715px;
		}
	#masthead .photo-1 { background:#6d4110 url(/include/layouts/images/splash_000.jpg) no-repeat 50% 50%; }
	#masthead .photo-2 { background:#6d4110 url(/include/layouts/images/splash_001.jpg) no-repeat 50% 50%; }
	#masthead .photo-3 { background:#6d4110 url(/include/layouts/images/splash_002.jpg) no-repeat 50% 50%; }
	#masthead .photo-4 { background:#6d4110 url(/include/layouts/images/splash_003.jpg) no-repeat 50% 50%; }
	#masthead .photo-5 { background:#6d4110 url(/include/layouts/images/splash_004.jpg) no-repeat 50% 50%; }
	#masthead .photo-6 { background:#6d4110 url(/include/layouts/images/splash_005.jpg) no-repeat 50% 50%; }
	#masthead .photo-7 { background:#6d4110 url(/include/layouts/images/splash_006.jpg) no-repeat 50% 50%; }
	#masthead .photo-8 { background:#6d4110 url(/include/layouts/images/splash_007.jpg) no-repeat 50% 50%; }
	#masthead .photo-9 { background:#6d4110 url(/include/layouts/images/splash_008.jpg) no-repeat 50% 50%; }
	#masthead .photo-10 { background:#6d4110 url(/include/layouts/images/splash_009.jpg) no-repeat 50% 50%; }
	#masthead .photo-11 { background:#6d4110 url(/include/layouts/images/splash_010.jpg) no-repeat 50% 50%; }
	#masthead .photo-12 { background:#6d4110 url(/include/layouts/images/splash_011.jpg) no-repeat 50% 50%; }
	#masthead .photo-13 { background:#6d4110 url(/include/layouts/images/splash_012.jpg) no-repeat 50% 50%; }
	
	#masthead #photo h1 {
		font:normal 430%/.9 georgia,times,serif;
		letter-spacing:-3px;
		padding:10px;
		width:55%;
		filter:shadow(color=#000000, direction=135, strength=3); /*for IE */
		text-shadow:#000 1px 1px 3px; /* For Safari, Opera, etc. */
		-mozilla-text-shadow:#000 1px 1px 3px; /* Maybe Firefox will support this at some point in the future? */
		}
	#masthead #photo h1 a { color:#fff; }
	#masthead #photo .desc {
		background:#6d4110;
		color:#fff;
		float:right;
		font:normal 180% georgia,times,serif;
		margin:90px 5px 0 0;
		padding:10px 20px;
		text-align:right;
		}

	#container {
		margin:0 0 5px;
		}

	#sidebar {
		display: none;
		}
	#sidebar .vcard {
		font-size:120%;
		margin:5px 5px 10px;
		}
	#sidebar .vcard .fn { font-weight:bold; }
	#sidebar .vcard a { color:#fff; }
	#sidebar .vcard ul { list-style:none; margin:0; text-indent:0; }

	#sidebar #agent-photo {
		background:#000;
		height:240px;
		}
	#sidebar #subnav {
		list-style:none;
		margin:0 0 20px;
		padding:20px;
		text-indent:0;
		}
	#sidebar #subnav li {
		border-bottom:1px solid #6d4110;
		display:block;
		font-size:130%;
		padding:5px;
		text-align:center;		
		}
	#sidebar #subnav li a {
		color:#fff;
		display:block;
		font-weight:normal;
		}
	#sidebar #subnav li a:hover {
		color:#6d4110;
		}
	#sidebar #logo {
		margin:2em 0 0;
		text-align:center;
		}
	#sidebar #logo img {
		border:0;
		}
	#content {
		background:#bac585;
		float:left;
		padding:10px;
		
		}
	* html #content { overflow:hidden; width:695px !important; }
	#content #static { padding:0 10px; }
	#content #static img { border:5px solid #fff; }
	#content h1 { color:#333; font-size:24px; margin:0 0 5px; }
	#content #agent-name { font-size:280%; }
	#content p { font-size:130%; margin:0 0 1em; padding:0 0 0 0 !important; }

	#footer {
		background:#6d4110;
		clear:both;
		color:#fff;
		font-size:130%;
		padding:10px;
		text-align:center;
		}

	#buttons {
		background: #dbdbdb;
		display: block;
		height: 110px;
		width: 227px;
		float: left;
		padding-left: 5px;
		}
	#find {
		float: left;
		margin-bottom: 5px;
		margin-top: 3px;
		}
	#mapping {
		float: left;
		margin-bottom: 5px;
		}
	#explore {
		float: left;
		}
	#leftcontent {
		width: 222px;
		padding-left: 10px;
		}
	#leftcontent img {
		margin-bottom: 5px;
		}
	#leftcontent h2 {
		color: #c92929;
		font-size: 23px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		padding: 10px 0 5px 20px;
		text-align: left;
		}
	#contact {
		background:url("/include/layouts/images/contact-w.gif") 0px no-repeat;
		display: block;
		height: 171px;
		width: 221px;
		margin-bottom: 5px;
		margin-top: 5px;
		}
	* html #contact {
		background:url("/include/layouts/images/contact-w.gif") 0px no-repeat;
		display: block;
		height: 171px;
		width: 221px;
		margin-bottom: 5px;
		margin-top: 5px;
		}
	#contact p {
		color: #000;
		margin-left: 10px;
		}
	#leftcontent p {
		color: #000;
		font-size: 13px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		padding: 5px 0 5px 20px;
		text-align: left;
		}
	#spacer {
		display: block;
		height: 65px;
		}

	#content table { border:0; border-collapse:collapse; border-spacing:0; }

.header { background:#6d4110; border:1px solid #6d4110; color:#fff; font:bold 11px arial,helvetica,sans-serif; padding:5px; text-align:left; }	
tr.detail1 td,
tr.detail0 td { border:1px solid #6d4110; font:normal 11px arial,helvetica,sans-serif; padding:5px; }
tr.detail0 td { background:#edf7bf; }
tr.detail1 td { background:#fff; }
tr.detail1 td a,
tr.detail0 td a { color:#000 !important; font-weight:bold; }

td.photo { color: #FFFFFF; font-size: 12px }
td.white { color: #FFFFFF; font-size: 12px }
td.small      { color: #000; font-size: 12px; line-height: 21px; }
td u { text-decoration: none; }


/*others */
.info         { color: green; }
.error        { color: #c00; font-weight:bold; }

/* Content Styles */
.contenttext { font-size: 12px; }
.contenttext a img{border:none;}
.contenttext a:hover img{border:none;}

.classlinks {margin-left:150px;}
.classlinks td{padding:10px;}
.classlinks a{border:0px solid #000;}

.mortlogo img {border:none;}

.backtop { float:right; margin:-17px 0 0 0; }
.backtop img { padding:0 3px 0 0; }
.viewlinks img {margin:0 3px -2px 0; padding:0 2px 0 0;}


#content a { color:#1a2f76; }
#content a:hover { color:#353535; }
#content a h4 { font-size:14px; }

#content p {
padding:5px 25px 0 20px;
align:left;
}
#content ul.resource-list { list-style:none; margin:0; text-indent:0; }
#content ul.resource-list li { background:url("/images/web_16.gif") no-repeat; padding:0 0 10px 22px; }

.bold {
font-weight:bold;
}
.altsearch {
font-size:.8em;
text-align:center;
padding:10px 0 0 0;
}
.altsearch a {
font-weight:bold;
}
.small {
font-size:12px;
}
.verysmall {
font-size:12px;
}
.smallbold {
font-weight:bold;
/*font-size:.75em;*/
font-size:12px;
}
.contenttitle {
border-bottom:1px solid #fff;
font:bold 1.8em georgia,times,serif !important;
margin:0 0 .5em; 
padding:5px 0; 
}
.Contensubtitle {
font-size:1.1em;
font-weight:bold;
}
.contentblock {
font-size:.9em;
padding: 0 auto;
}	
.Contentsummary {
font-style:italic;
}
.Contenttext { padding:10px; }
.Contentphoto {

}
.contenturl { text-decoration:none; }

.Contentbulletlist { padding:0 0 0 30px; }
.Contentbulletitem { font-size:.9em; }
.officelist a {
font-size:.9em;
font-weight:normal;
color:#000;
width:220px;
margin:2px 0 2px 20px;
padding:2px 12px;
border:1px solid #000;
display:block;
background:#eec;
}
.officelist a:hover {
background:#E11836;
color:#fff;
text-decoration:none;
}
.officelist {
list-style:none;
}
.textbutton {
padding:0;
margin:0;	
}
.textbutton a {
font-size:.9em;
font-weight:bold;
color:#fff;
margin:2px;
padding:2px 12px;
border:1px solid #000;
background:#c00;
width:200px;
}
.textbutton a:hover {
background:#000;
color:#fff;
text-decoration:none;
}
.textbutton2 {
padding:10px;
margin:0;
text-align:center;
vertical-align:top;
}
.textbutton2 a {
font-size:11px;
font-weight:bold;
color:#fff;
margin:2px;
padding:5px 12px 5px 12px;
border:1px solid #000;
background:#ccc;
}
.textbutton2 a:hover {
background:#fff;
color:#fff;
text-decoration:none;
}

#content .pagehead {
padding:20px 0 0 0;
font-size:1.2em;
font-weight:bold;
text-align:left;
}
#flash {
border:1px solid #fff;
vertical-align:top;
background:#888;
}

#officepic {
margin-right:80px;
border:2px solid #000;
}
.newssummary {
font-size:.85em;
font-weight:bold;
font-style:italic;
}


#communities { border:1px solid #e6e6e6; border-collapse:collapse; border-spacing:0; margin:10px 0 0; width:500px; }
#communities td { border:1px solid #e6e6e6; font-size:13px; padding:2px; text-align:center; }

#contact-form { border:0; border-collapse:collapse; border-spacing:0; font-size:13px; margin:10px 0; }
#contact-form td, #contact-form th { padding:4px; vertical-align:top; }
#contact-form th { font-weight:bold; text-align:right; }
#contact-form th.hdr { text-align:left; }
#contact-form .small { font-size:13px; } /* *KLUDGE* Stupid fix to correct programming font-size issue... */

#value-form { border:0; border-collapse:collapse; border-spacing:0; font-size:13px; margin:10px 0; }
* html	#value-form { margin:10px -20px 0 0; }
#value-form td, #value-form th { padding:1px; vertical-align:top; }
#value-form th { font-weight:bold; text-align:right; }
#value-form th.hdr { text-align:left; }
#value-form .small { font-size:13px; } /* *KLUDGE* Stupid fix to correct programming font-size issue... */

#content fieldset { border:0; border-collapse:collapse; border-spacing:0; margin:0px; padding:0; }
#content fieldset legend {  background:none; border:0; color:#333; font:bold 24px arial,helvetica,sans-serif; margin:0 0 10px 0; padding:0px; text-indent:0; }
#content fieldset p { font-size:13px; }
* html #content fieldset legend { margin-top:15px; }
* html #content fieldset { margin:0px; }

#content #form-nav { display:block; margin:0 15px; text-align:center; width:680px; }
#content #form-nav .prev { background:#ccc; border:1px solid #000; float:left; font-size:11px; margin:0 0 2px; padding:3px; width:75px; }
#content #form-nav .next { background:#ccc; border:1px solid #000; float:right; font-size:11px; margin:0 0 2px; padding:3px; width:75px; }

#content table p { padding:0 0 7px; }



#disclaimer { clear:both; font-size:10px; margin:10px 15px 25px; width:660px; }
#disclaimer p { font-size:10px; margin:0 0 5px; padding:0; }
#disclaimer .left { border:0; float:left; margin:0 5px 0 0; }

/* New Communities Image Map */

	#communitiesmap { background:url("/images/neighborhood_map.jpg") no-repeat; height:732px; 
		margin:10px 0 0 0; position:relative; width:680px; }
	#communitiesmap img { border:0; }
	#communitiesmap p { margin:0; padding:0; }
	#communitiesmap a { height:20px; text-decoration:none; position:absolute; width:20px; }
	#communitiesmap a h4 { display:none; }
	#communitiesmap a span { display:none; }
	#communitiesmap a:hover { border:0; }
	#communitiesmap a:hover span { background:#ff9; border:1px solid #c00; color:#000; display:block; 
		font:normal 11px tahoma,verdana,sans-serif; left:10px; padding:5px; position:relative; top:10px; width:210px; }

	#communitiesmap a.hood-01 { left:56px; top:338px; }
	#communitiesmap a.hood-02 { left:61px; top:183px; }
	#communitiesmap a.hood-03 { left:271px; top:109px; }
	#communitiesmap a.hood-03:hover span { left:-200px; top:10px; }
	#communitiesmap a.hood-04 { left:499px; top:695px; border:0px solid #000;}
	#communitiesmap a.hood-04:hover span { left:-200px; top:-55px; }
	#communitiesmap a.hood-05 { left:317px; top:154px; }
	#communitiesmap a.hood-06 { left:480px; top:596px; }
	#communitiesmap a.hood-06:hover span { left:-200px; top:10px; }
	#communitiesmap a.hood-07 { left:297px; top:113px; }
	#communitiesmap a.hood-08 { left:313px; top:50px; }
	#communitiesmap a.hood-09 { left:449px; top:585px; }
	#communitiesmap a.hood-09:hover span { left:-200px; top:-55px; }
	#communitiesmap a.hood-10 { left:471px; top:696px; }
	#communitiesmap a.hood-10:hover span { left:-200px; top:-55px; }
	#communitiesmap a.hood-11 { left:23px; top:200px; }
	#communitiesmap a.hood-12 { left:276px; top:84px; }
	#communitiesmap a.hood-13 { left:131px; top:145px; }
	#communitiesmap a.hood-14 { left:240px; top:707px; }
	#communitiesmap a.hood-14:hover span { left:-200px; top:-50px; }
	#communitiesmap a.hood-15 { left:239px; top:87px; }
	#communitiesmap a.hood-15:hover span { left:-200px; top:-50px; }
	#communitiesmap a.hood-16 { left:109px; top:175px; }
	#communitiesmap a.hood-17 { left:373px; top:77px; border:0px solid #000;}
	#communitiesmap a.hood-18 { left:110px; top:202px; }
	#communitiesmap a.hood-19 { left:352px; top:421px; }
	#communitiesmap a.hood-20 { left:143px; top:205px; border:0px solid #000;}
	#communitiesmap a.hood-21 { left:353px; top:185px; }
	#communitiesmap a.hood-21:hover span { left:10px; top:-50px; }
	#communitiesmap a.hood-22 { left:490px; top:230px; }
	#communitiesmap a.hood-22:hover span { left:-200px; top:-10px; }
	#communitiesmap a.hood-23 { left:278px; top:590px; }
	#communitiesmap a.hood-23:hover span { left:-200px; top:-55px; }
	#communitiesmap a.hood-24 { left:455px; top:337px; }
	#communitiesmap a.hood-25 { left:473px; top:362px; border:0px solid #000;}
	#communitiesmap a.hood-25:hover span { left:-200px; top:10px; }
	#communitiesmap a.hood-26 { left:10px; top:281px; border:0px solid #000;}
/* End New Communities Image Map */	

/* Property Detail Page */

#cstable {
background:#fff;
border:1px solid #fff;
border-collapse:collapse;
border-spacing:0;
}
#cstable td { border:1px solid #fff !important; }
#cstable .small {
font-size: 12px;
}
#propdetails td {
margin:0 auto;
padding:0 auto;
border:0px solid #000;
}
.cs {
font-size:12px;
font-weight:bold;
text-align:center;
}
.pg-title {
font-weight:bold;
color:#555;
}
#homedetails table {
background:#fff;
}
.nextprev {
font-size:.75em;
font-weight:bold;
padding:0 12px 0px 12px;
}
#bottomdetails {
padding:0 auto;
margin:0 auto;
}
#viewmap {
padding:0;
margin:10px;
}
.remarks {
font-size:.75em;
text-transform:capitalize;
padding:0 20px 10px 20px;
margin:0;
width:90%;	
}

.detailatt {
font-size:.75em;
padding:0;
margin:0 0 -2px 0;
list-style:none;
}
.propdetail a {
font-size:.7em;
font-weight:normal;
color:#000;
width:220px;
margin:2px;
padding:2px 12px;
border:1px solid #000;
display:block;
background:#eec;
}
.propdetail a:hover {
background:#E11836;
color:#fff;
text-decoration:none;
}

.disclaimer { 
background:#fff; 
padding:6px;
font-size:.65em;
margin-right:0 auto;
}	
.photogallery {
font-weight:bold;
}

/* Form Styles */

#content form {
padding:0 0px 10px 0px;
font-size:.9em;
}
label {
width: 8em;
margin-right: 0.5em;
}
.submit input {
margin-left: 4.5em;
}

.submit input {
color: #fff;
background: #ffa20f;
border: 2px outset #000;
}

.proptext {
padding:5px;
font-size:.8em;
text-align:left;
}
select, .select { font-size:10px; }
.pageselect { width:50px; }
.bselect { width:100px; }

/* END Form Styles */	

#new-communities { margin:15px; }
#new-communities dl { clear:both; margin-bottom:7px; }
#new-communities dl dt { float:left; text-align:center; width:125px; }
#new-communities dl dd { font-size:13px; margin-left:130px; }
#new-communities dl dd h3 { color:#333; font:bold 16px georgia,times,serif; }
#new-communities img { border:0; }
#communities td { border:1px solid #e6e6e6; font-size:13px; padding:2px; }

#photo-callout { float:left; margin:10px 10px 0 0; width:120px; }
#photo-callout img { margin:0 0 5px 0; }

#property-detail { border:0 solid #9baa59; border-collapse:collapse; border-spacing:0; margin:0; padding:0; width:950px; }
#property-detail img { border:0; }
#property-detail td { border:1px solid #9baa59; vertical-align:top; }
#property-detail #details { padding:5px; }
#property-detail #details dl { background:#fff; border:solid #e6e6e6; border-width:0 0 1px 0; font-size:11px; margin:0 0 10px; padding:0; }
#property-detail #details dl dt { border-top:1px solid #e6e6e6; float:left; font-weight:bold; padding:3px; width:100px; }
#property-detail #details dl dd { border:solid #e6e6e6; border-width:1px 0 0 1px; display:block; margin-left:100px; padding:3px; }

#property-detail #photo { padding:5px; text-align:center; }
#property-detail #photo #browse-pics { border:0; border-collapse:collapse; border-spacing:0; font:bold 12px arial,helvetica,sans-serif; margin:0 auto; text-align:center; }
#property-detail #photo #browse-pics td { background:url("/images/buttons/gallery_bg1_btn.gif") repeat-x; color:#fff; padding-top:3px; text-align:center; width:22px; }
#property-detail #photo #browse-pics td.nav {padding-top:0; }
#property-detail #photo #browse-pics td input.pgnum { background:none; border:0; color:#fff; font:bold 12px arial,helvetica,sans-serif; height:20px; text-align:center; vertical-align:middle; width:22px; }
* html #property-detail #photo #browse-pics td input.pgnum { margin-top:-2px; }

#property-detail #photo ul#features { list-style:none; margin:0; padding:0; text-indent:0; }
#property-detail #photo ul#features li { display:inline; }
#property-detail #photo ul#features li a { background:#fff; border:1px solid #6d4110; color:#6d4110; display:block; font-size:11px; margin:0 0 2px; padding:3px; }


#mls-search { background:none; border:0; border-collapse:collapse; border-spacing:0; font-size:13px; height:25px;
	margin:0 15px 2px; padding:5px; width:650px; }
#mls-search input, #mls-search strong { display:block; float:left; margin:3px; }
#mls-search input { font-size:13px; }

#offices { border:0; border-collapse:collapse; border-spacing:0; margin:10px 15px 7px; }
#offices td { padding:0 25px 5px 0; }

#search-form { border:0; border-collapse:collapse; border-spacing:0; font-size:13px; margin:15px 0; width:675px; }
#search-form td, #search-form th { padding:4px; }

#search-results { background:#fff; border:1px solid #e6e6e6; border-collapse:collapse; border-spacing:0;
	font-size:12px; margin: 0 15px 2px; padding:0; width:675px; }

#search-results td, #search-results th { border:1px solid #e6e6e6; padding:5px; text-align:left; vertical-align:top; }
#search-results td.price { font:weight:bold; height:20px; }
#search-results td.propimg { width:128px; }
#search-results th { background:#f7f7f7; }
#search-results tr td table { border:1px solid #e6e6e6; border-collapse; border-spacing:0; }
#search-results tr td table tr td { padding:0; }
#search-results tr td table tr td.details table { border:0; width:100%; }
#search-results tr td table tr td.details table tr td { border:0; }
#search-results tr td table tr td.address { font-size:13px; font:weight:bold; text-align:right; width:25%; }

#search-results-hdr { background:none; border:0; border-collapse; border-spacing:0; font-size:12px; margin:0 15px 2px; padding:0; width:650px; }
#search-results-hdr td { padding:0px; vertical-align:top; }
#search-results-hdr td.pagejump { text-align:right; }


div.clear { clear:both; font-size:1px; height:1px; width:1px; }
ul { list-style:square; margin:0 0 7px 25px; }

#content #submitbutton { background:#c00; border:1px solid #000; color:#fff; font-size:14px; font-weight:bold; margin:10x auto; padding:5px 10px; text-align:center; text-decoration:none; width:150px; }

#content .backbutton {
margin:10px 0 15px 0;
text-align:center;
}
#content .backbutton a {
background:#c00;
border:1px solid #000;
color:#fff;
font-size:11px;
font-weight:bold;
margin:10x auto;
padding:5px 10px;
text-align:center;
text-decoration:none;
width:150px;
}
#content .backbutton a:hover {
color:#fc0;
}

#content .req { color:#c00; font-weight:bold; }

#intro p { font-size:13px !important; font-weight:normal !important; }
.existing { font-size:14px; font-weight:bold; }

/* Hacks, Fixes and Bears! Oh My! */
.clearfix:after,
*:first-child+html .clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix,
*:first-child+html .clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix,
*:first-child+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */




