
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

    -------------------

	COLOURS ----------

		Text #000000
		
		A #1e328b

		A:hover #8eb4e3

		H1 #1e328b
		
		H2 #8eb4e3

    -------------------

 */
 
/* 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;
	}
P, td, th, div { line-height: 17px; }
H1 { font: 30px/32px Georgia, Arial, Verdana normal; color:#1e328b; }
H2 { font-size: 24px; font-weight: normal; color: #8eb4e3; line-height:24px; }
H3 { font-size: 16px; font-weight: bold; color: #505050; }
H4 { font-size: 14px; color: #505050; line-height: 17px; }
H5 { font-size: 14px; color: #505050; line-height: 17px; }
H5 A { text-decoration: none; }
A { color: #1e328b; text-decoration: underline; }
A:hover { color: #8eb4e3; text-decoration: none; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }

/* 2.Layout
---------------------------------------------------------------*/

#logo { border:0; padding-bottom:21px; text-align:center; border-bottom: 1px solid #e6ebf1; }
.news { background-color:#e6ebf1; border:10px solid #FFFFFF; padding:10px; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content ul, #content ol { margin:0 0 15px 30px; }
#content table { margin-bottom:15px; }

#wrapper {
  width: 960px; 
  margin: 0 auto; 
  text-align: left;
  position:relative; 
}

#branding {
	height: 120px;
	background-color:#FFFFFF;
	position:relative;
}

#brandingLinks { 
	position:absolute;
	right: 10px;
	top: 40px;
	color:#014a96;
	text-align:right;
	font-size:13px; }
#brandingLinks a { color:#999999; }

#mainBanner { width:689px; height:171px; overflow:hidden; padding:2px 2px 0 2px; border-bottom:20px solid #5a8dca; margin-bottom:10px; }

#contentContainer {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	background-image:url(../images/mainbgtile.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#content { 
  width: 689px;
  background-image:url(../images/mainbg.gif); background-repeat:no-repeat; background-position: right top;
  float: right;
  padding:0px 0 20px 0;
  margin-top:2px; 
}
.text { padding:15px 15px 15px 20px; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }

#column { 
  width: 270px; 
  float: left;
  margin-top:10px;
} 
.logos { border-bottom:1px solid #acb2b9; border-top: 1px solid #acb2b9; padding:10px 0; text-align:center; }
.address { padding:10px 20px; color:#1f497d; }
.contact { background-color:#e6ebf1; padding:5px 20px; color:#1f497d; } 
.info { color:#1f497d; padding:10px 20px; }
.small { color:#1f497d; padding:10px 20px; font-size:11px; }
.boxed { padding:10px; background-color:#8eb4e3; color:#FFFFFF; border: 1px solid #6d93c3; }
.innerColumn { width:40%; padding-right:10px; float:left; }

#rhc { float:right; width:218px; margin:40px 0 0 10px; }
a.individual { background-image:url(../images/individual-services.gif); width:218px; height:138px; background-position:left; display:block; margin-bottom:15px; }
a.individual:hover { background-image:url(../images/individual-services.gif); width:218px; height:138px; background-position:right; display:block; margin-bottom:15px; }
a.specialist { background-image:url(../images/specialist.gif); width:218px; height:138px; background-position:left; display:block; margin-bottom:15px; }
a.specialist:hover { background-image:url(../images/specialist.gif); width:218px; height:138px; background-position:right; display:block; margin-bottom:15px; }
a.business { background-image:url(../images/business.gif); width:218px; height:138px; background-position:left; display:block; margin-bottom:15px; }
a.business:hover { background-image:url(../images/business.gif); width:218px; height:138px; background-position:right; display:block; margin-bottom:15px; }

#footer { 
  clear: both;
  padding: 10px 20px;
  background-image:url(../images/footerbg.gif);
  height:20px;
} 
#footer p { color:#FFFFFF; }
#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { color:#91b1d8; text-decoration:underline; }
#footerPrimary { 
  width: 280px;
  float: left;
  height:30px;
  line-height:30px;
}

#footerSecondary { 
  width: 440px; 
  float: right; 
  height:30px;
  line-height:30px;
  text-align:right;
} 
#footerSecondary p { color:#1e328b; }
/* 3.Search
---------------------------------------------------------------*/
.searchform { margin: 5px 0 0 10px; padding:0px; float:left; }
input.searchfield { width: 178px; padding: 3px; border: 1px solid #1e328b; font-size: 11px; color:#666666; }
input.searchbutton { background: #34a354; border: 0; padding: 4px; color: #fff; font-weight: bold; font-size: 11px; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:35px;
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;	position:relative;
	border-bottom:10px solid #1e328b;
	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 {
	margin:0;
	padding:0 69px 0 0;
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
	}
	
#menu { float:right; }

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}

#menu a{
	display:block;
	padding:0px 12px; /* set padding will affect padding on all a tags in menu */
	line-height:34px; /* set line height DONT use just height */
	color:#1e328b;
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	border-right:1px solid #1e328b; /* Borders as appropriate */
	}
#menu li.noborder a { border:none;  }/* Borders as appropriate */
#menu li.noborder li a { border-bottom:1px white solid;  }/* Borders as appropriate */
#menu li.noborder li.noborder a { border:none; }
.borderleft {border-left:1px solid #1e328b}
#menu a:hover{
	background-color: #1e328b;
	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 */
	border-top:10px #BDCADA solid;
    border-left:10px #BDCADA solid;
    border-right:10px #BDCADA solid;
    border-bottom:10px #BDCADA solid;
	visibility:hidden; /*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:34px;
	background-color:#8eb4e3;
	background-image:none;
	padding: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;
    line-height:18px;
    padding:8px 22px;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	}	

#menu li ul ul { /* styles for sub drop downs */
    top:auto;
    visibility:hidden;
    border:10px #BDCADA solid;
    display:none;
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:-10px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul {
	visibility:visible;
	}

#menu li ul ul a:hover { width:160px; }

#menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}

#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; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{  font-weight: bold; color: #FFFFFF; background-color: #1e328b; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #1e328b; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #1e328b; 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: #34a354;
	border: solid 0px #34a354; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #1e32ab;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }


