
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Menu(s)
		4.ARD Tables

    -------------------

	COLOURS ----------

		Text #000000
		
		A #165008 

		A:hover #5e8022

		H1 #97af4d
		
		H2 #cccccc

    -------------------

 */
 
/* 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: 13px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #000;
	background-color:#e1e1e1;
	}
P, td, th, div { line-height: 17px; }
H1 { font: 24px/26px bold Tahoma, Arial, Verdana; }
H2 { font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000;  }
H3 { font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
H4 { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 17px; }
H5 { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 17px; }
H5 A { text-decoration: none; }
OL { font-family:Arial, Helvetica, sans-serif; line-height: 20px; }
UL { font-family:Arial, Helvetica, sans-serif; line-height: 20px; }
A { color: #000000; text-decoration: underline; }
A:hover { color: #000000; text-decoration: none; cursor:pointer; }
blockquote { padding-left:30px; }

/* 2.Layout
---------------------------------------------------------------*/
#container { position:relative; width:784px; margin:0 auto; background:#fff url(/images/contentbk.gif) repeat-y 0 0; }
#header { position:relative; width:784px; }
#logo { border:0; }

#text { float:left; margin:0 20px 0 20px; padding:10px 0 50px 0; width:406px; display: inline; }
#text p, #text h1, #text h2, #text h3, #text h4, #text h5 { margin-bottom:15px; }
#text ul, #text ol { margin:0 0 15px 30px; }

#rhc { float:left; width:180px; }

.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
#footer { margin-left:178px; position:relative; border-top:1px solid #b46092; height:45px; }
#footer p { line-height:45px; }

.searchform { padding:0; margin:0; position:absolute; top:-40px; }
.searchbut { height:21px; width:25px; font-family: Arial; font-size:12px; font-weight:bold; color:#fff; background-color:#b56293; border:solid 1px #b56293; margin:0 0 0 5px; padding:0; float:left; }
.searchbox { width: 160px; height:21px; font-family: Arial; font-size: 12px; color: #000000; background-color: #FFFFFF; border:solid 1px #b56293; padding:0; margin:0; float:left; }

#text div.checklist ul { margin:0 0 0 15px; padding:0; }
.checklist li { list-style:none; padding-left:30px; margin:0; background:url(/images/tick.png) no-repeat 0 0; }



/* 3.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:40px;
	background:#b56293 url(/images/menubk.png) repeat-x 0 0; /* 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:1px solid #fff;
	border-width:1px 0;
	padding-left:158px;
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:40px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	font-size:13px;
	width:626px; /* added this may need deleting */
	}
	

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}



#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:40px; /* set line height DONT use just height */
	color:#000;
	text-decoration:none;
	border-left:1px solid #97507a; /* Borders as appropriate */
	font-weight:bold;
	}

#menu a:hover{
	background-color: #b46192;
	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:214px; /* Width will need to be updated inline with all the padding on the menus */
	top:40px;
	background-color:#b46192;
	}

#menu li ul a{
	width:170px; /* 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-top:7px; padding-bottom:8px;
	}
#menu li ul a:hover {
        background-color:#c891be;
        color:#000;
        }

#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;
	}
	

#verticalMenu {
	position:relative;
	float:left;
	display:inline;
	display:block;
	background:url(/images/sidemenubk.gif) repeat-x 0 0; /* add background (this can be added directly to the #menu */
	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 */
	width:158px; /*set width of menu*/
	min-height:517px;
	}
#submenu, #submenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:32px; /*set line height DONT use height*/
	font-weight:normal;
	font-size:13px;
	}
#submenu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#submenu a{
	display: inline-block;
	width:138px; /*Width of menu minus the padding*/
	padding:0px 10px;
	line-height:32px; /*set line height DONT use height*/
	color:#000;
        font-weight:bold;
	text-decoration:none;
        border-bottom:1px solid #fff;
	}
#submenu a:hover{
	background-color: #c891be; /*hover background colour*/
	color:#fff;
	}
#submenu ul {
	position:absolute; /* Menu uses position ab to set drop downs so left: 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 */
	left:158px;
	top:0;
	background-color:#b46192;
	}
#submenu li ul a{
	width:174px; /*update width inline with all the overs*/
	display:block;
	line-height:32px;
	float:left;
	border:0;
	border-bottom:1px solid #fff; 
	}
#submenu ul li { 
	float:left; /*float important*/
	display:inline;
	}
#submenu li ul li ul {
	left:184px; /*position ab in herited from above left needs to be set to width on drop downs*/
	margin:0px 0 0 10px;
	width:204px;
	top:auto; /*should defalut to top of LI as long as float left is used on LI*/
	}
#submenu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li:hover ul ul ul ul{
	display:none;
	}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li li li li:hover ul{
	display:block; /*IMPORTANT set drowns downs to show on hover*/
	}


/* 3.ARD - Tables
---------------------------------------------------------------*/
.FormButton  { height: 19px; font-family:Tahoma, Arial, Verdana; color: #FFFFFF; font-size: 12px; background-color: #b56293; border: solid 0px #0053A4; }
.FormText { font-family:Tahoma, Arial, Verdana; color: #000000; font-size: 11px; background-color: #FFFFFF; border: solid 1px #000000; margin-bottom:5px; padding:2px; }
.FormTextRequired { font-family:Tahoma, Arial, Verdana; color: #000000; font-size: 12px; background-color: #FFFFFF; border: solid 1px #FF0000; margin-bottom:5px; padding:2px; }

#FirstName, #LastName { WIDTH: 49%; }
#Business, #Telephone, #emailAddress { WIDTH:98%; }
#ValidationCode { WIDTH: 100px; }
#Comments { WIDTH: 99%; HEIGHT: 100px; }

/*table formatting*/
.tablines { background-color: #C0C0C0; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{ font-weight: bold; color: #FFFFFF; background-color: #b56293; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #b56293; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #b56293; 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; }

#news h2 { margin:10px 0; }
#news p { margin-bottom:7px; }
