@charset "UTF-8";
/* CSS Document */

/***** HOME PAGE LAYOUT *****/
#navBox {
	height: 82px;
	margin-bottom: 10px;
}
#navBox ul { /* navigation list for accessibility */
	text-indent: -9999px;
	list-style-type: none;
}
#mainContentArea {
	background: #FFF url(../images/hd_aboutDrWest.gif) no-repeat center top;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 920px;
}
#mainContentArea h1 {
	text-indent: -9999px; /* move off screen (text is in background image) */
}
#mainContentArea p {
	padding-right: 10px;
	padding-left: 10px;
}
#lowerSidebar {
	background: #FFF url(../images/hd_learnMore.gif) no-repeat center top;
	float: right;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	width: 300px;
}
#lowerSidebar h1 {
	text-indent: -9999px; /* move off screen (text is in background image) */
}
#lowerSidebar p {
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
}
#lowerContentArea {
	float: left;
	padding: 0px;
	width: 600px;
	background: #FFF url(../images/hd_testimonials.gif) no-repeat top;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: normal;
}
#lowerContentArea h1 {
	text-indent: -9999px; /* move off screen - (text is in background image) */
}
#lowerContentArea p {
	padding-right: 10px;
	padding-left: 10px;
}

/***** HOME PAGE PRESENTATION *****/

.testimonial {
	text-align: left;
	margin: 0px;
	font-style: italic;
}
.testimonialName {
	text-align: left;
	margin: 0px;
	font-style: normal;
	padding-bottom: 10px;
}
