/* General Elements */
a{
	color:#357814;
}

a:hover{
	color:#990000;
}

a.topBannerLink{
	color:#605032;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
}

a.topBannerLink:hover{
	color:#67ad20;
}

a.welcomeLink{
	font-size:16pt;
	font-weight:normal;
}

body{
	margin:0px;
	background-image:url(../images/site_background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#61b112;
}

img{
    border: none;
}

div, span, td, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size:9pt;
	color:#000;
	margin-bottom: 10px;
}

table{
	border: none;
}

table.mainTable{
	width:925px;
	margin:auto;	
	background-color:#fff;
	border-top:solid 3px #605032;
	margin-top:20px;
	margin-bottom:20px;
}

.mainTable td.banner{
	height:135px;
	background:#fff;
	text-align:left;
	vertical-align: middle;
	padding-top: 10px;
}

.mainTable td.content{
	height:400px;
	background-image:url(../images/content_background2.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	vertical-align:top;
	text-align:left;
}

.mainTable td.footer{
	background-color:#605032;
	background-image:url(../images/footer_bkg.png);
	background-repeat:repeat-x;
	height: 60px;
	border-top:solid 2px #67ad20;
	vertical-align: top;
}

#mainMenu{
	position:absolute;
	top:0px;
	left:30px;
	z-index:10;	
}

#mainMenu td{
	padding-left:20px;
	padding-top:2px;
	text-align:right;
}

div.textContainer{
	width:650px;
	margin-left:75px;
	background-color:#fff;	
}

div.topMenu{
	background-image:url(../images/tm_background.png);
	background-color:transparent;
	position:absolute;
	width:925px;
	height:145px;
	top:0px;
	left:0px;
	z-index:5;
}

div.pageHeader{
	font-family:"Times New Roman", Times, serif;
	font-size:28pt;
	color:#A40000;
}

div.sectionHeader{
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	font-weight:bold;
	color:#8e1100;
}

div.sectionHeader2{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:bold;
	background-color:#605032;
	color:#fff;
	padding-left: 5px;
}

div.mainContentArea{
	margin:auto;
	padding-top:65px;
	padding-bottom:10px;
	width:620px;
}

div.bottomLinks{
	text-align:center;
	margin-top: 5px;
}

div.bottomLinks a{
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

div.bottomLinks a:hover{
	color:#FFCC33;
}

div.copyInfo{
	font-size:8pt;
	font-weight:normal;
	color:#FFFF99;
	text-align:center;
	margin-top: 5px;
}

div.copyInfo a{
	color:#ffff99;
}

div.pageContent{
	margin-top:5px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-top:dotted 2px;
	border-color:#427014;
	min-height: 400px;
	height:expression( this.scrollHeight <= 400 ? "400px" : "auto");	
}

div.pageContent li{
	list-style-image:url(../images/li_arrow.png);
	list-style-position:outside;
	margin-bottom:15px;
	margin-left:20px;
}

div.testimonial{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:dotted 1px #427014;

}

td.testimonial{
	margin-bottom:8px;
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:dotted 1px #427014;
	text-align:left;
	vertical-align:bottom;

}

.pageNumLink{

}

.currentPageNum{

}

input.text{
    border: solid 1px #605032;
}

input.button{

}

input.radio{

}

input.checkbox{

}

textarea{
	border: solid 1px #605032;
}

select{

}

span.spacer1{
	padding-left:12px;
	padding-right:12px;
}

img.productInstructions{
	border: solid 1px #61b112;
}

