﻿/*-------------------- basic---------------------*/ 
body {
	background-color: #7a7d77;
	background-image: url(../imgs/bg_home.png);
	background-repeat: repeat-x;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

select {
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

input {
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

select {
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td {
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a{
	color: #88a82f;
	outline: none;
	text-decoration: none;
}

a:visited{
	color: #88a82f;
}

a:visited:hover{
	color: #9DBF40;
}

a:hover{
	color: #9DBF40;
}

a img{
	border: 0;
}

p{
	margin: 0;
	padding: 10px;
}

th{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

td{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.clearme{
	overflow: auto;
}
/*ie5 mac only*/
* html>body .clearme{display: inline-block; overflow:visible} 
.center{
	text-align: center;
}

hr {
	background: #ebebeb;
	border: 0;
	color: #E4E4E4;
	height: 1px;
	margin: 2px 0;
}

/*-------------------- headers---------------------*/ 
h1{
	color: #666;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 6px 0 0 0;
	padding: 0px;
}

h2{
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}

h3{
	color: #666;
	font-size: 18px;
	margin: 15px 10px;
	padding: 0;
}

h4{
	font-size: 14px;
	margin: 0;
	padding: 4px 12px;
}

h5{
	font-size: 13px;
	margin: 0 10px;
	padding: 0;
}

h6{
	font-size: 12px;
	margin: 0 10px;
	padding: 0;
}
h7{
	background-repeat: no-repeat;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 5px 0px 5px;
}
h8{
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

h9{
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}


h10{
	color: white;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 10px 10px 10px;
	padding: 0;
	text-align: left;
}



/*-------------------- forms---------------------*/ 
form{
	margin: 0;
	padding: 0;
}

textarea{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

input{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

textarea:focus{
	background-color: #FEFEFE;
	border: 1px solid #005260;
	color: #333333;
}

input:focus{
	background-color: #FEFEFE;
	border: 1px solid #005260;
	color: #333333;
}

input.button{
	background-color: #899d22;
	border: 1px outset #899d22;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 8px;
}

label{
	background-color: #F9F9F9;
	display: block;
	float: left;
	width: 150px;
}

form p{
	clear: left;
}

/*-------------------- layout---------------------*/ 
#container {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 15px 15px 35px 15px;
	width: 809px;
}

#main {
	float: right;
	width: 600px;
	font-size:12px;
}

#main2 {
	float: right;
	width: 800px;
	font-size:12px;
}

#header {
	height: 85px;
	margin: 0px auto;
	width: 839px;
}

#sidebar {
	float: left;
	width: 195px;
}

#footer {
	clear: both;
	font-size: 11px;
	padding: 10px;
	margin: 0px auto;
	width: 839px;
	color:#C0C0C0;
	text-align: center;
	line-height: 16px;
}
#footer a{
	color:#C0C0C0;
	font-size:11px;
}
#footer a:hover{
	color: white;
}
/*-------------------- header---------------------*/ 
#header h1{
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#header h1 a{
	background-image: url(../imgs/bg_logo.png);
	background-repeat: no-repeat;
	color: white;
	display: block;
	font-size: 38px;
	font-weight: normal;
	height: 65px;
	padding: 10px;
	text-indent: -99999px;
	text-transform: uppercase;
	width: 162px;
}

#header h2{
	background-image: url(../imgs/bg_slogan7.png);
	background-repeat: no-repeat;
	color: #ACCF4C;
	float: left;
	font-size: 18px;
	font-weight: normal;
	height: 65px;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px;
	text-indent: -99999px;
	text-transform: uppercase;
	width: 545px;
}

/*-------------------- nav---------------------*/ 
#nav {
	background-color: #9DBF40;
	background-image: url(../imgs/bg_nav.png);
	background-repeat: repeat-x;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}

#nav li {
	list-style-type: none;
	text-align: center;
}

#nav a{
	border-bottom: 1px solid #C3E075;
	color: #505B34;
	display: block;
	padding: 6px 2px;
	text-decoration: none;
}

#nav a:hover{
	color: #272D15;
}

#nav .on a{
	background-color: #AACA56;
	background-image: url(../imgs/bg_navon.png);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
}

/*-------------------- sidebar---------------------*/ 
.sidebox{
	border: 1px solid #d5d5d5;
	font-size: 12px;
	margin-top: 15px;
	padding: 1px;
}

.sidebox h4{
	background-color: #eee;
	font-size: 14px;
	margin: 0;
	padding: 4px 8px;
	text-transform: uppercase;
	position:relative;
}

.sidebox h4 a{
	float: right;
	font-size: 12px;
	font-weight: normal;
	position:absolute;
	top:4px;
	right:4px;
	text-transform: lowercase;
}
.sidebox h4{
	background-color: #eee;
	font-size: 14px;
	margin: 0;
	padding: 4px 8px;
	text-transform: uppercase;
	position:relative;
}

#news ul{
	margin: 4px;
	padding: 0 5px 0 15px;
}

#news li{
	line-height: 1.2em;
	list-style-image: url(../imgs/bg_li_news.png);
	list-style-position: outside;
	margin: 0;
	padding: 5px 0;
}

#custfacts ul{
	margin: 0;
	padding: 10px;
}

#custfacts li{
	border-bottom: 1px solid #d5d5d5;
	display: block;
	margin: 0;
	padding: 6px 2px;
}

/*-------------------- home---------------------*/ 
.home{
	font-size: 14px !important;
}
.home h2{
	background-image: url(../imgs/bg_homeh2.png);
	background-repeat: repeat-x;
	color: #7a7d77;
	font-size: 24px;
	font-weight: normal;
	padding: 10px;
}

blockquote{
	background-image: url(../imgs/bg_quote.png);
	background-repeat: no-repeat;
	font-size: 16px;
	font-style: italic;
	padding: 20px 5px 0px 5px;
}

blockquote p{
	margin: 0;
	padding: 5px 0;
}

.quoteline{
	color: #999999;
	display: block;
	font-size: 0.9em;
	text-align: right;
	padding-top: 8px;
}
/*-------------------- section header / nav ---------------------*/ 
#sectheader{
	background-image: url(../imgs/bg_sectheader.png);
	background-repeat: no-repeat;
	background-color: #11c4d3;
	color:white;
	height: 95px;
	position:relative;
}

#sectheaderblog{
	background-image: url(../imgs/bg_sectheader_blog.png);
	background-repeat: no-repeat;
	background-color: #11c4d3;
	color:white;
	height: 95px;
	position:relative;
}


/*ie5 mac only*/
* html>body #sectheader{width: 600px; } 



#sectheader h2{
	font-size: 40px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	margin:0;
	padding: 10px 20px;
}
#sectheader ul{
	position:absolute;
	bottom:0;
	right:10px;
	margin:0;
	padding:0;
}
#sectheader li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:4px 0;
}
#sectheader li a{
	color:#DBFEFF;
	float:left;
	padding: 0px 12px;
	border-right: 1px solid #DBFEFF;
}
#sectheader li a:hover{
	color:#fff;

}
#sectheader li.on {
	background-color: #fff;
}
#sectheader li.on a{
	background-color: #fff;
	color: #666;
	border:none;
}
#sectheader li.last a{
	border:none;
}
.biglist{
	margin:0;
	padding: 15px;
}
.biglist li{
	background-image: url(../imgs/bg_biglist.png);
	background-repeat: no-repeat;
	margin:5px 0;
	padding: 5px 0 5px 45px;
	list-style-type: none;
	background-position: left center;
	line-height: 1.3em; 
}

.biglist2{
	margin:0;
	padding: 15px;
}
.biglist2 li{
	background-image: url(../imgs/bg_biglist.png);
	background-repeat: no-repeat;
	margin:1px 0;
	padding: 1px 0 5px 45px;
	list-style-type: none;
	background-position: left center;
	line-height: 1.3em; 
}
.biglistgreen{
	margin:0;
	padding: 15px;
}
.biglistgreen li{
	background-image: url(../imgs/bg_biglistgreen.png);
	background-repeat: no-repeat;
	margin:5px 0;
	padding: 5px 0 5px 45px;
	list-style-type: none;
	background-position: left center;
	line-height: 1.4em; 
}

ul.TickList {
  list-style-image: url(../imgs/blue-check.jpg)
}

ul.TickListGreen {
  list-style-image: url(../imgs/Green_Check.png)
}

ul.TickListBlue {
  list-style-image: url(../imgs/Blue_Check.png)
}

ul.TickListGrey {
  list-style-image: url(../imgs/Grey_Check.png)
}

