@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(images/mainbg.jpg) top right no-repeat scroll;
}

#siteHeader a {
	display: block;
	width: 255px;
	height: 67px;
	float: right;
	background-image: url(images/logo.png);
}
#siteHeader a span {
	display: none;
}

#topBlack {
	width: 100%;
	height: 43px;
	display: block;
	background: #000000;
	clear: both;
}

#menu {
	width: 434px;
	height: 128px;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8FD01F;
	line-height: 30px;
	margin-top: 5px;
}
#menu ul {
	list-style: none;
	display: block;
	width: 205px;
	float: left;
}
#leftMenu {
	text-align: right;
}
#rightMenu {
	text-align: left;
	margin-left: 24px;
}
#menu a {
	color: #8FD01F;
	text-decoration: none;
	border-bottom: 1px #8FD01F dashed;
}
#menu a:hover {
	border-bottom: 1px #8FD01F solid;
}

#testimonials {
	display: block;
	width: 205px;
	float: left;
}
#testimonials p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #8FD01F;
	display: block;
	margin-top: 140px;
	margin-left: 40px;
	text-align: right;
}

#mainContent {
	display: block;
	float: left;
	width: 514px;
	margin-left: 24px;
	margin-bottom: 70px;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 24px;
	color: #8FD01F;
}
#mainContent p {
	margin-bottom: 8px;
}
#mainContent h3 {
	margin-bottom: 6px;
	margin-top: 20px;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	text-indent: 10px;
}
#mainContent.newsPage {
	margin-left: 34px;
}
#mainContent.newsPage h3 {
	font-weight: bold;
	text-indent: -10px;
}
#mainContent ol {
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 8px;
}
#mainContent a {
	color: #8FD01F;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
.addressInfo {
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#bottomBlack {
	width: 100%;
	height: 27px;
	display: block;
	background: #000000;
	clear: both;
}

#footer {
	width: 514px;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8FD01F;
	text-align: center;
	margin-left: 229px;
	margin-top: 10px;
	margin-bottom: 10px;
}
