
/*

	CSS Template

	CONTENTS ----------
	
		1.Reset CSS
		2.Over all styles
		3.Layout
		4.Content
		5.aside styles (side column)
		6.Navigation
		7.ARD Tables
		8.Forms
		9.Site Search results
		
    -------------------

	COLOURS ----------

		Text, table lines, form border #444
		
		Main colour: a, main headings, mark, nav, button #006f53 

		Secondary colour: a:hover, text selection, nav:hover, button border #ff6600

    -------------------

 */
 
/* 1.Reset CSS
---------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #444; margin:15px 0; padding:0; }
input, select { vertical-align:middle; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; background-color:white; }



/* 2.Over all styles
---------------------------------------------------------------*/
body {
	background-color: #006F53;
    border-left: 2px solid #ff6600;
    border-right: 2px solid #ff6600;
    color: #444444;
    font: 13px/18px "Century Gothic",Arial,Helvetica,sans-serif;
    margin: 0 auto;
    width: 1060px;
	}

H1 { font:bold 24px/26px "Century Gothic", Arial, Helvetica, sans-serif; color:#006f53;}
H2 { font-size: 18px; font-weight: bold; color: #006f53; }
H3 { font-size: 16px; font-weight: bold; color: #ff6600; }
H4 { font-size: 14px; color: #444; }
H5 { font-size: 14px; color: #444; }
H5 A { text-decoration: none; color: #444; }

a, a:active, a:visited { color: #006f53; text-decoration: none; }
	A:hover { color: #ff6600; text-decoration: none; cursor:pointer; }
	a:hover, a:active { outline: none; }
	A.noline { color: #444; text-decoration: none; }
	A.noline:hover { color: #444; text-decoration: none; }

ul, ol { margin-left: 25px; }
ul { list-style:disc; }
ol { list-style-type: decimal; }

.highlight { color: #006f53; font-size:12px; }
a.column-highlight  { color:#ff6600; font-size:14px; }
a.column-highlight:hover  { color:#006f53; font-size:14px; }

.small { font-size: 85%; }
strong, th, .bold { font-weight: bold; }

td, td img { vertical-align: top; }

.mark { background-color:#fff; color:#006f53; font-style:italic; font-weight:bold; } /* text you would like to mark */

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; } 

.ie7 img { -ms-interpolation-mode: bicubic; }/* bicubic resizing for non-native sized IMG */

/* Text highlight styles */
::-moz-selection{ background: #ff6600; color:#fff; text-shadow: none; }
::selection { background:#ff6600; color:#fff; text-shadow: none; } 
 
/* 
 * Non-semantic helper classes 
 */

/*  image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/*  image align left, right */
.right { float:right; margin:0 0 15px 15px; }
.left { float:left; margin:0 15px 15px 0; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* clearfix  */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.cf:after { clear: both; }
/* Fix clearfix IE */
.cf { zoom: 1; }


/* 3.Layout
---------------------------------------------------------------*/
/* Skip menu for screen readers to jump the main menu */
.skipmenu { text-align: left; }
.skipmenu a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipmenu a:focus, .skipmenu a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

#container { width:960px; margin:0 auto; padding:0 20px; background-color:#FFFFFF; }


#logo { margin: 15px 0 25px 0;  }

#main { width:750px; float:left;  }
#banner  { width:740px; float:left; height:270px; background-image:url(../images/banner-bg.gif); background-repeat:no-repeat; text-align:right; padding:48px 10px 0 0; margin-bottom:15px; }
#banner .tel { font-size:18px; color:#006f53; margin-bottom:0; }
#banner .email { font-size:16px; color:#ff6600; margin-bottom:4px; }
#banner .email a { color:#ff6600;} #banner .email a:hover { color:#006f53;}
#banner .address { font-size:12px; color:#616161; margin-bottom:70px; }
#banner .phrase { font-size:30px; color:#006f53; margin-bottom:60px; }
#column { width:190px; float:right; }
.column-box-container { background-color:#e5f0ed; padding:10px; width:170px; margin-bottom:15px; }
.main-box-container { background-color:#e5f0ed; padding:10px; width:730px; margin-bottom:15px;}
.register td { padding:5px; }
#footer { margin-top:25px; }
#footer img { float:right; margin:0 0 5px 5px; }


/* 4.Content
---------------------------------------------------------------*/

#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content ul li:last-child { margin-bottom:15px; }
.ielt9 #content ul, .ielt9 .submenu ul { margin-bottom:15px; }
#content ul li ul li { margin-bottom:0; }
#content table { margin-bottom:15px; }

#content h2, #content h3, #content h4, #content h5 { margin-top:15px; } /* evenly space headings in the ARD content */


/* 5.aside styles (side column)
---------------------------------------------------------------*/






/* 6.Navigation
---------------------------------------------------------------*/




#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2em; /*set line height DONT use height*/
	font-weight:normal;
	font-size:16px;
	}

#menu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#menu li:hover { background-color: #8f384e; } /* keeps the original button highlighted */
#menu a{
	display: inline-block;
	width:166px; /*Width of menu minus the padding*/
	padding:0px 12px;
	line-height:40px; /*set line height DONT use height*/
	color:#006f53;
	border-bottom:1px solid #ff6600;
	text-decoration:none;
	font-weight:bold;
	}

#menu a:hover{
	background-color: #ff6600; /*hover background colour*/
	color:#fff;
	}




/* 7.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #444; }

#content .tablines table { margin-bottom:0; border-spacing: 1px; border-collapse: separate; } /*resets the padding to 0 on tables inside the tablines*/
 
/*a light colour on the borders of branded tables*/
.tabtitle{  font-weight: bold; color: #fff; background-color: #006f53; padding:5px; }

.tabletitle{ font-weight: bold; color: #fff; background-color: #006f53; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #006f53; background-color: #fff; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-weight: normal; color: #444; background-color: #fff; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-weight: bold; color: #444; background-color: #fff; padding:5px; }

/* clientZONE table padding */
#CZDocumentBody td { padding:4px; }


/* 8.Forms (ask us a question, search)
---------------------------------------------------------------*/

/* Form Restet/Fixes */
textarea { overflow: auto; } /* remove scroll bar in IE unless needed */
label, input[type=button], input[type=submit], button { cursor: pointer; }/* hand cursor on clickable input elements */
button, input, select, textarea { margin: 0; }/* webkit browsers add a 2px margin outside the chrome of form elements */  

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.ie6 legend, .ie7 legend { margin-left: -7px; }
button {  width: auto; overflow: visible; } /* make buttons play nice in IE */

/* ARD Form styles */

#FirstName, #LastName { width:49%; }
#Business, #Telephone, #emailAddress { width:98%; }
#ValidationCode { width: 100px; }
#Comments { width: 99%; height: 100px; }

.FormButton  { 
	height: 21px;
	color: #fff;
	background-color: #006f53;
	border: solid 0px #ff6600; }
.FormText {
	background-color: #fff;
	border: solid 1px #444;
	margin-bottom:5px;
	padding:3px; }
.FormTextRequired {
	background-color: #fff;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:3px; }


/* Search Form */
.searchform { background-color:#e0f9df; -webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;
	 position:relative; float:right; padding-left:15px;  }

.searchbox {
	width:140px;
	color: #006f53;
	border:none;
	background:none;
	padding:0; margin:0;
	font-size:11px;
	}
	

/* 9.Site Search results
---------------------------------------------------------------*/
.NewsWireResult{ border: #444 1px solid; margin-bottom:15px; padding: 15px; }
.NewsWireResult H3 { margin: 0; }
.DataResult { border: #444 1px solid; margin-bottom:15px; padding: 15px; }
.DataResult H3 { margin: 0; }


