* {
	margin: 0; /* Set all element margin to 0 */
	padding: 0; /* Set all element padding to 0 */
}

html, body {
	height: 100%; /* Set document height for relative heights */
}

body {
	text-align: center; /* Centre website in IE */
	font: 0.8em Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	background: #EBEBDF url(../images/background.jpg) bottom repeat-x fixed;
	line-height: 1.6em;
	margin: 10px 0;
}

p {
	margin: 5px 0 0 10px;
}

a:hover {
	text-decoration: none;
}

blockquote {
	padding: 10px;
	padding-left: 60px;
	padding-top: 0;
	background: url(../images/blockquote.jpg) no-repeat;
	min-height: 80px;
	height: auto;
	font-style: italic;
	margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #703A1B;
}

h1, h2 {
	font-size: 1.6em;
}

h2, h4, h6 {
	color: #777B23;
}

h3, h4 {
	font-size: 1.2em;
}

h5, h6 {
	font-size: 1em;
}

#wrapper ul {
	margin: 10px;
	margin-left: 30px;
}

.article_row {
	border: 1px solid #777B23;
	background-color: #F5F5EF;
	margin-top: 20px;
	padding: 0 15px;
}

.article_column h2.contentheading a.contentpagetitle {
	font-size: 0.7em;
	color: #777B23;
	text-decoration: underline;
}

.img-right-125 {
	float: right;
	width: 125px;
	margin: 25px 0 15px 30px;
	padding: 1px;
	border: 1px solid #999;
}

.required {
	color: #000!important;
}

#page h2.contentheading {
	display: none;
}

#all {
	margin: 0 auto; /* Centre website for other browsers */
	text-align: left; /* Align text to left */
	width: 800px; /* Website width */
	border: 2px solid #FFF;
}

#header {
	height: 114px; /* Header height (excluding nav) */
	border-bottom: 15px solid #703A1B;
	background: #181512 url(../images/headerbg.jpg) bottom right no-repeat;
}

/* Logo position */
#logo {
	float: left;
	margin: 0;
}

#logo a {
	float: left;
	margin: 12px 20px;
	background: url(../images/logo.jpg) no-repeat top left;
	width: 162px;
	height: 0px; /* 0 for all browsers but IE */
	padding-top: 81px; /* image height */
	text-indent: -9999px;
}

#header-module {
	color: #703A1B;
	padding-top: 30px;
	padding-left: 350px;
}

#header-module h1 {
	height: 0;
	padding-top: 39px;
	width: 222px;
	background: url(../images/hempseedoil.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	margin-top: 13px;
}

/* Nav styles */
#nav {
	background: #777B23;
	height: 90px;
	border: 1px solid #828524;
	border-width: 1px 0;
}

#nav ul { 
	list-style: none;
	margin-left: 18px;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	float: left;
	display: block;
	height: 90px;
	text-decoration: none;
	color: #181512;
	text-transform: lowercase;
}

#nav ul li a:hover {
	background: url(../images/nav_hover.jpg) repeat-x;
}

#nav ul li a:active {
	background: url(../images/nav_in.jpg) repeat-x;
}

#nav ul li.active span {
	background: url(../images/nav_active.gif) top center no-repeat;
}

#nav ul li span {
	display: block;
	padding: 0 21px;
	padding-top: 36px;
	border: 1px solid #828524;
	border-width: 0 1px 0 0;
}

#nav ul li.item1 span {
	border-width: 0 1px 0 1px;
}

#nav ul li ul { /* Drop down nav CSS needs to be added. Hide lower levels for now */
	display: none;
}

#contentarea {
	clear: left; /* Drop content below nav */
	padding: 2px 0;
	background-color: #FFF;
}

#left {
	float: left;
	width: 260px;
}

#left ul.latestnews, #left .menu {
	background: #703A1B;
	padding: 5px 30px;
	padding-bottom: 10px;
	list-style: none;
}

#left ul.latestnews h4, #left ul.latestnews .date {
	color: #E1D5C6;
}

#left ul.latestnews li {
	padding: 10px 0;
}

#left ul.latestnews .first {
	padding: 0;
}

#left ul.latestnews a {
	color: #FFF;
	background: url(../images/latest-style.jpg) no-repeat;
	padding-left: 26px;
	display: block;
}

#left ul.latestnews .date {
	display: block;
	text-align: right;
	font-size: 0.8em;
}

#left .menu {
	padding: 5px 0;
}

#left .menu .item15 {
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
}

#left .menu a {
	color: #FFF;
	padding: 5px 30px;
	display: block;
	text-decoration: none;
}

#left .menu a:hover {
	background: #814B2C;
}

#left .menu .active a {
	font-weight: bold;
}

#wrapper {
	margin-left: 259px;
	padding: 30px;
	padding-top: 5px;
	border-left: 1px solid #703A1B;
	padding-bottom: 20px;
}

#wrapper .wrap {
	clear: left;
}

#footer {
	background: url(../images/footerbg.jpg) top left no-repeat;
	padding-top: 20px;
	height: 85px;
	background-color: #FFF;
	text-align: right;
	padding-right: 15px;
}

#footer #copyright {
	margin-top: 40px;
	color: #999C5A;
	font-size: 0.85em;
	margin-left: 10px;
	text-align: left;
}

#footer #copyright a {
	color: #999C5A;
}

#contactform li {
	list-style: none;
	padding: 10px 0;
	clear: right;
}

#contactform li label {
	display: block;
	float: left;
	width: 125px;
}

#contactform li input.text, #contactform li textarea {
	width: 150px;
}

#contactform li .error {
	float: right;
	display: none;
	width: 140px;
	color: red;
	clear: right;
}

a.north-button, a.south-button {
	background: url(../images/north.jpg) no-repeat;
	width: 180px;
	height: 35px;
	color: transparent;
	text-indent: -1000000px;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 44px;
}

a.north-button:hover {
	background-position: 0 -35px;
}

a.south-button {
	background: url(../images/south.jpg) no-repeat;
}

a.south-button:hover {
	background-position: 0 -35px;
}