/* GENERAL 
_____________________________________________________________________________*/
.edit {float:right;} 

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}


div { 
	border: 0px solid #ccc; 
}

table { 
	cellspacing: 0;
	cellpadding: 0;
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
	border-spacing:0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}
 
img { 
	border: 0; 
	vertical-align: bottom; 
}


cite,code,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}
body{font:13px Arial, Helvetica, sans-serif; *font-size:small; *font:x-small;}
select,input,textarea{font:99%;}
pre,code{font:115% monospace;*font-size:100%;}
 
body {
	line-height: 1.65em;
	background-color: #FFFFFF;
}

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: none; 
	color: #000000; }

#nav a:hover,
a#contact:hover,
a:hover {
	   color: #bcbec0;
	   text-decoration: none;
}

#nav a {
	display: block;
	margin-right: 30px;
	color: #009344;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

#nav a.active,
a#contact.active {
	color: #bcbec0;
}

a#contact {
	color: #009344;
	text-transform: uppercase;
	position: absolute;
	left: 700px;
	top: 55px;
	font-weight: bold;	
	font-size: 12px;
}


/* HEADER
_____________________________________________________________________________*/

#nav {
	margin-top: 30px;
  	margin-bottom: 40px;
}

/* CONTENT
_____________________________________________________________________________*/

#container_home {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(images/Ag.jpg);
	background-repeat:no-repeat;
	background-position: 456px 318px;

}

#text_container {
	margin-left: 115px;
	margin-bottom: 55px;
	   min-height: 300px;
	   height: auto !important;
	   height: 300px;
}

#text_box {
	width: 285px;
}

.recycle {
	vertical-align: text-top;
}

/* FOOTER
_____________________________________________________________________________*/

#bottom_logo {
	text-align: center;
}

