@charset "UTF-8";
/* CSS Document */

body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ccffcc;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	position:relative;
}
.navWrapper {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-left: 400px;
}
.navWrapper a {
	text-decoration: none;
	color: #006600;
}
.navWrapper a:hover {
	text-decoration: underline;
	font-size: 9px;
}
.contentWrapper {
	width: 385px;
	float: right;
	margin-top: 5px;
}
.homeBG {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.aboutBG {
	background-image: url(images/bg_aboutUs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.imgLeft {
	margin-right: 5px;
	margin-bottom: 5px;
}
.testimonialsBG {
	background-image: url(images/bg_testimonials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.clr {
	clear: both;
}
.leftWrapper {
	float: left;
}
.mainWrapper {
	min-height: 660px;
}
.headerWrapper {
	height: 160px;
}
.navMain {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	background-image: url(images/bg_navTrans.png);
	background-repeat: repeat-x;
	background-position: center center;
	color: #669966;
	padding-left: 7px;
	width: 200px;
}
.navMain a {
		text-decoration: none;
		color: #669966;
}
.navMain:hover, .navMain a:hover {
	text-decoration: none;
	color: #336633;
	background-color: #FFF;
	cursor:pointer;
	font-size: 10px;
}
.footerWrapper {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #336633;
	font-size: 10px;
}
.footerWrapper a {
		text-decoration: none;
		color: #336633;
}
.footerWrapper a:hover {
	text-decoration:underline;
}
.contentWrapper h1, .testimonialsWrapper h1 {
	font-size: 18px;
	margin-top: 0px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding: 0px;
	color: #000;
	text-transform: uppercase;
}
.contentWrapper p, .testimonialsWrapper p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 14px;
	font-size: 12px;
}
.contentWrapper a, .testimonialsWrapper a {
	text-decoration: none;
	color: #006600;
}
.contentWrapper a:hover, .testimonialsWrapper a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.contentWrapper h2, .testimonialsWrapper h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333;
}
.testimonialsWrapper {
	width: 600px;
	float: left;
	margin-top: 5px;
	margin-left: 400px;
}
.green {
	color: #006600;
}
.slideshowWrap {
    float:right;
}
#slideshow {
    position:relative;
    height:142px;
    width:477px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

