/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
img { 
   border: 0px; 
}
body {
  background-color: #CAB684;
  color: #333333;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 20px 20px 20px 20px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  scrollbar-base-color: #CAB684;
  scrollbar-arrow-color: #996633;
  scrollbar-3dlight-color: #cccc99;
}
h1{
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #663300;
}
h2 {
  color: #926220;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 20px;
}
a,  a:link {
  color: #d5d590;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #d5d590;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #e3e3b5;
  text-decoration: underline;
}
.sidebar {
	display: block;
	float: left;
	text-align: center;
	width: 300px;
	height: 600px;
}
.contentBox {
  	background-image: url(images/content_background.png);
	background-repeat: no-repeat;
	display:block;
	padding:20px;
	width:400px;
	text-align:center;
	height:500px;
	float: right;
}
.textBox {
	display: block;
	width: 400px;
	height: 500px;
	text-align: center;
	float: right;	
}
.textBox a {
	font-weight: bold;
	font-size: 12px;
	color: #663300;
	text-decoration:underline;
}
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/layout_background.png) no-repeat bottom right;  
} 
.cssbox { 
    width: 800px !important; /* intended total box width - padding-right(next) */
    width: 635px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-left: auto; /* use to position the box */ 
	margin-right: auto; /* use to position the box */ 
	text-align: right;
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
	text-align: center;
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
	height: 600px;
    margin-right: 15px; /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 
ul { 
  list-style-type: disc; color: #000000;
}
li {
   list-style-position: outside;
   margin: .5em 0em 0em 5em;
}
#tdNavigation a {
	font-weight: bold;
	font-size: 12px;
	color: #d5d590;
	background-position: center;
}
#tdNavigation  a:hover {
	color: #e3e3b5;
	text-decoration: underline;
}

#tdNavigation a:active {
	font-weight: bold;
	font-size: 12px;
	color: #d5d590;
	background-position: center;
}
a.irrigation:link {
	color: #663300; 
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: italic; 
}
a.irrigation:hover {
	color: #663300; 
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
	



