/*-----------------------------------------------------------------------------------------------------------*/
/*LAYOUT SYLES ----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/* Page Wrapper START */
DIV#page-wrapper {
	margin: 0px auto;
	width: 920px;
}
/* Page Wrapper END */

/* Body Wrapper START */
DIV#body-wrapper {
	width: 918px;
}
/* Body Wrapper END */

/* Content Wrapper START */
DIV#content-wrapper {
	width: 733px;
}
/* Content Wrapper END */

/* Navigation START */
DIV#navigation {
	width: 143px;
}
/* Main Navigation END */

/* Header START */
DIV#header {
	width: 920px;
	height: 275px;
}
/* Header END */

/* Footer START */
DIV#footer {
	width: 880px;
	height: 50px;
}
/* Footer END */
/*-----------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------*/
/*APPEARANCE SYTLES -----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

/* GLOBAL TAGS START -----------------------------------------------*/
BODY {
	margin: 28px 0px 0px 0px;
	background-image: url('../images/body-bgd.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
}
H1 {
	margin: 0px 0px 18px 0px;
	font-size: 1.4em;
	color: #437706;
}
H2 {
	margin: 0px 0px 18px 0px;
	font-size: 1.2em;
	color: #437706;
}
H3 {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	color: #242424;
}
H4 {
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	color: #437706;
}
H5 {
	margin: 0px 0px 0px 0px;
	font-size: 0.7em;
	color: #000000;
}
IMG {
	border: none;
}
/* GLOBAL TAGS END -------------------------------------------------*/

/* GLOBAL BLOCKS START ---------------------------------------------*/
/* Page Wrapper START */
DIV#page-wrapper {
	position: relative;
}
/* Page Wrapper END */

/* Body Wrapper START */
DIV#body-wrapper {
	padding: 275px 0px 0px 0px;
}
/* Body Wrapper END */
DIV#body-wrapper {
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
/* Content Wrapper START */
DIV#content-wrapper {
	padding: 36px 0px 0px 0px;
	float: right;
	background-image: url('../images/content-bgd.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
/* Content Wrapper END */

/* Main Content START */
DIV#main-content {
	padding: 0px 20px 10px 20px;
	float: right;
	width: 693px;
}
DIV#main-content P {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #858585;
}
DIV#main-content P A {
	color: #437706;
	text-decoration: none;
}
DIV#main-content P A:hover {
	color: #373737;
	text-decoration: underline;
} 
/* Main Content END */

/* Navigation START */
DIV#navigation {
	padding: 36px 22px 10px 20px;
	background-image: url('../images/nav-bgd.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float: left
}
DIV#navigation UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
DIV#navigation UL#left-navigation {
	padding: 0px;
}
DIV#navigation UL LI {
	padding: 3px 0px 6px 10px;
	background-image: url('../images/dotted-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
DIV#navigation UL LI A {
	color: #437706;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
DIV#navigation UL LI A:hover {
	color: #373737;
}
DIV#navigation UL LI A.selected {
	color: #373737;
}
DIV#navigation UL LI UL {
	padding-left: 5px;
}
DIV#navigation UL LI UL.none {
	display: none;
}
DIV#navigation UL LI UL.block {
	padding-top: 5px;
	display: block;
}
DIV#navigation UL LI UL LI {
	padding: 0px 0px 0px 10px;
	background-image: none;
}
DIV#navigation UL LI UL LI A {
	color: #86b934;
}
/* Main Navigation END */

/* Header START */
DIV#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
}
/* Header END */

/* Static header styles START */
DIV#header {
	background-image: url('../images/header-bkg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}	
DIV#header P {
	margin: 0px;
	padding: 0px;
}
DIV#header P#header-logo {
	margin: 13px 0px 0px 30px;
	float: left;
	width: 169px;
	display: inline; /*IE 6 Hack - to fix double margin bug*/
}
DIV#header UL {
	margin: 0px;
	padding: 55px 30px 0px 0px;
	list-style-type: none;
	float: right;
	width: auto;
}
DIV#header UL LI {
	display: inline;
}
DIV#header UL LI A {
	margin-left: 1px;
	display: block;
	float: left;
	width: 112px;
	height: 40px;
	background-position: top left;
	background-repeat: no-repeat;	
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	font-family: Georgia, arial, helvetica, sans-serif;
}
DIV#header UL LI A:hover, DIV#header UL LI.selected A {
	background-position: bottom left;
	color: #2a2a2a;
}
DIV#header UL LI#nav-1 A {
	background-image: url('../images/nav-link-bkg-1.gif');
}
DIV#header UL LI#nav-2 A {
	background-image: url('../images/nav-link-bkg-2.gif');
}
DIV#header UL LI#nav-3 A {
	background-image: url('../images/nav-link-bkg-3.gif');
}
DIV#header UL LI#nav-4 A {
	background-image: url('../images/nav-link-bkg-4.gif');
}
DIV#header UL LI#nav-5 A {
	background-image: url('../images/nav-link-bkg-5.gif');
}
DIV#header-promo-wrapper {
	float: left;
	width: 920px;
}
DIV#header P#header-msg {
	padding: 124px 26px 0px 386px;
	float: left;
	width: 375px;
	color: #939598;
	font-size: 0.8em;
}
SPAN#header-msg-date {
	color: #007543;
	font-weight: bold;
}
DIV#header P#header-promo {
	margin: 16px 0px 0px 0px;
	float: right;
	width: 133px;
}
/* Static header styles END */

/* Footer START */
DIV#footer {
	padding: 20px;
	clear: both;
	background-image: url('../images/bottom-border.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
DIV#footer A {
	color: #437706;
}
DIV#footer P {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}
/* Footer END */
/* GLOBAL BLOCKS END -----------------------------------------------*/

/* PAGE SPECIFIC START ---------------------------------------------*/
DIV.template-2 DIV#body-wrapper {
	
}
DIV.template-2 DIV#content-wrapper {
	background-image: url('../images/content-bgd-2.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
DIV.template-2 DIV#main-content {
	width: 471px;
	float: left;
}
DIV.template-2 DIV#sub-content {
	padding: 0px 20px 10px 20px;
	width: 182px;
	float: right;
}
DIV.template-2 DIV#sub-content P {
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-size: 0.85em;
	color: #858585;
}
DIV.template-2 DIV#sub-content A IMG.template-2 {
	padding: 4px 0px 4px 0px;
}
/* Contact Form */
DIV#main-content P#error {
	color: #FF000A;
}
FORM#contact-form LABEL {
	font-size: 0.8em;
	color: #437706;
	font-weight: bold;
}
FORM#contact-form INPUT#name {
	width: 400px;
}
FORM#contact-form INPUT#email {
	width: 400px;
}
FORM#contact-form TEXTAREA#enquiry {
	width: 400px;
}
FORM#contact-form INPUT.button {
	float: right;
	cursor: pointer;
}
/* PAGE SPECIFIC END -----------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

/* GLOBAL UTILITIES START ------------------------------------------*/
.accessibility-hidden {
	position: absolute;
	left: 0px; 
	top: -10000px;
}
DIV.visual-clear {
	margin: 0px;
	clear: both;
	float: none;
	display: block;
	height: 0px;
}
/* GLOBAL UTILITIES END --------------------------------------------*/