*{
	margin: 0; 
	padding: 0;
}
body{
	background-image: url(../assets/bow.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial;
	font-size:12px;
	color:#333;
	height: 100%;
	margin: 0;
	padding: 0;
	}

html{
	margin: 0; padding:0;
}
a:link {color:#588312; text-decoration: none; font-weight: normal;}
a:visited {color:#588312; text-decoration: none; font-weight: normal;}
a:active {color:#101010; text-decoration: none; font-weight: normal;}
a:hover {color: #101010; text-decoration: none; font-weight: normal;}
a:focus {outline:none;} 
table td{
	padding:3px;
}
#wrapper{
	width: 1000px;
	margin: 0 auto;
	float: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; 
}
#logo{
	margin-top:20px;
	margin-left: 20px;
}
#tagline{
	margin-top: 16px;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
}

div#container{width:1000px;margin:0 auto; }
div#wrapper{float:left;width:100%; margin-top: 30px;}
div#content{margin: 0 180px; padding-bottom: 4em;}
div#navigation{
	float:left;
	width:160px;
	margin-left:-162px; 
	margin-top: 30px;
	margin-bottom: 10px;
}
div#extra{
	float:left;
	width:172px;
	margin-left:-1000px; 
	margin-top: 30px;
	margin-bottom: 10px;
}
.box_top{
	background-image: url(../assets/box_top.jpg);
	background-repeat: no-repeat;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
	padding-left: 6px;
	
}
.box_bottom{
	background-image:url(../assets/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
.box_content{
	border-left: 1px solid #7BBA11;
	border-right: 1px solid #7BBA11;
	padding: 5px;
}
#menu li{
	list-style: none;
	text-indent: 10px;
	font-size: 13px;
	letter-spacing: 0.2px;
}
#content h1{
	font-size: 18px;
	line-height: 50px;
}
#content h1.home_title{
	line-height: 18px;
}
#content h2{
	font-size: 18px;
	line-height: 50px;
}
.icon{
	float:left;
	margin-right:10px;
	margin-left: 30px;
}
#content p{
	margin-bottom: 8px;
	text-indent: 20px;
}
#content ul{
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
}

.footer, .push {
	height: 4em; 
}
.footer{
	background-color:#8DC232;
}
.footer p{
	color: #fff;
	padding-top: 6px;
}
.series{
	padding-left: 20px;
}
.field{
	border: 1px solid #ADADAD;
	background-color: #F6FBFF;
	color:#67990D;
	font-size: 12px; 
	font-family: Trebuchet MS; 
}
.button{
	background-color: #7BBA11;
	color: #ffffff;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	font-weight: bold;
	cursor: pointer;	
}
.error{
	color: #CC0000;
}
