@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url('../images/bg.gif') repeat;
	color: #333333;
}

a img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 840px;
	min-height: 400px;
	background: url('../images/bg_main.gif') repeat-y;
}

#header {
	background: url('../images/bg_top.gif') no-repeat;
	padding: 30px 0 0 30px;
}

#header .address {
	text-align: right;
	font-size: 18px;
	color: #397c45;
	float: right;
	margin-right: 50px;
}

#content {
	padding-left: 31px;
	padding-right: 31px;
}

div.hr {
	clear: both;
	border: none;
	background: transparent;
	height: 8px;
	padding-top: 8px;
	background: #fff url('../images/hr.gif') no-repeat scroll center;
	padding-bottom: 8px;
}
div.hr hr {
  display: none;
}

#footer {
	background: url('../images/bg_bottom.gif') no-repeat;
	height: 30px;
	font-size: 10px;
	text-align:right;
	padding-right: 25px;
}

#nav {
	width: 760px;
	padding-bottom: 20px;
	margin: 0 auto;
}
#nav ul {
	list-style: none;

}
#nav li, li a {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #888888;
}

h1 {
	border-bottom: 1px solid #060;
	font-size: 16px;
	color: #060;
	font-style:italic;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
	padding: 2px; margin: 2px;
}
h4 .large {
	font-size: 17px;
}

.red {
	color: #e91a1a;
}
.green {
	font-size: 17px;
	color: #060;
	font-weight: normal;
	padding-left: 20px;
}
div.menu {
	padding-left: 10px;
	display: block;
}
.bggreen {
	background-color: #a2d5aa;
}
.bggrey {
	background-color: #dddddd;
}
.smalltext {
	font-size: 10px;
}