body {
 	background: url('/img/structure/website_bg.jpg') repeat-x #A7A9AC;
}

table, td, img {
	font-family: Arial, Helvetica, sans-serif;
  	background: #FFFFFF;
  	font-size: 12px;
}

h1 {
	font-size: 18px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #243F64;
}

h2 {
	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	padding: 0px;
  	margin: 0px;
  	color: #243F64;
}

h3 {
	font-size: 14px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #243F64;
}

h4 {
	font-size: 14px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #243F64;
}

h5 {
	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #243F64;
  	padding-bottom: 0px;
  	margin-bottom: 0px;
}

h5.barristers {
	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #909B3D;
  	padding-bottom: 0px;
  	margin-bottom: 0px;
}

h6 {
	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #909B3D;
}

a {
	color: #909B3D;
	text-decoration: none;	
}

a.bold {
	font-weight: bold;
}

a.bluesubheading {
	color: #243F64;
	font-size: 14px;
}

a:hover {
	color: 909B3D;
	text-decoration: underline;	
}

.frmButton {
	font-size: 11px;
	color: #29416B;
	border: 1px solid #29416B;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #EEE;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EEEEEE, EndColorStr=#DDDDDD);
}

a.barristerEmail {
	color: #909B3D;	
	font-weight: bold;
}

#sideMenu a.info {
	font-size: 11px;	
}

/* Hide Print Elements */
#printHeader, #footerTablePrint, #printPeople {
	display: none !important;
}

#mainTable {
	width: 964px;
	background: #FFFFFF;
}

/********* START: Main Header ********/
#websiteHeader {
	height: 143px;
	vertical-align: top;
}

#websiteHeaderLeft {
	background: url('/img/structure/header_bg.jpg') repeat-x;
	width: 88px;
	height: 143px;
	padding: 0px 106px 0px 47px;
}

#websiteHeaderRight {
	background: url('/img/structure/header_bg.jpg') repeat-x;
	width: 761px;
	height: 143px;
	padding-top: 10px;
}

#headerNav {
	float: right;
	color: #FFFFFF;	
	padding: 5px 5px 88px 0px;
}

#headerNav a {
	color: #FFFFFF;	
	text-decoration: none;
	font-size: 11px;
}

#headerNav a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
	font-size: 11px;
}

#mainNav {
	float: right;
	color: #FFFFFF;
	height: 8px;
	font-weight: bold;
	width:100%;
	text-align:right;
	padding-bottom: 15px;
}

#mainNav a {
	color: #FFFFFF;	
	text-decoration: none;
	padding-right: 6px;
}

#sideMenu a {
	color: #000000;	
	font-size: 12px;
	padding-left: 15px;
}

#sideMenu2 a {
	color: #000000;	
	font-size: 12px;
}

#searchbox {
	float: right;
	width: 140px;
}

.frmInputSearchFront {
	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
}

/********* END: Main Header ********/

/********* START: Homepage Banner ********/
#websiteBanner {

}

#websiteBannerRight {
	width: 323px;	
}
/********* END: Homepage Banner ********/

/********* START: Main Content ********/
#breadCrumbItem {
	color: #909090;
	font-size: 11px;
}

#websiteMain {
	background: #FFFFFF;	
}

#websiteHomeLeft {
	background: url('/img/homepage/content_header_bg.jpg') repeat-x;
	padding: 50px 10px;
}

#websiteHomeLeft a {
	color: #000000;
	font-size: 12px;	
}

#websiteHomeCenter {
	background: url('/img/homepage/content_header_bg.jpg') repeat-x;
	padding-top: 18px;
}

#websiteHomeRight {
	background: url('/img/homepage/content_header_bg.jpg') repeat-x;
	padding: 18px 10px;
	vertical-align: top;
}

#websiteMainLeft {
	padding: 40px 0px 0px 0px;
	width:250px;
}

#websiteMainRight {
	padding: 10px;
}

.publishDate {
	text-size: 10px;
	font-weight: normal;
	font-style: italic;
}

#legalresourcesgrey {
  background-color: #F5F5F5;
  border-style: solid; 
  border-width: 10px;
  border-color: #F5F5F5;
  margin: 0 60px 0 0;
}

#legalresourceswhite {
  background-color: white;
  border-style: solid; 
  border-width: 10px;
  border-color: white;
  margin: 0 60px 0 0;
}

/********* END: Main Content ********/

/********* START: Main Footer ********/
#websiteBottom {
	height: 48px;
}

#websiteBottomAll {
	background: url('/img/structure/footer_bg.jpg') repeat-x;
	height: 48px;
	color: #FFFFFF;
	padding: 5px 10px;
}

#websiteBottomAll a {
	color: #FFFFFF;
	text-decoration: none;
}

#websiteBottomAll a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.pageHeader {
	font-weight: bold;
  	color: #FFFFFF;
}

.underline {
	text-decoration: underline;
}

#accessibility {
 	background: #A7A9AC;
 	color: #2A4268;
	padding: 10px;
	font-size: 11px;
}

#accessibility a {
 	color: #2A4268;
	text-decoration: none;
}

#accessibility a:hover {
 	color: #2A4268;
	text-decoration: underline;
}
/********* END: Main Footer ********/
