/* Main Layout */

body {
	background-image: url(images/bg2.gif);
	background-color: #506638;
}

#page {
	margin: auto;
	width: 672px;
	padding: 48px;
	_padding: 24px;
	padding-top: 24px;
	background-image: url(images/page-shadow.png);
	_background-image: none;
	_background-color: #ffffff;
	background-position: bottom center;
	position: relative;
}

#header {
	text-indent: -9999em;
	background-image: url(images/logo.gif);
	height: 152px;
	width: 672px;
	margin-bottom: 0;
	background-color: #5D6F3B;
}

#content {
	background-color: #ffffff;
	padding: 24px;
}

#contact-block {
	background-color: #5D6F3B;
	padding: 24px;
	color: #ffffff;
	float: right;
	font-size: 20px;
}

#footer {
	text-align: center;
	background-image: url(images/footer.gif);
	background-color: #5D6F3B;
	color: #ffffff;
	height: 24px;
	font-size: 12px;
	margin-bottom: 24px;
	clear: both;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

/* Navigation */

#nav {
	display: inline;
	position: absolute;
	top: 130px;
	left: 202px;
	_left: 178px;
	border-top: 1px dotted #ffffff;
	width: 460px;
}

#nav li {
	display: inline;
}

#nav a {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	border-left: 1px dotted #ffffff;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}

#nav a:hover {
	background-color: #9DBB63;
	color: #000000;
}

/* Typography */

#page {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
	color: #5D6F3B;
}

#content a:hover {
	background-color: #5D6F3B;
	color: #ffffff;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	margin-bottom: 24px;
}

h2 {
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: bold;
}

p {
	margin-bottom: 24px;
}

#content ul li {
	list-style: disc;
	margin-left: 24px;
}

#content ul {
	margin-bottom: 24px;
}


/* Forms */

p label {
	display: block;
	float: left;
	width: 96px;
	margin-right: 24px;
}

.submit {
	margin-left: 120px;
}

/* Tools */

.right {
	float: right;
	margin-left: 24px;
}

img.right {
	margin-left: 18px;
}
