@charset "UTF-8";
body  {
	background: url('images/pp_back.gif') repeat;
	margin: 0; 
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #000000;
	font size: 10px;
}

a:link    { color: #768730; text-decoration: none; }
a:visited { color: #768730; text-decoration: none; }
a:hover   { color: #FED61C; text-decoration: underline; }
a:active  { color: #768730; text-decoration: none; }

.articlespacing{
	padding-top: 10px;
	font-size: 12px;
}

.twoColHybLtHdr #container { 
	width: 80%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColHybLtHdr #header { 
	background: url('images/singleclover.gif') repeat;
	border-bottom: 10px solid #fed61c;
} 

.twoColHybLtHdr #sidebar {
	float: left; 
	width: 18em; 
	background: #67a500; 
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

.twoColHybLtHdr #sidebar a:link    { color: #FFFFFF; text-decoration: none; }
.twoColHybLtHdr #sidebar a:visited { color: #FED61C; text-decoration: none; }
.twoColHybLtHdr #sidebar a:hover   { color: #FFFFFF; text-decoration: underline; }
.twoColHybLtHdr #sidebar a:active  { color: #FED61C; text-decoration: none; }

#sidebar ul {
	list-style-type: none;
	margin:  35px 0px 0px 10px;
	padding: 0px;
	width: 19em;
}

#sidebar li {
	background: url('images/sidebardots.gif') no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
}

.streetaddress {
	margin: 100px 0px 15px 15px;
}

.twoColHybLtHdr #mainContent { 
	margin: 35px 35px 0px 225px; 
	padding: 0px 10px 0px 10px;
} 


.introphrase {
	font-size: 30px; 
	color: #Fb8005; 
	font-family: imprint MT shadow, arno pro, baskerville, bell gothic std black;
}

.e-mail td{
	padding: 10px 10px 10px 0px;
	font-size: 13px;
}

#newsletter ul {
	list-style-type: none;
	}

#newsletter li {
	padding: 0px 0px 10px 20px;
	list-style-type: none;
}

.twoColHybLtHdr #footer { 
	padding: 5px 15px 5px 15px; 
	background: #FFFFFF;
	border-bottom: 10px solid #fed61c;
	border-top: 10px solid #fed61c;
} 

.italicfooter {
	font-style: italic;
	font-size: 10px;
}

.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 10px 10px; 
	font-size: 12px;
	color: #67a500;
	font-weight: bold;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.testimonials{ /* this class can be used for testimonial element in your page */
	margin: 0; 
	padding: 0;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #000000;
	font size: 9px;
	font-style:italic
}
.required{  /* This is required fields for Maling list page */
	margin: 0; 
	padding: 0;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #FF0000;
	font size: 9px;
	font-style:italic


}