
/*

	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 #c50000 

		A:hover #e7910a

		H1 #505050
		
		H2 #505050

    -------------------

 */
 
/* 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/18px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #000;
	background-color:#fff;
	display:block;
	width:900px; margin:10px auto; border:1px solid #80b0d9; 
	}
	#pagebody { width:100%; margin:0; border:0; }
H1 { font:bold 24px/26px Arial, Helvetica, sans-serif; color:#0962ab;}
H2 { font-size: 18px; font-weight: bold; color: #000;  }
H3 { font-size: 16px; font-weight: bold; color: #000; }
H4 { font-size: 14px; color: #000; line-height: 17px; }
H5 { font-size: 14px; color: #000; line-height: 17px; }
H5 A { text-decoration: none; }
A { color: #0962ab; text-decoration: underline; }
A:hover { color: #0962ab; text-decoration: none; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }

.mark { font-weight:bold; }

/* 2.Layout
---------------------------------------------------------------*/

#header { height:176px; }
	#logo { border:0; width:432px; height:auto; }
	.contact { line-height:37px; color:#0962ab; margin-left:22px; }
	
	.pics { float:right; height:176px; overflow:hidden; width:357px; }

#content { float:left; width:605px; border-right:1px solid #84b0d5; padding:22px; }
	#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 ul { list-style:disc }
	#content ol { list-style:decimal }
	#content table { margin-bottom:15px; }
	#content blockquote { margin-left:20px; }
	
	#content .matrix { margin-bottom:0; }
	.matrix td { padding:10px; border-collapse:separate; border-spacing:1; }
	.pageImg { width:200px; height:auto; float:right; margin-bottom:10px; }
	.tip strong { display:block; float:left; width:55px; }
		
	/*profiles*/
	.profileImg { width:150px; height:auto; float:right; margin-bottom:10px; margin-left:10px; }
	
#rightcolumn { width:226px; border-left:1px solid #84b0d5; margin-left:-1px; float:right; padding:12px; }
	#rightcolumn h3 { background:#0962ab; color:#FFFFFF; padding:3px; margin-bottom:10px }
	
	.register, .newsletter, .tipmonth, .job, .friends { display:block; zoom:1; padding-left:45px; margin-bottom:10px; line-height:35px; }
	.register {  background:url(/images/subscribe.png) no-repeat left; line-height:30px; }
	.newsletter { background:url(/images/news.png) no-repeat left; line-height:40px; margin-top:10px; }
	.tipmonth { background:url(/images/tip.png) no-repeat 10px 3px; } 
	.job { background:url(/images/jobs.png) no-repeat left; }
	.friends { background:url(/images/friends.png) no-repeat 5px 2px; }

.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
#footer { overflow:hidden; zoom:1; clear:both; padding:22px; }
	.followus { margin:20px 0; padding:3px; background:#0962ab; float:left; color:#FFFFFF; }
	.disclaimer { clear:left; }
	.footerlogos { float:right; margin-top:10px; width:282px; height:74px; }
	.linkedIn { width:111px; height:39px; margin:11px 0 11px 10px; }
	

.facebookimg { float:left; margin-right:10px; }
a.facebook { line-height:39px;  }

#notice { margin:0; color:#fff; padding:10px; background-color:#0066CC; margin-bottom:10px; }
#notice h3 { color:#fff; margin-bottom:0; line-height:20px; }
#notice img { float:left; width:100px; }

/* 3.Search
---------------------------------------------------------------*/
.searchform { padding:0 0 20px; margin:0; display:block; overflow:auto; }
.searchbut {
	display:block;
	height:22px;
	width:auto;
	font-weight:bold;
	color:#fff;
	background-color:#505050; /* old browsers */
	border:solid 0px #000;
	margin:0 0 0 5px; padding:0;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(top, #7AACD6 0%, #44779F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7AACD6), color-stop(100%,#44779F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AACD6', endColorstr='#44779F',GradientType=0 ); /* ie */
	}
.searchbox {
	height:21px;
	width:150px;
	color: #000000;
	background-color: #FFFFFF;
	border:solid 1px #8ab4d7;
	padding:0; margin:0;
	float:left; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	display:block;
	height:32px;
	background:#0962ab; /* add background (this can be added directly to the #menu */
	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 */
	border-top:1px solid #b9bbbe; border-bottom:1px solid #b9bbbe;
	}

#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;
float:left;
width:900px;
border-top:1px solid #fff; border-bottom:1px solid #fff;
	 }

#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	 
	}
#menu li:hover { background-color: #114067; } /* 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:30px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	}

#menu a:hover{
	background-color: #114067;
	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:30px;
	background-color:#0962ab;
	border:0;
	}

#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;
	}

#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: #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: #c50000; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #c50000; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #c50000; 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: #b2b6d9;
	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; }


