/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/



body {
	background-color:#B8CF6D;
	text-align: left;
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

dl, ul, td, body, div {
	font-size: 12px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 18px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	font-variant: normal; 
	color: #212121;
	line-height: 18px;
}

a {
	text-decoration: underline;
}

a.link:link { 
	color: #1D3301; 
	text-decoration: underline; 
}
a.link:visited { 
	color: #1D3301; 
	text-decoration: underline; 
}
a:link { 
	color: #1D3301; 
	text-decoration: underline; 
}
a:visited { 
	color: #1D3301; 
	text-decoration: underline; 
}
a:hover { 
	color: #1D3301; 
	text-decoration: underline; 
}

/* ================================================  TYPEOGRAPHY - Headers  =============== */


h1  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #F07800;
	padding: 10px 0 10px 0;

}

/* brighter h1 e5770b  */


h2 { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #669410;
	padding: 3px 0 3px 0;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #F07800;
	padding: 30px 0 10px 0;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4B7006;
	padding:0;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #669410;
}

h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #737335;
	padding: 0 0 5px 0;
}

.orangeTitle { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #e05a12;
	font-size: 1.6em;
	font-weight: 600;
	padding: 8px 5px 0 5px;
	text-align:center;
}

/* =================================================  STRUCTURAL TABLES  =============== */

#uppertable{
	border:0;
	width:800px;
	vertical-align:top;
	background-color:#6E8F32;
	padding:1px;
	margin: auto;
}


.topalign{
	vertical-align:top;
}

.centered {
	text-align:  center;
}

/* ================================================  CONTENT STYLES  =============== */



.content  {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	font-variant: normal; 
	color: #212121;
	line-height: 18px;
}

.boldContent {
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 18px;
	color: #1a4c08;
}

.smallContent { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: 100;  
	color: #212121;
	line-height: 16px;
}


#sidebarhr { 
	margin: 10px;
}

.navlinks {
	font-size: 10px;
	color:  #011802;
	font-family: "Verdana", sans-serif;
	text-align:  center;
}

.larger { 
	font-size: 13px; 
	font-family: "Verdana", sans-serif; 
}


.uppercaseGreenBold {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: 700; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #335400
}

.content {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 300; 
	font-variant: normal; 
	color: #212121
}

.capitalizedBold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: 700; 
	font-variant: normal; 
	text-align: left; 
	text-transform: capitalize; 
	color: #36360D 
}


.greenbold {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: 700; 
	font-variant: normal;  
	color: #335400
}

.orangebold {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: 700; 
	font-variant: normal;  
	color: #B85C00
}

blockquote { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: 700; 
	font-variant: normal; 
	text-align: left;  
	color: #36360D 
}

/* ================================================  CONTENT ::  LINKS  =============== */

.greenlink{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: 600; 
	font-variant: normal;  
	color: #254000
}

.greenlink a, .greenlink a:link, .greenlink a:visited, .greenlink a:active {
	text-decoration:underline;
	 color: #335400;
}

.greenlink a:hover {
	color: #335400;
	text-decoration:underline;
}

.orangelink{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: 600; 
	font-variant: normal;  
	color: #B85C00;
}

.orangelink a, .orangelink a:link, .orangelink a:visited, .orangelink a:active {
	text-decoration:underline;
	color: #B85C00;
}

.orangelink a:hover {
	color: #B85C00;
	text-decoration:underline;
}


.product { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background-color: #B8CF6D;
	padding: 10px;
	border: 2px solid #96B53C;
}

/*.greenbg  {
	background-color: #96B53C;
}
 #87AB44 */
	
.product a, .product a:link, .product a:visited, .product a:active {
	color: #292E0B;
	text-decoration:underline;
}

.product a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.cost { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float:  right;
	font-size: .8em !important;
	color: #FFFFFF;
	margin:  0px;
	text-decoration:underline;
}

.cost a, .cost a:link, .cost a:visited, .cost a:active {
	text-decoration:underline;
	border: 0px none !important;
	color: #FFFFFF;
}

.cost a:hover {
	color: #292E0B;
	border: 0px none !important;
	text-decoration:underline;
}

.whiteLink { 
	background-color: #B8CF6D;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float:  right;
	font-size: 1.2em;
	color: #FFFFFF;
	margin:  0px;
	padding-top:5px;
	border: 1px;
	border-style: dashed;
	border-color: #96B53C; 
}

.whiteLink a, .whiteLink a:link, .whiteLink a:visited, .whiteLink a:active {
	text-decoration:none;
	border: 0px none !important;
	color: #FFFFFF;
}

.whiteLink a:hover {
	color: #292E0B;
	border: 0px none !important;
	text-decoration:none;
}


.productsLogoText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CF6700;
	vertical-align:middle;
}

/* ================================================  SIDE BAR  =============== */

.sidebar {
	width: 180px; 
	background: #E0E8C5;
	vertical-align:top;
	border-right: 1px solid #909C51;
	text-align: center;
}

.sidecontent {
	width: 160px; 
	margin: 10px;
}

/* ================================================  SUB MENU   =============== */

	
#menutitle {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:  1.6em;
	color: #2B2B01;
	padding: 2.4em 1em 1em .7em;
	border-bottom: 1px solid #909C51;
}

#navcontainer { 
	margin: 0;
	padding: 0;
	background: #9E9E5A; 
	width: 180px;
	text-align:left;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#navcontainer a
{
	background: #B8B88D;
	border-bottom: 1px solid #909C51;
	color: #1C2401;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	font-size:  1.2em;
	width: 156px;

}

#navcontainer a:hover
{
	text-decoration: none;
	background: #7a9e37 url("../images/hover.gif") left center no-repeat;
	color: #fff;
}


#navcontainer ul ul a
{
	display: block;
	padding-left:25px;
	width: 143px;
	color: #1C2401;
	background-color: #C7C7A5;
	text-decoration: none;
	font-size:  1.1em;
}

#navcontainer ul ul a:hover
{
	color: #fff;
	background-color: #8ea437;
	text-decoration: none;
}


/* ================================================  IMAGE STYLES ===============  */



.imgStyleLeft{
	border: 1px solid #6E8F32;
	margin: 5px 10px 5px 0px;
	float: left;
	text-align:center;
}

.imgStyleRight{
	border: 1px solid #6E8F32;
	margin: 5px 0px 5px 10px;
	float:  right;	
	text-align:center;
}


.imageLeftNoBorder{
	margin: 3px 10px 3px 0px;
	float: left;
}

.imageRightNoBorder{
	margin: 5px 0px 5px 7px;
	float: right;
}

.imageBorder{
	border: 1px solid #6E8F32;
}

/* ================================================  STYLES FOR IMAGE WITH CAPTION ===============  */

.captionImage {
	border: 1px solid #6E8F32;
	margin: 0 0 5px 0;
}

.caption {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: 600;  
  color: #36360D;
  float:right;
  padding:0 10px 5px 10px;
}

/* ================================================  STYLES FOR FORM ===============  */


.typeArea {
	 font-size: 12px;
	 background-color: #fbebbd;
	 border: 1px solid #672A01;
}

.commentArea {
	border:1px solid #672A01;
	height:auto;
	overflow:auto;
	font-size: 12px;
	background-color: #fbebbd;
}

.selectStyle {
	 background-color: #FEF4D7;
	 color: #672A01;
	 vertical-align:middle;
	 margin:0px;
	 padding:0px;
}

.leftPad {
	padding-left:25px;
}


.numberLink {
	font-size: 14px;
	color: #592611;
	font-variant: small-caps;
	font-weight: bold;
	}
	
.numberLink a, .numberLink a:link, .numberLink a:visited, .numberLink a:active { 
	font-size: 14px;
	color: #592611;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration:underline;
	}	
	
.numberLink a:hover {
	color:  #C75D06;
	}

.formText{
	text-align: left;
	font-size: 12px;
	color: #173B00;
	padding: 0 3px 5px 0;
	vertical-align:top;
	font-weight: bold;	
}	
	           
