/* 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. */
}
h1 {
  color: #926220;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
}
/* Commonly used to style section titles. */
h2 {
  color: #926220;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  line-height: 20px;
}
h3 {
  color: #663300;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
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;
}
.photoBox {
	display: block;
	float: left;
	text-align:center;
}
.contentBox {
  	background-image: url(images/main_content_background.jpg);
	background-position: center; 
	background-repeat:no-repeat;
	display:block;
	padding:20px;
	width:650px;
	text-align:center;
	height:400px;
	margin-left: auto;
	margin-right: auto;
}
.galleryContentBox {
  	background-image: url(images/gallery_content_background.jpg);
	background-position: center; 
	background-repeat:no-repeat;
	display:block;
	padding:20px;
	width:650px;
	text-align:center;
	height:400px;
	margin-left: auto;
	margin-right: auto;
}
.textBox {
	display: block;
	width: 520px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	overflow-y:hidden;
	overflow-x:hidden;
	top: 30px;
	left: 20px;
	scrollbar-base-color: #CAB684;
	scrollbar-arrow-color: #996633;
	scrollbar-3dlight-color: #cccc99;
}
.galleryBox {
	display: block;
	width: 520px;
	height: 80px;
	margin-top: 2px;
	text-align: center;
	overflow-y:hidden;
	overflow-x:scroll;
	top: 30px;
	left: 20px;
	scrollbar-base-color: #CAB684;
	scrollbar-arrow-color: #996633;
	scrollbar-3dlight-color: #cccc99;
}
.viewer {
	display: block;
	width: 520px;
	height: 290px;
	text-align: center;
}
.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 */ 
} 

/* 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: 450px;
    margin-right: 15px; /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 
ul { 
  list-style-image: url(images/bullet1.gif);
  list-style-type: disc; color: #000000;
}
li {
   margin: .5em 0em 0em 2em;
   
}
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;
}
	
	
