@charset "utf-8";
/* CSS Document */

*, html, body {
	padding: 0;
	margin: 0;
}

html
{
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #dce7bf url(bg.png) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

object, embed {
  outline: 0;
}

#wrapper
{
	text-align: center;	
}

#content
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 0px;
}

#header
{
	width: 100%;
	height: 173px;
}
/* Remove #fff to get page background */
#mainwrap
{
	background: #fff url(contentbg.png) top left repeat-x;
	width: 900px;
}
#mainbottom
{
	background: url(content_bottom.png) top left no-repeat;
	width: 900px;
	height: 28px;
}
#main
{
  width: 900px;
}
#maincontent
{
  width: 100%;
  padding-top: 25px;
}
#maincontent p
{
  font-size: small;
  padding-top: 0;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  text-align: justify;
}
#maincontent h1
{
  font-size: 24px;
  font-weight: normal;
  margin-left: 25px;
  padding-left: 27px;
  background: url(h1_bullet.png) left no-repeat;
  padding-right: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #565f3c; 
}
#maincontent h2
{
  font-size: 22px;
  font-weight: normal;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #565f3c; 
}
#maincontent ul
{
  padding-left: 50px;
  font-size: small;
  padding-bottom: 20px;
}

#bottom
{
	background: url(horiz_bottom.png) top left no-repeat;
	width: 100%;
	height: 62px;	
	font-size: small;
	color: #111;
	position: relative;
	padding-left: 40px;
	padding-top: 5px;
}
#bottom .fleft
{
	padding-right: 15px;	
}
#bottom a
{
	color: #555;
	text-decoration: none;
}
#bottom a:hover
{
	color: #111;
	text-decoration: underline;
}


#contactformcnt
{
	background: #ffffff url(formbg.png) bottom left repeat-x;
	margin-left: 10px; 
	margin-right: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.cleared
{
	clear: both;
}