html { min-height: 100%; margin-bottom: 1px; }	
body{
	margin: 0px;
	background-color: #E9EDE7;
	/*font-family: georgia, times new roman, serif;*/
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#pinehillfarm{
	margin: 0px auto;
	width: 714px;
}
#redborder_container{ 
	margin-top: 45px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #884C65;
	width: 714px;
	padding: 0px;
}
#redborder_container .logo{
	position: relative;
	margin-top: -40px;
}
#redborder_container .logotype{
	margin-top: -10px;
	margin-left: 15px;
}
#redborder_container .navbar_green{
	color: #000;
	font-size: 10px;
	height: 20px;
	line-height: 19px;
	background: url(images/nav_grad_bg.jpg);
	background-repeat: repeat-x;
	
}
#redborder_container .navbar_green a{
	text-decoration: none;
	color: #000000;
}
#redborder_container .navbar_green a:hover{
	color: #E9EDE7;
}
#redborder_container .navbar_green .nav_btn{
padding: 0px 20px 0px 20px;
border-left: 1px solid #E9EDE7;
border-right: 1px solid #E9EDE7;
}
#redborder_container .navbar_green .nav_btn:hover{
border-left: 1px dotted #E9EDE7;
border-right: 1px dotted #E9EDE7;
}

#greenborder_container{
	text-align: left;
	border: solid 1px #B0BEA7;
	background: url(images/grad_bg.jpg);
	margin: 5px;
	padding: 5px;
	width: 692px;
}

#greenborder_container a{
 color: #884C65;
}
#inner_column1{
	float: left;
	padding: 0px 5px 5px 5px;
	font-size: 10px;
	text-align: center;
	width: 145px;
}
#inner_column1 h1{
	font-weight: normal;
	text-transform: uppercase;
	
	font-size: 16px;
	greencolor: #698260;
	color: #000;
}


#inner_column1 .extraInfo{
	text-align: left;
}
#inner_column2{
	padding: 10px;
	margin-left: 162px;
	width: 507px;
	background-color: #C8D2C3;
}

#inner_column2 h1{
	font-weight: normal;
	text-transform: uppercase;	
	font-size: 16px;
	greencolor: #698260;
	color: #000;
}
.h1Smaller{
	font-size: 12px;
}
#inner_column2 h2{
	margin: 0px;
	text-transform: uppercase;	
	font-size: 13px;
	greencolor: #698260;
	color: #000;
}
#contactform{
	height: 300px;
}

#contactform textarea{
	width: 500px;
	height:150px;
	border: 1px solid #698260;
	padding: 2px;
}

#contactform .textInput{
	border: 1px solid #698260;	
	padding: 2px;
	position: absolute;
	width: 130px;
}

#contact_fn{
	position: absolute;
	margin: 0px 0px 0px 0px; 
}
#contact_ln{
	position: absolute;
	margin: 0px 0px 0px 150px; 
}
#contact_ph{
	position: absolute;
	margin: 50px 0px 0px 0px; 
}
#contact_st{	
	position: absolute;
	margin: 0px 0px 0px 300px; 
}

#contact_st input{	
	width: 200px;
}

#contact_ct{	position: absolute;
	margin: 50px 0px 0px 300px; 
}
#contact_zp{	position: absolute;
	margin: 50px 0px 0px 450px; 
}

#contact_em{
	position: absolute;
	margin: 50px 0px 0px 150px; 
}
#contact_info{
	position: absolute;
	margin: 100px 0px 0px 0px; 
}
#contact_submit{
	position: absolute;
	margin: 280px 0px 0px 0px; 	
	width: 65px;
	height: 20px;
	background: url(images/nav_grad_bg.jpg);
	text-align: center;

}

.formSubmit{
	color: #000;
	font-family: georgia, times new roman, serif;
	font-size: 10px;
	height: 12px;
	line-height: 12px;
	width: 55px;
	background: transparent;
	margin-top: 3px;
	border: none;
	border-left: 1px solid #E9EDE7;
	border-right: 1px solid #E9EDE7;
}

.formSubmit:hover{
	color: #E9EDE7;
	border-left: 1px dotted #E9EDE7;
	border-right: 1px dotted #E9EDE7;
}

.pricing{ font-size: 10px; text-align: center; border:1px solid #90A481;}
.pricing td{ padding: 2px; margin: 0px; line-height: 12px;}
.pricing th{
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	line-height: 19px;
	background: url(images/nav_grad_bg.jpg);
	background-repeat: repeat-x;
}
.phmap{border:1px solid #000000;}

.odd{	background-color: #FFFFFF; }
.even{	background-color: #E9EDE7; }