/*master page style
**************************************************************/

body {
	background-color: #A8C399;
	margin-top: 5px;
}
.wrapper {
	background-color: #FFFFFF;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
	background-image: url(../images/homebackground.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
.header {
	height: 75px;
	width: 820px;
}
.content {
	padding-top: 25px;
	width: 820px;
}
.left {
	float: left;
	width: 360px;
	clear: right;
	position: relative;
	padding-top: 100px;
}
.right {
	width: 360px;
	position: relative;
	float: right;
	padding-top: 20px;
	text-align: right;
}

.centre {
	width: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: right;
}
.spacer {
	height: 30px;
	width: 820px;
	clear: both;
}
.top {
	height: 20px;
	width: 820px;
	clear: both;
	background-color: #FFFFFF;
}

/*layout elements
**************************************************************/

.logo_holder {
	float: left;
	height: 75px;
	width: 210px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	float: right;
	padding-top: 15px;
	text-align: left;
	height: 31px;
	width: 360px;
}
.address a {
	color: #000000;
	text-decoration: none;
}
.banner {
	width: 610px;
	height: 75px;
	float: right;
}
.image {
	padding-bottom: 5px;
}

/* Menu
**************************************************************/

.navigation {
	height: 25px;
	background-color: #FFFFFF;
	width: 610px;
	text-align: right;
	float: right;
}

/*Typography
**************************************************************/

.paragraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	width: 310px;
}
ul {
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: disc;
}
.text
{
	color: #000000;
}
.highlight {
	color: #819775;
	font-weight: bold;
}
.list {
	display: list-item;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #000000;
	line-height: 14px;
}
.counter {
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
