/* general formatting */
body {
	background: #384e2d url(../graphics/bg_new.jpg) repeat top left;
	margin: 0px;
	font: 12px arial;
	}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2 {
	display: block;
	margin: 30px 10px 10px 10px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	}
	
h2.ter {
	display: block;
	margin: 30px 10px 10px 10px;
	font-size: 26px;
	}
	
h5.ims {
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
}
h3.ims2 {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}

h3 {
	display: inline;
	margin-left: 20px;
	font-size: 14px;
	line-height: 2em;
	text-decoration: underline;
	}
h4 {
	margin-bottom: -1em;
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}

/* background ribbon */
#ribbon {
	display: block;
	position: absolute;
	width: 100%;
	height: 23px;
	background: #ffba00 url(../graphics/thin/ribbon.gif) repeat-x center left;
	margin-top: 79px;
	padding: 0px;
	}
/* the margin-top for the #ribbon should be 3px larger than the height of #header below */

/* main container */
#main {
	display: block;
	position: absolute;
	width: 756px;
	min-height: 100%;
	_height: 100%; /* fix for IE */
	background: #fff url(../graphics/main_bg.jpg) repeat-y top center;
	margin-left: 22px;
	}
body.ims {
	background: #fff url(../graphics/header-repeat2.jpg) top;
	min-height: 100%;
	_height: 100%; /* fix for IE */
	}
/* header stuff */
#header {
	display: block;
	width: 100%;
	height: 76px;
	*margin-left: 3px;
	/*background: transparent url(../graphics/header.jpg) no-repeat top center;*/
	}
#header img {
	padding-left: 3px;
	}
#headerims {
	display: block;
	width: 100%;
	height: 68px;
	background: transparent url(../graphics/header.jpg) repeat;
	}
#toplinks {
	display: block;
	width: 100%;
	height: 26px;
	background: transparent url(../graphics/thin/toplinks.gif) no-repeat center center;
	}
#toplinks div {
	padding: 7px 10px 7px 10px;
	font: 13px arial;
	text-align: center;
	}
#toplinks div a {
	color: #000;
	text-decoration: none;
	}
#toplinks div a:hover {
	color: #fff;
	text-decoration: underline;
	}
#login {
	position: absolute;
	top: 5px;
	left: automatic;
	right: 2px;
	}
#login input {
	height: 18px;
	margin-bottom: 2px;
	_margin-bottom: 1px; /* fix for IE margin */
	font: 12px arial;
	right: 0;
	}
#submit input {
	position: absolute;
	right: 0;
	height: 20px !important;
	}

/* left navigation menu */
#nav {
	float: left; /* the nav menu is floated left so that it is displayed inline with the main content */
	width: 160px;
	margin-left: 3px;
	}
#nav ul{
	margin: 0 0 0 25px;
	padding: 0;
	font: 14px arial;
	font-weight: bold;
	list-style: none;
	}
#nav ul li {
	margin-top: 5px;
	}
#nav ul li a:hover {
	color: #000;
	text-decoration: none;
	}
#nav ul li ul {
	font-size: 12px;
	font-weight: normal;
	}
#nav ul li ul li {
	margin-top: 0px;
	}
#nav ul li ul li a {
	color: #666;
	}

/* main content */
#content {
	margin: -4px 3px 25px 170px;
	overflow-x: hidden;
	overflow-y: scroll;
	}
#content img { /* sets the maximum width for an image in the content div, larger images will be resized */
	max-width: 530px;
	width: expression(this.width > 530 ? 530 : true); /* IE doesn't support max-width so we use javascript instead... other browsers will (correctly) ignore this expression */
}
#content a {
	color: #666;
	text-decoration: underline;
	}
#content a:hover {
	color: #000;
	}
#content p {
	margin: 1em 10px 1em 20px;
	line-height: 18px;
	}
#content table#glossary td {
	padding: 5px;
	font: 12px arial;
	vertical-align: top;
	}
#radio-buttons {
	margin-left: 20px;
	text-indent: -20px;
	}
#quote {
	font-style: italic;
	}
#accent {
	background: #ccc;
	}

/* footer */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 27px;
	background: transparent url(../graphics/footer.gif) no-repeat center center;
	}
#footer div {
	padding-top: 6px;
	text-align: center;
	}
#footer div div {
	padding: 0;
	}

.tdimage {
	background-image: url(../graphics/erosion.jpg);
	width: 200px;
	background-repeat: no-repeat
	}

td.tdimage2 {
	background-image: url(../graphics/Jonca2.jpg);
	background-repeat: no-repeat
	}

td.tdimage {

   background-image: url(../graphics/erosion.jpg);
   width: 250px;
   background-repeat: no-repeat
   }

.stx {
	font-family: Arial, Helvetica,sans-serif;
   font-size: 14px;
   }

.footnote {
	font-family: Verdana, Arial, Helvetica,sans-serif;
   font-size: 11px;
   }

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 170px;
	text-align: center;
	}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
   font-weight: bold;
   }

#content table td {
	padding: 0;
	}

/* FORMATING TABLES AND CELLS CONSERVATION PROJECT
-------------------------------------------------*/

#portTable{
	width: 300px;
	border: 0;
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

tdcon{
	border-bottom: 1px dotted #FF9600;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
/* FORMATING TABLES AND CELLS SOIL REPORT
-------------------------------------------------*/
#stxheader {font-family: Verdana; font-size: 12px; background: #D2B48C; font-color: #FFFFFF;}
#stxhcell {font-family: Verdana; font-size: 12px; background: #F5DEB3; font-color: #FFFFFF;}
#tabbor {font-family: Verdana; font-size: 12px; bgcolor: #BFB49F; font-color: #FFFFFF;}
		
