/* CSS Document */

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-y;
}

#leftNavSection {
	width:188px;
	padding:0px;
	float:left;
}

#homeHeaderSection {
	position: relative;
	width:800px;
	height:133px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #96a636;
}

#home_title
{
	font-size: 12pt;
	color: #531a18;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 5px;
}

#home_statement
{
	line-height: 25px;
	font-size: 11pt;
	text-align: justify;
	font-weight:400;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

#rightContentSectionHome {
	width: 593px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	min-height: 520px;
}

#rightLowerContentSectionHome {
	width: 552px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#freeBookSection {
	margin: auto;
	padding: 18px;
	font-size: 9pt;
}

.subsectionTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #531a18;
}

ul.vert-one li.homeOption a {background-image: url(../images/home.gif)}
ul.vert-one li.homeOption a:hover{background-image: url(../images/home_over.gif)}
ul.vert-one li.contactOption a {background-image: url(../images/contact.gif)}
ul.vert-one li.contactOption a:hover{background-image: url(../images/contact_over.gif)}
ul.vert-one li.servicesOption a {background-image: url(../images/services.gif)}
ul.vert-one li.servicesOption a:hover{background-image: url(../images/services_over.gif)}
ul.vert-one li.aboutOption a {background-image: url(../images/about.gif)}
ul.vert-one li.aboutOption a:hover{background-image: url(../images/about_over.gif)}
ul.vert-one li.friendsOption a {background-image: url(../images/friends.gif)}
ul.vert-one li.friendsOption a:hover{background-image: url(../images/friends_over.gif)}
ul.vert-one li.environmentOption a {background-image: url(../images/environment.gif)}
ul.vert-one li.environmentOption a:hover{background-image: url(../images/environment_over.gif)}

