@charset "utf-8";
/* CSS Document */

/* COLOURS

	bright green		A6D01B
	ashy dark blue		4E5A60
	cream background	F2F8DD

*/



body {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #4E5A60;
}
.reset
{
		display: block;
		clear: both;
		font-size: 0px;
		height: 0px;
		line-height: 0px;
		margin: 0;
}

#contact {
	width: 900px;
	margin: 80px auto 0px auto;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #4E5A60;
}
#contact a {
	color: #4E5A60;
	text-decoration: none;
}
#contact a:hover {
	color: #fff;
}
#contain {
	background: #fff;
	width: 900px;
	margin: 8px auto 0px auto;
	padding-bottom: 50px;
}
#header {
	border-top: 5px solid #A6D01B;
	padding: 25px;
}
#logo {
	float: left;
	width: 400px;
}
#nav {
	float: right;
}
#decoration {
	margin: 0px 25px 10px 25px;
}
#img {
	float: left;
	width: 175px;
}
#tagline {
	float: left;
	margin-left: 10px;
	width: 663px;
}

#content_wrap {
	margin: 10px 25px 10px 25px;
}
#empty {
	float: left;
	width: 135px;
	background: #DBECA4;
	height: 230px;
	padding: 20px;
}
#content {
	width: 603px;
	float: left;
	margin-left: 10px;
	height: 230px;
	padding: 20px 30px;
	background: #E4E6E7;
}
#content_full {
	width: 770px;
	float: left;
	margin-left: 10px;
	padding: 20px 30px;
	background: #E4E6E7;
}




h1 {
	font-size: 28px;
	font-weight: normal;
	color: #333;

}
p {
	font-size: 12px;
	color: #333;
}
a {
	color: #416472;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
}

img { border: none; }

.image {
	float: left;
	width: 400px;
}
.description {
	float: right;
	text-align: left;
	width: 350px;
}


h2 {
	font-size: 14px;
	color: #333;
	margin-top: 0px;
}

.divide {border-top: 2px solid #666;}

.subscrip p {
	line-height: 18px;
}














