/*
CSS - SCREEN  - CLIENT

Owner:
Dave Schoof
www.thedisquiet.com

Designer:
Dawud Miracle, Healthy WebDesign
www.healthywebdesign.com

last revised: 26 Oct 2006
*/


	/*  CONTENT  */
	
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 90%;
	line-height: 100%;
	color: #323220;
	font-family: Georgia, "Times New Roman", Times serif;
}

#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 160%;
	line-height: 150%;
	color: #662122;
	font-family: Georgia, "Times New Roman", Times serif;
}

#content h4 {
	font-size: 130%;
	line-height: 150%;
	color: #662122;
	margin: 2em 0 1em 0;
	font-family: Georgia, "Times New Roman", Times serif;
}

#content p {
	margin: 0 0 1.5em 0;
}

#content ol, #content ul {
	margin: 1em;
	padding: 0 0 0 1.5em;
}

#content li {
	margin: 0 0 .75em 0;
}

#content .programlist {
	margin: 4em 0;
	padding: 5px 12px;
	font-size: 100%;
	font-style: italic;
	color: #242417;
	line-height: 130%;
	background: #d6d6a6;
	border:  1px solid #858558;
}

#content .titlelist li {
	font-size: 1.2em;
}

.testimonial {
	margin: 2em auto;
	padding: 5px 12px;
	font-size: 100%;
	font-style: italic;
	color: #242417;
	line-height: 130%;
	background: #d6d6a6;
	border:  1px solid #858558;
	width: 80%;
}

.testimonialwho {
	font-style: normal;
	text-align: right;
	display: block;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textblue {
	color: #000099;
}

.quote, .offer {
	font-style: italic;
	margin: 2em 0;
	padding: .35em 1em;
	font-size: 100%;
	background: #f8f5eb;
	border:  1px solid #d6d6a6;
	width: 80%;
}

.quotewho {
	font-style: normal;
	text-align: right;
	display: block;
}

.offer {
	margin: 2em auto;
	padding: 5px 12px;
	background: #f5ff9b;
	border: 1px solid #f2f474;
	width: 90%;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

.imageright {
	margin: .5em 0 .5em 12px;
	padding: 3px;
	border: 1px solid #373737;
	float: right;
}

.imageleft {
	margin: .5em 12px .5em 0;
	padding: 3px;
	border: 1px solid #373737;
	float: left;
}

.noborder, a.noborder, a.noborder img {
	border: none;
}


