html,body 
{
	height: 100%;
	text-align: center;
} 

a, a:hover, a:visited
{
	color: blue;
	text-decoration: underline;
}

a.title, a.title:hover, a.title:visited
{
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}

body 
{
	font-family: Trebuchet MS, Verdana, Tahoma, Georgia, Sans-Serif;
	color: #333333;
	background-color: #A4AD9A;	
}


body.small {
	font-size: 0.75em;
	line-height: 1.4em;	
}
body.medium {
	font-size: 0.85em;
	line-height: 1.5em;	
}
body.large {
	font-size: 0.95em;
	line-height: 1.6em;	
}

select, textarea, input
{
	font-family: Trebuchet MS, Verdana, Tahoma, GeorgiaSans-Serif;
	color: #000000;
}

h1
{
	font-size:1.2em;
	margin-right:15px;
	padding-top:3px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top:0px;
	color: #A24571;
	text-transform: uppercase;
}

h1.landing
{
	color: black;
	font-size: 1.5em;
}

h2
{
	font-size:1.1em;
	color: #A24571;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h3
{
	font-size:1.0em;
	color: #A24571;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 8px;
	margin-bottom: 10px;
}

p.nav
{
	font-size: 1.0em;
}

ul
{
	margin-right:15px;
}

img.navimage
{
	border: 0px;
}

.debug
{
	border: 1px green dashed;
}

.right
{
	text-align: right;
}

.centre
{
	text-align: center;
}

.nobr
{
	white-space: nowrap;
}

.footnoteText
{
	margin-top: 8px;
	font-size: 0.9em;
}

a.mainNav
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 1.1em;
	text-transform: lowercase;
}

span.menuRootItem
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 1.1em;
	text-transform: lowercase;
}

#outerDiv
{
	margin: 20px;
	width:803px;
	background: url(../img/shadow-bg.jpg);    
	background-repeat:repeat-y;
	margin: 0 auto;
	background-color:White;
}

div.navContainer
{
	border: 1px solid #99cc99;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
}

#subbodyContainer
{
	position: relative;
	background-image: url(../img/subnavback.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#subbody
{
	float:left;
	width: 370px;
}

div.subnav
{
	float:right;
	width: 120px;
	background-image: url(../img/subnavback.gif);
}

div.subnav h2
{
	text-align: center;
}

div.subnav ul
{
	list-style: none;
}

div.jobItem
{
	padding-bottom: 8px;
}

#mainwrapper
{
	padding: 0 20px 20px 10px;
	background-image: url(../img/shadow-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#navDiv
{
	text-align:left;
	float:left;
	width:216px;
	margin-left: 4px;
	padding-left: 0;
	margin-top: 4px;
}

#navDiv ul, ul.HomeNavList, ul.PageNavList
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.HomeNavList li
{
	border-bottom: 1px dotted #333333;
	margin: 2px 10px;
	padding-left: 15px;
}
ul.PageNavList li
{

	margin: 2px 0;
	padding-left: 15px;
}

/* Bullets */
ul.red-bullets li, ul li.aboutSLCC, ul li.aboutSLCC ul li {
	background-image: url(../img/chevron_red.jpg);
	background-repeat: no-repeat;
}
ul.blue-bullets li, ul li.practitioners, ul li.practitioners ul li {
	background-image: url(../img/chevron_blue.jpg);
	background-repeat: no-repeat;
}
ul.green-bullets li, ul li.complaint, ul li.complaint ul li {
	background-image: url(../img/chevron_green.jpg);
	background-repeat: no-repeat;
}
body.small ul.red-bullets li, body.small ul li.aboutSLCC, body.small ul li.aboutSLCC ul li, body.small ul.blue-bullets li, body.small ul li.practitioners, body.small ul li.practitioners ul li, body.small ul.green-bullets li, body.small ul li.complaint, body.small ul li.complaint ul li {
	background-position: 0 3px;
}
body.medium ul.red-bullets li, body.medium ul li.aboutSLCC, body.medium ul li.aboutSLCC ul li, body.medium ul.blue-bullets li, body.medium ul li.practitioners, body.medium ul li.practitioners ul li, body.medium ul.green-bullets li, body.medium ul li.complaint, body.medium ul li.complaint ul li {
	background-position: 0 5px;
}
body.large ul.red-bullets li, body.large ul li.aboutSLCC, body.large ul li.aboutSLCC ul li, body.large ul.blue-bullets li, body.large ul li.practitioners, body.large ul li.practitioners ul li, body.large ul.green-bullets li, body.large ul li.complaint, body.large ul li.complaint ul li {
	background-position: 0 8px;
}

#navDiv ul li a:link, #navDiv li a:visited, #navDiv li a:hover, .HomeNavList a:link, .HomeNavList a:visited, .HomeNavList a:hover
{
	text-decoration: none;
	text-transform: uppercase;
}
#navDiv ul img
{
	margin-top: 2px;
}

#navDiv ul ul a:link, #navDiv ul ul a:visited, #navDiv ul ul a:hover
{
	display: block;
	padding-top: 2px;
	padding-bottom: 0;
	border-bottom: 1px dotted #333333;
}
li a.firstChild
{
	border-top: 1px dotted #333333;
}
#navDiv ul ul img
{
	margin-top: 5px;
	margin-right: 6px;
}
a.nav, a:visited.nav, a:hover.nav
{
	color: #333333; 
}


#searchNavigator
{
	float:right;
	width: 330px;
	margin-top: 24px;
}

#breadcrumb
{
	background-image: url(../img/top-banner-grey.jpg);
	background-position: bottom left;
	text-align: right;
	padding-right: 24px;
	white-space: nowrap;
	font-size: 0.9em;
}

#breadcrumb ul
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumb li
{
	display: inline;	
}

#breadcrumb li a:link, #breadcrumb li a:visited 
{
	padding: 4px 5px 4px 5px;
}

#top
{
	text-align:left;
	width: 100%;
	border-bottom: 1px solid #a4ad9a;
	height: 99px;
	padding: 5px 0;
}

#contentDiv
{
	width: 518px;
	text-align: left;
	float:right;
	margin-right:4px;
	padding-left:8px;
	padding-right: 0;
	margin-top: 8px;
	border: 1px solid #d8dcd3;
}

#HomePageContentDiv
{
	clear:both;
	text-align: left;
	margin-right:8px;
	margin-left:8px;
	margin-top: 4px;
}

#HomePageContentDiv h1 a
{
	text-decoration: none;
	color: #ffffff;
}

#HomeBanner
{
	background-color: #e6e8bd;
}

#HomeBannerText
{
	margin-left: 4px;
	float:right;
	margin-right: 4px;
	width: 360px;
	padding-top: 4px;
}

#HomePageColumns
{
	clear:both;
	padding-top: 6px;
	width: 100%;
}

div.HomepageColumn
{
	width: 241px;
	color: #666666;
	border: 1px solid #a4ad9a;
	float: left;
	background-repeat: no-repeat;
}
body.small div.HomepageColumn {
	height: 240px;
}
body.medium div.HomepageColumn {
	height: 290px;
}
body.large div.HomepageColumn {
	height: 370px;
}

div.HomepageColumn p
{
	padding-left: 8px;
	padding-right: 2px;
}

#HomepageAbout
{
}

#HomepageComplaint
{
	margin-left: 1em;
}

#HomepagePractitioner
{
	float: right;
}

h1.home
{
	color: white;
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 10px 0;
	padding: 5px 30px 5px 5px;
}
#HomepageAbout h1
{
	background: url(../img/Find-out-about-no-text.jpg) #A24571 bottom left no-repeat;
}
#HomepageComplaint h1
{
	background: url(../img/How-to-Complain-no-text.jpg) #3D8089 bottom left no-repeat;
}
#HomepagePractitioner h1
{
	background: url(../img/legal-practitioners-no-text.jpg) #465485 bottom left no-repeat;
}

span.HomeHeadingSub
{
	font-weight: normal;
	font-size: 0.96em; 
}

#bottomNavDiv
{
	clear:both;
	width: 765px;
	text-align: center;
	border-top: 1px solid #A4AD9A;
	padding: 5px 0 10px 0;
}

#topnav
{
	padding-top: 8px;
	float:right;
	padding-right: 8px;
	font-size: 0.9em;
}

#searchForm
{
	float:right;
	padding-right: 8px;
}

img.leftimage
{
	float:left;
}

img.rightimage
{
	float:right;
}

.SearchMetaAttribute
{
	font-size:0.8em;
}

.SearchVisibleUrl
{
	color: green;
}

#strapLine
{
	width:100%;
	background-color:#e6e8bd;
	clear:both;
	text-align:left;
	margin-top: 4px;
}

#strapLine img
{
	border:1px solid #a4ad9a;
}

#straplineText
{
	float:right;
	width:504px;
	margin-right:8px;
	padding-top: 3px;
}

.aboutSLCC, a.aboutSLCC, a:visited.aboutSLCC, a:hover.aboutSLCC
{
	color: #A24571;
}

.complaint, a.complaint, a:visited.complaint, a:hover.complaint
{
	color: #3D8089;
}

.practitioners, a.practitioners, a:visited.practitioners, a:hover.practitioners
{
	color: #465485;
}

#HomepageNews
{
	clear:both;
	margin-top:8px;
	margin-bottom:8px;
	float:left;
	width:100%;
	background-color: #e6e8bd;
}

#HomepageNews h1
{
	color: #1d1d1b;
}

div.faqContainer
{
	padding-top: 24px;
}

div.faqContainer a.page
{
	color: #333333;
	float:left;
	text-decoration: none;
}

div.faqContainer p
{
	clear:both;
}

div.backToTop
{
	float:right;
	clear:left;
}

.nobr
{
	white-space: nowrap;
}

.hidden {left:-9999em;position:absolute;}
.clear { clear:both; }


/***** Accessibility *****/
#accessOptions{
	margin: 0 auto 0 auto;
	height: 0.75em;
	width: 803px;
	clear: both;
}
#accessOptions ul {
	float: right;
	margin: 0;
	padding: 0;
}
#accessOptions ul.resizer {
	
}
#accessOptions ul.contrast {
	margin-right: 15px;
	padding-top: 2px;
}
#accessOptions a {color:White;text-decoration:none;}
#accessOptions li.medium {font-size:1.3em;}
#accessOptions li.large {font-size:1.5em;}
#accessOptions a.selected {text-decoration:underline;}
#accessOptions li {background:transparent url(../img/border-menu-list.gif) repeat-y scroll right top;display:inline;list-style-type:none;margin:0;padding-right:16px;}
#accessOptions li.contrast {background:none;padding-right:0;}




/***** Contrast overrides *****/
body.contrast
{
	font-family: Trebuchet MS, Verdana, Tahoma, Georgia, Sans-Serif;
	background-color: Black;
	color: White
}
body.contrast #outerDiv
{
	background: url(../img/shadow-bg-contrast.jpg);
}
body.contrast #breadcrumb
{
	background: url(../img/top-banner-grey-contrast.jpg);
	color: Black;
}
body.contrast #mainwrapper
{
	background: url(../img/shadow-bottom-contrast.jpg) no-repeat bottom left;
}
body.contrast #searchNavigator span {
	color: White;
}
body.contrast #topnav a, body.contrast #bottomNavDiv, body.contrast #bottomNavDiv a {
	color: White;
}
body.contrast #HomeBanner, body.contrast #HomepageNews, body.contrast #strapLine {
	background: White;
	color: Black;
}
body.contrast #HomepageAbout h1, body.contrast #HomepageComplaint h1, body.contrast #HomepagePractitioner h1
{
	background: url(../img/h1-bg.jpg) White bottom left no-repeat;
	color: Black;
}
body.contrast #HomePageContentDiv h1 a
{
	color: Black;
}
body.contrast div.HomepageColumn
{
	color: White;
}
body.contrast a.nav, body.contrast a:visited.nav, body.contrast a:hover.nav
{
	color: White; 
}
body.contrast div#contentDiv h1, body.contrast div#contentDiv h2, body.contrast div#contentDiv h3 {
	color: White;
}
body.contrast div#contentDiv a {
	color: White;
}
body.contrast .aboutSLCC, body.contrast a.aboutSLCC, body.contrast a:visited.aboutSLCC, body.contrast a:hover.aboutSLCC, body.contrast .complaint, body.contrast a.complaint, body.contrast a:visited.complaint, body.contrast a:hover.complaint, body.contrast .practitioners, body.contrast a.practitioners, body.contrast a:visited.practitioners, body.contrast a:hover.practitioners
{
	color: White;
	font-size: 1.2em;
}
body.contrast div#subbodyContainer div.subnav, body.contrast div#subbodyContainer div.subnav h2, body.contrast div#subbodyContainer div.subnav a {
	color: Black;
}

body.contrast ul.red-bullets li, body.contrast ul.blue-bullets li, body.contrast ul.green-bullets li, body.contrast ul li.aboutSLCC, body.contrast ul li.aboutSLCC ul li, body.contrast ul li.complaint, body.contrast ul li.complaint ul li, body.contrast ul li.practitioners, body.contrast ul li.practitioners ul li {
	background-image: url(../img/chevron-contrast.jpg);
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

