body {
	text-align: center;
	font-family:arial;
	font-size:11px;
	color:#636363;
	line-height:13px;
	min-width: 891px;
	margin: 0px;
	padding:0px;
	background-color:#000;
}

#wrapper {
	width: 891px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;
}

a {
	text-decoration:none;
	color:#A42914;
}
a:link {
	color: #65b844;
}
a:visited {
	color: #65b844;
}

.map { color:#7D7D7D}

.advantages { font-size:10px;}
.advantages li { font-size:11px;}

.white {color:#ffffff; text-decoration:none}
	
.form1 { width:174px;
		height:17px;
		font-family:arial;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}		
		
.textarea { width:174px;
		height:95px;
		font-family:arial;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}

.style3 {
	color: #056C34;
	font-weight: bold;
}
.style4 {
	color: #056C34;
	font-size: medium;
}
.style5 {color: #FFFFFF}
.style8 {
	font-size: 12px;
	color: #056C34;
	font-weight: bold;
}
.style10 {
	font-size: 12px;
	color: #056C34;
}
.header {
	width: 891px;
	height: 298px;
	overflow: hidden;
}
.header .col1{
	width: 206px;
	height: 298px;
	float: left;
	background-image: url(images/col1background.jpg);
	color: #FFF;
	overflow: hidden;
}
.header .col1 .colText{
	color: #FFF;
	margin: 70px 5px 0px 5px;
}
.header .col2{
	width: 685px;
	height: 298px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color:#000;
}
.header .menu{
	height: 32px;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
.content {
	width: 891px;
}
.content .col1{
	width: 206px;
	background-color: #DBDBDB;
	float:left;
}
.content .col1 .promotions{
	width: 175px;
	height:175px;
	padding-top: 12px;
}
.content .col2{
	width: 625px;
	float: left;
	padding: 17px 20px 50px 27px;
}
.footer {
	color:#FFFFFF;
	font-size:9px;
	background-color:#056C34;
	text-align:center;
	padding: 5px;
}
.footer a {
	font-size:10px;
	font-weight:bold;
}
.clear {
	clear:both;
}
h1 {
	color:#056C35;
	font-size: 22px;
	text-align: center;
}
h1 a {
	color:#000;
}
h1 a:link {
	color:#000;
}
h1 a:visited {
	color:#056C35;
}
h2 {
	font-size: 14px;
	font-weight:bold;
	color: #3E9340;
}

/* This the CSS for the multiple slideshows */
ul.slideshow {
	list-style:none;
	width:685px;
	height:265px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;	
}
ul img {
	border:none;	
}
#slideshow-caption {
	width:450px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}
#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* This the menu button CSS */
.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
	vertical-align: middle;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 14px 9px 14px;
margin: 0px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
.fullcontent {
	overflow: auto;
}
.halfcontentleft {
	width: 48%;
	overflow: auto;
	float: left;
}
.halfcontentright {
	float: left;
	width: 48%;
	overflow: auto;
	margin-left: 4%;
}

