@charset "UTF-8";
/* CSS Document */
body {
background: #dee1d6; /* old gray bg color was #cccccc */ color: #333;font-size: 12px;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dee1d6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
#header {
background:url(../images/banner_bg.jpg) no-repeat;
width: 764px;
height: 149px;
}

#header .address p {float:right;
text-align: right;
width: 300px;
font-size: 10px;
color: #fff8d3;
line-height: 14px;
font-weight: normal;
padding: 45px 43px 0px 0px;
}
a:link {color: #4666AD; text-decoration: none;}
a:visited {color: #4666AD; text-decoration: none; font-size:12px;}
a:hover {text-decoration: underline;}
a:active {color: #4666AD;}


/*-------SIDE NAV ----------------*/


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/nav_bg.jpg) repeat-x top left #f5ffd1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	margin: 1px 0px 0px 17px;
	height: auto;
}


ul#sidebar1 {
 	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0 0 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
	text-align: left;
	line-height: 16px;
	border: 0;
	vertical-align: top;
	display: block;
	}
ul#sidebar1 li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
	color: #33572e;
	margin: 8px 0 8px 0px;
	padding: 0 0 0 25px;
	}

ul#sidebar1 li {
	background: url(../images/nav_arrow.gif) 0 3px no-repeat;
	}
ul#sidebar1 li a:hover {
	background: url(../images/nav_f2.gif) 0px 0px no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #33572e;
	margin: 8px 0 8px 0px;
	padding: 0px 0px 0px 25px;
	background-color:#e6f0be;
	}

ul#sidebar1 li.on {
	background: url(../images/nav_f2.gif) 0px 0px no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #33572e;
	margin: 8px 0 8px 0px;
	line-height: 20px;
	padding: 0px 0px 0px 25px;
	background-color:#e6f0be;
	}
	
/*-------RIGHT SIDE----------------*/

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin: 1px 33px 0px 0px;
}

/*-------MAIN MIDDLE SECTION----------------*/

#mainContent { 
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	color:#333;
	border:#999 solid 1px;
		margin: 0px 32px 0px 16px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding: 0 300px 20px 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent img{ padding: 15px 0px 10px 0px;}

#mainContent p {margin: 25p 35px 0px 5px}


#mainContent_wide { 
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	color:#333;
	border-top:#999 solid 1px; border-right:#999 solid 1px;
	border-bottom:none;
	border-left: #999 solid 1px;
		margin: 0px 32px 0px 16px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding: 0 25px 0px 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent_wide img{ padding: 0px 0px 10px 0px;}

#mainContent_wide p{margin: 25p 35px 0px 1px}

#mainContent_wide a:link {color: #009933; text-decoration: none;}
#mainContent_wide a:visited {color: #009933; text-decoration: none;font-size: 12px; }
#mainContent_wide a:hover {text-decoration: underline;}
#mainContent_wide a:active {color: #009933; text-decoration: none;font-size: 12px; }



#mainContent_btb { 
	border-top:none; border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left: #999 solid 1px;
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	color:#333;
		margin: 0px 32px 0px 16px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding: 0 5px 20px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}




/* PHOTOS with CAPTIONS */
.photo1 {
  float: left;
  position:relative;
  left: 0px;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  color: #474848;
  line-height: 16px;
  }
 
 .photo1 img{
	padding: 0px 15px 0px 0px;
	margin: 0px 15px 0px 0px;
	border: none;
	  }
	  
.photo_left-margin {
	border: none;
  float: left;
  position:relative;
  left: 0px;
  margin: 20px 0px 0px 5px;
  padding: 0px 0px 0px 25px;
  font-size: 11px;
  color: #474848;
  line-height: 16px;
  }
  .photo_center {
	border: none;
  float: left;
  position:relative;
  left: 0px;
  margin: 20px 0px 0px 5px;
  padding: 0px 0px 0px 150px;
  font-size: 11px;
  color: #474848;
  line-height: 16px;
  }
 
 
 .inline {
	 display:inline;
	 }
	  
  
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin:0px;
}
#footer {
clear:both;
background:url(../images/footer_bg.jpg) no-repeat;
width: 764px; height: 31px;
margin: 0px 0px 0px 0px;
padding:15px 0px 0px 0px;
}
#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style:normal;
color:#fff8d3;
line-height: 16px;
margin: 0px;
padding: 0px 25px 13px 25px;
text-align:center;
}
#footer a:link, a:visited, a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style:normal;
color:#FFFFFF;
}
#footer p a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
table#form {margin: 10px 0px 20px 25px;
}

/* TEXT styles */
h1 {
font-size: larger;
text-transform: uppercase;
letter-spacing: .2em;
margin: 10px 0px -5px 0px;
}
h1 img{
margin: 10px 0px -10px 0px;
}
h2 {
font-size: large;
}
# sidebar1 h3 {
font-size: large;
}
.big {font-size:16px;
}

/* IMG and SPACING styles */

.top-pad {
	padding-top: 10px;
	}

.left-pad-10 {
	padding-left: 10px;
	}
.grn {color: #33572e;}