@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	text-align: center;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	height: 100%;
	min-height: 1000px;
}
#header {
	width: 960px;
	height: 65px;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	color: #ffffff;
	overflow: hidden;
}
#header ul {
	list-style: none;
	padding-top: 12px;
}
#header ul li, #footer ul li{
	display: inline;
	padding-left: 90px;
}
a {
	color: #005500;
}
a:hover, a:active {
	color: #009900;
}
#header a, #footer a{
	text-decoration: none;
	color: #ffffff;
}
#content {
	width: 960px;
	height: 100%;
	overflow: hidden;
}
#content p {
	margin-left: 10px;
	margin-right: 10px;
}
#content h1, #content h2, #content h3 {
	text-align: center;	
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #009900;
	margin-left: 5px;
	margin-right: 5px;
}
#leftcol {
	width: 232px;
	height: 100%;
	float: left;
	background-image: url(../images/bg_leftcol.png);
	background-repeat: repeat-y;
	min-height: 900px;
	padding-top: 15px;
}
#leftcol ul {
	list-style: none;
	padding-bottom: 20px;
}
#leftcol ul li {
	padding-bottom: 8px;
}
#centercol {
	width: 496px;
	height: 100%;
	float: left;
	min-height: 900px;
}
#rightcol {
	width: 232px;
	height: 100%;
	float: left;
	background-image: url(../images/bg_rightcol.png);
	background-repeat: repeat-y;
	min-height: 900px;
	padding-top: 15px;
}
#rightcol h3 {
	text-align: center;
	background-color: #ffffff;
	color: #009900;
	margin-left: 3px;
	margin-right: 0;
	}
body.faq #leftcol, body.faq #rightcol { min-height: 4525px;}
body.home #leftcol, body.home #rightcol { min-height: 1450px;}
body.about #leftcol, body.about #rightcol { min-height: 960px;}
body.before #leftcol, body.before #rightcol { min-height: 1000px;}
#footer {
	width: 960px;
	border-top: #868686 2px solid;
	background-color: #000000;
	color: #ffffff;
	height: 75px;
	text-align: center;
	font-size: 0.8em;
}
#footer ul {
	list-style: none;
	margin-right: 90px;
}
img.logo {
	margin-left: 50px;
	margin-right: auto;
}
.center {
	text-align: center;
}
.quote {
	text-align: center;
	font-style: italic;
	color: #424242;
	font-size: 0.9em;
}
.mininav {
	text-align: center;
	font-size: 0.8em;
}
img {
	border: none;
}
