/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-right: 15px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-right: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
	line-height: 18px;
	padding-right: 15px;
}
h1 {
	background-color: #707920;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
	padding-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #511C13;
	padding-left: 15px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #511C13;
	line-height: 25px;
	padding: 0 0 0 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: normal;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #511C13;
	text-decoration: none;
}
a:hover {
	color: #94A22A;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 768px;
  position: relative;
  background:#FFFFFF;
}
#body-top {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8DA81B;
}
#content-divider {
	height: 1px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #94A22A;
}

/** Header **/
#header {
	background-repeat: no-repeat;
	height: 125px;
	background-image:url(images/header_tag.gif);
	background-position: right center;
	background-color: #511C13;
	vertical-align: middle;
}

/** nav **/
#nav{
}
#nav ul{
	background-color:#511C13;
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	display:inline;
}
#nav ul li a{
	float:left;
	color:#FFFFFF;
	border-right:thin dotted #7C554E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
}
#nav ul li a:hover{
	background-color:#94A22A;
}

/** footer **/
#footernav {
	font-size: 9px;
	color: #94A22A;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#footernav a{
	color: #94A22A;
	text-decoration: none;
}
#footernav a:hover{
	color: #511C13;
}
#copyright {
	font-size: 9px;
	color: #94A22A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 10px;
}
/** Home **/
#homeimage {
	background-repeat: no-repeat;
	height: 241px;
	background-image:url(images/home_image.jpg);
	width: 480px;
}
#hometopright {
	background-color: #94A22A;
	vertical-align: top;
	padding-top: 5px;
}
#hometopright a:hover {
	color: #707920;
}
#hometopright p {
	color: #FFFFFF;
}
#homebtmleft {
	vertical-align: top;
	width: 480px;
}
#homebtmleft h1 {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #94A22A;
}
#homebtmright {
	background-color: #E5E7C8;
	vertical-align: top;
}
#homebtmright h2 {
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 10px;
}
/** article **/
#articleimage {
	background-repeat: no-repeat;
	height: 150px;
	background-image: url(images/article_image.jpg);
	background-color: #E5E7C8;
	width: 480px;
	background-position: bottom;
}
#articleright {
	background-color: #94A22A;
	vertical-align: top;
}
#articleright p {
	color: #FFFFFF;
}
#articlebtmleft {
	vertical-align: top;
	background-color: #E5E7C8;
}
#articlebtmleft h1 {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #94A22A;
}
#articlebtmleft h2 {
	font-weight: bold;
}
/** about **/
#aboutimage {
	background-repeat: no-repeat;
	height: 301px;
	background-image:url(images/about_image.jpg);
	width: 288px;
	background-color: #94A22A;
	background-position: bottom;
}
#abouttopright {
	background-color: #94A22A;
	vertical-align: top;
	height: 100%;
}
#abouttopright p {
	color: #FFFFFF;
}
#aboutleft {
	vertical-align: top;
	background-color: #E5E7C8;
}
#aboutleft h1 {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #94A22A;
}
/** Contact **/
#contactimage {
	height: 291px;
	width: 291px;
}
#contactleft {
	vertical-align: top;
	background-color: #E5E7C8;
}
/** Services **/
#servicesimage {
	background-repeat: no-repeat;
	height: 287px;
	background-image:url(images/services_image.jpg);
	width: 288px;
	background-position: bottom;
	background-color: #94A22A;
}
#servicestopright {
	background-color: #94A22A;
	vertical-align: top;
	height: 100%;
	width: 288px;
}
#servicestopright p {
	color: #FFFFFF;
}
#servicestopright h2 {
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 10px;
}
#servicesleft {
	vertical-align: top;
	background-color: #E5E7C8;
}
#servicesleft h1 {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #94A22A;
}
#contentsection {
	padding-right: 20px;
	padding-left: 20px;
}
#logoimg {
	margin-top: 10px;
}
