/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/BG.jpg") repeat fixed;
	font-family:arial,sans-serif;
	font-size:13px;
	color:#2c2828;
	
}

hr {
	color: #66644d;
	height: 1px;
}

/* main table */

div#container {
	position:absolute; /* needed for footer positioning*/
	top:0;
	left:50%;
	z-index:1;
	margin:0 0 0 -480px; /* center, not in IE5 */
	padding: 0 15px;
	background: URL("/graphics/grad990.png") repeat-y; /* page bg with fade */
	_background: URL("/graphics/grad990.gif") repeat-y; /* page bg used in IE6 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:960px;
	height:430px;
	margin: 0 auto 0 auto;
	position:relative;
}

div#header_splash {
	width:960px;
	height:475px;
	margin: 0 auto 0 auto;
	position:relative;
}

div#header_siteplan {
	width:960px;
	height:148px;
	margin: 0 auto 0 auto;
	position:relative;
	background: URL("/graphics/siteplanBG.gif") no-repeat;
}
	
div#content {
	padding:0 0 265px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	width:960px;
	height:292px;
	background: #361616;
	font-size:11px;
	line-height:18px;
	color: #e1dcdc;
	margin: 0 auto 0 auto;
	
	position:absolute;
	bottom:0; /* stick to bottom */
	visibility: hidden;
	border-top:13px solid #fff;

}





/* content formatting */

#splashpagecontent {
	width: 960px;
	margin: 0;
	overflow: auto;
	line-height:22px;
}

#ctpagecontent {
	width: 850px;
	margin: 37px 0 20px 55px;
	overflow: auto;
	line-height:22px;
}

#pagecontent {
	width: 560px;
	padding:0 46px 0 16px;
	margin: 37px 18px 20px 0;
	line-height:22px;
	float:right;
	display:inline;
}

#homeplans {
	width:622px; 
	margin:0 -46px 0 -16px;
}

#homeplansbar {
	width:386px;
	height:89px;
	padding:27px 0 0 14px;
	margin:-10px 0 21px 0;
	background: URL("/graphics/homeplansbar4.gif") no-repeat;
	color:#fff;
	float:left;
}

#homeplansbar p{
	margin:5px 0;
}

#homeplansbar2 {
	width:366px;
	height:169px;
	padding:7px 0 0 23px;
	margin:0 0 21px 0;
	background: #ebe8d7;
	color:#fff;
}

#homeplansbar2 p{
	margin:3px 0;
}

.hpk {
	float:left;
	border-right:1px solid #fff;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	display:inline;
}

.hpk2 {
	float:left;
	border-left:1px solid #fff;
	padding:0 10px;
	margin:0 0 0 0;
	display:inline;
}

.hpk3 {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 0;
	display:inline;
}

.hpk4 {
	float:left;
	margin:0 10px 0 0;
	padding:2px 0 0 0;
	.padding:0 0 0 0;
	display:inline;
}

.hpk5 {
	float:left;
	margin:0 5px 0 0;
	padding:0 0 0 0;
	.padding:0 0 0 0;
	display:inline;
}

.homebox {
	padding:0 9px;
	text-align:center;
	line-height:17px;
	margin:11px 0;
	float:left;
	position:relative;
}

.homebox img {
	border:0;
	margin:0 0 5px 0;
}

.homebox a {
	color:#555030;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	 outline: none;
	 text-decoration:none;
}

.homebox a:hover{
	color: #948b55;
	text-decoration: none;
}

.new {
	position:absolute;
	top:0;
	right:10px;
	z-index:100;
}

#siteplan1content {
	width:681px;
	margin:0;
	overflow: hidden;
	line-height:22px;
	float:right;
	display:inline;
}

#leftbar {
	width: 279px;
	margin:0;
	overflow: auto;
	float:left;
}

#learnmore {
	width: 212px;
	margin: 28px 0 0 0;
	padding:25px 29px 30px 38px;
	background:#e6e3ce;
	overflow: hidden;
	font-size:12px;
	line-height:20px;
}

#learnmore h2{
	font-size:26px;
	margin:0 0 2px -2px;
}

.ask2 {
	margin:0px 0 20px 0;
	border:0;
}

#realtorbox {
	padding:12px 0 0 0;
	margin:5px 0 0 0;
	font-size:14px; 
	line-height:16px;
}
#realtorbox img{
	margin:-12px 14px 0 0;
	float:left;
	width:75px;
}

#realtorbox p{
	margin:3px 0 0 0;
}

#logolink {
	width:175px; 
	height:72px; 
	border:0; 
	position:absolute;
	top:7px;
	left:42px;
	z-index:100;
}

#warrantylink {
	width:120px; 
	height:40px; 
	border:0; 
	position:absolute;
	top:-1px;
	left:605px;
	z-index:100;
}

#tornadolink {
	width:159px; 
	height:40px; 
	border:0; 
	position:absolute;
	top:0px;
	left:450px;
	z-index:100;
}

#careerslink {
	width:137px; 
	height:40px; 
	border:0; 
	position:absolute;
	top:0px;
	left:318px;
	z-index:100;
}

#homelink {
	width:25px; 
	height:24px; 
	border:0; 
	position:absolute;
	top:39px;
	right:32px;
	z-index:100;
}

#maillink {
	width:25px; 
	height:17px; 
	border:0; 
	position:absolute;
	top:45px;
	right:32px;
	z-index:100;
}

#youtubelink {
	width:25px; 
	height:25px; 
	border:0; 
	position:absolute;
	top:41px;
	right:68px;
	z-index:100;
}

#twitterlink {
	width:25px; 
	height:25px; 
	border:0; 
	position:absolute;
	top:41px;
	right:95px;
	z-index:100;
}

#flickrlink {
	width:25px; 
	height:25px; 
	border:0; 
	position:absolute;
	top:41px;
	right:122px;
	z-index:100;
}

#facelink {
	width:25px; 
	height:25px; 
	border:0; 
	position:absolute;
	top:41px;
	right:149px;
	z-index:100;
}

#likelink {
	width:81px; 
	height:21px; 
	border:0; 
	position:absolute;
	top:44px;
	right:176px;
	z-index:100;
}

#jacklinks {
	height:45px;
	width:400px;
	position: absolute;
	top:32px;
	right:120px;
	z-index: 100;
	text-align:right;
	font-size:11px;
	line-height:16px;
}

#jacklinks a{
	color:#ffffff;
	text-decoration: none;
}




.infobox {
	border:1px solid #aeaeae; 
	font-family: arial;  
	font-size: 12px; 
	color: #767373; 
	font-style:italic;
	width:208px; 
	height:17px;
	padding:6px 0 0 8px;
	margin:5px 0 3px 0;
}

.submit {
	width:76px;
	height:30px;
	background: url("/graphics/submit.gif") no-repeat top;
	border:0;
	margin:7px 0 0 0;
}

.submit:hover {
	background: url("/graphics/submit.gif") no-repeat bottom;		
}

.submit2 {
	width:76px;
	height:30px;
	background: url("/graphics/submit2.gif") no-repeat top;
	border:0;
	margin:7px 0 0 0;
}



#left_foot {

	width:350px;
	float: left;
	margin: 30px 0 0 37px;
}

a.ft {
	color:#e1dcdc;
	text-decoration:none;
}

a.ft:hover {
	color:#948b55;
	text-decoration:none;
}	

a.left {
	color:#afa2a2;
	text-decoration:none;
}

a.left:hover {
	color:#948b55;
	text-decoration:none;
}	

#left_foot p {
	margin:30px 0 0 0;
}

.span1 {
	text-transform:uppercase;
	letter-spacing:3px;
}

.span2 {
	font-size:22px;
	letter-spacing:1px;
	line-height:28px;
}

.span3 {
	color:#afa2a2;
}

#splft {
	float:left; 
	background:#2c2828; 
	width:319px; 
	height:197px; 
	padding:14px 0 0 0; 
	color:#fff; 
	text-align:center; 
	line-height:15px; 
	font-size:13px;
}

#leftbar #splft {
	margin:25px 0 0 0;
	float:left; 
	background:#2c2828; 
	width:279px; 
	height:197px; 
	padding:14px 0 0 0; 
	color:#fff; 
	text-align:center; 
	line-height:15px; 
	font-size:13px;
}

.toc {
	letter-spacing:3px; 
	font-size:15px; 
	text-transform:uppercase;
}

#spmid {
	float:left; 
	width:316px; 
	height:189px; 
	margin:0 0 0 5px;  
	padding:0 0 0 0;
	line-height:14px; 
	font-size:11px;
}

#spmid2 {
	float:left; 
	width:315px; 
	height:211px; 
	margin:0 0 0 5px;  
	padding:0 0 0 0;
	overflow: hidden;
	line-height:14px; 
	font-size:11px;
	}



#spmid p {
	margin:15px 0;
}

#spmid a {
	color:#2b5a62;
	font-weight:bold;
	padding:0 0 0 0px;
	text-decoration:none;
	line-height:16px; 
	font-size:12px;
}

#spmid a:hover {
	color:#831a1a;
	text-decoration:none;
}	

span.spmid {
	font-size:15px;
	color:#831a1a;
	font-weight:bold;
}

span.spmid2 {
	font-style:italic;
}

#sprt {
	float:right; 
	width:315px; 
	height:211px; 
	margin:0; 
	color:#fff; 
	text-align:center; 
	line-height:15px; 
	font-size:13px; 
	overflow: hidden;
}

div.find {
	background:#555030; 
	width:316px; 
	padding:14px 0 13px 0; 
	margin:0 0 0 0; 
	color:#fff; 
	text-align:center; 
	line-height:15px; 
	font-size:15px; 
	letter-spacing:3px; 
	text-transform:uppercase;
}

div.find2 {
	background:#555030; 
	width:316px;
	height:42px;
	padding:0 0 0 0; 
	margin:0 0 0 0; 
	color:#fff; 
	text-indent:-9990px;
	overflow:hidden;
	background: url("/graphics/find2.gif") no-repeat;
}

.fnh {
	color:#5a5a5a; 
	font-size:10px; 
	text-transform:uppercase; 
	text-align:right; 
	padding:0 6px 0 0;
}

a.srch {
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:trebuchet ms;
	font-size:12px;
	background:#831a1a;
	border:1px solid #747474;
}

a.srch:hover {
	color:#fff;
	background:#b72525;
	text-decoration:none;
}

#blurbs {
	float:left; 
	width:306px; 
	padding:0 1px 0 12px;
	margin:14px 0 0 0; 
	line-height:14px; 
	font-size:12px;
}

#atsig {
	width:262px; 
	height:28px; 
	margin:0 -1px 0 -12px;
	padding:14px 0 0 57px; 
	color:#fff;  
	line-height:15px; 
	font-size:15px;
	letter-spacing:3px;
	text-transform:uppercase;
	background: url("/graphics/atsig.gif") no-repeat;
}

a.testy {
	margin:12px 0 2px 40px;
	display:block;	
	padding:0;
	width:212px;
	height:81px;
	color:#fff;
	background: url("/graphics/testimonials.gif") no-repeat;
	overflow:hidden;
	text-indent:-99000px;
}

a.testy:hover {
}

.blurbox {
	width:275px; 
	border-bottom:1px solid #bfbebe;
	padding:16px 15px 0 13px;
	font-style:italic;
	cursor: pointer;

}

.blurbox span {
	font-weight:bold;
	font-style:normal;
}

.blurbox p, .blurbox2 p {
	margin:14px 0;
}

.blurbox img, .blurbox2 img {
	float:right;
	margin:-4px -15px 10px 15px;
	width:100px;
}

.blurbox2 {
	width:261px; 
	padding:16px 15px 0 5px;
	margin: 0 0 13px 21px;
	font-style:italic;
	float: left;
	height:200px;
	line-height:17px;
	font-size:12px;
	cursor: pointer;
		border-bottom:1px solid #bfbebe;

}



.blurbox2 span {
	font-weight: bold;
	font-style: normal;
	font-size:16px;
	color: #555030;
}


.more {
	width:281px;
	padding:16px 12px 0 13px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}

.more a {
	color:#2b5a62;
	text-decoration:underline;
}

.more a:hover {
	color:#831a1a;
	text-decoration:underline;
}

.more img {
	float:right;
	margin:-3px 0 0 0;
	border:0;
}

#spmain {
	width:541px; 
	float:right; 
	padding:39px 55px 30px 39px; 
	margin:14px 0 0 0;
	background:#e6e3ce;
}

#spmain h1 {
	font-weight:normal;
	font-size:30px;
	line-height:32px;
	color: #831a1a;
	text-transform: capitalize;
	margin:-8px 0 24px 0;
	font-family:tahoma;
}

#spmain h2 {
	font-weight:normal;
	font-size:24px;
	line-height:27px;
	color: #555030;
	text-transform: capitalize;
	margin:0 0 24px 0;
	font-family:tahoma;
}


.dlplan {
	border: 0; 
	margin:-9px 0 0 0; 
	float:right;
}

.dlplan:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.dlplan2 {
	border: 0; 
	margin:-9px 0 0 0; 
	padding-left: 20px;
	float: left;
}

.dlplan2:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.spbut {
	border: 0; 
	position:absolute; 
	top:820px; 
	right:40px;
}

.spbut:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#right_foot {
	width:480px;
	padding: 0;
	margin:30px 0 0 0;
	float: right;
}

#right_foot span{
	text-transform:uppercase;
	letter-spacing:3px;
}

#foot_bot {
	width:890px; 
	margin:10px auto 0 auto; 
	font-size:9px; 
	line-height:14px; 
	color: #836a6a;
}

#clear {
	clear: both;
}

div.clear {
	clear: both;
}


#googolmap {
width: 620px;
background: #e6e3ce;
padding:5px;
position: absolute;
top:292px;
left:325px;
}

#googolmap2 {
width: 620px;
background: #e6e3ce;
padding:5px;
position: absolute;
top:315px;
left:325px;
}


#enclavemap {
background: #e6e3ce;
padding:5px;
height:198px;
width: 216px;
position: absolute;
top:820px;
right:35px;
}

#lakeviewmap {
background: #e6e3ce;
padding:5px;
height:198px;
width: 216px;
position: absolute;
top:1048px;
right:35px;
}

#map_canvas {
width: 618px;
height:398px;
border: solid 1px #a8a8af;
}

#googolmap table{
margin-top: 5px;
}

#googolmap table span{
color: #361616;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
}



#loctext2 {
margin-top:500px;
width:350px;
float: left;
}

#loctext {
padding-top:500px;
width:550px;
}

#directions {
	width: 550px;
}

#designctr{
height:383px;
width:622px;
float:right;
margin:0 -46px 20px -16px;
	background:#e6e3ce;
	overflow:hidden;
}

div.listing-box{
	background: #e6e3ce;
	padding: 10px;
	margin-bottom: 15px;
}

div.listing-box2{
	border: solid 1px #e6e3ce;
	padding: 10px;
	margin-bottom: 15px;
}

div.listing-image{
float: left;
text-align: center;
padding-right:30px;
}

div.listing-image img{
float: left;
}

a.mlslink{
display: block;
text-align: center;
line-height:20px;
background:#555030;
color: #ffffff;
text-decoration: none;
padding:5px;
float: left;
clear: left;
width:190px;
}

a.mlslink:hover{

background:#831a1a;
color: #ffffff;
text-decoration: none;
}

div.listing-details {
	width:250px;
}

div.listing-details a{
	font-weight: bold;
	text-decoration: none;
}


#calculatorwrap {
width: 560px;
float: left;
background: #eeeeee;
}

#calculatorwrap h3{
margin: 15px 0 15px 30px;
font-size:20px;
}

div.calculator {
width: 202px;
float: left;
margin:0 5px;
}

div.calculator2 {
width:100px;
float: left; 
margin:0 0 0 10px;
padding: 10px; 
font-size:11px;
background: #d3d2d2;
line-height:16px;
}

div.calculator2 p{
margin:6px 0;
}

div.calculator2 span{
font-weight:bold;
font-size:13px;
color: #555030;
}

.tdrt {
font-weight:bold;
font-size:15px;
color: #555030;
text-transform: capitalize;
font-family:tahoma;
}

#mortphotos {
height: 164px;
background: #e6e3ce;
}

#mortphotos img{
float: left
}

#mortphotos div{
width:135px;
float: left;
padding:20px 0 0 15px;
}

#moretest{
display: block;
font-size: 11px;
margin: 4px 0 0 45px;
text-decoration: none;
color: #2b5a62;
}

#morehomes {
	float: right;
	height:30;
	width:122px;
	top:227px;
	right:35px;
	padding-top: 36px;
	position: absolute;
	border: none;
}

#moretesty {
	float: right;
	height:30;
	top:472px;
	right:40px;
	position: absolute;
	border: none;
}



#detail-header {
color:#555030;
font-size:19px;
padding-bottom: 12px;
}

#details-image {
width:320px;
float: left;
padding: 10px 0;
}

#listing-images{
width:336px;
float: left;
}

#listingtop {
background: #831a1a;
}

#detailz {
margin-left:28px;
margin-top:8px;
float: left;

}


#detailz span{
	color: #555030;
	text-transform: uppercase;
}

#mlsleft {
float: left;
margin-left:12px;
margin-top:-4px;
width: 212px;
padding:0 ;
overflow: hidden;
font-size:12px;
line-height:20px;
}


#sendtofriend {
width: 190px;
padding:10px 11px 0 11px;
margin-top:10px;
background:#e6e3ce;
overflow: hidden;
font-size:12px;
line-height:20px;
}

img.detail-thumb{
float: left;
width: 80px;
height: 60px;
border: none;
margin:0 4px 4px 0;
display:inline;
}

#warranty {
background: #e6e3ce;
padding: 8px;	
}

a.warranty {
display: block;
padding:22px 0 0 65px;
font-size:14px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
height:29px;
}

/*
#elevImg {
	width: 420px;
	height: 375px;
	position: absolute;
	overflow: hidden;
	top: 538px;
	right:15px;
	text-align: center;
}
*/

#elevImg {
	width: 400px;
	height: 375px;
	position: absolute;
	overflow: hidden;
	top: 300px;
	right:35px;
	text-align: center;
}


#elevText {
	width: 250px;
	position: relative;
	margin-top:40px;
	line-height:15px;

}

#elevThumbs {
	width:320px;
	float: right;
	margin-top: 340px;
}

#elevThumbs a, #elevThumbs a:hover{
margin: 10px 10px 0 0;
height:90px;
}

#elevText h1{
	color: #555030;
	text-transform: uppercase;
	font-size:24px;
	font-family: arial;
	letter-spacing: 2px;
	line-height: 22px;

}

#starText {
font-size:11px;
color: #3a3a3a;
margin:80px 15px 0 0;
float: right;
}

#testimonial span{
	font-weight: bold;
	font-size:22px;
	color: #555030;
	text-transform: capitalize;
	margin:0 0 14px 0;
	font-family:tahoma;
}

#testimonial img {
float: right;
margin: 55px 0 10px 20px;
}



/* text styles */

form {
	margin: 0;
}

a {
	color: #555030;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #831a1a;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #831a1a;
	text-decoration: underline;
}


a.wcia {
	color:#535031;
	background:#e5e3ce;
	padding:4px 13px;
	text-decoration:none;
}

a.wcia:hover {
	color:#535031;
	background:#edecdf;
	text-decoration:none;
}


#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}



div.contentpull {
	line-height:22px;

}






h1 {
	font-weight:normal;
	font-size:30px;
	color: #831a1a;
	text-transform: capitalize;
	margin:10px 0 24px 0;
	font-family:tahoma;
	line-height:1.1em;
}

h2 {
	font-weight:normal;
	font-size:28px;
	color: #555030;
	text-transform: capitalize;
	margin:0 0 14px 0;
	font-family:tahoma;
}

h3 {
	font-weight:normal;
	font-size:19px;
	color: #555030;
	text-transform: capitalize;
	margin:0 0 0 0;
	font-family:tahoma;
}


p { 
	margin:26px 0 26px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.sptitle {
	font-weight:normal;
	font-size:18px;
	color: #831a1a;
	text-transform: capitalize;
	margin:10px 0 24px 0;
	font-family:tahoma;
}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

.pipelist {
    overflow: hidden;
    font-size:14px;
	width: 950px;
	height:32px;
	margin: 0 auto 0 auto;
	background: #77787b;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0 0 0 40px;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #fff;
   float: left;
   line-height: 32px;
   margin: 0 .5em 0 -.5em;
   padding: 0 22px 0 22px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #fff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #831a1a;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 12px 15px 0 15px;
height:28px;
text-decoration: none;
background:#68a705;
border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #b99b1e;
}










#bot_links {
	color: #7E6565;
	text-align:center; 
	font-size: 9px;
	margin: 0 0 0 0;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
font-size: 11px;
text-align:left;
margin:0 0 0 0;
}

* html #blueblock{ /*IE 6 only */
w\idth: 160px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
float:left;
width: 160px;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 5px 0 0 0;
font-weight:normal;
text-decoration: none;
width: 160px;
height:15px;
color:#e1dcdc;
}

a.blueblock {
font-weight:normal;
text-decoration: none;
height:15px;
color:#7E6565;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #948b55;
	text-decoration: none;
}








#blueblock2{
font-size: 12px;
text-align:center;
margin: 37px 0 0 0;
}

* html #blueblock2{ /*IE 6 only */
w\idth: 229px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock2 ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock2 li {
margin: 0;
}

li a.blueblock2 {
display: block;
padding: 6px 0 4px 0;
font-weight:normal;
text-decoration: none;
text-transform:uppercase;
line-height:24px;
color:#555030;
border-top:1px solid #e6e3ce;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #948b55;
	text-decoration: none;
}



/* blog stuff - delete after WordPress release */
#newsNav {
margin:0;
padding:0;
}


#newsNav li{
list-style-type:none;
border:solid 1px #cacaca;
float:right;
margin: 0 0 20px -1px;
line-height:13px;
}

#newsNav a{
display:block;
padding:6px 10px;
text-decoration: none;
font-size:11px;
color:#888888;
}


#newsNav a:hover {
display:block;
padding:6px 10px;
text-decoration: none;
color:#c80117;
}

a.navOn {
color:#c80117; 
background:#eaeaea;
}




#newsList {
margin:0;
padding:0;
clear:both;
}


#newsList li{
list-style-type:none;
margin-bottom: 30px;
padding-bottom:23px;
border-bottom: solid 1px #eaeaea;
}

#newsList li ul li{
list-style-type:disc;
margin: 5px 0;
padding:0;
border-bottom: solid 0px;
}

div.newsHeader {
height:55px
}

div.dateSquare {
height: 49px;
width:67px;
background: URL(graphics/blog_datebg.gif) no-repeat;
margin: 0 10px 0 -5px;
padding: 6px 0 0 0;
float: left;
text-align: center;
line-height: 18px;
font-size:12px;
font-family: trebuchet ms, arial;
}

div.headRest {
	float: left;
	overflow: auto;
	padding-top: 6px;
	width: 85%;
}


div.headRest a{
 color:#000000;
 text-decoration: none;
 font-size:16px;
 font-weight: bold;
}

div.newsDateCat a {
 color:#000000;
 text-decoration: underline;
 font-weight: normal;
}

div.headRest a:hover, div.newsDateCat a:hover {
color:#c80117;
 text-decoration: underline;
}

div.newsDateCat {
font-size:10px;
line-height:17px;
font-weight: normal;

}

div.newsDateCat a{
text-transform: capitalize;
font-size:11px;

}

div.newsAuthor {
font-size:11px;
padding-left:8px;
font-style: italic;
}

div.newsBody img {
border: solid 5px #eaeaea;
margin: 10px 15px 10px 15px;

}

div.newsBody {
clear: left;
}

#sectionList {
margin: 15px 0 0 10px;
padding:0;
}


#sectionList li{
list-style-type:none;
text-transform: capitalize;
margin-bottom:5px;
}

#paging {
color:#888888;
font-size:12px;
font-weight:normal;
padding:25px 5px 15px 5px;
clear: left;
}

#prevNext {
width:100%; 
height: 35px;
background: URL(graphics/pagingline.gif) repeat-x;
}

#paging a {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#888888;
margin:0 2px 4px 2px;
padding:3px 7px;
display: inline;
float: left;
text-decoration:none;
}

#paging a.currentPage  {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#c80117;
margin:0 2px;
padding:3px 7px;
text-decoration:none;
}

#paging a.currentPage:hover  {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#eaeaea;
margin:0 2px;
padding:3px 7px;
text-decoration:none;
}

#paging a:hover {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #eaeaea;
color:#c80117;
text-decoration:none;
}

#commentForm {
font-size:12px;
font-weight:normal;
width:320px;
margin:auto;
}

#comments {
list-style-type:none;
line-height:13px;
}

#comments li {
	border-bottom:1px solid #eaeaea;
	margin-bottom: 10px;
}







/* -- Ask Nikki --*/

.anbox {
	width:275px; 
	float:left;
}

.antop {
	font-weight:bold; 
	font-size:18px;
	line-height:23px;
	padding:0 0 15px 0; 
	margin:0 0 15px 0;
	border-bottom:1px solid #e6e3ce
}

.anbold {
	font-weight:bold; 
	font-size:14px;
	margin:0 0 0 0;
}

.anlist {
	margin:0 0 15px 15px;
	width:230px; 	
	padding:0;
	list-style:none;
}

.anlist li {
	list-style:none;
	line-height:16px;
	margin:0 0 0 0;	
	padding:12px 0 12px 30px;
	background: URL(graphics/bullet.png) center left no-repeat;
	border-bottom:1px solid #e6e3ce;
}








#panel {
	position:relative;
	background: #361617;
	height: 320px;
	display: none;
	z-index:1000;
	color:#fff;
	-moz-box-shadow: 0 1px 6px #2d2d2d;
	-webkit-box-shadow: 0 1px 6px #2d2d2d;
	box-shadow: 0 1px 6px #2d2d2d;
}
.panelinside {
	width:1000px;
	margin:0 auto;
	padding:10px 0 0 0;
}
.slide {
	position:relative;
	z-index:1000;
	margin: 0;
	padding: 0;
}
.asknikkibutn {
	width:197px; 
	height:39px; 
	border:0; 
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 260px;
	z-index:100;
	text-indent:-9990px;
	overflow:hidden;
	background: url("/graphics/asknikkibutn.png") no-repeat top;
}

.asknikkibutn:hover {
	background: url("/graphics/asknikkibutn.png") no-repeat bottom;
}

.panelinside .antop {
	padding:0 0 10px 0; 
	margin:10px 0 10px 0;
	width:245px; 	
}

.panelinside .anlist li {
	padding:10px 0 10px 30px;
	background: URL(graphics/bullet2.png) center left no-repeat;
	
}

.paneltable {
	float:right; 
	margin:50px 0 0 0;
}

.paneltable td {
	padding:0 0 10px 0;
}

.paneltable2 {
	float:left; 
	margin:20px 0 0 18px;
}

.paneltable2 td {
	padding:0 0 10px 0;
}

.paneltable2 td p {
	margin:10px 0 0 0;
}


.asksubmit {
	background:#831a1a;
	color:#fff;
	border:0;
	padding:3px 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.anbg {
	width:560px;
	height:35px;
	padding:8px 0 0 20px;
	margin:0 0 25px 0;
	background: url("/graphics/anbg.png") no-repeat;
	color:#fff;
	font-size:26px;
	font-family:tahoma;
}

.nikkitop {
	width:560px;
	padding:0 0 0 20px;
}

.nikkipic {
	float:right; 
	margin:10px 20px 30px 0;
	-moz-box-shadow: 2px 2px 5px #2d2d2d;
	-webkit-box-shadow: 2px 2px 5px #2d2d2d;
	box-shadow: 2px 2px 5px #2d2d2d;
}	

.anbg2 {
	width:560px;
	height:24px;
	padding:1px 0 0 20px;
	margin:0 0 0 0;
	background: url("/graphics/anbg2.png") no-repeat;
	color:#fff;
	font-size:14px;
	font-family:tahoma;
}

#preloader 
{
    height:0px;
    visibility:hidden;
    overflow:hidden;
    }

.padme{
margin-top:30px;
}

/* community bullet-points */

.commblock {
    overflow: hidden;
    font-size:14px;
	margin: 0 auto 0 auto;
	background: #ffffff;
   
   }

.commblock ul {
   margin: 0 0 0 40px;
   padding: 0;
   }

.commblock li {
   background: URL(graphics/bullet2.png) center left no-repeat;
   text-transform:uppercase;
   line-height: 32px;
   margin: 0 .5em 0 0;
   padding: 0 22px 0 22px;
   white-space: nowrap;
   
   }

.commblock li:hover {
	}
	
.commblock a {
	color: #555030;
	text-decoration: none;
}
.commblock a:hover {
	color: #948b55;
	text-decoration: none;
}	


/* Area Communities styles */

.bcomm_content {
	width: 491px; 
	height: 85px; 
	border: none; 
	float: left; 
	padding: 5px 5px 5px 5px;
	background: URL("/graphics/comm_bg.gif");
}

.bcomm_chacelake_top {
	width: 579px; 
	height: 26px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_chacelake_top.gif");
}
	
.bcomm_chacelake_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_chacelake_logo.gif");
}

.bcomm_chacelake_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_chacelake_title.gif");
}

.bcomm_eloft_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_eloft_top.gif");
}

.bcomm_eloft_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_eloft_logo.gif");
}

.bcomm_eloft_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_eloft_title.gif");
}

.bcomm_enclave_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_enclave_top.gif");
}

.bcomm_enclave_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_enclave_logo.gif");
}

.bcomm_enclave_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_enclave_title.gif");
}

.bcomm_jameshill_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_jameshill_top.gif");
}

.bcomm_jameshill_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_jameshill_logo.gif");
}

.bcomm_jameshill_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_jameshill_title.gif");
}

.bcomm_lakeview_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_lakeview_top.gif");
}

.bcomm_lakeview_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_lakeview_logo.gif");
}

.bcomm_lakeview_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_lakeview_title.gif");
}

.bcomm_meadowridge_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_meadowridge_top.gif");
}

.bcomm_meadowridge_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_meadowridge_logo.gif");
}

.bcomm_meadowridge_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_meadowridge_title.gif");
}

.bcomm_millerhill_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_millerhill_top.gif");
}

.bcomm_millerhill_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_millerhill_logo.gif");
}

.bcomm_millerhill_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_millerhill_title.gif");
}

.bcomm_regentpark_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_regentpark_top.gif");
}

.bcomm_regentpark_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_regentpark_logo.gif");
}

.bcomm_regentpark_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_regentpark_title.gif");
}

.bcomm_southepointe_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_southepointe_top.gif");
}

.bcomm_southepointe_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_southepointe_logo.gif");
}

.bcomm_southepointe_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_southepointe_title.gif");
}

.bcomm_villagehighland_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_villagehighland_top.gif");
}

.bcomm_villagehighland_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_villagehighland_logo.gif");
}

.bcomm_villagehighland_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_villagehighland_title.gif");
}

.bcomm_watersedge_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_watersedge_top.gif");
}

.bcomm_watersedge_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_watersedge_logo.gif");
}

.bcomm_watersedge_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_watersedge_title.gif");
}

.bcomm_waterstone_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_waterstone_top.gif");
}

.bcomm_waterstone_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_waterstone_logo.gif");
}

.bcomm_waterstone_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_waterstone_title.gif");
}

.bcomm_midtowne_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_midtowne_top.gif");
}

.bcomm_midtowne_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_midtowne_logo.gif");
}

.bcomm_midtowne_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_midtowne_title.gif");
}

.bcomm_mcmullen_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_mcmullen_top.gif");
}

.bcomm_mcmullen_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_mcmullen_logo.gif");
}

.bcomm_mcmullen_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_mcmullen_title.gif");
}

.bcomm_hawksridge_top {
	width: 579px; 
	height: 26px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_hawksridge_top.gif");
}
	
.bcomm_hawksridge_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_hawksridge_logo.gif");
}

.bcomm_hawksridge_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_hawksridge_title.gif");
}

.bcomm_northampton_top {
	width: 579px; 
	height: 12px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_northampton_top.gif");
}
	
.bcomm_northampton_left {
	width: 78px; 
	height: 126px; 
	border: none; 
	float: left;
	background: URL("/graphics/bcomm_northampton_logo.gif");
}

.bcomm_northampton_title {
	width: 501px; 
	height: 31px; 
	border: none; 
	float: left; 
	background: URL("/graphics/bcomm_northampton_title.gif");
}


a.bcomm_link {
	text-decoration: none;
	float: right; 
	padding: 10px 10px 0 0; 
	font-weight: bold; 
	font-style: italic; 
	color: #ac5e59; 
	font-size: 12px;
}

a.bcomm_link:hover{
	text-decoration: underline;
	float: right; 
	padding: 10px 10px 0 0; 
	font-weight: bold; 
	font-style: italic; 
	color: #ac5e59; 
	font-size: 12px
}


	
