body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ebe4d1;
	color: #5e526a;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
a, a:link, a:visited{
	text-decoration: none;
	color: #5e526a;
}

a:hover{
	text-decoration: none;
}

a:active, a:focus{
	color: #566047;
}

p{
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 70%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	background: #FBFBE5 url(../images/style2/middle.jpg) center top repeat-y;
	text-align: left;
	width: 760px;
}

#branding{
	text-align: center;
	background: #8c9777 url(../images/style2/branding.jpg) center top no-repeat;
	height: 300px;
}

#branding h1, #branding h2{
	display: none;
}

/* maybe add certain site elements here with absolute positioning that I am
currently using photoshop 
#description h2#tagline {}
#description h2#services {}
#description h2#company {}

*/

#intro {
	margin: -40px 45px 20px 270px;
	padding: 0px 20px 10px 23px;
	/* border: 1px solid #5e526a; */
}

#intro h1 {
	font-size: 100%;
	color: blue;
}
#main {
	
	
	margin-left: 230px;
	padding: 0 0px 35px 35px;
	
	
}

#home #main {
	background: transparent url(../images/style2/niceness.jpg) top center no-repeat;
	padding-top: 160px;
}
/*
#content{
	background-image: url(../images/style2/middle_bg.jpg);
}
*/
#main h2, #main h1{
	font-size: 80%;
	border-bottom: 1px solid #5e526a;
	width: 90%;  /* possible break */
	color: blue;
}

#main p{
	padding-right: 45px;
}

#mainContent li { /* where are the lists? */
	list-style: none;
	font-size: 80%;
	background: url(../images/style2/bullet_gray.png) no-repeat -1px 4px;
	padding-left: 15px;
	margin-left: 1px; 
	margin-bottom: 6px;
	line-height: 1.7em;
}


#footer {
	margin: 200px 0 -55px 0;  /*the original had the last 0 as -265px. Find out why. I think it's because I have the footer inside the container, and the footer of the zengarden is outside the container */
	padding: 20px 20px 0 530px;
	text-align: center;
	clear: both;
	font-size: 70%;
	background: transparent url(../images/style2/footer.jpg) center top no-repeat;
	height: 166px;
	
	voice-family:"\"}\"";
	height: 146px;
	voice-family:"\"}\"";
}
#secondary{
	position: absolute;
	top: 230px;
	left: 64px;
	width: 138px;
}

#secondary h2{
	margin-top: 25px;
	width: 138px;
	height: 20px;
	border-bottom: 1px solid #000000;
	font-size: .8em;
}

#secondary #nav h2,
#secondary #news h2{
	border-bottom: 0px;
	height: 10px;
	
}
#secondary ul{
	list-style-type: none;
}

#secondary ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 70%;
	color: #000000;
	background: transparent url(../images/style2/bullet.gif) left top no-repeat;
	/* border-bottom: 1px solid #8c9777; */
}
#secondary ul li a,
#secondary ul li a:link,
#secondary ul li a:visited {
	display: block;
	clear: both;
	padding: 0 0 2px 20px; /*when you add the visual bullet, put 20 or so pixels of left padding here */
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background: transparent url(../images/style2/bullet.gif) left center no-repeat;
}

#secondary ul li a:hover {
	color: #666666;
	text-decoration: underline;
}

#home #nav a#homeLink,
#links #nav a#linksLink,
#promos #nav a#promoLink,
#services #nav a#servicesLink,
#care #nav a#careLink,
#testimonials #nav a#testimLink,
#about #nav a#aboutLink,
#faq #nav a#faqLink,
#contact #nav a#contactLink,
#newsletters #nav a#newsLink {
	background: transparent url(../images/style2/bg_here2.gif) no-repeat center right;
	cursor: default;
	text-decoration: none;
	color: blue;
}
.certImgs, #payMethod{
	text-align: center;
}

#payMethod {
	margin-top: 50px;
}
.phone{
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	color: blue;
}

#siteInfo {
	font-size: 75%;
	text-align: center;
}

/* =Testimonials Page */

#testimonials #main p{
	padding: 10px;
	font-weight: bold;
}
#testimonials #main em.quoter{
	padding-top: 40px;
	color: #ed6733;
	text-indent: 3em;
	font-weight: normal;
}

/* =faq */

.answer{
	padding-left: 10px;
	margin-bottom: 20px;
}
