/* Yahoo RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
p {
	line-height: normal;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* End Reset */


img, div { behavior: url(css/iepngfix.htc) }

/* Greenfields CSS */

html, body {
	height: 100%;
}

body {
	background: #251a09 url('../images/bg_outer.jpg') repeat-x;
}

/* Divs */

div#outer_cont {
	width: 100%;
	height: 100%;
	background: transparent url('../images/bg_inner.jpg') no-repeat top center;
}	

div#inner_cont {
	width: 960px;
	margin: 0 auto;
}

div#body_container {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0px;
	line-height: 1;
	margin-bottom: 30px;
}

div#left_column {
	float: left;
	width: 600px;
	padding: 12px 25px 40px 25px;
	display: inline;
}

div#right_column {
	float: left;
	width: 285px;
	padding: 20px 0px 30px 0px;
	display: inline;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

div#home_banner {
	height: 60px;
	background-color: #93a31c;
	padding: 14px 0px 0px 18px;
	font-size: 12px;
	color: #dbec9b;
	line-height: 24px;
}

div#footer {
	clear: both;
	height: 38px;
	background-color: #93a31c;
	color: #dbec9b;
	font-size: 12px;
	padding: 22px 22px 0px 36px;
}

div#left_footer {
	float: left;	
}

div.list_item {
	padding-left: 25px;
	background: transparent url('../images/icon_list.gif') no-repeat 0px 3px;
}

/* Main Nav */

ul#main_nav {
	clear: both; 
    width: 960px;
	height: 56px;
	border-bottom: 12px solid #dbec9b;
}


ul#main_nav li {
	display: inline;
}

ul#main_nav li a {
	float: left;
	text-indent: -9999px;
	display: block;
	height: 56px;
	outline: none;
}

ul#main_nav li a:hover, ul#main_nav li a.active {
	background-position: 0px -56px;
}

a#nhome {
	background-image: url('../images/nav_home.png');
	width: 185px;
}

a#nabout {
	background-image: url('../images/nav_about.png');
	width: 191px;
}

a#nproducts { 
	background-image: url('../images/nav_products.png');
	width: 194px;
}

a#nservices { 
	background-image: url('../images/nav_services.png');
	width: 187px;
}

a#ncontact { 
	background-image: url('../images/nav_contact.png');
	width: 203px;
}

/* Paragraphs */

div#left_column p {
	font-size: 14px;aah
	line-height: 18px;
	margin-bottom: 14px;
	
}

div#right_column p {
	line-height: 16px;
	margin-bottom: 12px;
	
}
div#left_column ul {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 14px 0px;
	
}

div#left_column ul li {
	padding-left: 25px;
	background: transparent url('../images/icon_list.gif') no-repeat 0px 3px;
}

 


/* Links */

div#body_container a {
	text-decoration: none;
	color: #99cc00;
}

/* Headers */

h1 {
	font-size: 24px;
	color: #000;
	padding-top: 31px;
}

h2 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 17px;
}

/* Line Breaks */

hr {
	margin: 8px 0px 10px 0px;
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #bbbbbb;
	overflow: hidden;

}

div#right_column hr {
	margin: 6px 0px 8px 0px !important;
	margin: 1px 0px 1px 0px;	
}


/* Span Styles */


span.white_large {
	color: #fff;
	font-size: 22px;
}

/* Footer */

div#footer ul {
	float: right;
}	

div#footer ul li {
	display: inline;
}	

div#footer ul li a {
	float: left;
	color: #dbec9b;
	border-right: 1px solid #dbec9b;
	padding: 0px 9px 0px 9px;
}

div#footer ul li a.last {
	border-right: none;
}iframe {
	border: 4px solid #95A11B;
}

