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

* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
}
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	font-size:12px;
}
.module h3 {
	border-bottom:3px solid #92D327;
}
div.module {
	width:93%;
}
h3 {
	font-size:26px;
	line-height:40px;
	margin-bottom:6px;
	clear:both;
	padding-left:20px;
	background:transparent url(images/arrow.png) center left no-repeat;
	text-align:left;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
}
p {
	padding:9px 0;
	text-align:left;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
	width:950px;
	text-align:left;
}
.clear {
	clear:both;
}
#footer, .push {
	height: 32px; /* .push must be the same height as .footer */
}

.banner {
	height:366px;
	width:900px;
	margin:0 auto;
}
.container {
}
.column {
	float:left;
	padding:0 18px;
	text-align:left;
}
.left {
	width:235px;
	margin:0;
	padding-left:42px;
}
.right {
	width:610px;
	margin:0;
}
.bottom {
	height:280px;
}
#footer {
	background: #8b8b8b url(none) no-repeat top left;
	border-top:1px solid #92d327;
	text-align:center;
}

p img, ul img{
	border:1px solid #cccccc;
	padding:3px; 
	background-color:white;
}
.imgHover:hover img{
	position:absolute;
	z-index:2;
	margin:-15px 0 0 -15px;
	height:auto;
	width:300px;
}
.imgHover:hover img.fright{
	position:absolute;
	z-index:2;
	right:0;
	margin:-15px 0px 0 0px;
	height:auto;
	width:300px;
}
img.fleft {
	float:left;
	border:1px solid #cccccc;
	padding:3px; 
	background-color:white;
	margin: 0 5px 5px 0px;
}
img.fright {
	float:right;
	border:1px solid #cccccc;
	padding:3px; 
	background-color:white;
	margin: 0 5px 0px 5px;
}

div.videoHolder {
	width:245px;
	background:white url(images/gradient.jpg) top left repeat-x;
	height:330px;
	margin:0;
	border:1px solid #bcbcbc;
	text-align:center;
}
div.videoHolder h3 {
	text-align:left;
	margin:0 8px;
	border-bottom:3px solid #bcbcbc;
}
div.videoHolder object, div.videoHolder embed {
	margin:5px 2px;
}
div.formHolder h3 {
	font-size:18px;
}
div.formHolder div.label {
	float:left;
	width:50%;
	margin:0 0 5px 0;
}
div.formHolder label {
	float:left;
	width:100px;
	text-align:right;
	padding:3px 0;
}
div.formHolder input {
	float:left;
	margin:0 2px;
}
div.formHolder div.bottomHolder textarea {
	float:left;
	clear:left;
	width:245px;
	height:50px;
}
div.formHolder div.bottomHolder label {
	width:255px;
}
div.formHolder h4 {
	clear:both;
	font-size:16px;
}
div.formHolder label.bold {
	font-size:16px;
	font-weight:bold;
	width:270px;
	text-align:left;
}
div.formHolder div.label h4 {
	clear:none;
}
.go {
	margin:10px 0 0 0;
}
div.comments {
	margin:10px 0px 10px 18px;
	padding-left:26px;
}
div.comments .box {
	border-right:2px solid #92d327;
	padding:18px;
}
div.comments .leftside {
	width:315px;
}
div.comments .rightside {
	width:444px;
	margin-left:40px;
}
p.quoter {
	text-align:right;
}
ul.horizontal li {
	float:left;
	list-style:none;
	margin:0;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
ul.horizontal{
	height:85px;
}
ul.numbered {
	padding-left:20px;
}
ul.numbered li {
	list-style-type:decimal;
}
ul li a img{
	margin:0 3px;
}
div ul.wide {
	width:535px;
}
div.linkBtns ul li {
	float:left;
	height:25px;
}
div.linkBtns ul li a img {
	padding:0px;
	border:none;
	height:25px;
}
div.footertext {
	margin:0 auto;
	width:900px;
	text-align:left;
}
div#footer ul {
	float:left;
	margin-top:10px;
}
div#footer ul li {
	float:left;
	margin:0;
}
div#footer ul li a {
	display:block;
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	border-right:2px solid white;
	padding:0 18px;
	font-size:10px;
	font-weight:bold;
}
div.copyright {
	float:right;
	color:white;
	margin-top:10px;
	font-size:10px;
}