html, body {
        min-height: 700px;
        height: 100%;
	padding: 0px;
        margin: 0px;
}
body { 
	font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #444;
}
div.page {
	min-height: 700px;
	height: 100%;
	width: 100%;
	min-width: 1150px;
	background: white;
	z-index: 1;
	border-top: 1px #777 solid;
}
div.head {
	height: 110px;
	width: 100%;
	min-width: 880px;
	background: transparent;
	z-index: 2;
	margin: 0px auto;
}
div.foot {
	height: 40px;
	width: 100%;
	background: transparent;
	z-index: 2;
	border-top: 1px #999 solid;
	display: block;
	clear: both;
}
	div.footup {
		height: 10px;
		width: 100%;
		min-width: 880px;
		background: #555;
		z-index: 3;
		border-top: 1px #444 solid;
		border-bottom: 1px #333 solid;
	}		
	div.footdown {
		height: 30px;
		width: 100%;
		background: #195017 url('/images/bg/gradf.png') top left repeat-x;
		z-index: 3; 
		border-top: 1px #333 solid;
		border-bottom: 3px #144012 solid; 
	}
	div.footfeat {
		height: 90px;
		width: 220px;
		background: transparent url('/images/bg/footfeat.png') center center no-repeat;
		float: left;
		position: relative;
			top: 4px;
		z-index: 4;
		margin: 0px 10px 0px 50px;
	}
		.footfeat a.lead { margin: 25px; padding-top: 10px; }
		.footfeat p {  }
		div.ffimage { }

 
div.filler {
	width: 100%;
	float: left;
}

	div.blog {
		background: #ddd;
		margin: 10px;
		padding: 10px; 
	}
		p.sub { margin: 5px 5px 5px 140px; }

	div.pic {
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
		font.caption { font-size: 8px; color: #aaa; float: right; }
		font.testi { width: 50%; float: left; }


/* logo */

div.logo {
	width: 100%;
	height: 120px;
	margin: 15px auto 0 360px;
	border: 0px; 
}

img { border: 0px; }

/* font & links */

font {
	font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #444;
        padding: 0px;
        margin: 0px;
}
	font.fix {
                color: red;
                font-style: bold italic;
        }
	.pull font {
                        font-size: 16px;
                        color: #137314;
                        font-style: italic;
        }

	font.tag { color: #ddddcc; margin: 0px 50px; font-style: italic; }
	font.copy { font-size: 10px; color: #888; font-weight: bold; float: right; } 

h1 {	color: #147615; margin: 10px 50px; font-weight: bold; }

p {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #444;
        padding: 0px;
        margin: 10px;
}
a { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	color: #147615;
}
	a:visited { color: #136211; }
	a:active { color: #137314; }
	a:hover { color: #137314; }


/* menu */

div.menu {
	width: 100%;
	height: 23px;
	padding: 0px 0px 0px 100px;
	z-index: 10;
	background: transparent;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.menu { width: 100%; }
	#main {  }

	.menu li { 
		width: 130px;
		border: 0px;
		float: left;
		padding: 0px;
		margin: 0px;
		z-index: 101;
		height: 23px;
		background: transparent;
		position: relative;
			top: -30px; 
	}
		#one {  }
		#two {  }
		#three {  }
		#spacer { width: 220px; }
		#four { width: 170px; }
		#five {  }

		.menu li:hover { background: transparent; }

		.menu li ul { 
			width: 200px; 
			z-index: 102;
			position: relative;
				left: -1000px;
				top: 30px; 
			margin: 4px 0 0 10px;
			background: white;
		}
			.menu li:hover ul { left: auto; }
		
			.menu li ul li { 
				width: 200px; 
				z-index: 103;
				margin: 0px;
				padding: 4px 0 4px 20px;
				height: auto;
				border: 0px;
				background: white;
			}
				.menu li ul li:hover { background: white url('/images/arrow.png') left center no-repeat; }

.menu a {
	padding: 0px;
	margin: 0px;
	display: block;
	height: auto;
	font-size: 16px;
}
	.menu a:link { color: #147615; }
	.menu a:visited { color: #136211; }
	.menu a:active { color: #339133; }
	.menu a:hover { color: #389839; }

        .menu li ul li a { font-size: 12px; color: #555; }
		.menu li ul li a:link { color: #555; }
		.menu li ul li a:visited { color: #444; }
		.menu li ul li a:active { color: #137314; }
        	.menu li ul li a:hover { color: #137314; }

/* effects */

#trans80 {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
}

#trans50 {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
#trans25 {
        filter: alpha(opacity=25);
        -moz-opacity: 0.25;
        -khtml-opacity: 0.25;
        opacity: 0.25;
}
#trans10 {
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
}


