﻿@charset "UTF-8";
/* CSS Document */
#topbar {
	background-image: url(images/toplightbar.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#greenbar {
	background-image: url(images/greenbar.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 75px;
}
#menubar {
	background-image: url(images/menubar.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 75%;
	position: absolute;
	top: 86px;
	right: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
	text-align: left;
	text-indent: 80px;
	vertical-align: middle;
}
#menucontent {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #063;
	text-align: left;
	text-indent: 0px;
	height: 26px;
	width: 580px;
	position: absolute;
	top: 96px;
	right: 0px;
}
#menucontent a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #063;
}
#menucontent a:hover {
	text-decoration:none;
}
#maincontent {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	height: 349px;
	width: 468px;
	position: absolute;
	left: 0px;
	top: 150px;
	padding:0px 10px 10px 10px;
}
#contactIcons{
	position: absolute;
	margin-top: 85px;
	margin-left: 5px;
	width: 132px;
}
#menubarcurve {
	background-image: url(images/menucurve.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 69px;
	position: absolute;
	left: 0px;
}
#statehouse {
	background-image: url(images/statehouse.gif);
	background-repeat: no-repeat;
	height: 154px;
	width: 242px;
	position: absolute;
	top: 125px;
	right: 0px;
}
#greencontent {
	background-color: #517f0f;
	height: 100%;
	width: 242px;
	position: absolute;
	top: 279px;
	right: 0px;
	
}
#logo {
	background-image: url(images/Amstutzlogo.png);
	background-repeat: no-repeat;
	cursor:pointer;
	height: 63px;
	width: 269px;
	position: absolute;
	left: 0px;
	top: 5px;
}
#title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #87b734;
	height: 18px;
	width: 280px;
	position: absolute;
	left: 62px;
	top: 6px;
}
#ronpic {
	background-image: url(images/amstutz08_ron.jpg);
	height: 197px;
	width: 177px;
	position: absolute;
	top: 148px;
	right: 266px;
}
h1{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #87b734;
	position: relative;

}
h2{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #87b734;
	position: relative;
	
}
.archivelink a{
	color:#87b734;
	text-decoration:none;
	
}
.archivelink a:hover{
	color:#87b734;
	text-decoration:underline;
	
}


