
body
{
  margin: 0;
  padding: 0;
  border: 0;
  background-image:url(/images/skin/back.jpg);
 }

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	color: #666666;
	text-align: left;
}


.disclaimer { 
	font-size: 80%;
	line-height: 100%;
 	clear:both;
	color: #999999;
	margin-top: 0;
	margin-left: .5em;
	padding-top: 0;
	padding-left: .5em; }

#faq {
  line-height: 100%;
}


#faq a {
  color:#0099CC;
  font-size: 100%;
  line-height: 110%;
  
}

hr{ margin: 7px, 0;
    padding: 7px, 0;}

h1{ font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	padding-top: 5px; 
	color: #435d20}
	
h2{ font-size: 120%; }
h3{ font-size: 110%; }

TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
	
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
	color: #666666;
	text-align: justify;

}

ul {
	list-style-type: circle;
	list-style-position: outside;

}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC; /* #344E3A; */
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #404123;
	position: relative;
	top: 0px;
	left: 465px;

}

.table_header		{ font-weight: bold; background-color: #969C5F; color: white; line-height: 16px; }
.table_subheader	{ font-weight: bold; background-color: #E4E6CD; color: #666666; line-height: 16px; }
.table_footer		{ font-weight: bold; background-color: #E8F7B6; color: #666666; line-height: 16px; }
.table_row1		{ background-color: #FFFFFF; line-height: 16px;  }
.table_row2		{ background-color: #F5F6EB; line-height: 16px;  }
.table_row_inactive	{ background-color: #EBEBEB; line-height: 16px; font-style: italic; }
.table_row_unverified	{ background-color: #CEE3C6; line-height: 16px; font-weight: bold; }

.table_header a:link, .table_header a:visited  { color: white; }
.table_header a:hover, .table_header a:visited:active  { color: white; }



/* Navigation rules */

#nav {
width:100%;
border-bottom:2px solid #111;
border-top:1px solid #000000;
background-image:url(/images/skin/navBack.gif);
background-repeat:repeat;
/* background:#fff; */
margin:0 0 0;
margin-top: 0;
padding:0 0 0;
padding-top: 0;
position: relative;
float: right;
}


/* TOP NAVIGATION CONTROL */
#nav ul {
float:left;
width:100%;
margin:0;
padding:0;
background-image:url(/images/skin/navBack.gif);
background-repeat:repeat;
/* background:#003366; */
list-style-type:none;
}

#nav li {
display:inline;
padding:0;
margin:0;
}

#nav a {
/* background:#003366; */
border-right:1px solid #000;
border-bottom:0;
/*  TOP, RIGHT, BOTTOM, LEFT  */
padding:10px 4px 4px 4px;
margin:0;
color:#000000;
text-decoration:none;
display:block;
float:left;
width:auto;
font:bold 100%/110% Arial,Geneva,Helvetica,sans-serif;
text-transform:uppercase;
/* letter-spacing:1px; */
}

#nav a:hover,  
/********* MOUSE OVER COLOUR *********/
#nav a:focus {background:#48aec5;} /* #246AA7 */
/********* BUTTON OVER COLOUR *********/
#nav .sel a {
/* background:#FF9900; */
color:#000;
/* text-shadow:2px 2px 2px #777; */
}

/* BELOW IS SELECTED BUTTON OVER COLOUR */
#nav .sel a:hover {background-color:#FFFFFF;}
#nav .sel a:focus {background:#F1F8E1;}

#nav a:active {
background:#920D02;
color:#fff;
}


#footer{
width:100%;
margin-top: 0;
height: 2em;
background-image:url(/images/skin/bottomStretch.gif);
background-repeat:repeat;
}

#leftsplash{ 
background-image:url(/images/skin/shadowLeft.jpg);
background-repeat: repeat-y;
height: 100%;
}

#rightsplash{ 
background-image:url(/images/skin/shadowRight.jpg);
background-repeat: repeat-y;
height: 100%;
}

#benefits{
background-image: url("/images/irrigation-benefits.jpg");
background-repeat:no-repeat;
height: 101px;
}

/* Contact form formatting for a table */
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
}

label {
	display: block;
	float: right;
	width: 99%;
	text-align:right;
}

input {
	display: block;
	float: left;
	width: 99%;
	text-align:left;
}
input.btn { text-align:center; }
input.chk { 
	display: block;
	float:right;
	text-align:right;	
	width:auto;
}


/* Contact form formatting original for use without a table -
Note: <textarea> cols="50" sets the width of the right column.
input.btn { width: 125px; }
br.clr { clear: left; }

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	color: #666666;
}
*/
