/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #720761;
}

body
{
	font-family: "Arial", sans-serif;
	color: #000;
	font-size: 62.5%;
}

#lsbLogo
{
	position: relative;
	left: -37px;
}

#headerLinks li
{
	display: inline;
	list-style-type: none;
	padding-right: 0.5em;		
}

#headerLinks li.separator
{
	color:#006699;
}

#headerLinks .decrease .disabled, #headerLinks .increase .disbaled
{
	display:none;
}

#headerLinks span.textSizeSeperator
{
	padding:0 2px 0 2px;
}

#headerLinks .resizeinfo
{
	color:Red;
	margin-right:10px;
}
#headerLinks .resizeinfo .normal
{
	font-size:68%;
}

#headerLinks .resizeinfo .medium
{
	font-size:120%;
}

#headerLinks .resizeinfo .large
{
	font-size:250%;
}

input, select 
{
font-size: 1.1em;
}

th, td 
{
font-size: 1.4em;
}

a:link, a:visited 
{
	color: #68580B;
	text-decoration: underline;
	margin-bottom: 10em;
	padding: 0em;
	
}

a:hover, a:focus, a:active
{
	text-decoration: underline;
	color: #000;
}

img 
{
	border: 0;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 0.0em;
	min-width: 500px;
}

/* resize code
html {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
body {
	 /*background-color:#111111;
}
.pixels {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.point {
	font-size:12pt;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.em {
	font-size:1em;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.percentage {
	font-size:100%;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.undefined {
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}
.FontSize {
	display: none; /* hide from non-Javascript browsers 
	position:absolute;
	top:10px;
	right:10px;
	background-color:#333333;
	padding:5px;
}
.FontSizeInc, .FontSizeDec, .FontSizeReset{
	color:#CCCCCC;
	font-size:14px;
	float:left;
	margin:10px;
}
/* end of resize code */

/* Header */


#header
{
	position: absolute;
	top: 0em;
	background: #fff url('../assets/global/imagebanner4.gif') top right no-repeat;
	height: 116px;
	width: 100%;
	/*left: 1px;*/
	z-index:-1;
	
}


/* Search box */


#search_box
{
	float: right;
	margin-top: 1em;	
	width: 13em;
}

#menu form
{
	float: right;
	margin-top: 1.3em;	
	width:18em;
}



/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 11em;
	left: 0em;
	background: #333333;
	height: 6em;
	min-width: 730px;
}


#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 3em;
	left: 4em;
}

#menu li
{
	display: inline;		
	padding-left: 0.1em;
}

#menu li.first a
{
	text-decoration: none;
	color: #bfbabe;
	font-weight: bold;
	border-left: 0px;
	padding: 0.8em;
	margin-right: 0.6em;
	font-size: 1.3em;
}

#menu li a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.6em;	
	font-size: 1.3em;
}

#menu li a:hover, #menu li a:focus, #menu li a:active
{
	
	color: #bfbabe;
}

/* purple banner strip */


#purplebanner
{
	position: absolute;
	top: 16em;
	background: #fff url('../assets/global/purple_strip.gif') left no-repeat;
	height: 29px;
	width: 100%;
}


/* Content */

#content
{
	margin-top: 1px;
	padding-top: 18em;
	padding-left: 2em;
	height: 100%;
	padding-bottom: 3em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-size: 1.4em;
}



#content h1
{
	font-size: 2.2em;
}

#content h2
{
	font-size: 1.8em;
}

#content h3
{
	font-size: 1.6em;
}

#content h4
{
	font-size: 1.4em;
}

#content h1,h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
	font-size: 1.4em;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1.8em;
	line-height: 1.6em;
	font-size: 1.4em;
}

#secondaryContent ul
{
	margin-bottom: 0em;
	padding-left: 0em;
	line-height: 1.5em;
	list-style: none;
}

#secondaryContent ul li
{
	margin-bottom: .2em;
}

#secondaryContent a
{	
	color: #000000;
	text-decoration: none;
	margin-bottom: 1em;
	padding-left: 0em;
	line-height: 1.6em;
	list-style: none;
}

#secondaryContent h2, #secondaryContent2 h2
{	
	font-size: 1.6em;
}

#secondaryContent h2 a, #secondaryContent2 h2 a
{	
	color: #720761;
}


#secondaryContent a:hover, #secondaryContent a:focus, #secondaryContent a:active
{	
	color: #720761;
	text-decoration: underline;

}

#secondaryContent p  
{
	font-family: "Arial", sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0em 0em 0em 0em;
	padding-left: 0em;
	line-height: 3em;
}

/* styles for current section left hand menu items */

#historyIsCurrent ul li#history a, #regulationIsCurrent ul li#regulation a, #ourBoardIsCurrent ul li#ourBoard a,  #boardCodeIsCurrent ul li ul li#boardCode a, #registerBoardIsCurrent ul li#registerBoard a,  #boardCommitteesIsCurrent ul li#boardCommittees a, #ourStaffIsCurrent ul li#ourStaff a, #registerIsCurrent ul li#register a, #managementStatementIsCurrent ul li#managementStatement a, #olcIsCurrent ul li#olc a, #olcBoardIsCurrent ul li#olcBoard a, #olcStaffIsCurrent ul li#olcStaff a, #olcNewsIsCurrent ul li#olcNews a, #consumerPanelIsCurrent ul li#consumerPanel a, #workIsCurrent ul li#work a, #currentVacanciesIsCurrent ul li#currentVacancies a, #termsIsCurrent ul li#terms a, #pressReleasesIsCurrent ul li#pressReleases a, #latestNewsIsCurrent ul li#latestNews a, #publicationsIsCurrent ul li#publications a, #speechesPresentationsIsCurrent ul li#speechesPresentations a, #eventsIsCurrent ul li#events a, #consultationsIsCurrent ul li#consultations a, #closedIsCurrent ul li#closed a, #responsesIsCurrent ul li#responses a, #contactUsIsCurrent ul li#contactUs a, #faqsIsCurrent ul li#faqs a, #regulatorsIsCurrent ul li#regulators a, #usefulLinksIsCurrent ul li#usefulLinks a, #policiesIsCurrent ul li#policies a, #accessibilityIsCurrent ul li#accessibility a, #foiIsCurrent ul li#foi a, #complainIsCurrent ul li#complain a, #feedbackIsCurrent ul li#feedback a, #regulationIsCurrent ul li#regulation a, #mapIsCurrent ul li#map a, #independantregulationIsCurrent ul li#independantregulation a, #absIsCurrent ul li#abs a, #workforcedevelopmentIsCurrent ul li#workforcedevelopment a, #firsttierIsCurrent ul li#firsttier a, #accessIsCurrent ul li#access a, #regulatoryreviewsIsCurrent ul li#regulatoryreviews a, #absforumIsCurrent ul li#absforum a, #siregIsCurrent ul li#sireg a, #promdivIsCurrent ul li#promdiv a, #workprogIsCurrent ul li#workprog a, #approveIsCurrent ul li#approve a, #directIsCurrent ul li#direct a, #forwardIsCurrent ul li#forward a, #applicationsIsCurrent ul li#applications a, #approvenewIsCurrent ul li#approvenew a, #appdecIsCurrent ul li#appdec a, #ourrelIsCurrent ul li#ourrel a, #lawyerIsCurrent ul li#lawyer a, #boardmeetingsIsCurrent ul li#boardmeetings a, #devexcIsCurrent ul li#devexc a, #conpubIsCurrent ul li#conpub a, #rssIsCurrent ul li#rss a, #contactDetailsIsCurrent ul li#contactDetails a, #ourDiversityIsCurrent ul li#ourDiversity a, #ratscopeIsCurrent ul li#ratscope a, #regpolIsCurrent ul li#regpol a, #devevidIsCurrent ul li#devevid a, #redressIsCurrent ul li#redress a, #devregzIsCurrent ul li#devregz a, #alterationsIsCurrent ul li#alterations a, #applicationsIsCurrent ul li#applications a, #statutoryIsCurrent ul li#statutory a, #currentIsCurrent ul li#current a, #directionsIsCurrent ul li#directions a, #designationIsCurrent ul li#designation a, #cdaIsCurrent ul li#cda a, #closedIsCurrent ul li#closed a, #disqualifiedIsCurrent ul li#disqualified a, #restrictedIsCurrent ul li#restricted a, #newslettersIsCurrent ul li#newsletters a,

 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #720761;
	
}


#historyIsCurrent ul li#history li a, #regulationIsCurrent ul li#regulation li a, #ourBoardIsCurrent ul li#ourBoard li a, #ourStaffIsCurrent ul li#ourStaff li a,  #managementStatementIsCurrent ul li#managementStatement li a, #olcIsCurrent ul li#olc li a, #consumerPanelIsCurrent ul li#consumerPanel li a, #workIsCurrent ul li#work li a, #pressReleasesIsCurrent ul li#pressReleases li a, #publicationsIsCurrent ul li#publications li a, #consultationsIsCurrent ul li#consultations li a, #closedIsCurrent ul li#closed li a, #responses ul li#responses li a, #policiesIsCurrent ul li#policies li a, #approveIsCurrent ul li#approve li a, #approvenewIsCurrent ul li#approvenew li a, #ourrelIsCurrent ul li, #ourrel a
{ 
font-weight: normal;
color: #000000;

}




#content #secondaryContent ul{

padding-bottom: 0;
line-height: 1.2em;
margin-bottom: 0;
}


.menu-sub li a {
	font-family: "Arial", sans-serif;
	font-size: .7em;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
}

.menu-sub2 li a {
	font-family: "Arial", sans-serif;
	font-size: .9em;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	padding-left:20px;
}

 #content blockquote 
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-size: 135%;
}  


 #content blockquote p
{
	display: inline;
	font-size: 100%;
}


#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -24em;
	width: 100%;
	
	
}


#primaryContent
{
	margin: 0em 0em 0em 27em;
	padding: 1.5em;
	border-left: dotted 0px #cacaca;
}



/* Secondary Content */

#secondary
{
	float: left;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	width: 21em;
	padding: 0em;
	background-color: #fff;

}

#secondaryContent
{
	float: left;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 1em;
	width: 21em;
	padding: 0.8em;
	background-color: #F2EEE5;
}

#secondaryContent2
{
	float: left;
	margin-left: 0em;
	margin-top: 0em;
	width: 21em;
	padding: 0.8em;
	background-color: #F2EEE5;
}

/* bread */

#bread
{
	position: absolute;
	top: 21em;
	left:30.5em;
	height: 19px;
	width: 70%;
}

#resize
{
	position:absolute;
	text-align:right;
	left:60em;*/
	height: 19px;
	/*width:100%;*/
}
/* Footer */

#footer
{
	height: 3em;
	margin-top: 1em;
	clear: both;
	border-top: dotted 1px #cacaca;
	left: 60em;
	padding: 1.5em;
	font-size: 1.3em;
	text-align: center;
}

#footer ul
{
	list-style: none;
	bottom: 0em;
	left: 6em;	
}


#footer li
{
	
	display: inline;		
	padding-left: 0;
}


#footer li 
{

padding-left: .4em;
background: url("../assets/css/footer.gif") no-repeat 0 50%;
}

#footer li#footerCopyright
{
padding-right: .5em;
background: none;
}

/* end new rules */

#footer li.first a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-left: 0;
	padding: 0.5em;
	margin-right: 0.1em;
	font-size: 0.9em;
}

#footer li a
{
	text-decoration: none;
	font-weight: normal;
	padding: 0.8em;
	margin-right: 0.1em;	
	font-size: 1em;
}



#footer li a:hover, #footer li a:focus, #footer li a:active
{
	color: #000;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/*
	border: solid 1px blue;
	position: relative;
	position: absolute;
	display: block;
	display: inline;
	clear: both;
	clear: left;
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
*/	

/* class to position content off page, but still visible to screen reader */

/*.offPage ul li a
{
position: absolute;
left: -9000em;
top: 0;
/*width: 0.1em;
height: 0.1em;
overflow: hidden;
}
*/

/*
.offpage a {
position:absolute;
top: 0em;
left: -9000em;
}
*/
#offpage a, #offpage a:hover, #offpage a:visited 
{ 
position:absolute; 
 
top: -500px; 
width:60px; 
height:50px; 
/*overflow:hidden;*/
} 

#offpage a:active, #offpage a:focus 
{ 
position:absolute; 
top: 0px;
left: 400px;
width:auto; 
height:auto;

}

/*.offpage ul li a:active, .offpage ul li a:focus {
position:absolute;
left: 9000em;
top: 0;
background:red;
overflow: visible;
}*/

ul.noBullets {
list-style-type: none;
}

.address {
padding-left: 1em;
}

#sitemap li {
font-size: 1em;
}

#sitemap li ul li  {
font-size: .7em;
}

#sitemap  li ul li ul li {
font-size: .75em;
}

#sitemap ul ul {
padding-bottom: 0;
margin-bottom: 0;
}

.boardPhoto {
	float:left;
	margin-right: 1.7em;
	margin-bottom: 0em;
	padding-top: .4em;
}

.indent {
	padding-left: 1em;
	padding-right: 1em;
}

.underline {
text-decoration: underline;
}

form#cse-search-box {
float: right;
margin: 0;
padding: 0;
margin-right: 1em;
margin-top: 5px;
width:18em;
}  

form#cse-search-box #sa {
margin-top: 4px;
}

div#searchresults {
margin-left: 3em;
}

#latestNews {
padding-left: 0;
margin-left: 0;
}


#easyscroll {
background-color:#F2EEE5;
}

#easyscroll h1 {
padding-left: 5px;
padding-top: 5px;
}

#easyscroll p {
padding-left: 5px;
padding-top: 5px;

}

#easyscrollnav {
float:left;
margin-top: 40px;
margin-right: 10px;
list-style: none;
font-size:5px;
padding-left: 0;
margin-left: 0;
}



#easyscrollnav li {
background-color:#F2EEE5;
margin-top: 5px;

}

#btnUp {
background-image:url(../images/top_arrow.png);
background-repeat:no-repeat;
height: 32px;
width:  32px;
}

#btnDown {
background-image:url(../images/down_arrow.png);
background-repeat:no-repeat;
height: 32px;
width: 32px;
}

#btnReset {
display: none;
}

.subheader
{
	color: #720761;
	font-weight:bold;
}

.subtext
{
	font-size: 0.7em;
	line-height: 1.6em;	
}

.consentbox {
			width:70%;
            border: 1px solid;
            margin: 10px 10px 0px 0px;
            padding:15px 10px 15px 10px;
}			

.consentbox {
            color: #720761;
			font-size:150%;
            background-color: #eceaea;
}

.popup_block {
	display: none;
	/*--hidden by default--*/
	background: #fff;
	padding: 0px;
	border: 10px solid #822a60;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.popupClose {
	color:#c1b05c;
	font-size: 120%;
	font-weight:bold;
	float: right;
	padding:8px;
	text-decoration: none;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
}
.popupdrag {
	background-color: #c1b05c;
	height:35px;
}
.popupStyle {
	padding:10px;
}

#darkenbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10000px;
	z-index: 10;
	display: none;
	background-color: #000000;
	opacity: 0.85;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.85);
}

.popparagrah {
	color: #000000;
	font-size: 100%;
	line-height: 1.7em;
	padding-bottom: 10px;
}