/*	lawsociety.bc.ca
	layout style definition
	author: t.lin / drunkenpen.com
	last edited: jan. 16 / 2010
----------------------------------------------------------------------------- */

/* -- colours
----------------------------------------------------------------------------- 

	#eff0f0		White Eggshell (Livearea Background)
	#959ca1		Light Grey 1 (Footer Background)
	#889095		Medium Grey 1 (Footer Background)
	#787e82		Medium Grey 2 (Dropdown)
	#72afb6		Light Blue (Links)

	#72afb6		Ocean Turquoise
	#005a84		Royal Blue
	#c0b02c		Mustard Yellow
	#b42c33		Crimson Red
	#695e4a		Deep Earth
	#f26649		Sunset Orange
	#6d8d23		Forest Green
	#78496a		Scholar Purple

----------------------------------------------------------------------------- */

/* -- reset
-----------------------------------------------------------------------------*/

@import "/_lib/alt.css";
@import "/_lib/calendar.css";
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
p {
	margin-top: 3px;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
}
caption, th, td {
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -- general
----------------------------------------------------------------------------- */

body {
	background: #eff0f0 url('../_i/bg_compact.gif') 0 0 repeat-x;
	color: #535353;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}
#homepage {
	background: #eff0f0 url('../_i/bg_homepage_compact.gif') top left repeat-x;
}
#livearea {
	background: #fff url('../_i/bg-livearea-footer.gif') bottom center no-repeat;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
hr {
	border: none;
	height: 1px;
	color: #C9C9C9;
	background-color: #C9C9C9;
}
.skip {
	display: none;
}
.capitalize {
	text-transform: capitalize !important;
}
.capitalize-reset {
	text-transform: none !important;
}
/* -- links (global definition)
----------------------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	color: #777;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* -- header
----------------------------------------------------------------------------- */
	
#header {
	background: transparent url('../_i/bg-header.gif') 0 0 no-repeat;
	float: left;
}
/* -- logo
----------------------------------------------------------------------------- */

#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	text-indent: -3000px;
	background: transparent url('../_i/h1-logo-lawsocietyofbc_compact.gif') 0 0 no-repeat;
	width: 240px;
	height: 81px;
	display: block;
	float: left;
}
#header h1 a:hover {
	background-position: 0 -94px;
}
/* -- globalnavigation
----------------------------------------------------------------------------- */

#nav, #nav ul {
	display: block;
	z-index: 100;
	position: relative; /* for proper z-index stacking order in IE */
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#nav {
	padding-top: 39px;
	float: right;
}
#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	color: #eee;
	text-decoration: none;
	display: block;
	padding: 10px 20px 15px 20px;
}
#nav li a:hover, #nav li.sfhover, #nav li:hover {
	background: #787e82 url('../_i/ui-arrow-down-fff.gif') center 30px no-repeat;
}
#nav li {
	float: left;
	position: relative;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #787e82;
	border-bottom: 1px solid #555;
}
#nav li:hover ul {
	left: auto;
}
#nav li.last:hover ul, #nav li.last.sfhover ul {
	position: absolute;
	right: 0;
}
#nav ul {
	width: 225px;
}
#nav ul li {
	float: left;
	display: block;
	width: 100%;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
	display: block;
	padding: 8px 15px 8px 20px;
	/*padding: 10px 15px 10px 20px;*/
	background-image: none;
	line-height: 120%;
}
#nav ul li a:hover {
	background-color: #979ea3;
}
.subnav-more {
	font-style: italic;
	text-align: right;
}
/* -- breadcrumbs
----------------------------------------------------------------------------- */


#aboutus #nav li.subnav1, #aboutus #nav li.subnav1.sfhover, #public #nav li.subnav2, #public #nav li.subnav2.sfhover, #lawyers #nav li.subnav3, #lawyers #nav li.subnav3.sfhover, #complaints #nav li.subnav4, #complaints #nav li.subnav4.sfhover, #becoming #nav li.subnav5, #becoming #nav li.subnav5.sfhover, #newsroom #nav li.subnav6, #newsroom #nav li.subnav6.sfhover {
	background: transparent url('../_i/ui-arrow-down-fff.gif') center 40px no-repeat;
}
#aboutus #nav li.subnav1, #aboutus #nav li.subnav1.sfhover {
	background-color: #72afb6;
}
#public #nav li.subnav2, #public #nav li.subnav2.sfhover {
	background-color: #005a84;
}
#lawyers #nav li.subnav3, #lawyers #nav li.subnav3.sfhover {
	background-color: #c0b02c;
}
#complaints #nav li.subnav4, #complaints #nav li.subnav4.sfhover {
	background-color: #b42c33;
}
#becoming #nav li.subnav5, #becoming #nav li.subnav5.sfhover {
	background-color: #695e4a;
}
#newsroom #nav li.subnav6, #newsroom #nav li.subnav6.sfhover {
	background-color: #f26649;
}
/* Override the override, to maintain the same colour tab for dropdowns */

#aboutus #nav li.subnav1:hover, #public #nav li.subnav2:hover, #lawyers #nav li.subnav3:hover, #complaints #nav li.subnav4:hover, #becoming #nav li.subnav5:hover, #newsroom #nav li.subnav6:hover {
	background: #787e82 url('../_i/ui-arrow-down-fff.gif') center 40px no-repeat;
}
/* -- searchbox
----------------------------------------------------------------------------- */

#searchbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 101;
	color: #eee;
}
#searchbox .container {
	width: 980px;
	margin: 0 auto;
}
#advanced {
	background: #787e82;
	width: 550px;
	position: relative;
	left: 416px;
	float: left;
}
#advanced div {
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
}
#advanced h3 {
	padding: 15px 0 15px 45px;
	background-color: #6b7074;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#advanced ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#advanced ul.col {
	padding: 20px 0 0 40px;
	position: relative;
	float: left;
}
#advanced ul ul {
	padding-left: 18px;
}
#standard {
	width: 454px; /*go up, to increase size, goes left*/
	padding: 8px 8px 8px 8px;
	background-color: #787e82;
	border-bottom: 1px solid #555;
	float: left;
	position: relative;
	left: 500px; /*go down, to increase size*/
	clear: left;
}
.togglebutton, #searchinput, #searchgo {
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.google_search_box {
	border: 1px solid #d5d5d5 !important;
	background: url("/apps/images/search/google_search_watermark.gif") no-repeat scroll left center #FFF;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
	font-size: 11px;
}
.togglebutton a:link, .togglebutton a:visited, .togglebutton a:active, .togglebutton a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;/* 	display: block; width: 110px; */
}
.togglebutton a:hover {
	color: #ccc;
}
#searchinput {
	border: none;
	height: 15px;
	margin-left: 5px;
	margin-right: 10px;
	color: #777;
	font-size: 10px;
}
/* -- fma
----------------------------------------------------------------------------- */


.fma {
	width: 980px;
	float: left;
}
#homepage .fma .container {
	width: 780px;
	float: left;
	position: relative;
}
#homepage .fma .container img {
	float: left;
	top: 0;
	left: 0;
}
#homepage .fma .container h4 {
	font-family: 'Times New Roman', Arial, Georgia, serif;
	font-size: 15px;
	line-height: 140%;
	color: #eee;
	background: rgb(140,147,154);
	background: rgba(140,147,154,0.9);
	filter: alpha(opacity=90); /* for IE Alpha Support */
	width: 730px;
	padding: 16px 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	float: left;
}
#homepage .fma .container h4 .more {
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#homepage .fma .container h4 .more {
	background: transparent url('../_i/ui-arrow-right-fff.gif') right center no-repeat;
	padding-right: 0.9em;
}
/* -- Quicklinks
----------------------------------------------------------------------------- */

.quicklinks {
	width: 200px;
	height: 290px;
	float: left;
	background-color: #eff0f0;
}
.quicklinks h2 {
	color: #eee;
	background: transparent url('../_i/ui-icon-links-eee.gif') 9.5em center no-repeat;
	background-color: #c1c1c1;
	padding: 7px 0 7px 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.quicklinks ul, .quicklinks ul li {
	padding: 0;
	margin: 0;
}
.quicklinks a:link, .quicklinks a:visited, .quicklinks a:hover, .quicklinks a:active {
	color: #ddd;
	color: #939393;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	line-height: 25px;
}
.quicklinks a:hover {
	background-color: #6b7074;
	background-color: #939393;
	color: #eff0f0;
}
.quicklinks .separator {
	border-bottom: 1px solid #c1c1c1;
}
.quicklinks hr {
	border: 0;
	border-top: 1px solid #c1c1c1;
	height: 1px;
	padding: 0;
	margin: 0;
}
/* -- content
----------------------------------------------------------------------------- */

#content {
	width: 980px;
	float: left;
}
#homepage #content {
	background-image: none;
	content: '';
}
#homepage #content .row.shortcuts h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	color: #444;
	padding: 13px 0 13px 20px;
}
#homepage #content .row.shortcuts h2 em {
	font-style: oblique;
}
#homepage #content .row.shortcuts ul {
	/* START: Added by CI after removing it from the top global style control*/
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/* END: Added by CI after removing it from the top global style control*/
	padding-left: 20px;
}
#homepage #content .row.shortcuts ul li a {
	line-height: 175%;
}
#homepage #content a.more {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #72afb6;
	background: transparent url('../_i/ui-arrow-right-72afb6.gif') right center no-repeat;
	padding-right: 1em;
}
#homepage #content .row {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
#homepage #content .row.shortcuts {
	background: url('../_i/bg-row-shortcuts.gif') 0 0 repeat-y;
	border-bottom: 1px solid #ccc;
}
#homepage #content .col {
	float: left;
}
#homepage #content .col.forthepublic, #homepage #content .col.forthemedia {
	width: 240px;
}
#homepage #content .col.forthepublic {
	border-top: 8px solid #005a84;
}
#homepage #content .col.forthemedia {
	border-top: 8px solid #c0b02c;
}
#homepage #content .col.forlawyers {
	width: 500px;
	border-top: 8px solid #695e4a;
	position: relative;
}
#homepage #lawyerlogin {
	padding: 0px 20px 1px 20px;
	/* TK was: padding: 10px 20px 8px 20px;	*/
	width: 160px;
	background-color: #eff0f0;
	position: absolute;
	/*	top: 60px;	*/
	top: 72px;
	right: 0;
}
#homepage #lawyerlogin input {
	border: none;
	color: #777;
}
#homepage #lawyerlogin p {
	padding-bottom: 4px;
}
#homepage #lawyerlogin h3 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 1em;
	background: transparent url('../_i/ui-icon-lock-91969a.gif') 9.5em 0.5em no-repeat;
	padding-bottom: 2px;
}
#homepage #lawyerlogin p a {
	font-size: 10px;
	text-decoration: underline;
}
#homepage #lawyerlogin p a:hover {
	color: #aaa;
	text-decoration: none;
}
#followme {
	top: 8px;
	width: 201px;
	position: absolute;
	left: 500;
	right: 0;
}
/* -- newsfeeds
----------------------------------------------------------------------------- */

.row.newsfeeds .col {
	width: 480px;
}
.row.newsfeeds .col.highlights {
	width: 500px;
}
.row.newsfeeds {
	background: url('../_i/bg-row-newsfeeds.gif') 0 0 repeat-y;
	border-bottom: 1px solid #ccc;
}
.row.newsfeeds h2 {
	padding: 10px 10px 6px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #ccc;
	float: right;
	width: 450px;
}
.row.newsfeeds h2 a {
	font-weight: bold;
	color: #555555; /*Added By CI to darken the links for Highlights and Top Story*/
}
.row.newsfeeds h2 strong {
	display: block;
	float: left;
}
.row.newsfeeds h2 span {
	display: block;
	float: right;
}
.row.newsfeeds h2 span a {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: transparent url('../_i/ui-icon-rss.gif') right center no-repeat;
	padding-right: 1em;
}
/* -- HOMEPAGE: New Releases
----------------------------------------------------------------------------- */

.row.newsfeeds .newsrelease {
	border-top: 8px solid #e5e5e5;
}
.row.newsfeeds .newsrelease div {
	margin-left: 20px;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;/**/
	float: left;
}
.row.newsfeeds .newsrelease div h5 {
	width: 90px;
	float: left;
	font-size: 80%;
	text-transform: uppercase;
}
.row.newsfeeds .newsrelease div p {
	width: 350px;
	float: left;
}
.row.newsfeeds .newsrelease div p a {
	width: 350px;
	float: left;
	color: #72afb6;/*font-weight: bold;
	*/
}
.row.newsfeeds .newsrelease div p a:visited {
	color: #868686;
}
/* -- HOMEPAGE: Highlights
----------------------------------------------------------------------------- */

.row.newsfeeds .highlights {
	border-top: 8px solid #cccccc;
}
.row.newsfeeds .highlights h2 {
	width: 470px;
}
.row.newsfeeds .highlights p, .row.newsfeeds .highlights h5 {
	padding: 8px 20px 0 20px;
}
.wrap.right {
	float: right;
	padding-left: 12px;
}
.article {
	float: left;
}
.row.newsfeeds .highlights h5 {
	width: 90px;
	font-size: 80%;
	text-transform: uppercase;
}
.row.newsfeeds .highlights .h5 {
	font-size: 80%;
	text-transform: uppercase;
}
/* -- HOMEPAGE: President's Message
----------------------------------------------------------------------------- */


.col.president {
	width: 460px !important;
}
.president h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #444;
}
.fieldset_president {
	border: 1px solid #e0e0e0 !important;
}
.president {
	margin: 15px 0px 30px 20px !important;
}
/* -- HOMEPAGE: Legal News
----------------------------------------------------------------------------- */

#legalnews h2 {
	padding: 10px 10px 6px 0;
	margin-bottom: 12px;
	margin-top: 8px;
}
#legalnews p a {
	color: #72afb6;
}
/* -- Share Widget
----------------------------------------------------------------------------- */

/*.sharewidget {
	background-color:#c1c1c1;
	background: transparent url('/_i/bg-widget-share.gif') 0 0 no-repeat;
	width: 199px;
	margin: 20px auto 0 auto;
	}

.sharewidget .custom_images { padding-left: 57px;}

.addthis_toolbox .custom_images a {
    margin: 0;
    padding: 0;
	}
*/

/* -- twitter
----------------------------------------------------------------------------- */

.row.twitter {
	padding-bottom: 30px;
}
.row.twitter h2 {
	padding: 15px 10px 15px 0;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	float: right;
	width: 950px;
}
.row.twitter h2 strong {
	display: block;
	float: left;
}
.row.twitter h2 span {
	display: block;
	float: right;
}
.row.twitter h2 span a {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: transparent url('../_i/ui-icon-twitter.gif') right center no-repeat;
	padding-right: 1em;
}
.row.twitter p {
	padding: 0 20px;
}
/* -- footer
----------------------------------------------------------------------------- */

#footer {
	color: #eee;
	background-color: #889095;
	position: relative; /*Added by CI to make the footer move relative to expanded content (eg.show/hide content) */
	clear:both;
}
#footer .container {
	background: #959ca1 url('../_i/ui-footer-logo-lawsocietybc.gif') center 15px no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 200px;
	padding-top: 50px;
	position: relative;
}
#footer .copyright {
	position: absolute;
	right: 535px;
	line-height: 25px;
}
#footer .footerlinks {
	line-height: 25px;
	position: absolute;
	left: 525px;
}
#footer a {
	color: #eee;
	padding: 0 5px;
}
#footer .sociallinks {
	line-height: 25px;
	float: right;
	position: relative;
}
#footer .sociallinks img {
	display: block;
	float: left;
	padding: 3px 10px 0 0;
}
.homepage_followus {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
/* -- .twocol used when you want two columns, lik in the Newsroom Page: New Releases
----------------------------------------------------------------------------- */



.twocol .col {
	width: 100%;
}
.twocol {
/*background: url('../_i/bg-row-newsfeeds.gif') 0 0 repeat-y;
	border-bottom: 1px solid #ccc;*/
}
.twocol h2 {
	padding: 15px 10px 15px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	border-bottom: 1px solid #ccc;
	float: right;
	width: 100%;
}
.twocol h2 a {
	font-weight: bold;
	color: #555555 !important;
	text-decoration: none !important;
}
.twocol h2 strong {
	display: block;
	float: left;
}
.twocol h2 span {
	display: block;
	float: right;
}
.twocol h2 span a {
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: transparent url('../_i/ui-icon-rss.gif') right center no-repeat;
	padding-right: 1em;
}
.twocol div {
	padding: 2px 0;
	float: left;
	width: 100%;
}
.twocol div h5 {
	float: left;
	font-size: 80% !important;
	text-transform: uppercase;
	width: 20%;
	margin-top: -2px;
}
.twocol div p {
	float: left;
	width: 80%;
}
/* -- top level page templates
----------------------------------------------------------------------------- */


.fma.subpage .container {
	height: 130px;
	background: transparent url('../_i/bg-fma-pinstripe.gif') 0 0 repeat-y;
	position: relative;
}
.fma.subpage .container {
	background-color: #898f93;
}
#aboutus .fma .container {
	background-color: #72afb6;
}
#public .fma .container {
	background-color: #005a84;
}
#lawyers .fma .container {
	background-color: #c0b02c;
}
#complaints .fma .container {
	background-color: #b42c33;
}
#becoming .fma .container {
	background-color: #695e4a;
}
#newsroom .fma .container {
	background-color: #f26649;
}
#membersarea .fma .container {
	background-color: #78496a;
}
#other .fma .container {
	background-color: #6d8d23;
}
.fma.subpage h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 150%;
	font-style: oblique;
	line-height: 130%;
	color: #fff;
	position: absolute;
	width: 700px; /* width required, else will cause IE to break boxes */
	left: 260px; /* left position set 20px in from sidebar */
	bottom: 20px;
}
#content {
	background: #fff url('../_i/bg-content-sidebar-dfe2e2.gif') 0 0 repeat-y;
	position: relative;
}
#content .col {
	float: left;
}
#content .col.sidebar {
	width: 240px;/*padding-bottom: 40px;  Added to compensate the relative positioning of quicklinks, if the page is too short*/
}
#content .col.sidebar .quicklinks {
	position: relative;
	top: 20px;
	left: 20px;/* Adjust for positioning within sidebars on subpages */
}
#content .col.main {
	width: 700px;
	padding: 0 20px 30px 20px;
} /* Remember to adjust padding for IE6 */
#content .breadcrumbs {
	padding: 20px 0;
	font-size: 90%;
}
/* Subnavigation */

#content .col.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#content .col.sidebar .subnav li {
	border-bottom: 1px solid #fff;
}
#content .col.sidebar .subnav li li {
	border: none;
}
#content .col.sidebar .subnav li li li {
	border-bottom: 1px solid #ddd;
}
#content .col.sidebar .subnav li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#content .col.sidebar .subnav li a.selected, #content .col.sidebar .subnav li a:hover {
	background-color: #CCD0D0;
}
#content .col.sidebar .subnav ul {
	background-color: #ebeded;
}
#content .col.sidebar .subnav li li a {
	padding-left: 32px;
	background: transparent url('../_i/ui-bullet-square-959ca1.gif') 22px 16px no-repeat;
}
#content .col.sidebar .subnav li li li a {
	padding-left: 46px;
	background-position: 32px 16px;
}
/* -- Page Layout Configurations
----------------------------------------------------------------------------- */


/* Single Column Layout */

#content .col.main.single .col.one {
	width: 580px;
}
/* Single Column Layout Full Width Layout */

#content .col.main.fullwdith .col.one {
	width: 700px;
}
/* Double Column Layout */

#content .col.main.double .col.one {
	width: 400px;
}
#content .col.main.double .col.two {
	position: relative;
	left: 20px;
	width: 200px;
}
/* Double Column Balanced Layout */

#content .col.main.balanced .col.one {
	width: 340px;
}
#content .col.main.balanced .col.two {
	position: relative;
	left: 20px;
	width: 340px;
}
/* Triple Column Layout */

#content .col.main.triple .col.one {
	width: 220px;
}
#content .col.main.triple .col.two {
	position: relative;
	left: 20px;
	width: 220px;
}
#content .col.main.triple .col.three {
	position: relative;
	left: 40px;
	width: 220px;
}
/* -- typography

Typography specifications should all be prefixed with:

#content .col.main .col

to prevent specifications overriding the layout.

----------------------------------------------------------------------------- */
.url_link_btn {
	color: #458187;
	text-decoration: underline;
	background-color: #fff !important;
	padding: 1px 3px !important;
	border: 0;
	cursor: pointer !important;
	overflow: visible !important;
}
#content .col.main a:link, #content .col.main a:visited, #content .col.main a:hover {
	color: #458187;
	text-decoration: underline;
}
#content .col.main a:visited {
	color: #858585;
}
#content .col.main a:hover {
	color: #8B8B8B;
	text-decoration: none;
}
#content .col.main .col p, #content .col.main .col h1, #content .col.main .col h2, #content .col.main .col h3, #content .col.main .col h4, #content .col.main .col h5, #content .col.main .col h6, #content .col.main .col blockquote, /*#content .col.main .col li,
#content .col.main .col ul,
#content .col.main .col ol, This style was causing ol styles to appear outside of the #content space on left margin. Commented out to rectify this problem. CI */ #content .col.main .col dl, #content .col.main .col dt, #content .col.main .col dd {
	line-height: 150%;
	padding: 0.3em 0;
}
#content .col.main .col h1 {
} /* Do not use in content area */
#content .col.main .col h2 {
} /* Do not use in content area */
#content .col.main .col h3 {
	font-size: 175%;
	padding-top: 0.75em;
	color: #555;
	line-height: 110%;
}
#content .col.main .col h4 {
	font-size: 115%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-top: 1.25em;
}
#content .col.main .col h5 {
	font-size: 113%;
	padding-top: 1.25em;
	color: #444444;
	font-weight: bold;
	line-height: 1.25em;
}
#content .col.main .col h6 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-top: 1.25em;
	line-height: normal;
}
#content .col.main .col em {
	font-style: oblique;
}
#content .col.main .col strong {
	font-weight: bold;
}
#content .col.main .col blockquote {
	margin-left: 1em;
	padding-left: 1em;
}
#content .col.two p em {
	font-size: 95%;
}
#content .col.main ul.summarylist li {
	padding-bottom: 1em;
}
#content .col.main ul.summarylist strong {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #888;
}
table {
/*border-collapse: collapse; */
}
table td {
/* padding: 10px 15px; */
}
table th {
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 120%;
	background-color: #777;
	color: #eee;
	padding: 20px 15px;
}
table tr.alt td {
}
/* Current CSS Styles */

img.img_floatleft {
	float: left;
	margin: 0px 8px 1px 0px;
	border: 1px solid #999999;
}
img.img_floatright {
	float: right;
	margin: 0px 0px 1px 8px;
	border: 1px solid #999999;
}
img.img_noborder_floatleft {
	float: left;
	margin: 0px 8px 1px 0px;
	border: 0;
}
img.img_noborder_floatright {
	float: right;
	margin: 0px 0px 1px 8px;
	border: 0;
}
img.img_border {
	border: 1px solid #999999;
}
img.img_padding {
	margin: 8px 8px 8px 8px;
}
img.img_border_padding {
	border: 1px solid #999999;
	margin: 8px 8px 8px 8px;
}
.smalltext {
	font-size: 10px;
	color: #666666;
}
/* Legacy Law Society Styles */


.pagetitle {
	font-size: 15px;
	font-weight: bold;
	color: 00335B;
}
/*.heading 1 = h3 */
.heading1 {
	font-size: 175%;
	padding-top: 0.75em;
	color: #555;
	line-height: 110%;
	font-weight: 200;
}
/*.heading 2 = h4 */
.heading2 {
	font-size: 115%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-top: 1.25em;
}
/*.heading 3 = h5 */
.heading3 {
	font-size: 113%;
	padding-top: 1.25em;
	color: #444;
	font-weight: bold;
}
/*.heading 4 = h6 */
.heading4 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-top: 1.25em;
}
.subtitle {
	font-size: 14px;
	color: 00335B;
	font-style: italic;
}
.homesmall {
	font-size: 11px;
	color: #333333;
}
.bold {
	font-weight: bold;
	color: #333333;
}
/* START: IMAGE Gallery */
div.img {
	margin: 2px;
	padding: 5px;
	border: 1px solid #999999;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}
div.img a:hover img {
	border: 1px solid #72afb6;
}
table.mygallery td {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
}
/**/
div.myimg img {
	display: inline;
	border: 1px solid #ffffff;
	text-align: center;
}
div.myimg a:hover img {
	border: 1px solid #72afb6;
}
/* END: IMAGE Gallery */

/* START: PLTC Login */
table.mytable {
	border-collapse: collapse;
	width: 100%;
}
table.mytable, table.mytable td {
	border: 1px solid #000000;
}
table.mytable td {
	vertical-align: top;
	padding: 4px;
}
tr.tblcell_blue, td.tblcell_blue {
	background-color: #B6DDE8;/*#D7E1E8*/
}
tr.tblcell_grey, td.tblcell_grey {
	background-color: #EEEEEE;/*#D7E1E8*/
}
tr.tblcell_dkgrey, td.tblcell_dkgrey {
	background-color: #DADADA;
}
tr.tblcell_holiday, td.tblcell_holiday {
	background-color: #FFDBB7;
}
.mediumtext {
	font-size: 16px;
}
.largetext {
	font-size: large;
}
/* END: PLTC Login */

sup {
	font-size: 12px;/* The first setting will apply to all browsers - firefox */
 #font-size:16px;/* The second setting will only apply to Microsoft Internet Explorer browsers*/
	_font-size: 16px;/* The third setting will only apply to IE browsers 6.0 and older*/
	background-color: #fff9c7;
}
.postit-floatright {
	background-image: url(/images/publications/iissues_post-it.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 210px;
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 40px;
	float: right;
	display: block;
}
.postit-floatleft {
	background-image: url(iissues_post-it.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 210px;
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	display: block;
}
.postit-floatleft h1, .postit-floatleft p, .postit-floatright h1, .postit-floatright p {
	font-size: 11px;
}
.postit-floatleft a, .postit-floatright a {
	text-decoration: none;
	color: #333333;
}
.column_container {
	width: 100%;
}
.col1_main {
	width: 62%;
	float: left;
	padding-right: 10px;
}
.col1_sidebar {
	width: 33%;
	float: left;
	margin-left: 10px;
}
em {
	font-style: italic;
}
.appt_container {
	margin-left: 50px;
}
/*START: Pagination*/
.pagination{ font-size:14px;}
.pagination a{padding-left: 3px; padding-right:3px;}
.current { font-weight: bold; font-size:16px;padding-left: 2px; padding-right:2px; }
/*END: Pagination*/


/*

	#browser elements
**********************************/
#browser ul {padding: 0;}
#browser ul li {display: inline-block;margin:15px 25px 15px 0px;} 
#browser ul li a {padding:5px; padding-top:125px; color: #000 !important; text-decoration: none;  display: block; 
width: 150px; height: 50px;
background-repeat:no-repeat; 
background-position:center; 
background-position:top; 
word-break: break-all;
overflow: hidden;
border: 2px solid #eee;

 }	
#browser ul li a:hover {border: 2px solid #069;}		
/*
	#browser elements - large file icons based on file extension
**********************************/
/* For actual files 	
#browser ul li[rel="Directory"] .icon { background-image: url(/apps/images/icons/folder.png); } 
#browser ul li a{ background-image: url(/apps/images/icons/document.png); }		
#browser ul li a[href$='.ai'] { background-image: url(/apps/images/icons/document_AI.png); }
#browser ul li a[href$='.bmp'] { background-image: url(/apps/images/icons/document_bmp.png); }
#browser ul li a[href$='.cfc'] { background-image: url(/apps/images/icons/document_cfc.png); }
#browser ul li a[href$='.cfm'] { background-image: url(/apps/images/icons/document_cfm.png); }
#browser ul li a[href$='.csv'] { background-image: url(/apps/images/icons/document_csv.png); }
#browser ul li a[href$='.doc'] { background-image: url(/apps/images/icons/document_doc.png); }
#browser ul li a[href$='.docx'] { background-image: url(/apps/images/icons/document_docx.png); }
#browser ul li a[href$='.gif'] { background-image: url(/apps/images/icons/document_gif.png); }
#browser ul li a[href$='.gzip'] { background-image: url(/apps/images/icons/document_gzip.png); }
#browser ul li a[href$='.jpeg'] { background-image: url(/apps/images/icons/document_jpeg.png); }
#browser ul li a[href$='.jpg']{ background-image: url(/apps/images/icons/document_jpg.png); }
#browser ul li a[href$='.pdf']  {background-image: url(/apps/images/icons/document_pdf.png);}
#browser ul li a[href$='.png'] { background-image: url(/apps/images/icons/document_png.png); }
#browser ul li a[href$='.ppt'] { background-image: url(/apps/images/icons/document_ppt.png); }
#browser ul li a[href$='.psd'] { background-image: url(/apps/images/icons/document_psd.png); }
#browser ul li a[href$='.swf'] { background-image: url(/apps/images/icons/document_swf.png); }
#browser ul li a[href$='.tif'],
#browser ul li a[href$='.tiff'] { background-image: url(/apps/images/icons/document_tif.png); }
#browser ul li a[href$='.txt'] { background-image: url(/apps/images/icons/document.png); }
#browser ul li a[href$='.xdoc'] { background-image: url(/apps/images/icons/document_xdoc.png); }
#browser ul li a[href$='.xls'] { background-image: url(/apps/images/icons/document_xls.png); }
#browser ul li a[href$='.xlsx'] { background-image: url(/apps/images/icons/document_xlsx.png); }
#browser ul li a[href$='.zip']{ background-image: url(/apps/images/icons/document_zip.png); }
*/
/* For blobs */
#browser ul li  a { text-decoration:none !important;}	
#browser ul li .ai { background-image: url(/apps/images/icons/document_AI.png); }
#browser ul li .bmp { background-image: url(/apps/images/icons/document_bmp.png); }
#browser ul li .cfc { background-image: url(/apps/images/icons/document_cfc.png); }
#browser ul li .cfm { background-image: url(/apps/images/icons/document_cfm.png); }
#browser ul li .csv { background-image: url(/apps/images/icons/document_csv.png); }
#browser ul li .doc { background-image: url(/apps/images/icons/document_doc.png); }
#browser ul li .docx { background-image: url(/apps/images/icons/document_docx.png); }
#browser ul li .gif { background-image: url(/apps/images/icons/document_gif.png); }
#browser ul li .gzip { background-image: url(/apps/images/icons/document_gzip.png); }
#browser ul li .jpeg { background-image: url(/apps/images/icons/document_jpeg.png); }
#browser ul li .jpg{ background-image: url(/apps/images/icons/document_jpg.png); }
#browser ul li .pdf  {background-image: url(/apps/images/icons/document_pdf.png);}
#browser ul li .png { background-image: url(/apps/images/icons/document_png.png); }
#browser ul li .ppt { background-image: url(/apps/images/icons/document_ppt.png); }
#browser ul li .psd { background-image: url(/apps/images/icons/document_psd.png); }
#browser ul li .swf { background-image: url(/apps/images/icons/document_swf.png); }
#browser ul li .tif,
#browser ul li .tiff { background-image: url(/apps/images/icons/document_tif.png); }
#browser ul li .txt { background-image: url(/apps/images/icons/document.png); }
#browser ul li .xdoc { background-image: url(/apps/images/icons/document_xdoc.png); }
#browser ul li .xls { background-image: url(/apps/images/icons/document_xls.png); }
#browser ul li .xlsx { background-image: url(/apps/images/icons/document_xlsx.png); }
#browser ul li .zip {background-image: url(/apps/images/icons/document_zip.png); }