
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

    -------------------

	COLOURS ----------

		Text #000000
		
		A #1f497d 

		A:hover #8eb4e3

		H1 #8eb4e3
		
		H2 #1e328b

    -------------------

 */
 
/* 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;
	margin-bottom:10px;
	}
P, td, th, div { line-height: 17px; }
H1 { font-size: 26px; font-weight:normal; font-family: Arial, Verdana; color:#8eb4e3; line-height:normal;}
H2 { font-size: 18px; font-weight: normal; color: #1e328b;  }
H3 { font-size: 16px; font-weight: bold; color: #1f497d; }
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; }
.small { font-size:11px; }

/* 2.Layout
---------------------------------------------------------------*/

#logo { border:0; padding-bottom:8px; text-align:center; }
.testimonials { background-color:#e6ebf1; border:20px solid #FFFFFF; padding:10px; }
.news { margin:10px 0 10px 0px; border-bottom: 1px solid #acb2b9; padding-left:20px; }
#content p, #content h1, #content h2, #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; }

#contentContainer {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	background-image:url(../images/mainbgtile.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#mainBanner { z-index:0; }
.pics { height: 114px; width: 689px; padding:0; margin:0; overflow: hidden; }
.pics img { top:0; left:0; } 
#contentOuter { background-image:url(../images/contenttile.gif); background-repeat:repeat-y; background-position:right; height:100%; display:block; overflow:hidden; }
#content { 
  width: 689px;
  background-image:url(../images/mainbg.gif); background-repeat:no-repeat; background-position: right top;
  float: right;
  padding:0px 0 20px 0;
}
.businessTitle { padding:10px 10px 0 450px; background-image:url(../images/businesstile.gif); background-repeat:repeat-y; height:35px; }
.text { padding:50px 15px 15px 20px; background-image:url(../images/contentbg.gif); background-repeat:no-repeat; background-position:top; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#column { 
  width: 270px; 
  float: left;
} 
#columnText { padding-left:10px; }
#column h3 { border-bottom: 1px solid #acb2b9; padding-bottom:4px; padding-left:20px; }
.dividerTitle { background-color:#acb2b9; padding:6px 10px 0px 0; }
.logos { padding:10px 0 10px 20px; }
.boxed { padding:10px; background-color:#8eb4e3; color:#FFFFFF; border: 1px solid #6d93c3; }
.innerColumn { width:40%; padding-right:10px; float:left; }

#rhc { float:right; width:222px; margin:0 0 0 20px; }
#rhc p { color:#1f497d; }
#rhc h3 { padding:6px 0 6px 10px; }
#rhc ul { list-style-type:none; margin-left:12px; color:#1f497d; }
#footer { 
  clear: both;
  padding: 10px 20px 0 20px;
  background-image:url(../images/footerbg.gif);
  border-top: 1px solid #8eb4e3;
  border-bottom: 1px solid #8eb4e3;
  display:block;
  height:30px;
} 
#footer p { color:#1f497d; }
#footer a { color:#1f497d; 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: 10px 10px 0 20px; padding:0px;  }
input.searchfield { width: 170px; padding: 6px; border: 1px solid #1f497d; font-size: 11px; color:#666666; }
input.searchbutton { background: #8eb4e3; border: 0; padding: 8px; color: #fff; font-weight: bold; font-size: 11px; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:30px;
background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;	position:relative;
	border-bottom:5px 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, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	
	}
	
#menu { margin-left:280px; /* 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 */  
	}
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 25px; /* set padding will affect padding on all a tags in menu */
	line-height:30px; /* 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 a:hover{
	background-color: #1f497d;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}

#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:180px; /* Width will need to be updated inline with all the padding on the menus */
	top:30px;
	background-color:#8eb4e3;
	}

#menu li ul a{
	width:130px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	line-height:normal;
	padding-top: 8px;
	padding-bottom: 8px;
	}

#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:170px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:200px;
	background-color:#bcd2ed;
	}
#menu li ul ul a { 
	width:150px; /*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; }
 
/*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: #8eb4e3;
	border: solid 0px #8eb4e3; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #1f497d;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }


