html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper {
	height: auto;
}

body {
	margin: 0;
	font-family: lucida grande,"Lucida Grande",sans-serif;
	color: #444;
	background-color: #efefef;
	background-image: url('../images/background.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

a { color: #8C2B35; text-decoration: none; }
a:hover { color: #651F26; text-decoration: underline; }

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 960px;
	height: 94px;
	margin: 0px auto 20px;
	background-image: url('../images/header-background.gif');
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

#header #logo {
	margin: 12px 0px 0px 14px;
	float: left;
}

#header #navigation {
	float: right;
	list-style-type: none;
	margin: 12px 25px 0 0;
	padding: 0 0 0 0;
	height: 67px;
}

#header #navigation li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 67px;
	border-right: 1px solid #ccc;
}

#header #navigation li a {
	display: block;
	height: 13px;
	margin: 28px 25px 0 0;
}

#header #navigation li a:hover {
	background-position: 0 13px;
}

#header #navigation li#aboutus a {
	width: 89px;
	background-image: url('../images/navigation/about-us.gif');
}

#header #navigation li#officers a {
	margin-left: 25px;
	width: 85px;
	background-image: url('../images/navigation/officers.gif');
}

#header #navigation li#contact {
	border-right: 0px;
}

#header #navigation li#contact a {
	width: 84px;
	background-image: url('../images/navigation/contact.gif');
	margin: 28px 0 0 25px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
}

#footercontent {
	width: 930px;
	height: 20px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	font-size: 10px;
	text-align: center;
}

#content {
	width: 930px;
	margin: 0 auto 60px auto;
	height: auto;
	font-size: 16px;
	line-height: 22px;
}

#content #divisions {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0 12px 0 0;
}

#content #divisions li {
	margin-bottom: 12px;
}

#content #divisions li.last {
	margin-bottom: 0px;
}

#content #divisions li b {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
