.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D241C;
}
.body-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #5D241C;
}
a {
	color: #5D241C;
}
.body-text-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D241C;
}
.body-text-emph {
	font-style: italic;
}
.body {
	/* background-image: url(../images/watercolor_body.jpg); */
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #5C231B;
}
.left-water {
	/* background-image: url(../images/watercolor_left.jpg); */
	background-position: right top;
	background-repeat: no-repeat;
}
.right-water {
	/* background-image: url(../images/watercolor_right.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D241C;
	padding: 10px;
}
.title, h1 {
	font-weight: 600;
	font-size:14px;
}
.paragraph-title, h2 {
	font-weight: 600;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	display:inline;
}

.section-links a {
	line-height:20px;
	text-decoration:none;
}
.back-to-top {
	text-align: right;
}

.anchors a {
	font-weight: 600;
	font-size:12px;
}

.highlight-box {
	float:right;
	border:1px solid #000000;
	padding:5px;
	margin:10px;
	background-color:#D3D292;
}

.highlight-box a {
	text-decoration:none;
}

/*********** BEGIN MAIN NAVIGATION ******************/

#mainNav
{
	width: 413px;
	height: 56px;
	background: url(../images/nav_store_off.jpg) no-repeat top left;
	margin: 0 auto;
	clear: both;
}

#mainNav ul
{
	display: block;
	float: none;
	list-style: none none;
	margin: 0 auto;
	width: 413px;
	height: 56px;
	padding: 0;
	margin-left: 0px;
}
#mainNav ul li
{
	display: block;
	float: left;
	height: 28px;
	clear: none;
}
#mainNav ul li a
{
	display: block;
	float: left;
	height: 28px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}
li#spacer1 {
	width: 80px;
}
li#bio a{
	width: 40px;
}
li#bio a:hover, li#bio.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -80px 0px no-repeat;
}
li#principles a{
	width: 87px;
}
li#principles a:hover, li#principles.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -120px 0px no-repeat;
}
li#programs a{
	width:89px;
}
li#programs a:hover, li#programs.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -207px 0px no-repeat;
}
li#services a {
	width:75px;
}
li#services a:hover, li#services.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -296px 0px no-repeat;
}
li#faq a {
	width:40px;
}
li#faq a:hover, li#faq.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -371px 0px no-repeat;
}
li#spacer2 {
	width: 96px;
}
li#news a {
	width:44px;
}
li#news a:hover, li#news.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -96px -28px no-repeat;
}
li#press a {
	width:54px;
}
li#press a:hover, li#press.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -140px -28px no-repeat;
}
li#resources a {
	width:88px;
}
li#resources a:hover, li#resources.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -194px -28px no-repeat;
}
li#contact a {
	width:74px;
}
li#contact a:hover, li#contact.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -282px -28px no-repeat;
}
li#store a {
	width:57px;
}
li#store a:hover, li#store.selected a
{
	background: transparent url(../images/nav_store_on.jpg) -356px -28px no-repeat;
}
/************* END MAIN NAVIGATION ***********************/
