/* Accessible Skip Link */
.skip-link {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}
.skip-link:active, .skip-link:focus {
	overflow: visible;
	width: auto;
	height: auto;
	background-color: white;
	color: #006633;
	top: 5px;
	left: 5px;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: medium solid #FF0000;
}
/* .............................. */
/* HTML element level selectors */
body, td, div, p, a, span{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
#content a:link{
	color: #006699;
}
#content a:active{
	color: #006699;
}
#content a:visited{
	color: #006699;
}
#content a:hover{
	text-decoration: underline;
	color: #885504;	
}
a:hover{
	text-decoration: none;
}
body{
	background-color: #65A1CD; /* light blue */
	color: #000000;
}
body, div{
	margin: 0px;
	padding: 0px;
}
.headerBackground{
	background-repeat: no-repeat;
}
th{
	text-align: center;
	font-weight: bold;	
}
img{
	border: 0;
}
/* style classes : backgrounds */
.bg0{
	background-color: #FFFFFF; /* white */
}
.bg1{
	background-color: #EBEBEB; /* light grey */
}
.bg2{
	background-color: #99CC99; /* darker green: used to be background-color: #CCCCCC; darker grey */
}
.bg3{
	background-color: #E0E0E0; /* medium grey */
}
.bg4{
	background-color: #C2D6EB; /* lighter blue */
}
.bg5{
	background-color: #6699CC; /* dark blue */
}
.bg6{
	background-color: #65A1CD;  /*medium blue */
	
}
.bg7{
	background-color: #A3C2E0; /* light blue */
}
.bg8{
	background-color: #D6EBD6; /* light green */
}
.bg9{
	background-color: #99CC99; /* darker green */
}
.bg10{
	background-color: #99CC00; /* bright green */
}
.bg11{
	background-color: #999999; /* darkest grey */
}
.bg12{
	background-color: #000000; /* black */
}
.bg13{
	background-color: #CECECE; /* dark grey */
}
.bg14{
	background-color: #FFC411; /* gold */
}
.bg15{
	background-color: #0084C2; /* bright blue */
}
.bg16{
	background-color: #D9F4FB; /* very light blue */
}
.bg17{
	background-color: #568DB5; /* darker blue */
}
.bg18{
	background-color: #A5D2A5; /* dark green */
}
.bg19{
	background-color: #CCFFCC; /* medium green */
}
.bg20{
  	background-color: #FDF9E4; /* eggshell */
}
.bg21{
  	background-color: #336633; /* darkest green */
}
.bg22{
  	background-color: #006699; /* darkest blue */
}
/* style classes : heights and widths */
.height1{
	height: 1px;
}
.height2{
	height: 2px;
}
.width5percent{
	width: 5%;
}
.width15percent{
	width: 15%;
}
.width20percent{
	width: 20%;
}
.width25percent{
	width: 25%;
}
.width30percent{
	width: 30%;
}
.width40percent{
	width: 40%;
}
.width50percent{
	width: 50%;
}
.width60percent{
	width: 60%;
}
.width65percent{
	width: 65%;
}
.width70percent{
	width: 70%;
}
.width75percent{
	width: 75%;
}
.width80percent{
	width: 80%;
}
.width85percent{
	width: 85%;
}
.width100percent{
	width: 100%;
}
.width768{
	width: 768px;
}
.width575{
	width: 575px;
}
.width525{
	width: 525px;
}
.width144{
	width: 144px;
}
.width49{
	width: 49px;
}
.width1{
	width: 1px;
}
.headerRow1{
	height: 9px;
}
.headerRow2{
	height: 78px;
}
.headerRow3{
	height: 8px;
}
/* page areas and text treatments */
.primaryNavRow{
	background-color: #e8e3b7; /* Dark Beige */
}
.tabLeft{
	width: 5%;
	text-align: right;
}
.tabRight{
	width: 5%;
}
.greyBarRow{
	height: 20px;
}
.leftGreyBarBackground{
	background-image:url('/_code/images/top_gray_bar_left.gif');
	background-repeat: no-repeat;
}
.middleGreyBarBackground{
	background-image:url('/_code/images/top_gray_bar_stretcher.gif');
	background-repeat: repeat-x;
}
.rightGreyBarBackground{
	background-image:url('/_code/images/top_gray_bar_right.gif');
	background-repeat: no-repeat;
}
.globalnav{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: x-small;
	height: 15px;
	white-space: nowrap;
}
a.globalnav:active, a.globalnav:link, a.globalnav:visited{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	color: #336633;
	font-size: x-small;
	text-decoration: none;
}
a.globalnav:hover{
	text-decoration: underline;
	opacity:.9; 
	filter:alpha(opacity=90);
}
.breadcrumb{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
a.breadcrumb:link{
	color: #006699;
}
a.breadcrumb:active{
	color: red;
}
a.breadcrumb:visited{
	color: purple;
}
a.breadcrumb:hover{
	text-decoration: underline;
}
.search, a.search:active, a.search:link, a.search:visited{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
a.search:hover{
	text-decoration: underline;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.top{
	vertical-align: top;
}
.middle{
	vertical-align: middle;
}
.bottom{
	vertical-align: bottom;
}
.bold{
	font-weight: bold;
}
.nowrap{
	white-space: nowrap;
}
.navLinks, a.navLinks:active, a.navLinks:link, a.navLinks:visited{
	display: block;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #336633;
	background-color: #e8e3b7; /* Dark Beige */
	text-decoration: none;
	vertical-align: middle;
	min-height: 20px; /* makes Firefox show the nav tabs correctly */
	_height: 20px; /* IE hack to make Internet Explorer show the nav tabs correctly. Other browsers ignore it */
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
a.navLinks:hover{
	color: #885504;
	background-color: #e8e3b7; /* Light Beige */
	text-decoration: none;
}
.dropdown{
	margin-top:0px;
	margin-bottom:0px;
	padding-right:0px;
	text-indent:3px;
	vertical-align:top;
}
#dropmenudiv{
	display: block;
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a{
	display: block;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #336633;
	background-color: #e8e3b7; /* Dark Beige */
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 0px 0px 0px;
}
#dropmenudiv a:hover{
	display: block;
	color: #885504;
	background-color: #e8e3b7; /* Light Beige */
}
.buttonNavRow{
	background-color: #76A3D1; /* bg6 medium blue */
}
a.buttons:active, a.buttons:link, a.buttons:visited{
	color: #FFFFFF;
	background-color: #76A3D1; /* bg6 medium blue */
	border-left: 0px;
}
a.buttons:hover{
	color: #6699CC;
	background-color: #C2D2EE; /* light blue */
}
.pageTitle{
	font-size: x-large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #6699CC;
	background-color: #FFFFFF; /* bg0 white */
	text-align: center;
}
.portletBackground{
	background-color: #FFFFFF; /* white */
}
#mainPortlet .portletBackground{
  	background-color: #FDF9E4; /* eggshell */
}
.portletTitle_l{ 
	background-image:url(/_code/images/tab_green_l_vi.gif);
	background-repeat:no-repeat;
	width:10px;
	background-color: #e0dcad;
}
.portletTitle_r{ 
	background-image:url(/_code/images/tab_green_r_vi.gif);
	background-repeat:no-repeat;
	width:10px;
	background-color: #e0dcad;
}
.portletTitle{
	background-image:url(/_code/images/tab_green_m_vi.gif);
	background-repeat:repeat-x;
	font-size:small;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; /* 'Bernard MT Condensed' */
	color: #004400;
	background-color: #e0dcad;
}
h2.portletTitleText{
	font-size:small;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; /* 'Bernard MT Condensed' */
	color: #004400;
}
/* .portletTitle{ */
/* 	font-size: small; */
/* 	font-weight: bold; */
/* 	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; 'Bernard MT Condensed' */
/* 	color: #336633; bg9 dark green */
/* 	background-color: #A5D2A5; light green */
/* 	padding-left: 4px; */
/* } */
.portletContent{
	line-height: 130%;
	margin-bottom: 5px;
	border-top: 1px solid #CECECE; /* bg13 medium grey */
	border-bottom: 1px solid #CECECE; /* bg13 medium grey */
	border-right: 1px solid #CECECE; /* bg13 medium grey */
	border-left: 1px solid #CECECE; /* bg13 medium grey */
}
.portletContentNoBox{
	line-height: 130%;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}
.bodyText{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	padding: 4px 6px 4px 6px;
}
.bodyLink{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
}
.errorText{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
#content .attention{
	color: #FF0000;
}
#content a.attention:link{
	color: #FF0000;
}
table.thinSolidTableBorder th{
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}
table.thinSolidTableBorder td{
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}
table.thinSolidTableBorder{
	font:13px Verdana;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
}
table.thinSolidTableBorderGrey th{
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}
table.thinSolidTableBorderGrey td{
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}
table.thinSolidTableBorderGrey{
	border-top:solid 1px #ebebeb;
	border-left:solid 1px #ebebeb;
}
table.thinSolidTableBorderRemover th{
	border-bottom:0px;
	border-right:0px;
}
table.thinSolidTableBorderRemover td{
	border-bottom:0px;
	border-right:0px;
}
table.thinSolidTableBorderRemover{
	border-top:0px;
	border-left:0px;
}
.emergencyText{
	color: #FF0000;
	font-weight: bold;
}
.moreLink{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	text-decoration: none;
}
a.moreLink:hover{
	text-decoration: underline;
}
.footerRow{
	background-color: #e8e3b7; /* Dark Beige */
	height: 38px;
}
.footerBackground{
	
	background-repeat: no-repeat;
	background-position: center;
}
.footer, a.footer:active, a.footer:link, a.footer:visited{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
a.footer:hover{
	text-decoration: underline;
	color: #885504;
}
.paddingStandard{
	padding: 2px 5px 2px 10px;
}
.noPadding{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.capitalizeWords{ 
	text-transform: capitalize;
}
p.firstLetterLargeGreen:first-letter{
	color: green;
	font-size: 200%;
	font-weight: bold;
}
#content li{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
}
#content li a{
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
#content li a:hover{
	text-decoration: underline;
}
#content ul{
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 0.8em;
	padding-left: 0.9em !important; padding-left: 0.8em; /* hack for Internet Explorer */
}
#content ol{
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 0.9em !important; margin-left: 1.9em; /* hack for Internet Explorer */
	padding-left: 0.9em !important; padding-left: 0.2em; /* hack for Internet Explorer */
}
#content ul li{
	list-style-image: url('http://www.pbcgov.com/_code/images/bullet.gif');
}
@media all and (min-width: 0px){
	#content ul li{
	list-style-image: url('http://www.pbcgov.com/_code/images/bullet_ie.gif'); /* Opera 7+ hack to make Opera show bullets aligned with the text vertically. Other browsers ignore it */
	}
}
#content ul > li:last-child{
	border-right: 0px;
}
#content ol.noBullet{
	list-style-type:none;
	line-height: 170%;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0.2em !important; margin-left: 0.2em; /* hack for Internet Explorer */
	padding-left: 0.2em !important; padding-left: 0.2em; /* hack for Internet Explorer */
}
div.clearer{
	clear: both;
	line-height: 0;
	height: 0;
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.ledgerTint{
	background-color: #CCFFCC; /* lighter green */
}
.tableOfContentsLine{
	border-bottom:1px dashed #CCCCCC;
}
.externalLink{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
.caption{
	font-size: xx-small;
	line-height: 120%;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: xx-small;
}
iframe{
	z-index:-300;
}
/* hide from ie on mac \*/
#flashcontent{
	height: 100%;
}
/* end hide */
.inline-list li{
	display: inline;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #066;
}

#header1{display:block;} /* hide/show global navigation and search -- use block or none for on or off */
#headerTopRow{display:block;} /* hide/show top row */
#headerBreadcrumb{display:block;} /* hide/show breadcrumb navigation */
#headerGlobalNav{display:block;} /* hide/show global navigation */
#headerSearchRow{display:block;} /* hide/show search row */
#headerSearch{display:block;} /* hide/show search box */
#headerSearchGoButton{display:block;} /* hide/show search go button */
#tabNavigation{display:block;} /* hide/show tab navigation */
#header2{display:block;} /* hide/show grey stretchy bar */
#leftColumn{display:block;} /* hide/show left column - needs code in container page */
#rightColumn{display:block;} /* hide/show right column - needs code in container page */
.lowRes{display:none;} /* hide/show low resolution slideshow - currently only home page */
.highRes{display:block;} /* hide/show high resolution slideshow - currently only home page */
#footer{display:block;} /* hide/show footer */
#footerGlobalNav{display:block;} /* hide/show footer global navigation */
/* hide/show for print */
#leftColumnPrint{display:none;} /* hide/show left column for printing - needs code in container page */
#rightColumnPrint{display:none;} /* hide/show right column for printing - needs code in container page */
.printOnly{display:none;} /* hide/show for printing - needs code in container page */
.notForPrinting{display:block;} /* hide/show for printing - needs code in container page */
/* site map stuff */
.lhead{
	visibility: hidden;
	display: none;
}
.lbullet{
	visibility: hidden;
}
.lpart{
	padding-bottom:0px;
	text-align: left;
}
.lhead{
	border-top:0px;
	border-bottom:0px;
	padding:0px;
}
.lpage{
	background-image:url('/_code/images/bullet_ie.gif');
	background-repeat: no-repeat;
	padding-left:15px;
	text-align: left;
}
td.lpart > table tr td{
	padding-left:-35px;
}
td.lpart > table tr+tr td{
	padding-left:35px;
}

#panel1 ol li a.espanol { font:bold 9px Verdana; color:#99CC99; text-transform:capitalize; }
#panel1 ol li a.espanol:hover { color:#999999; text-decoration:none }