
/*

	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 #000000
		
		A #006699 

		A:hover #e7910a

		H1 #006699
		
		H2 #006699

    -------------------

 */
 
/* 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: collapse;
	border-spacing: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow-y: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 12px Tahoma, Arial, Verdana; /* to add line height of eg 18px use 13px/18px  */
	color: #000000;
	background:url(../images/body-bg.jpg); background-position:0 0; background-repeat:repeat-x;
	background-color:#001a2c;
	text-align:center;
	}
P, td, th, div { line-height: 17px; }
H1 { font:bold 24px/26px Tahoma, Arial, Verdana; color:#006699;}
H2 { font-size: 18px; font-weight: bold; color: #006699;  }
H3 { font-size: 16px; font-weight: bold; color: #006699; }
H4 { font-size: 14px; color: #006699; line-height: 17px; }
H5 { font-size: 14px; color: #006699; line-height: 17px; }
H5 A { text-decoration: none; }
A { color: #006699; text-decoration: underline; }
A:hover { color: #59b6e3; text-decoration: none; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; 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; }


/* 2.Layout
---------------------------------------------------------------*/

#container { width:913px; margin:0 auto; padding:0; text-align:left; position:relative;  background:#001a2b; }
#header { position:relative; float:right; width:913px; text-align:right; height:116px; background:url(../images/header.jpg);}
#logo { border:0; }
#content { width:863px; min-height:450px; margin:0 10px 0 10px; padding:15px; text-align:left; position:relative; clear:both; background:#fff; display:block; overflow:auto; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content ul, #content ol { margin:0 0 15px 20px; }
#content li { list-style:disc; }
#content table { margin-bottom:15px; }
#leftcolumn { width:300px; margin-left:-1px; float:left; }
#rightcolumn { width:500px; border-left:1px solid #59b6e3; margin-left:-1px; float:left; padding:12px; }
#LHC { width:550px; margin-left:-1px; float:left; padding:12px; }
#RHC{ width:250px; border-left:1px solid #59b6e3; margin-left:-1px; float:right; padding:12px; }
.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
#footer { background-color:#001a2b; color:#FFF; margin:0; padding:5px; width:900px; clear:both; height:60px; }
#footer-left { background-color:#001a2b; color:#FFF; margin:0; padding:5px; width:300px; position:relative; float:left; }
#footer-right { background-color:#001a2b; color:#FFF; margin:0; padding:5px; width:250px; float:right; }
#footer-left p, #footer-left p a { color:#FFF; margin:5px 0; padding:0;}
#footer-right p, #footer-right p a { color:#FFF; margin:5px 0; padding:0;}
.blueprint {color:#0099FF;}



/* 3.Search
---------------------------------------------------------------*/
.searchform { padding:0; margin:0; margin-top:80px; float:right; width:230px; }
.searchbut { 
	height:21px;
	padding: 0 5px 0 5px;
	font-weight:bold;
	color:#fff;
	background-color:#006699;
	border:solid 1px #000;
	margin:0 50px 0 5px;
	float:right; }
.searchbox {
	height:21px;
	width:100px;
	color: #000000;
	background-color: #FFFFFF;
	border:solid 1px #006699;
	padding:0; margin:0;
	float:left;
	}

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	background:url(../images/menu-bg.jpg);
	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 */
	}

#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;
	}
	
#menu { margin-left:150px; /* 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: #006699; } /* 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 22px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	border-left:1px solid #005086;  /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #006699;
	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:#005086;
	}

#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 #a0d2ea;
	line-height:18px;
	padding:8px 22px;
	}

#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;
	}
	
#menu-graph {
	position:relative;
	width:250px;
	color:#ff0000;
	float:left;
	list-style:none;
position:relative;
	}
#menu-graph ul { margin:20px 0 0 0; padding:0; 
	}
#menu-graph ul li { background-color:#a0d2ea; list-style:none; }
#menu-graph ul li:nth-child(2n) { 
	background-color:#59b6e3; 
	}
	
#menu-graph ul a {
	display:block;
	padding:5px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	text-decoration:none
	}
#menu-graph ul a:hover { background-color: #006699;
	color:#fff; }

.graph {
	position:absolute;
	z-index:1;
bottom:0px;
right:-20px;
	}

/* 5.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #006699; }

#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: #006699; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #006699; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #006699; 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; }



/* 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: #00568F;
	border: solid 0px #0053A4; }
.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; }


/* 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; }


