﻿@charset "utf-8";

/*
 * TOC
 * 1.Hack reference
 * 2.Defaults
 * 3.Default block elements and fonts
 * 4.Default links
 * 5.Default images
 * 6.Structure
 */

/*** 1.Hack reference ***/

/* Holly hack */
/* Start hide from IE5/Mac \*/
/* End hide from IE5/Mac */

/* Tantek Celik hack */
/*
voice-family:			"\"}\"";
voice-family:			inherit;
*/

/* Other useful hacks to initiate has layout in IE */
/*
zoom:			1;
height:			1%;
*/

/*** 2.Defaults ***/
*
{
	margin:			0em;
	padding:		0em;
}
body
{	font:			400 62.5% Verdana, Arial, serif;
	padding: 8px 0px;
	background: #006633 url(../../images/layout/greenGrad.gif) repeat-x top; 
}

/*** 3.Default block elements and fonts ***/
/* Element reference */
html, body, 
div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td
{
}

/*** 4.Default links ***/
a,
a:link,
a:visited
{
	color:			#0055c5;
	text-decoration:	underline;
}
a:hover,
a:active
{
	color:			#000000;
	text-decoration:	underline;
}

/*** 5.Default images ***/
img
{
	border:			0px;
}
.imgblock
{
	display:		block;
}
.flLeft
{
	float:			left;
}
.flRight
{
	float:			right;
}

/*** 6.Structure ***/
#wrapper
{
	margin:			0em auto;
	width:		770px;
}

#container
{
	float:			left;
	width:			100%;
}
/* Defaults to clear floats */
div.clearLeft,
div.clearRight,
div.clearBoth
{
	clear:			left;
	display:		block; 
	font-size:		0em;
	height:			0px;
	line-height:		0;
}
div.clearRight
{
	clear:			right;
}
div.clearBoth
{
	clear:			both;
}
/* defaultSpacer */
div.spacer
{
	clear:			both;
	display:		block;
	font-size:		0em;
	height:			5px;
	line-height:		0;
}

/* Layout - start */

#header
{
	padding-top: 8px;
	background-color: #FBFBFB;
	border: solid 4px #A4C8B2;
	border-bottom: none;
	text-align: center;
}

#headerContent
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #7CB295;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content
{
	clear: both; 
	position: relative;
	padding: 30px 30px 14px 30px;
	background: #FBFBFB;
	font-size: 1.1em;
	border: solid 4px #A4C8B2;
	border-top: none;
}

#contentLeft
{
	position: relative; 
	float: left;
	width: 177px;
	zoom:1;
}

#contentRight
{
	margin-left: 194px;
	top: 30px; 
	border-left: solid 1px #C7D9C0;
	padding-left: 22px;
	zoom: 1;
}

#copyright
{
	font-size: 1em;
	color: #FBFBFB;
	text-align: center;
}

/* Layout - end */

/* Header - start */

#header a
{
	text-decoration: none;
}

/* Header - end */

/* Left Navigation - start */

#contentLeft h3
{
	font-size: 1.0em;
	color: #0A5718;
	margin: 18px 0 15px 0;
}

#contentLeft h3.first
{
	margin-top: 0px;
}

ul.nav
{
	list-style: none;
	width: 100%;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 0;
}

ul.nav li
{
	padding: 5px 30px 5px 0px;
	margin-left: 0;
}

ul.nav a
{
	display: block;
}

ul.nav a, ul.nav a:visited, #contentLeft h3 a, #contentLeft h3 a:visited
{
	text-decoration: none;
	color: #0A5718;
}

ul.nav a:hover, #contentLeft h3 a:hover
{
	color: #555;
	text-decoration: underline;
}

ul li.firstItem
{
	padding-top: 0px;
}

/* Left Navigation - end */

/* Right Content - start */

#contentRight h2
{
	font-size: 2em;
	font-family: Georgia, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 6px;
	color: #1B5D20;
	border-bottom: dotted 2px #cfcfbc; 
}

#contentRight p
{
	line-height: 2em;
	margin-bottom: 2em;
}

#pageContent
{
	margin-top: 25px;
}

#pageContent p
{
	font-size: 13px;
}

/* Right Content - end */


/* Pages - Default - start */

.bold
{
	font-weight: bold;
	color: #555;
}

#quoteBox
{
	background-color: #006633;
}

.rightBox
{
	float:right;
	line-height:2.1;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica;
	color:#ffffff;
	padding:20px 35px 12px 0;
	width:235px;
	text-align:right;
}

#close-quote
{
	margin-bottom:-15px;
}

#open-quote
{
	margin-top:-10px;
	margin-bottom:-3px;
	
}

#quoteDate
{
	color: #ccc;
	font-size: 0.75em;
	margin-top: 8px;
}

.leftBox img
{
	float:left;
	width: 202px;
}

#enquiries
{
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 5px;
}

#enquiries a
{
	text-decoration: none;
}

#enquiries a:hover
{
	color: #555;
	text-decoration: underline;
}

#enquiries a
{
	color: #0A5718;
	text-decoration: none;
}

/* For Press Release link on front page */
#pressrelease
{
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 5px;
}

#pressrelease a
{
	text-decoration: none;
}

#pressrelease a:hover
{
	color: #555;
	text-decoration: underline;
}

#pressrelease a
{
	color: #0A5718;
	text-decoration: none;
}


/* Pages - Default - end */


/* IE fixes for negative margin settings - start */

* html #close-quote
{
	padding-bottom: 15px;
}

* html #open-quote
{
	padding-top: 10px;
}

* html #quoteBox
{
	zoom:1;
}



/* IE fixes for negative margin settings - end */