
/*

	CSS Template

	CONTENTS ----------
	
		1.Reset CSS
		2.Over all styles
		3.Layout
		4.Content
		5.aside styles (side column)
		6.Navigation
		7.ARD Tables
		8.Forms
		9.Site Search results
		
    -------------------

	COLOURS ----------

		Text, table lines, form border #FFFFFF
		
		Main colour: a, main headings, mark, nav, button #e6221d 

		Secondary colour: a:hover, text selection, nav:hover, button border #C55900

    -------------------

 */
 
/* 1.Reset CSS
---------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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;
}                  

blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #FFFFFF; margin:15px 0; padding:0; }
input, select { vertical-align:middle; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }



/* 2.Over all styles
---------------------------------------------------------------*/
body {
	font: 12px/18px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #FFFFFF;
	background-color:#231f20;
	}
H1, .large { font:normal 30px/34px "Arno Pro", "Times New Roman", Times, serif; color:#FFFFFF;}
H2 { font-size: 22px; font-family:"Arno Pro", "Times New Roman", Times, serif; font-weight: normal; color: #fff; }
H3 { font-size: 18px; font-family:"Arno Pro", "Times New Roman", Times, serif; font-weight: normal; color: #fff; }
H4 { font-size: 16px; font-family:"Arno Pro", "Times New Roman", Times, serif; color: #FFFFFF; }
H5 { font-size: 14px; font-family:"Arno Pro", "Times New Roman", Times, serif; color: #FFFFFF; }
H5 A { text-decoration: none; color: #FFFFFF; }

a, a:active, a:visited { color: #fff; text-decoration: underline; }
	A:hover { color: #fff; text-decoration: none; cursor:pointer; }
	a:hover, a:active { outline: none; }
	A.noline { color: #FFFFFF; text-decoration: none; }
	A.noline:hover { color: #FFFFFF; text-decoration: none; }
	
.arrow { width:112px; background-image:url(../images/white-arrow.gif); background-repeat:no-repeat; background-position:right; border-top: 1px solid #FFFFFF; padding:4px 40px 4px 10px; color:#FFFFFF;	font-family:"Arno Pro", "Times New Roman", Times, serif; text-decoration:none;  }
.arrow a { color:#FFFFFF; font-size:14px; }

ul, ol { margin-left: 25px; }
ul { list-style:disc; }
ol { list-style-type: decimal; }

.highlight { color:#e6221d; }
.small { font-size: 85%; }
strong, th { font-weight: bold; }
.image-right { float:right; margin-left:15px; }
td, td img { vertical-align: top; }

.mark { background-color:#fff; color:#e6221d; font-style:italic; font-weight:bold; } /* text you would like to mark */

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; } 

.ie7 img { -ms-interpolation-mode: bicubic; }/* bicubic resizing for non-native sized IMG */

/* Text highlight styles */
::-moz-selection{ background: #C55900; color:#fff; text-shadow: none; }
::selection { background:#C55900; color:#fff; text-shadow: none; } 
 
/* 
 * Non-semantic helper classes 
 */

/*  image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/*  image align left, right */
.right { float:right; margin:0 0 15px 15px; }
.left { float:left; margin:0 15px 15px 0; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* clearfix  */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.cf:after { clear: both; }
/* Fix clearfix IE */
.cf { zoom: 1; }


/* 3.Layout
---------------------------------------------------------------*/
/* Skip menu for screen readers to jump the main menu */
.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; }

#container { margin:0 auto; width:960px;  }

#header { height:150px;  }
#logo { float:left;  }

#slider { position:absolute; top:70px; right:36px; }
#slider ul { list-style:none; }
#slider li { background:none; list-style:none; color:white; font-family:"Arno Pro", "Times New Roman", Times, serif; font-size:18px; overflow:hidden; width:442px; height:30px; }

#content { }

#main { float:left; width:660px; padding-left:15px; }
.main-clear-banner { margin-top:150px; }

#column { float:right; width:272px; text-align:right; }
#column iframe { border:1px solid #FFFFFF; }
#column img { margin-bottom:5px; }

#resource-centre { float:left; width:250px; background-color:#585858; -webkit-border-radius: 12px;-moz-border-radius: 12px; border-radius: 12px; margin-right:20px; padding:10px; height:170px; }
#business-news { float:left; width:360px; background-color:#636363; -webkit-border-radius: 12px;-moz-border-radius: 12px; border-radius: 12px; margin-right:20px; padding:10px; height:170px;}
#practice-news { float:right; width:250px; background-color:#7a7a7a; -webkit-border-radius: 12px;-moz-border-radius: 12px; border-radius: 12px; padding:10px; height:170px;}

#news-sections ul { margin:0; padding:0; list-style-type:none; }
#news-sections h4 { margin-bottom:8px; }
#news-sections a { color:#FFFFFF; text-decoration:none; }
#news-sections a:hover { color:#FFFFFF; text-decoration:underline; }

.main-banner { background-image:url(../images/mainbanner.jpg); background-repeat:no-repeat; width:960px; position:relative; margin-bottom:15px; }
.clear-banner { margin-top:200px; }

#footer { border-top:1px solid #d9d9d9; text-align:center; margin-top:15px; padding:15px;  }
#footer p { color:#d9d9d9; }
#footer a { text-decoration:none; color:#c7c7c7; }
#footer a:hover { text-decoration:underline; }
/* 4.Content
---------------------------------------------------------------*/
#content h1 { margin-bottom:25px; }
#content p, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content ul li:last-child { margin-bottom:15px; }
.ielt9 #content ul, .ielt9 .submenu ul { margin-bottom:15px; }
#content ul li ul li { margin-bottom:0; }
#content table { margin-bottom:15px; }

#content h2, #content h3, #content h4, #content h5 { margin-top:15px; } /* evenly space headings in the ARD content */
.services img { padding:1px; }



.resources .resources-header { font:normal 30px/34px "Arno Pro", "Times New Roman", Times, serif; color:#FFFFFF; }
.resources #content h1 { margin-bottom:15; }
.resources #content .resources-header { margin-bottom:25px; }

/* 5.aside styles (side column)
---------------------------------------------------------------*/






/* 6.Navigation
---------------------------------------------------------------*/


#nav {	
	clear: both;
	float:left;
	width:797px;
	display:block;
	margin-top:25px;
	height:40px;
	border-bottom:1px solid #f31a22;
	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 */
	}

#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;
	font-family:"Arno Pro", "Times New Roman", Times, serif;
	font-size:14px;
	}

#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	}
#menu li:hover { background-color: #e6221d; } /* keeps the original button highlighted */
#menu li:first-child a { border-left:none;  } #menu li:last-child a { border-right:none;  }/* remove borders on each end */

#menu a{
	display:block;
	padding:0px 18px; /* 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;
	}

#menu a:hover{
	background-color: #e6221d;
	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:#e6221d;
	}

#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;
	background-color:#666666;
	}


#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;
	}
	


/* 7.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #FFFFFF; }

#content .tablines table { margin-bottom:0; border-spacing: 1px; border-collapse: separate; background-color:#231F20; } /*resets the padding to 0 on tables inside the tablines*/

.tablines td {background-color:#231F20;}

/*a light colour on the borders of branded tables*/
.tabtitle{  font-weight: bold; color: #fff; background-color: #e6221d; padding:5px; }

.tabletitle{ font-weight: bold; color: #fff; background-color: #e6221d; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #e6221d; background-color: #fff; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-weight: normal; color: #FFFFFF; background-color: #fff; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-weight: bold; color: #FFFFFF; background-color: #fff; padding:5px; }

/* clientZONE table padding */
#CZDocumentBody td { padding:4px; }


/* 8.Forms (ask us a question, search)
---------------------------------------------------------------*/

/* Form Restet/Fixes */
textarea { overflow: auto; } /* remove scroll bar in IE unless needed */
label, input[type=button], input[type=submit], button { cursor: pointer; }/* hand cursor on clickable input elements */
button, input, select, textarea { margin: 0; }/* webkit browsers add a 2px margin outside the chrome of form elements */  

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.ie6 legend, .ie7 legend { margin-left: -7px; }
button {  width: auto; overflow: visible; } /* make buttons play nice in IE */

/* ARD Form styles */

#FirstName, #LastName { width:49%; }
#Business, #Telephone, #emailAddress { width:98%; }
#ValidationCode { width: 100px; }
#Comments { width: 99%; height: 100px; }

.FormButton  { 
	height: 21px;
	color: #fff;
	background-color: #e6221d;
	border: solid 0px #C55900; }
.FormText {
	background-color: #fff;
	border: solid 1px #FFFFFF;
	margin-bottom:5px;
	padding:3px; }
.FormTextRequired {
	background-color: #fff;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:3px; }


/* Search Form */
.searchform { float:right; background-color:#818181; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
	 padding:8px 0px; margin-top:26px;  }
	 .searchform p { margin-top:7px; }
.searchbox {
	width:120px;
	color: #666666;
	background-color: #fff;
	border:solid 1px #FFFFFF;
	padding:2px;
	margin:0 0 0 8px; 
	font-size:11px; }
	

/* 9.Site Search results
---------------------------------------------------------------*/
.NewsWireResult{ border: #FFFFFF 1px solid; margin-bottom:15px; padding: 15px; }
.NewsWireResult H3 { margin: 0; }
.DataResult { border: #FFFFFF 1px solid; margin-bottom:15px; padding: 15px; }
.DataResult H3 { margin: 0; }

/* 10.jquery
---------------------------------------------------------------------*/

.corner {-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px; -webkit-background-clip: padding-box; background-clip: padding-box;
position:relative;
z-index:300;
 }

.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:960px;
	height:300px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-bottom:15px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:600px;
	z-index:3px;
	overflow:hidden;
	float:right;
}

/* main flash */
ul.lof-main-wrapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin-left:auto;
		margin-right:inherit;
		margin-top:0;
		margin-bottom:0;
	height:300px;
	width:600px;
	position:absolute;
	clear:both;
}

ul.lof-main-wrapper li{
		position:relative;	
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:600px;
	float:left;
	list-style:none;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wrapper li img {
	padding:0px;	
	width:600px;
	height:auto;
	-webkit-border-top-right-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.ie8 .lof-slidecontent ul.lof-main-wrapper li img { height:300px; }
/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}

.lof-navigator-outer{
	position:absolute;
	left:0;
	top:0;
	right:inherit;
	z-index:100;
	height:300px;
	width:400px;
	overflow:hidden;
	color:#FFF
}

.lof-navigator .active{
		background:url(../images/arrow-bg2.gif) center right no-repeat;
	}

.lof-navigator li h3{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:10px 0 0 !important;
	margin:0;
	font-family:"Arno Pro", "Times New Roman", Times, serif;

}
.lof-navigator li div{
	background:url(../images/grad-bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:inherit;
		margin-right:18px;
	padding-left:15px;
	background-color:#797979;
}

.lof-navigator li.active div{
background-color:#000000;
background-image:none;
margin-left:inherit;
		margin-right:18px;
	color:#FFF;
}

.lof-main-wrapper span { position:absolute; right:0; bottom:30px; font-size:26px; display:block; background-color:#6D6D6D; padding:10px 40px 10px 10px; color:white; }
.lof-main-wrapper span:hover { text-decoration:none; }

.corner-bottom-left { -webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-left-radius: 12px; }
.corner-top-left { -webkit-border-top-left-radius: 12px;
-moz-border-radius-topleft: 12px;
border-top-left-radius: 12px; }
