body {
	margin: 0;
	padding: 0;
	background: #DEE7DE;
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #243724;
}

#container {
	margin: auto;
	width: 980px;
	background: url(images/page-bg.png) top center repeat-y;
}

#header-top {
	background: url(images/header-bg.png) top center no-repeat;
	height: 30px;
}

#header {
	width: 980px;
}
#header td {
	padding: 10px 25px 20px;
	text-align: center;
	height: 70px;
}
#header a {	
	display: block;
	font-size: 36px;
	line-height: 1.2;
	color: #3A53A4;
	text-decoration: none;
}
#header a img {
	max-width: 930px;
	height: auto;
	border: none;
}
#header p {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1;
	color: #449E46;
}



/* ============================================== centred drop nav ============================================== */

#nav {
	margin: 0 25px;
	padding: 0;
	list-style: none;
	background: #308632 url(images/nav-bg.gif) top left repeat-y;
	text-align: center;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	line-height: 0;
	position: relative;
}
#nav li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
	background: url(images/nav-div.gif) 0 center no-repeat;
	padding: 0px 16px 0 25px;
}
#nav li a:hover, #nav li:hover a {
	color: #D7E9D7;
}
#nav li.firstLink a {
	background: none;
	padding-left: 16px;
}

#nav li div {
	background-color: #156516;
	width: 160px;

	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
}
#nav li div a,#nav li:hover div a {
	background: none;
	font-size: 11px;
	line-height: 1;
	text-align: left;
	text-transform: none;
	color: #FFF;
	border-top: 1px solid #FFF;
	padding: 7px 5px 10px 19px;
}
#nav li div a:hover {
	text-decoration: underline;
}
#nav li:hover div, li.over div {
	display: block;
}



/* ============================================== general content ============================================== */

#content {
	margin: 0 25px;
	background: #FFFFFF url(images/content-bg.gif) top center no-repeat;
	padding: 20px 40px;
	min-height: 200px;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0;
	font-size: 30px;
	color: #3A53A4;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font-size: 22px;
	color: #3A53A4;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 18px;
	color: #3A53A4;
}
p {
	margin: 14px 0;
}
a {
	color: #3A53A4;
}
li {
	margin: 0 0 7px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #DEE7DE;
	background-color: #DEE7DE;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 850px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px Arial, Helvetica, sans-serif;
	color: #243724;
	width: 300px;
}
.button {
	width: auto;
	font-weight: bold;
	color: #308632;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer p {
	margin: 0 25px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #B9D1BA;
	background: #156516 url(images/footer-bg-top.gif) top center no-repeat;
	padding: 43px 0 10px;
}


#credit {
	background: url(images/footer-bg-bot.png) top center no-repeat;
	padding: 30px 0 30px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #6F996F;
}
#credit a {
	color: #598159;
}
#credit a:hover {
	color: #156516;
}

