/* Style sheet */

/* stylistic elements */

html, body {height:100%;} 

body
{
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	background-color: #99d24d;
	color: #000;
	text-align: center;
	overflow: hidden;
	scrollbar-face-color : #FFF;
	scrollbar-highlight-color : #8cc63f;
	scrollbar-3dlight-color : #FFF;
	scrollbar-shadow-color : #8cc63f;
	scrollbar-darkshadow-color : #FFF;
	scrollbar-track-color : #FFF;
	scrollbar-arrow-color : #8cc63f;
}

h1
{
	margin: 0 0 0 50px;
	padding: 7px;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	color: #000;
}

h2
{
	margin: 0 0 0 60px;
	padding: 5px 0 5px 0;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

h3 {
	margin: 0 0 10px 40px;
	padding: 0;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}

p {
	margin: 0 30px 0 50px;
	padding: 7px;
	font-size: 8pt;	
	text-align: justify;
}

#top p {
	margin: 87px 0 0 0;
	padding: 0;
	font-size: 9px;	
	text-align: left;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

strong {
	color: #324f0b;
}

#top strong {
	font-size: 11px;
	color: #99CC33;
}

#top strong span{
	font-size: 11px;
	color: #FFF;
}


/* divs */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 802px;
	text-align: center;
}

#container {
	float: left;
	padding: 0;
	margin: 0;
	width: 802px;
	min-height: 100%;
	background: #e6f3d6;
	text-align: center;
}

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: left;
	border-left-width: 1px;
  border-left-color: #FFF;
  border-left-style: dotted;
	border-right-width: 1px;
  border-right-color: #FFF;
  border-right-style: dotted;
}

#bg1 {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 20px;
	background: #99d24d;
}

#bg2 {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 933px;
	background: #e0f1ca;
}

#bg3 {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 20px;
	text-align: center;
	background: url(images/bg_3.jpg);
}

#logo {
	float: left;
	margin: 0;
	padding: 20px 0 0 20px;
	width: 200px;
	height: 100px;
	text-align: left;
	background: #FFF;
	border-bottom-width: 1px;
  border-bottom-color: #8cc63f;
  border-bottom-style: solid;
	display: inline;
}

#top {
	float: left;
	margin: 0;
	padding: 0;
	width: 580px;
	height: 120px;
	text-align: left;
	background-color: #FFF;
	border-bottom-width: 1px;
  border-bottom-color: #8cc63f;
  border-bottom-style: solid;
	display: inline;
}
	
#flash {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 300px;
	border-bottom-width: 1px;
  border-bottom-color: #8cc63f;
  border-bottom-style: solid;
	display: inline;
}	

#greenbar {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 10px;
	background: #8cc63f;
	display: inline;
}

#bottomgreenbar {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 10px;
	background: #8cc63f;
	display: inline;
}

/* etc */

#home1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 700px;
	background: url(images/homepic1.jpg);
	text-align: left;
	border-top-width: 1px;
  border-top-color: #99cc33;
  border-top-style: solid;
	border-right-width: 1px;
  border-right-color: #99cc33;
  border-right-style: solid;
	border-left-width: 1px;
  border-left-color: #99cc33;
  border-left-style: solid;
}

#phonebar {
	float: left;
	margin: 0 auto;
	padding: 7px 10px 0 0;
	width: 790px;
	height: 23px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background: #FFF;
	color: #8cc63f;
}	

#credits1 {
	float: left;
	margin: 0 auto;
	padding: 5px 0 0 10px;
	width: 390px;
	height: 25px;
	text-align: left;
	font-size: 10px;
	color: #999;
	background: #FFF;
}
	
#credits2 {
	float: left;
	margin: 0 auto;
	padding: 5px 10px 0 0;
	width: 390px;
	height: 25px;
	text-align: right;
	font-size: 10px;
	color: #999;
	background: #FFF;
}

/* links */


#credits2 a:link, #credits2 a:visited, #credits2 a:active {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

#credits2 a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#top a:link, #top a:visited, #top a:active {
	margin: 0 5px 0 5px;
	padding: 0 3px 0 3px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	border-right-width: 1px;
  border-right-color: #F5F5F5;
  border-right-style: dotted;
	border-left-width: 1px;
  border-left-color: #F5F5F5;
  border-left-style: dotted;
}

#top a:hover {
	margin: 0 5px 0 5px;
	padding: 0 3px 0 3px;
	font-size: 11px;
	font-weight: normal;
	color: #99cc33;
	text-decoration: none;
	border-right-width: 1px;
  border-right-color: #99cc33;
  border-right-style: dotted;
	border-left-width: 1px;
  border-left-color: #99cc33;
  border-left-style: dotted;
}

#testimonials2 a:link, #testimonials2 a:visited, #testimonials2 a:active {
	font-size: 10px;
	font-weight: normal;
	color: #99cc33;
	text-decoration: none;
}

#testimonials2 a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a:link, a:visited, a:active {
	font-size: 10pt;
	font-weight: normal;
	color: #99cc33;
	text-decoration: none;
}

a:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
