/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FCF6E5;
	}
	
a:link {
	color: #0B5626;
	text-decoration: none;
}
a:visited {
	color: #0B5626;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
	
.homeimage {
	padding: 0px;
	border: 7px solid #F9DF87;
	margin: 10px;
}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	background-color: #FFFFFF;
	}
	div#header {
	color: inherit;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5A936E;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
		}
#form1 {
	float: right;
	width: 150px;
}
		div#header-in {
			padding: 10px;
			}
	div#content-wrap {
	padding: 10px 0;
	background-color: #FFFFFF;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0px;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0px;
			}
			div.column-in {
				padding: 10px;
				}
	div#footer {
	color: inherit;
	background-color: #fff;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5D9C5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	font-size: 11px;
		}
		div#footer-in {
	padding: 20px;
	text-align: center;
			}






															/** END **/
.arrowlistmenu {
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(../images/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #004419;
}

.menuheader a:link, .menuheader a:visited {
color: #fff;
text-decoration: none;
font-weight:bold;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #660000; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
color: #660000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
h1 {
	font-size: 24px;
	color: #004419;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004419;
}
h2 {
	font-size: 18px;
	color: #004419;
}

h3 {
	font-size: 14px;
	color: #004419;
}



.rightpic {
	float: right;
	margin-left: 7px;
}

.leftpic {float:left;
margin-right:7px;}
	
#news-left {
	float: left;
	width: 212px;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder img{
	border: 1px solid #C5D9C5;
	margin: 5px 0;
}

.toggleborder:hover img{
border: 1px solid #000;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}


#news-right {
	float: right;
	width: 66%;
}

