/*  New Leaf 2007 */

html, body{
	background: #BDBDBD;
	font: 12px Arial, Helvetica, sans-serif;  
	margin: 0px auto;
	padding: 0; 
	color: #666666;
	background: #FFF;
}
/* root box */
#root-box {
	width: 799px;
	margin: 0px auto;
	padding: 0;
}

/* root */
#root{
	float: left;
	width: 799px;
	margin: 0;
	padding: 0;
}

#main{
	float: left;
	width: 799px;
	background: url(http://www.newleafre.com/images/top-shade.jpg) no-repeat;	
	background-position: top;
	margin: 0;
	padding: 0;
}

/* hat of the document */ 
#head{
	float: left;
	width: 799px;
	background: url(http://www.newleafre.com/images/sheet-logo.gif) no-repeat;
	background-position: bottom center;
	margin: 0;
	padding: 0;
}

/* logo */
#logo{
	float: left;
	width: 799px;
	height: 120px;
	background: url(http://www.newleafre.com/images/logo.gif) no-repeat;
	background-position: bottom center;
	margin: 0;
	padding: 0;
}

/* logo reference style*/
#logo a{
	float: left;
	width: 251px;
	height: 68px;
	margin: 43px 0 0 273px;
	padding: 0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

* html #logo a{
	margin: 48px 0 0 137px;
}

/* form style */
#form{
	float: right;
	width: 261px;
	height: 18px;
	padding: 0 0px 0 0;
	margin: 93px -2px 0 0;
}

/* style form search text */
#search-text{
	color: #000;
	background: none;
	background-position: top left; 
	font-size: 10px; 
	width: 183px;
	height: 15px;
	border-top: #848484 solid 2px;
	border-left: #848484 solid 2px;
	display: inline;
	margin: 0;
	padding: 0;
}

/* style search button */
#search{
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 0;
	border: none;
	width: 71px;
	height: 18px
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#menucase{
	float: left;
	width: 799px;
	/*background: url(http://www.newleafre.com/images/sheet-logo.gif) no-repeat;*/
	background-position: bottom center;
	margin: 0;
	padding: 0;
	border-top: 1px #47831E dotted;
}

#stylefour {
	position:relative;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	/*border-top:4px solid #6DB43F;*/
	}
#stylefour ul {
	margin:0px 0px 0 30px;
	padding:0;
	list-style-type:none;
	width:auto;
	}
#stylefour ul li {
	display:block;
	float:left;
	margin:0;
	}
#stylefour ul li a {
	display:block;
	float:left;
	color:#6DB43F;
	text-decoration:none;
	padding:10px 20px 0 10px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
	}
#stylefour ul li a:hover,#stylefour ul li a.current {
	color:#B2D496;
	background:#fff url(images/bgON.gif) no-repeat top right;
	}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

/* content box */
#content-box{
	float: left;
	width: 799px;
	border-top: 1px #47831E dotted;
}

/* style picture*/
.style-pic{
	float: left;
	height: 165px;
	border: none;
	margin: 0 0 0 1px;
}

#style-pic{
	float: left;
	height: 165px;
	border: none;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

/* style side picture*/
.styleside-pic{
	float: left;
	border: none;
	margin: 0 0 0 1px;
}

#styleside-pic{
	float: left;
	border: none;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
}

.content-about{
	float: left;
	width: 782px;
	background-position: right top;
	border-top: 1px solid #B2D496; 
	margin: 5px 0 0 0;
	padding: 0 0 0 16px;
}

/* content box page hom*/
.content{
	float: left;
	width: 798px;
	margin: 0;
	height: 340px;
	padding: 0 0 0 0px;
	color: #FFF;
	text-align: center;
}

.content a{
	text-decoration: none;	
	color: #FFF;
	width: 260px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* style content */
.content h1{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 7px 0 0 0;
	padding: 0;
}

.content-about-container{
	float: left;
	width: 539px;	
	margin: 0;
	padding: 0;
}

.content-about h1{
	float: left;
	width: 515px;
	font-size: 14px;
	font-weight: bold;
	color: #6DB43F;
	text-transform: uppercase;
	margin: 15px 0 13px 16px;
}

.content-about h2{
	float: left;
	width: 515px;
	font-size: 12px;
	font-weight: bold;
	color: #6DB43F;
	text-transform: uppercase;
	margin: 10px 0 8px 16px;
}

.content-about ul li{
	float: left;
	width: 475px;
	font-size: 11px;
	color: #6DB43F;
	margin: 0px 0 5px 15px;
	/* new */
	line-height: 16px;
	list-style-type: square;
	/* Bullet position  */
	padding-top: 0px;
	padding-left: 0;
	padding-bottom: 0px;
	opacity: 1;
	background: none no-repeat 0;
}

* html .content-about h1{
	margin: 15px 0 13px 8px;
}

.content-about p{
	float: left;
	width: 490px;
	padding: 0;
	margin: 0 0 12px 16px;
}

* html .content-about p{
	margin: 0 0 12px 8px;
}

.content-about a{
	float: none;
	color: #6DB43F;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.content-about a:hover{
	color: #6DB43F;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* rebate calculator */
.rebate-box{
	float: left;
	width: 515px;
	background: url(http://www.newleafre.com/images/rebate.jpg) no-repeat;
	background-position: top;
	margin: 10px 7px 10px 0;
}

/* percent box */
.percent-box{
	float: left;
	width: 247px;
	background: url(http://www.newleafre.com/images/percent.jpg) no-repeat;
	background-position: top;
	margin: 0 7px 0 0;
}

/* mortgage box */
.mortgage-box{
	float: left;
	width: 515px;
	background: url(http://www.newleafre.com/images/mortgage-box.jpg) no-repeat;
	background-position: top;
	margin: 0 7px 0 0;
}

/* style */

.mortgage-box p{
	float: left;
	color: #342E2E;
	font-size: 11px;	
	margin: 5px 0 0 8px;	
	padding: 62px 0 0 0;
}


	.rebate-box p{
	float: left;
	color: #342E2E;
	font-size: 11px;	
	margin: 5px 0 0 8px;	
	padding: 62px 0 0 0;
}


.search-home p{
	float: left;
	color: #342E2E;
	font-size: 11px;	
	margin: 0 0  0 8px;	
	padding: 62px 0 0 0;
}

.percent-box p{
	float: left;
	color: #342E2E;
	font-size: 11px;	
	margin: 0 0 0 0px;	
	padding: 62px 0 0 0;
}

.search-home a, .percent-box a{
	color: #483A83;
	margin: 0;	
	padding: 0;
}

.search-home a:hover, .percent-box a:hover{
	text-decoration: none;
	color: #483A83;
}

.percent-box p{
	width: 240px;
}

.search-home{
	float: left;
	width: 268px;
	background: url(http://www.newleafre.com/images/search-home.jpg) no-repeat;
	background-position: top;
}

.search-home p{
	width: 260px;
}

/* footer-box */
#footer-box{
	float: left;
	width: 787px;
	height: 20px;
	border-top: 1px solid #B2D496;
	background: #FFF url(http://www.newleafre.com/images/home.gif) no-repeat;
	background-position: right 7px;
	color: #999;
	font-size: 9px;
	text-transform: uppercase;
	margin: 28px 0 0 12px;
	padding: 10px 0 50px 0px;
}

* html #footer-box{
	float: none;
	width: 777px;
	margin: 7px 0 0 22px; 
}

#copy{
	width: auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/* style footer-box*/
#footer-box address a{
	float: left;
	display:block;
	text-indent:0;
	color: #999;
	background-position: 0 3px;
	display: inline;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

/* address */
address{
	float: left;
	font-style: normal;
	background: url(http://www.newleafre.com/images/contact-marker.gif) no-repeat;
	background-position: 0 3px;
	display: inline;
	padding: 0 0 0 15px;
	margin: 0 7px 0 0px;
}

address2{
	float: left;
	font-style: normal;
	display: inline;
	padding: 0 0 0 90px;
	margin: 0 7px 0 0px;
}

.link{
	float: right;
	width: 19px;
/*	border: 1px solid green;*/
}

.link a{
	float: right;
	width: 19px; /* 14 */
	background: none;
	height: 18px;
	display:block;
	text-indent:-9999px;
	margin: 0;
}
/* column1 box*/
.column1-box{
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
}

/* style column 1 3 */
.column1{
	float: left;
	width: 260px;
	height: 40px;
	background: #6DB43F url(http://www.newleafre.com/images/corner.gif) no-repeat;
	background-position: top right;
	margin: 5px 0 0 0;
	padding: 0;
}

/* column2 box */
.column2-box{
	float: left;
	width: 267px;
	margin: 0 6px 0 5px;
	padding: 0;
}

/* style column2 */
.column2{
	float: left;
	width: 267px; 
	height: 40px;
	background: #6DB43F url(http://www.newleafre.com/images/corner.gif) no-repeat;
	background-position: top right;
	margin: 5px 0 0 0;
	padding: 0;
}

.strong{
	float: right;
	width: 210px;
	background: url(http://www.newleafre.com/images/bracket-left.gif) no-repeat;
	background-position: top left;
	margin: 21px 14px 0 0;
	padding: 0;
}

* html .strong{
	margin: 21px 7px 0 0;
}

.strong .bg-right{
	float: left;
	width: 210px;
	background: url(http://www.newleafre.com/images/bracket-right.gif) no-repeat;
	background-position: bottom right;
	margin: 0;
	padding: 0;
}

.strong .bg-right h1{
	float: left;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	text-transform: none;
	color: #999999;
	width: 210px;
	margin: 38px 0 30px 0;
	padding: 0;	
}

.strong h2{
	float: left;
	line-height: 16px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #6DB43F;
	width: 210px;
	margin: 38px 0 30px 0;
	padding: 0;	
}

.strong h3{
	float: left;
	line-height: 16px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #6DB43F;
	width: 210px;
	height: 50px;
	margin: 5px 0 30px 0;
	padding: 5px 0 0 0 ;
	border-top: 1px #47831E dotted;
}

