
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.Forms
		7.CZ styles
		8.Site Search results

    -------------------

	COLOURS ----------

		Text #111111
		
		A #BBE9F1 

		A:hover #e7910a

		H1 #003f5e
		
		H2 #003f5e

    -------------------

 */
 
/* Reset CSS */
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,
b, u, i, center,
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow-y: scroll; }

.ie7 img { -ms-interpolation-mode: bicubic; }/* bicubic resizing for non-native sized IMG */

 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 12px/18px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #111111;
	background:#fff url(/images/body-back.png) repeat-x 0 0;
	}
H1 { font:bold 24px/26px Arial, Helvetica, sans-serif; color:#003f5e;}
H2 { font-size: 18px; font-weight: bold; color: #003f5e;  }
H3 { font-size: 16px; font-weight: bold; color: #003f5e; }
H4 { font-size: 14px; color: #003f5e; line-height: 20px; }
H5 { font-size: 14px; color: #003f5e; line-height: 20px; }
H5 A { text-decoration: none; }
A { color: #003f5e; text-decoration: underline; }
A:hover { color: #00b3eb; text-decoration: none; cursor:pointer; }
A.noline { color: #111111; text-decoration: none; }
A.noline:hover { color: #111111; text-decoration: none; }
	
	.skipmenu { text-align: left; }
	.skipmenu a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
	.skipmenu a:focus, a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }
	
	
/* clearfix  */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.clearfix:after { clear: both; }
/* Fix clearfix IE */
.clearfix { zoom: 1; }

.right { float:right; padding-left:10px; }



/* 2.Layout
---------------------------------------------------------------*/

#container { position:relative; width:1000px; margin:0 auto; }

#header { position:relative; width:960px; padding:0 20px;
	background:url(/images/header-back.png) no-repeat 0 40px;
	height:182px;
	position:relative;
	z-index:999;
 }
	#header .aside { width:920px; padding:0 20px; background-color:#f2f2f2; line-height:40px; }
		.register { float:left; }
			.register a { color:#111111; }
		.email { float:right; color:#00a4e4; }
			.email a { color:#00a4e4; }
	#logo { border:0; width:256px; height:auto; float:left; margin-left:20px; }
	.phone { float:right; clear:right; font-size:26px; line-height:28px; color:#87a8ba; margin:20px 20px 0 0; }

#banner { width:960px; margin:0 20px; height:288px; overflow:hidden; }
	#banner img { width:960px; height:auto; }

#content { background-color:#bbe9f1; margin:20px; width:960px; }
	#text { width:710px; padding:20px; background-color:#FFFFFF; float:left; min-height:300px; }
		.ie6 #text { height:auto!important; height:300px;}
	#text p, #text h1, #text h2, #text h3, #text h4, #text h5 { margin-bottom:15px; }
	#text ul, #text ol { margin:0 0 15px 20px; }
	#text li { list-style:disc; }
	#text table { margin-bottom:15px; }
	
	#content .nav { width:210px; float:right; }
		.nav h2:before, .nav a:before { content:"\0020"; display:block; float:left; width:10px; height:40px; background-color:#00b3eb; margin-right:10px; }
		.nav a:hover:before { background-color:#003f5e; }
		.ie6 .nav a:hover, .ie7 .nav a:hover { background-color:#003f5e; color:#FFFFFF; }
		.nav h2, .nav a { display:block; line-height:40px; border-bottom:1px solid #fff; text-decoration:none; }
		.nav a { font-size:16px; }
		.nav a:hover { color:#003f5e; }
			.ie6 .nav h2,
			.ie6 .nav a,
			.ie7 .nav h2,
			.ie7 .nav a { padding-left:10px; }
			
#content .newspage strong { display:block; float:left; min-width:60px; }

#footer { background-color:#003f5e; color:#FFFFFF; padding:20px; }
#footer a { color:#00b3eb; }



/* 3.Search
---------------------------------------------------------------*/
.search { margin-bottom:10px; }
.searchform { padding:0; margin:0; }
.searchbut { 
	height:21px;
	width:25px;
	font-weight:bold;
	color:#111111;
	background-color:#bbe9f1;
	border:solid 0px #000;
	margin:0; padding:0;
	float:left; }
.searchbox {
	height:21px;
	width:150px;
	color: #111111;
	background-color: #FFFFFF;
	border:solid 0px #003f5e;
	padding:0; margin:0 5px 0 0;
	float:left; }

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	position:relative;
	display:block;
	height:32px;
	background:transparent; /* add background (this can be added directly to the #menu */
	z-index:1000;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	float:right;
	clear:right;
	padding-bottom:10px;
	margin-top:20px;
	border-bottom:1px solid #e1e1e1;
	}
	
.ie6 #menuWrap, .ie7 #menuWrap { width:650px; }

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:32px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	z-index:1010;
	}


#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	}
#menu li:hover { background-color: #00B3EB; } /* keeps the original button highlighted */
#menu li:hover a { color:#FFFFFF; }
#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#003F5E;
	text-decoration:none; font-weight:bold;
	}

#menu a:hover{
	background-color: #00B3EB;
	color:#fff;
	}

#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:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:32px;
	background-color:#00B3EB;
	}

#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 #fff;
	line-height:18px;
	padding:8px 22px;
	color:#FFFFFF;
	font-weight:normal;
	}
#menu li ul a:hover { background-color:#003F5E; color:#FFFFFF; }
#menu li li:last-child a { border-bottom:none;  } /* remove borders */
#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* 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*/
	}
#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: #111111; border-collapse: separate;}

#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: #FFFFFF; background-color: #004163; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #004163; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #004163; background-color: #FFFFFF; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-weight: normal; color: #111111; background-color: #FFFFFF; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-weight: bold; color: #111111; background-color: #FFFFFF; padding:5px; }



/* 6.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: #003f5e;
	border: solid 0px #0053A4; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #111111;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }


/* 7.CZ
---------------------------------------------------------------*/

#CZDocumentBody td { padding:5px; }



/* 8.Site Search results
---------------------------------------------------------------*/
/*same background as tabbody but bold the text */

.NewsWireResult{ BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.NewsWireResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
.DataResult { BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.DataResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }


