/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.CZ styles

    -------------------

	COLOURS ----------

		Text #000000
		
		A #3c8e2c 

		A:hover #0e6d69

		H1 #505050
		
		H2 #505050

    -------------------

 */
 
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 12px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #000000;
	background-color:#fff;
	margin: 15px 0;
	}
P, td, th, div { line-height: 17px; }
.small { color:#999999; font-size:11px; }
H1 {
	font: 24px/26px bold Arial, Helvetica, sans-serif;
	color:#05472c;
}
H2 {
	font-weight: bold;
	color: #3c8e2c;
	font-size: 16px;
}
H3 {
	font-size: 18px;
	font-weight: bold;
	color: #0e6d69;
	padding-left: 5px;
	padding-bottom: 8px;
}
H4 {
	font-size: 14px;
	color: #05472c;
	line-height: 17px;
}
H5 {
	font-size: 12px;
	color: #05472c;
	line-height: 17px;
}
H5 A {
	text-decoration: none;
	color: #3c8e2c;
}
A {
	color: #3c8e2c;
	text-decoration: none;
}
A:hover { color: #0e6d69; text-decoration: none; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }

/* 2.Layout
---------------------------------------------------------------*/
.bigButton a { border:0;}
.bigButton a:hover { margin-bottom:2px; }

#container {
	position:relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header { position:relative; }

.brandinglinks {
	float: right;
	width: 280px;
	height: 50px;
	text-align: right;
	padding: 0px;
	margin-top: 28px;
	font-size:13px;
	color:#0e6d69;
}

#lhc {
	float: left;
	width: 280px;
	background-color: #0E6D69;
}
#lhc h6 { font-size:16px; }
#lhccontent {
	background-color: #e0c8ac;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width:260px;
}
.lhctext {
	background-color: #0E6D69;
	height: 60px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px 0 10px;
}
.lhctext a { color:#FFFFCC; text-decoration:underline; }
.lhctext a:hover { color:#FFFFFF; text-decoration:none; }

#logo {
	border:0;
	float: left;
}
#contentContainer {
	width: 950px;
	display: block;
	clear: both;
	overflow: hidden;
	background-image:url(../images/contentVertTile.gif);
	background-repeat:repeat-y;
	background-position:left top;
	height:100%;
}

#content { float:right; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content ul { margin:0 0 15px 20px; list-style-type:none; }
#content li { background-image:url(../images/arrow.gif); background-repeat:no-repeat; padding-left:15px; }
#content ol { margin:0 0 15px 20px; list-style-type:none; }
#content table { margin-bottom:15px; }
.innerColumn { width:46%; padding-right:15px; }
.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
#footer {
	float: left;
	clear: left;
	width: 950px;
	padding-top: 16px;
	background-image: url(../images/footerbgrnd.gif);
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}

#footer a { color:#FFFFFF; font-weight:bold; }
#footer a:hover { color:#FFFF33; font-weight:bold; }

/* 3.Search
---------------------------------------------------------------*/
.searchform { margin: 10px 10px 5px 15px; }
input.searchfield { width: 160px; padding: 8px; border: 2px solid #0e6d69; font-size: 11px; color:#666666; }
input.searchbutton { background: #38892d; border: 0; padding: 8px; color: #fff; font-weight: bold; font-size: 11px; }


/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	padding:4px 0;
	position:relative;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	background-image:url(../images/navbrnd.jpg);
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	}
	
#menu { margin-left:130px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	}
#menu li:hover { background-color: #f0a957; } /* keeps the original button highlighted */
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 32px; /* set padding will affect padding on all a tags in menu */
	line-height:30px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
border-right:1px solid #f0a957; /* Borders as appropriate */
	font-size:14px;
	}

#menu a:hover{
	display:block;
	padding:0px 32px; /* set padding will affect padding on all a tags in menu */
	line-height:30px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
 border-right:1px solid #f0a957; /* Borders as appropriate */
	font-size:14px;
	background-color:#f0a957;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:214px; /* Width will need to be updated inline with all the padding on the menus */
	top:30px;
	background-color:#f0a957;
	}

#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	line-height:normal;
	padding:8px 32px;
	background-color:#3c8e2c;
	}
#menu li ul a:hover{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	line-height:normal;
	padding:8px 32px;
	}

#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:204px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	background-color:#67aa5a;
	}
	#menu li ul ul a:hover { width:160px; }
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}


/* 5.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #505050; }

#content .tablines table { margin-bottom:0; } /*resets the padding to 0 on tables inside the tablines*/
 
/*a light colour on the borders of branded tables*/
.tabtitle{  font-weight: bold; color: #FFFFFF; background-color: #0e6d69; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #0e6d69; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #0e6d69; background-color: #FFFFFF; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-weight: normal; color: #000000; background-color: #FFFFFF; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-weight: bold; color: #000000; background-color: #FFFFFF; padding:5px; }



/* 5.Forms (ask us a question)
---------------------------------------------------------------*/

#FirstName, #LastName { width:49%; }
#Business, #Telephone, #emailAddress { width:98%; }
#ValidationCode { width: 100px; }
#Comments { width: 99%; height: 100px; }

.FormButton  { 
	height: 19px;
	color: #FFFFFF;
	background-color: #0e6d69;
	border: solid 0px #0e6d69; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }


/* 6.CZ
---------------------------------------------------------------*/

#CZDocumentBody td { padding:5px; }
#content {
	width: 650px;
	float: right;
	margin-top: 10px;
}
