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

body{
	margin: 0;
	padding: 0;
	background: #e7d8b6 url(/images/bodyBkgdCanvas.jpg) repeat-x 0 100px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #175725;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
	margin-bottom: 3px;
}

p,ul,ol{
	font-size: 12px;
}

th{
	font-size: 12px;
	color: #3d934b;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 20px 3px 0;
}

blockquote{
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

table.underline td{
	border-bottom: 1px solid #edf0d9;
}

#bkgdFade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	/*background: url(/images/bodyBkgdFadeTop.jpg) 0 100px repeat-x;*/
	z-index: 1;
}

#headerStripe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #175825 url(/images/headerBkgd.jpg) repeat-x;
	z-index: 2;
	text-align: center;
}

#header{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#searchField{
	position: relative;
	top: -2px;
}

#searchSubmit{
	display: inline-block;
	background: url(/images/searchSubmit.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	width: 19px;
	height: 19px;
	position: relative;
	top: 3px;
	cursor: pointer;
}

/*#contentUnderlay{
	position: absolute;
	left: 50%;
	margin-left: -512px;
	padding: 0;
	width: 1024px;
	height: 100%;
	background: url(/images/contentBkgd.png) repeat-y;
	z-index: -2;
}*/

#contentTopOverlay{
	position: absolute;
	top: 100px;
	left: 50%;
	width: 1024px;
	height: 500px;
	min-height: 500px;
	/*background: url(/images/contentTop.jpg) top no-repeat;*/
	behavior: url(/css/iepngfix.htc);
	margin-left: -512px;
	text-align: left;
	z-index: 3;
}

#content{
	position: absolute;
	top: 100px;
	left: 50%;
	width: 950px;
	min-height: 500px;
	margin-left: -475px;
	text-align: left;
	z-index: 4;
	background: url(/images/contentBkgd.png) repeat-y center;
	padding: 0 10px;
}

#logo{
	background: url(/images/lingerLongerHomesLogo.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	width: 190px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -465px;
	z-index: 10;
}

#logo h1{
	display: none;
}

.pageLabel{
	font: 22px/50px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.nav{
	list-style: none;
}

.nav li{
	float: left;
}

#hiLevel{
	position: absolute;
	top: 60px;
	right: -15px;
}

#hiLevel li{
	margin-right: 15px;
	line-height: 20px;
}

#hiLevel a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c0cf6c;
	text-decoration: none;
}

#hiLevel a:hover{
	text-decoration: underline;
}

/* Navigation Menu */
#lowLevel{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	background: #FFFF00;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
	
	background: url(/images/mainNavFade.png) no-repeat 0 5px;
	behavior: url(/css/iepngfix.htc);
	z-index: 40;
}

#lowLevel .menu-rule{
	margin: 3px 0;
	height: 1px;
	background: #31693a;
	display: block;
	clear: both;
}

#lowLevel ul{
	position: absolute;
	background-color: #31693a;
	text-indent: 0;
	-moz-box-shadow: 0 7px 10px #000;
	-webkit-box-shadow: 0 7px 10px #000;
	box-shadow: 0 7px 10px #000;
	margin: -2px 0 0 0;
	padding: 5px;
	display: none;
	list-style: none;
	min-width: 150px;
}


#lowLevel li{
	display: inline-block;
	margin-right: 45px;
	line-height: 30px;
	text-align: left;
}

#lowLevel ul li{
	display: block;
	clear: both;
	margin: 1px 3px;
	line-height: 14px;
	text-align: left;
	color: #CCCCCC;
	font-weight: bold;
}

#lowLevel a{
	line-height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border-left: 2px solid #53845d;
	padding-left: 5px;
}

#lowLevel ul a{
	line-height: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 0;
	padding-left: 7px;
	font-weight: 100;
}

#lowLevel a:hover{
	color: #88ba93;
}




/* End Navigation Menu */

#hpBanner{
	height: 300px;
	width: 950px;
	background: #999999;
	z-index: -1;
}

.medGreenBlock{

}

.lightGreenBlock{
	background: #edf0d9;
	height: 300px;
}

.medGreenBlock{
	background: #dae2c9;
}

#welcome{
	height: 140px;
	min-height: 140px;
	background: url(/images/welcomeMessage.png) no-repeat 10px 10px;
}

#welcome p, #welcome h2, #welcome h3{
	display: none;
}

#teaserBlock{
	height: 420px;
	width: 374px;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(/images/LLH_WhoIsLLH_HP.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#teaserBlock p, #teaserBlock h2, #teaserBlock h3{
	display: none;
}

#updatesAndSpecials{
	height: 70px;
	width: 353px;
	background: url(/images/updatesSpecialOffers.png);
	behavior: url(/css/iepngfix.htc);
	position: absolute;
	top: 345px;
	right: 8px;
	cursor: pointer;
}

#updatesAndSpecials p, #updatesAndSpecials h2, #updatesAndSpecials h3{
	display: none;
}

#homepageContent{
	padding: 10px;
}

#floorPlans{
	padding: 10px;
	width: 536px;
	
}

#headlines{
	width: 354px;
	position: absolute;
	right: 8px;
	top: 460px;
}

#mortgageCalculator{
	width: 354px;
	position: absolute;
	right: 8px;
	top: 460px;
}

#headlines ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#headlines li{
	margin-bottom: 5px;
}

#headlines a{
	text-decoration: none;
	font-size: 12px;
	color: #175725;
	line-height: 10px;
}

#footer{
	position: relative;
	display: block;
}

#footer h3{
	display: none;
}

#footerThickLine{
	margin: 10px;
	height: 10px;
	background: #c5960b;
}

#expandedNav{
	padding: 10px;
	color: #3f3f3e;
}

#expandedNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	display: inline-block;
	vertical-align: top;
	margin-right: 37px;
	font-weight: bold;
}

#expandedNav ul.last{
	margin: 0;
}

#expandedNav a{
	text-decoration: none;
	font-weight: 100;
	margin-left: 10px;
	color: #3f3f3e;
	line-height: 15px;
}

#expandedNav a:hover{
	text-decoration: underline;
}

#legal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 10px;
}

#contactAndInfo{
	text-align: right;
	font-weight: bold;
	color: #6a813a;
}

#contactAndInfo a{
	font-weight: bold;
	color: #6a813a;
	margin: 0;
	padding: 0 5px;
}

#contactAndInfo a:hover{
	text-decoration: underline;
}


a.more{
	color: #349744;
	font-weight: bold;
	margin-top: 3px;
}



/**/



/**/