/*
-----------------------------------------------
Feughside styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 763px;     /* set width of site */
	margin-top: 20px;
}

/* Links
----------------------------------------------- */
a { color: #59A826; text-decoration: none; font-weight:bold; }
a:link { color: #59A826; text-decoration: none;}
a:hover { color: #59A826; text-decoration: underline;}
a:active { color: #59A826; text-decoration: none;}
a:visited { color: #59A826; }


/* Main Nav
----------------------------------------------- */

#menu ul {
	list-style: none;
	display: inline;
}

#menu ul li {
	float: left;
	background: url(../images/nav/menu-right.gif) no-repeat right top;
	margin: 20px 1px 0 0;
}

#menu li a {
	display: block;
	margin: 0;
	padding:5px 6px;
	background: url(../images/nav/menu-left.gif) no-repeat left top;
	color: #263920;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul li.on {
	background: url(../images/nav/menu-right-on.gif) no-repeat right top;
}

#menu ul li.on a {
	background: url(../images/nav/menu-left-on.gif) no-repeat left top;
	color: #ffffff;
}

/* Main Text
----------------------------------------------- */

h1.logo {
	width: 297px;
	height: 62px;
	margin: 0;
	text-indent: -1000em;
	background: url(../images/logo.gif) top left no-repeat;
}

p {
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 130%;
}

.right {
	text-align: right;
}

.white {
	color: #ffffff;
}


/* Main
----------------------------------------------- */

#topleft , #topright {
	float: left;
}

#topleft {
	width: 300px;
	text-align: left;
}

#topright {
	width: 463px;
	text-align: right;
	margin-top: 30px;
}

#menuholder {
	margin: 0 auto;
	width: 754px;
}

#left , #right , #centre{
	float: left;
	text-align: right;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#left {
	width: 380px;
}

#right {
	width: 340px;
}

#centre {
	width: 720px;
}

#header {
	height: 128px;
	background: url(../main_images/rotator.php) top center no-repeat;
	border-bottom: 12px solid #9DBE27;
}


/* Unordered Lists
----------------------------------------------- */

#main ul {
	margin: 0;
	padding: 0;
}

#main ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) 0 5px no-repeat;
}

/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width:200px;	/* use additional class of container at start of this arguement to target any difference to this site-wide standard */
}

form .row.submit {
	margin:1em 0 0 200px;
}

form .textbox input, form .textarea textarea {
	width:200px;
}

form .row.multi fieldset label {
	width:auto;
}

.aligntop {
	vertical-align: top;
}

#contact_name , #contact_email {
	width: 200px;
	border: 0px;
	border-bottom: 1px solid #E1CAC4;
	background: #685148;
	color: #E1CAC4;
}

.textarea textarea {
	width: 200px;
	height: 100px;
	border: 1px solid #E1CAC4;
	background: #6D554B;
	color: #E1CAC4;
	padding: 5px;
}

#contactform {
	text-align: right;
}


/* Footer
----------------------------------------------- */

#footer {
	width: 772px;
	clear: both;
	padding: 10 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #586C11;
}

#footer p {
	margin: 2px 0 2px 6px;
	padding: 0;
	color: #666666;
}


/* Headings
----------------------------------------------- */
h1.replace {
	font-size:18px;
	margin: 0;
	padding: 0;
	color: #E1CAC4;
}

h2.replace {
	font-size:16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFFFFF;
}