/* CSS for Template website */

/* Notes: Notes sepcific to site CSS */

/* DESIGN / FORMATTING - body, banner, menu, page body, footer */
body {
	margin: 0px;
	padding: 0px;
background: rgba(164,179,87,1);
background: -moz-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
background: -webkit-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -o-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: -ms-linear-gradient(left, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
background: linear-gradient(to right, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=1 );

	/*background-image: url('../images_design/page_bgrnd2.jpg');*/
	/*text-align: center; */
}
#wrapper{  
	width: 990px;  
	margin:0 auto;  
	text-align:left;  
} 
.banner {
	padding: 0px;
	width: 990px;
	background-color: #ffffff;
	/*background-image: url('../images_design/banner_bgrnd2.png');
	background-repeat:no-repeat; 
	background-position: 0px 0px;*/
	font-family: 'Open Sans', serif;
	font-size: 13px;
	height: 145px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #34838E;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.menu {
	width: 990px;
	height: 35px;
	background-color: #0B610B;
	/*background-image: url('../images_design/menu_bgrnd2.png');
	background-repeat:no-repeat; 
	background-position: 0px 0px;*/
	border-style: solid;
	border-left-color: #A91509;
	border-right-color: #A91509;
	border-top-color: #A91509;
	border-bottom-color: #A91509;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.menuUl {
	margin: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style: none;
}
.menuLi0 {
	float: left; 
	margin-left: 0px;
	text-align: center;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
}
.menuLi1 {
	float: left; 
	margin-left: 0px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	
}
.menuLi2 {
	float: left; 
	margin-left: 20px;
	text-align: center;
}
.page_body {
	padding: 10px;
	width: 970px;
	min-height: 720px;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.footer {
	margin-top: 0px; 
	padding: 0px;
	width: 990px;
	height: 280px;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #0B610B;
	text-align: center;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
}

.subLinks {
    height: 170px;
    background-color: #027402;
    padding: 1px;
    text-align:left;
}

ul {
   list-style-image: url('../images_design/bullet.png');
}
.productstd {

border-collapse: collapse;
margin-left:10px;
width:450px;
}

.tdhdr {
border: 1px solid;
padding: 5px;
background-color:#a4b357;
}

.tdcell {
border: 1px solid;
text-align: center;
background-color:#b6c278;
}

/* LINKS - default, banner, menu, footer */
a:link {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #0B610B;
	text-decoration: none;
}
a:visited {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #0B610B;
	text-decoration: none;
}
a:hover {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #0B610B;
	text-decoration: underline;
}
a.banner_link:link {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #D75600;
	text-decoration: none;
}
a.banner_link:visited {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #D75600;
	text-decoration: none;
}
a.banner_link:hover {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.menu_link:link {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	/*background-color: #8E8E8E;*/
	display: block;
	height: 20px;
	padding: 2px 30px 2px 30px;
}
a.menu_link:visited {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	/*background-color: #8E8E8E;*/
	display: block;
	height: 20px;
	padding: 2px 30px 2px 30px;
}
a.menu_link:hover {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	/*background-color: #AB1D08;*/
	display: block;
	height: 20px;
	padding: 2px 30px 2px 30px;
}
a.menu_link2:link {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	/*background-color: #000000;*/
	display: block;
	height: 20px;
	padding: 2px 30px 2px 30px;
}
a.menu_link2:visited {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: yellow;
	text-decoration: none;
	/*background-color: #000000;*/
	display: block;
	height: 20px;
	padding: 2px 30px 2px 30px;
}
a.menu_link2:hover {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	/*background-color: #AB1D08;*/
	display: block;
	height: 20px;
	padding: 2px 30px 2px 30px;
}
a.footer_link:link {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.footer_link:visited {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.footer_link:hover {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.footer_link2:link {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.footer_link2:visited {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.footer_link2:hover {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

/* STANDARD TAGS */
h1 {
	font-family: 'Open Sans', serif;
	font-size: 24px;
	color: #0B610B;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
}
h2 {
	font-family: 'Open Sans', serif;
	font-size: 18px;
	color: #0B610B;
	background-color: #ffffff;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 8px;
	margin-bottom:10px;	
	padding: 2px;
}
p {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #3A3A3A;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
ul li {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height:22px;
	color: #3A3A3A;
}
input {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
}

textarea {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
}
img {   
	border-style: solid;
	border-width: 0px;
	border-color: #D75600;
	padding: 0px;	
}
/* ADDITIONAL STYLES */
.strapline {
	font-family: 'Open Sans', serif;
	font-size: 16px;
	color: #007C97;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
}
.h2rv {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #D75600;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
}
.img1 {   
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 0px;	
}
.labelNm {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	color: #000000;
	width: 90px;
	float: left;
	margin-bottom: 5px;

}

.labelNmhdr {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-bottom: 5px;
	margin-top:3px;
}

#hdrform {
	width:520px;
	background-color:rgba(164,179,87,1);
	padding:5px;
	border:1px solid;
	border-color:rgba(164,179,87,1);
	
}
.inputBox {
	margin-left: 95px;
	margin-bottom: 5px;
	max-width: 300px;
}

.inputBoxhdr {
	margin-left: 5px;
	margin-bottom: 5px;
	max-width: 200px;
	margin-right:10px;
	float:left;
}
.submitBox {
	margin-left: 95px;
	margin-bottom: 5px;
	float: left;
}
.submit_btn {
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #0B610B;
	border-style: none;
}

.submit_btn_hdr {
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #0B610B;
	border-style: none;
	float:left;
}

.highlight {
	color: #007C97;
}
.spacer {
	height: 50px;
}
.linkbg {
	padding: 0px 5px 0px 5px;
	background-color:#E5E5E5;
	border-radius:5px;-moz-border-radius:5px;
}
