@charset "utf-8";

body  {
	background-color: #dad9d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

body a {	color: #13a530;	text-decoration: underline;}
body a:link	{	color: #13a530;	text-decoration: underline;}
body a:hover	{	color: #acefac; text-decoration: underline;} 
body a img 	{	border:0;} 

form {padding:0;margin:0;} 
hr {height:1px; color:#529a60;}


.wv #container {
	background-image: url(../images/site_background_rightborder.gif);
	background-repeat: repeat-y;
	width: 788px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	text-align: left /* this overrides the text-align: center on the body element. */;
} 

.wv #verytop {
	text-align: right;
	color: #ffffff;
	background-color: #36581b;
	height: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: auto;
}

.wv #verytop a { color: #ffffff; text-decoration:none;}


.wv #verytop h6 {
	line-height:46px;
	position:relative;
	top:5px;
}

.wv #header {
	height: 191px;
	padding: 0;
	margin: auto;
	text-align: left;
	background-color: #7ab052;
} 

/********************************** START leftcontent  */
 
.wv #leftcontent { /* This is the main content div */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	float: left;
	width: 540px;
} 
.wv #leftcontent p {
	margin-top: 0px;
	margin-bottom: 13px;
}
.wv #leftcontent .rightmargin{
	padding-right: 15px;
	margin: 0px;
}
.wv #container #leftcontent #productlogo {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
}

.wv #leftcontent .textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #13a530;
}
.wv #leftcontent ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	line-height: 12pt
}
/********************************** END leftcontent  */

/********************************** START rightcontent  */
.wv #rightcontent { /* This is the floating sidebar div */
	float: right;
	width: 165px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 0;
	display: inline;
}
.wv #rightcontent a {	color: #13a530;	text-decoration: underline;}
.wv #rightcontent a:link	{	color: #13a530;	text-decoration: underline;}
.wv #rightcontent a:hover	{	color: #cf3636; text-decoration: underline;} 

.wv #container #rightcontent img {
	margin-bottom: 2px;
}
.wv #container #rightcontent #products p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.wv #container #rightcontent #products ul {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-left: 20px;
	margin-left: 0px;
}


.wv #rightcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 13px;
}
#products {
	margin-bottom:25px;
}
#logohcm {
	float:right;	
}
/********************************** END rightcontent  */

.wv #footer {
	padding: 20px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
} 
.wv #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	color: #10903b;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}
.larger {
	font-size:14px;
}
.smaller {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.smallest {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
.textFooter a {color: #ffffff;	text-decoration: none;}
.textFooter a:link {color: #ffffff;	text-decoration: none;}
.textFooter a:hover {color: #acefac; text-decoration: underline;}
.textLargeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.textTestimonial {
	background-color: #f2f9f4;
	padding: 5px;
}
.float_Left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}
.float_Right {
	float:right;
	margin-left:12px;
}
.table_Header {
	background-color:#529a60;
	color:#FFFFFF;
}
.table_SubHeader {
	background-color:#e1f0e4;
	font-weight:bold;
}
