/*
	LaWorks General Styles

	Styles contained with this document control the text within the pageContent DIV.
	Additional styling for  the border regions of the webpage is found in style_Layout.css
	Additional styling for the homepage pageConent DIV is found in style_Homepage.css

	Written:2006-10-16 TLL
	Validated:
	Updates:
	Internal - Corrected fieldset width for #calDateSelection in IE7. 2007-05-10 KMS
	WO 3570 - Added noteBigRed class for big, red colored notes. 05/14/2007 JGR
	WO 3568 - Added underline class 2007-05-15 TLL
	Internal - Changed height of underline box, #ExecDir_to_DeputyExecDir, on Org Chart 2007-05-15 KMS
	WO 3764 changed all references from ExecAsst to SpecAsst laiken 2007-06-29
	WO 3798 - Changed Office of Regulatory Svcs. to Unemployment Insurance Administration 2007-07-12 laiken
	WO 3731 - Added table.downloadListing td div.spanish to Download styles 2007-07-19 KMS
	WO 3893 - Added lineBreak styles 2007-08-10 KMS
	WO 4546 - remove special assistant nad executive assistant, added admin assistant and chief of staff 2008-04-09 ADL
	wo 5299 - change color of highlight section to green 2009-03-02 ADL
	WO 5616 - Added 2 new Styles - One to bold all Download Page Section Headers and the other to change
			  the "Return To Top" text color black 2009-06-04 DES
	WO 5648 - Replaced all ChiefOfStaff tags with AsstExecDirSpcProj and had to remove that div from from the id that sets the height as 60px
			  so that it would be compatible with Firefox
	WO# 20090617 - New 'MessageHeader' css 2009-06-17 laiken
	WO#5676 - Added style for Values UL 2009-06-22 ch
	WO# Resize lines because of press secretary box being removed 2009-07-30 ADL
	WO# 5911 - New Layout/colors for Org Chart laiken 2009-09-08
	WO I_20090918_IT - Corrected Positioning so pages will print correctly  laiken 2009-09-18
	WO 6028 - Comment out floats on LWC_Footer, LWC_PortalBar, and LWC_MainArea so that pages would print correctly. laiken 2009-10-26
	WO I_20091203_IT - Added .LWC_HeaderPortal so pages would display properly in Firefox 2009-12-03 DES
	WO 6144 - Moved ORg Chart info to it's own style sheet 2009-12-03 laiken
	WO 6291 - Expanded 'floatLeft' from 45% to 65% laiken 2010-02-03
	WO 6479 - Corrected layout of contacts page 2010-03-17 laiken
	WR 26863 - Added 2 more logos to bottom pages 2011-12-14 laiken
	WR 28612 - Added code for Revised Exec Leadership page 2012-02-09 wtyler
	WO 58271 - Modified bottom margin for WC alignment corrections 2014-12-15 laiken
	WO ##### - Added code for Calendar Archives 2019-10-15 laiken
	WO 87284 - Added mobile color 2022-05-26 laiken
	WO88495 - Corrected layout for ADA Compliance 2022-12-07 laiken
	WO C_20230816_LRS - Changed footer text to black 2021-08-16 laiken
	WO I_20240513_Larry - Added vaTOP (vertical align top 2024-05-13 laiken
	WO I_20240524_Larry - Updated page for new style 2024-05-24 laiken
	WO I_20241205_Larry - Added span.NewDownload style 2024-12-05 laiken
	WO I_20250415_Larry - Re-Added h1 tags 2025-04-15 laiken
	WO I_20250417_Larry - Changed color Red #FF0000 to Dark Red #8b0000 2025-04-17 laiken
	WO I_20250505_Larry - Changed background color #B3BDDA to #BAC3D3 2025-05-05 laiken

*/

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/

html, div
{
	margin:0px;
	padding:0px;
}

body 
{
	font-family:arial;
	text-align: left;
	margin:-2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:.8em;
	background-color: #a3bbcd;
}

.masterBorder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
  padding: 0px 0px 0px 0px;
  border-image: url(../Images/BorderLeft15Right15.png) 0 15 0 15 repeat stretch;
}

#LWC_PortalMenu11
{
	background-color: #31434f;
	max-width: 750px;
}

#LWC_PortalMenu11 ul
{
	top:0px;
//	position:relative;
	z-index:2;
	font-weight: bold;
	font-size: 100%;
	width: 100%;
}

#LWC_PortalMenu11 ul li
{
	display: inline;
}

#LWC_PortalMenu11 li a
{
	color: #FFFFFF;
	padding: 10px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.SolutionsTopics1 p a:hover
{
	background-color: #00a024;
}

.LWC_News_Data p a:hover
{
	background-color: #00a024;
}

#Nav_Left a:hover, #Nav_Center a:hover, #Nav_Right a:hover
{
	color:#ffffff;
	background-color: #00a024;
}




.refRight{text-align:Right}
/*----------------------------------------------------------*/
/*--------------------Header Tag Styles---------------------*/
h1
{
	font-family:Arial Narrow;
	color:#376333;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:2.0em;
	padding: 0 0 0 0;
}

//h1, 
h2, h3, h4{color:#003366;}
//h1
//{
//	background-color:#FEFFD6;
//	background-image:url(../Images/headingBottomBorder.gif);
//	background-position:bottom;
//	background-repeat:repeat-x;
//	font-size:1.25em;
//	margin-top:0;
//	padding-top:5px;
//	padding-bottom:12px;
//	padding-left:185px;
//	position:relative;
//	top:115px;
//	text-decoration: none;
//	z-index:1;
//}
//h1 a, h1 a:link, h1 a:visited, h1 a:active
//{
//	color:#003366;
//	text-decoration:none
//}
h3 a, h3 a:link, h3 a:visited, h3 a:active
{
	color:#003366;
//	text-decoration:none
}
//h1 a:hover, h3 a:hover, h3.noMarginLink a:hover
//{
//	color:#339933;
//}


/*----------------------------------------------------------*/
/*--------On Individual/Business/Download Menu Pages--------*/
//h1.individuals{background-color:#CDEBF4;}
//h1.businesses{background-color:#CFEAE3;}
//h1.downloads{background-color:#D1E9D5;}

h2{font-size:1.2em;}
h3{font-size:1em;}
h4{font-size:.9em;}

h3.noMarginLink{margin:0;}
h3.noMarginLink a,h3.noMarginLink a:link, h3.noMarginLink a:visited, h3.noMarginLink a:active
{
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}
p.noMarginLink
{
	margin-left:10px;
}


/*----------------------------------------------------------*/
/*------------------Generic Styles--------------------------*/

em.noFormat
{
	font-style:normal;
}
.lineBreakAfter{margin-bottom:1em;}
.lineBreakBefore{margin-top:1em;}
.button
{
	background-color:#BAC3D3;
	border:3px outset #003366;
	color:#003366;
	cursor:pointer;
	font-weight:bold;
}
.button:hover
{
	border-style:inset;
	color:#339933;
}
.center{text-align:center;}
.underline{text-decoration:underline;}
.errorMsg
{
	color:#8b0000;
	font-weight:bold;
	margin-bottom:1em;
	text-align:center;
}
.floatLeft{float:left;}
.floatRight{float:right;}
.highlight{background-color:#339933;padding:.25em 1em .25em 1em;}
.imgButton{cursor:pointer;}
.indent{margin-left:2em;}
.inline{display:inline;}
.block {display:block;}
.label{font-size:1em;color:#003366;font-weight:bold;}
.noMargin{margin:0}
.normal, .normal li{font-weight:normal}
.normalText {font-weight:normal; color:#000000}
.note
{
	color:#003366;
	font-weight:bold;
	font-size:.8em;
	text-align:left;
}
.noteBig
{
	color:#003366;
	font-weight:bold;
	text-align:left;
}
.noteBigRed
{
	color:#8b0000;
	font-weight:bold;
	text-align:left;
}
.left {text-align:left;}
#VetsRed 
{
	border:4px solid #8C0000;
	display: inline-block;
}
#VetsBlue
{
	border:4px solid #000063;
	display: inline-block;
	margin:5px;
	padding:10px;
}
.ref
{
	font-family:Verdana, Arial, sans-serif;
	font-style: italic; 
	font-size:.7em;
}
.refRight
{
	font-family:Verdana, Arial, sans-serif;
	font-style: italic; 
	font-size:.7em;
	text-align:right;
	margin-right:15px;
}
img.vetLeft
{
	float:left;
	margin-left:10px;
	margin-right:12px;
}
img.vetRight
{
	float:right;
	margin-left:5px;
	margin-right:12px;
}


/*----------------------------------------------------------*/
/*---------Ordered and Unordered List Styles----------------*/
ol{list-style-type:decimal;}
ol ol{list-style-type:lower-alpha;}
li
{
	font-weight:bold;
//	padding:1px;
}
.linkList{list-style-type:none;}
.noDisplay{display:none;}
.ol_SkipListItems
{
	list-style-type:none;
	margin-left:0.5em;
	padding-left:0.5em;
}
.ol_SkipListItems div
{
	margin:0;
	margin-left:2.5em;
	padding:0;
	position:relative;
	top:-1.25em;
}
ul.WageData
{
	list-style-type:none;
	margin-left:20px;
	margin-top:0;
	padding-left:0;
	padding-top:0;
}


/*----------------------------------------------------------*/
/*---------------------------Images-------------------------*/
img{border:none;}
a img{border:none;}
img.floatLeft
{
	float:left;
	margin-left:40px;
	margin-right:20px;
}
img.floatRight
{
	float:right;
	margin-left:20px;
	margin-right:40px;
}


/*----------------------------------------------------------*/
/*--------------------------Fieldsets-----------------------*/
fieldset.contacts
{
/*	float: left;*/
	padding: 0 0 0 50px;
/*	margin: 125px 0 0 0;*/
	text-align:left;
	width:50%;
}
fieldset.contacts address{margin-left:0;}
legend
{
	color:#003366;
	font-size:1em;
	font-weight:bold;
}


/*----------------------------------------------------------*/
/*-----------------------Anchor Styles----------------------*/
#AnchorBlack
{
	color:#000000;
}

a.returnTop
{
	font-size:0.95em;
}
a, a:link, a.returnTop, a.returnTop:link
{
	color:#003366;
	font-weight:normal;
	text-decoration:none;
}
a:visited
{
	color:#003366;
	font-weight:normal;
	text-decoration:none;
}
a:hover, a.returnTop:hover
{
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}
a.sectionHeading
{
	color:#003366;
	display:block;
	font-size:1.2em;
}
a.nonLink
{
	color:#000000;
	font-weight:normal;
}
a.inactive
{
	color:#003366;
}
a.normal
{
	font-weight:normal;
}

/*----------------------------------------------------------*/
/*----------------Block Level Elements----------------------*/
address
{
	font-style:normal;
	margin-left:5em;
	margin-top:1em;
}
address.noIndent{margin:0;}
address.noFormat
{
	display:inline;
	margin:0;
	padding:0;
}

pre
{
	font-size:14px;
	font-weight:normal;
}

dd, p, address{line-height:1.5em;}
p, dl
{
	margin-top:0.8em;
	margin-bottom:0.8em;
}
dl{padding-bottom:0;}
dt
{
	color:#003366;
	font-weight:bold;
}
dd{padding-bottom:1em;}


/*----------------------------------------------------------*/
/*-----------------Micellaneous Objects---------------------*/
#lastModified
{
	font-size:.85em;
	margin-top:3em;
}
#sampleLetter
{
	border:1px solid #003366;
	padding:1em;
}


/*----------------------------------------------------------*/
/*--------------------Annual Reports------------------------*/
.arRight
{
	float:right;
	margin:5px 5px 5px 5px;
	width:42%;
}
.arLeft
{
	float:left;
	margin:5px 5px 5px 5px;
	width:50%;
}


/*----------------------------------------------------------*/
/*----------Frequently Asked Questions Styles---------------*/
#FAQ_AnswersList li a.question, #FAQ_AnswersList li
{
	color:#003366;
	font-weight:bold;
}
#FAQ_AnswersList li p, dl, address
{
	color:#000000;
	font-size:0.9em;
	font-weight:normal;
}
#FAQ_AnswersList li ul li
{
	color:#000000;
	font-weight:normal;
}
a.sendTip, a.sendTip img
{
	border:none;
	float:right;
	height:39px;
	text-decoration:none;
	width:130px;
}
ul.faqSubList {list-style-type:disc;}


/*----------------------------------------------------------*/
/*---------------------Table Styles-------------------------*/
table
{
//	border-collapse:collapse;
}

thead td, tfoot td, tr.tableHeader
{
	background-color:#339933;
	color:#FFFFFF;
	font-weight:bold;
}
tr.odd{background-color:#DDDDDD}
tr.even{background-color:#FFFFFF}
td.vaTOP{vertical-align:top;}
td
{
//	padding-bottom:5px;
//	padding-left:1em;
//	padding-right:1em;
//	padding-top:5px;
//	vertical-align:top;
}
.tableborder td
{
	font-size: .8em;
	border-width: 1px;
	border-style: solid
}
#tableborder2 td
{
	border-width: 1px;
	border-style: solid;
}


/*----------------------------------------------------------*/
/*-------------------Download Pages Styles------------------*/
div#downloadMainMenu{width:100%;}
div#downloadMainMenu div.floatLeft
{
	margin-right:3em;
	width:65%;
}
li.downloadMenuItem{margin-bottom:1em;}
#downloadAlphaList
{
	margin-left:0;
	padding-left:0;
}
#downloadAlphaList li
{
	display:inline;
	padding-right:1em;
}
tr.downloadHighlight{background-color:#FEFFD6;}
td.downloadName{width:40%;}
td.downloadDesc{width:40%;}

#SectionHeader a
{
	font-weight:bold;
}

h3.downloadSectionHeading
{
	margin-top:0;
	padding-top:0;
}
h3.downloadSectionHeading a
{
	color:#003366;
	text-decoration:none;
	
}
table.downloadListing
{
	border-bottom:1px solid #BAC3D3;
	border-collapse:collapse;
	margin-bottom:1em;
	margin-left:2em;
	width:95%;
}
table.downloadListing td span
{
	color:#8b0000;
	font-variant:small-caps;
	font-weight:bold;
}
table.downloadListing td img{vertical-align:text-bottom;}
table.downloadListing td.formatNoWidth 
{
	text-align:center;
	width:1%;
}
table.downloadListing td.formatNoWidthNoWrap
{
	text-align:center;
	width:5%;
	white-space:nowrap;
}
table.downloadListing td.indent{padding-left:5em;}
table.downloadListing td div.spanish{margin-top:0.5em;}
table.downloadListing td div.spanish a{font-weight:normal;}
table.downloadListing tfoot {display:none;}

span.NewDownload
{
	color:#8b0000;
	font-variant:small-caps;
	font-weight:bold;
}

/*----------------------------------------------------------*/
/*------------------Calender Styles-------------------------*/
/*------------Calender/Summary/Details Views----------------*/
#calTabs
{
	border-bottom:2px solid #003366;
	margin-left:0;
	padding-left:0;
}
#calTabs li
{
	border:2px solid #003366;
	border-bottom:none;
	color:#003366;
	display:inline;
	margin-right: 1em;
	padding-left:.5em;
	position:relative;
	top:-1px;
	text-align:center;
}
#calTabs li.active{background-color:#BAC3D3;}
#calTabs li.inactive a:hover{color:#339933}
#calTabs li a
{
	color:#003366;
	text-decoration:none;
}

/*----------------------------------------------------------*/
/*--------------Employer/Jobseeker/All Filters--------------*/
#calView{list-style-type:none;}
#calView li
{
	display:inline;
	margin-right: 2em;
}
#calView li.active{color:#8b0000;}
#calView li div{display:inline;}

/* Calender View */
#calendar
{
	border:2px solid #003366;
	margin-left:0;
}
#calendar thead td, #calendar tfoot td{text-align:center;}
#calendar tbody td{padding:0;}
#calendar td
{
	border:1px solid #003366;
	border-bottom:none;
	width:10%;
}

/*----------------------------------------------------------*/
/*------------------Previous/Next Month Links---------------*/
a.calNavigation
{
	color:#FFFFFF;
	font-size:0.75em;
	padding:0 3em 0 3em;
}
a.calNavigation:visited{color:#FFFFFF}
a.calNavigation:hover{color:#339933}
.calMonth{font-size:1.75em;}

#calendar td h3
{
	background-color:#BAC3D3;
	font-size:.9em;
	padding:0.25em;
	text-align:right;
	margin-top:0;
}
#calendar td p
{
	font-size:0.8em;
	padding-left: 3px;
	padding-right: 3px;
}


/*----------------------------------------------------------*/
/*-----------------------Event Styles-----------------------*/
.employerEvt{background-color:#FFF3E7;}
.jobseekerEvt{background-color:#D6FFEF;}
.mobileEvt{background-color:#d6e8ff;}
.allEvt{background-color:#FEFFD6;}
.calOfficeClosure
{
	color:#8b0000;
	text-align:center;
}


/*----------------------------------------------------------*/
/*--------Input form for changing month shown---------------*/
form#frmDateSelection{width:100%;} /* Corrects placement of lastModified paragraph in IE6 */
form#frmDateSelection + p {float:left;clear:both} /* Corrects placement of lastModified in FF */
#calDateSelection
{
	background-color:#FFFFFF;
	border:5px groove #003366;
	margin:1em 0 0 0;
	padding:1em;
	text-align:left;
	white-space:nowrap;
	float:left;
	clear:right;
}
#calDateSelection legend{line-height:2em}
#calDateSelection label
{
	color:#003366;
	display: inline-block;
	font-weight:bold;
	text-align:right;
	//width:6em;
}
#calDateSelection div
{
	margin-left:6em;
	margin-top:1em;
	word-spacing:1em;
}
#calDateSelection input#txtCalYear
{/* !!! not working !!! */
	text-align:right;
	width: 2.5em;
}


/*----------------------------------------------------------*/
/*----------------Events Details Page Styles----------------*/
div.evtInfo{margin-bottom:1em;}
.evtAddress
{
	margin-bottom:-2em;
	margin-left:13.5em;
	padding-left:1em;
	position:relative;
	top:-2.25em;
}
.evtInfo span.label
{
	color:#003366;
	display:inline-block;
	font-weight:bold;
	text-align:right;
	padding-right:1em;
	width:12em;
}
.evtInfo p
{
	margin-bottom:-2em;
	margin-left:12em;
	padding-left:1em;
	position:relative;
	top:-2em;
}
#summaryHeading a
{
	color:#003366;
	font-size:1em;
}
#summaryHeading a:hover{color:#339933;}


/*----------------------------------------------------------*/
/*-------------------Press Release Styles-------------------*/
/*----------------------Year Filters------------------------*/
#prTabs
{
	border-bottom:2px solid #003366;
	margin-left:0;
	padding-left:0;
}
#prTabs li
{
	color:#003366;
	display:inline;
	border:2px solid #003366;
	border-bottom:none;
	margin-right: 1em;
	padding-left:.5em;
	position:relative;
	text-align:center;
	top:-1px;
}
#prTabs li.active{background-color:#BAC3D3;}
#prTabs li.inactive a:hover{color:#339933}
#prTabs li a
{
	color:#003366;
	text-decoration:none;
}


/*----------------------------------------------------------*/
/*-----------------------Month Filters----------------------*/
#prView
{
	list-style-type:none;
	text-align:center
}
#prView li
{
	display:inline;
	margin-right: 2em;
}


/*----------------------------------------------------------*/
/*----------Container for Press Release Master List---------*/
#prList h3{margin-bottom:0}
#prList div
{
	font-weight:bold;
	margin-bottom:2.5em;
	margin-left:2em;
}
#prList p{font-weight:normal;}
div#prCurrent
{
	background-color:#FEFFD6;
}
//div#prCurrent h3{display:inline;}
div#prCurrent
.currentArticle
{
	color:#8b0000;
//	font-size:1.25em
}


/*----------------------------------------------------------*/
/*-----------Container for Press Release Details------------*/
#prDetails h3{margin-bottom:0}
#prDetails div
{
	font-weight:bold;
	margin-bottom:2.5em;
	margin-left:2em;
}
#prDetails p{font-weight:normal;}
#prDetails span.label
{
	color:#003366;
	display:inline-block;
	font-weight:bold;
	padding-right:1em;
	text-align:right;
	width:5em;
}
#prDetails table{margin-left:0;}

/*----------------------------------------------------------*/
/*-----------LMI Employment & Wages styles------------------*/
#wageDataMap{height:350px; width:100%;}
#wageDataMap ul{float:left; margin-top:1.5em;}
#wageDataMap img
{
	float:left;
	margin:0;
	padding-right:1em;
}
ul.WageData li{font-weight:normal;}


/*----------------------------------------------------------*/
/*-------------Validation Error Messages styles-------------*/
div#errorList
{
	color:#8b0000;
	text-align:left;
	background-color:#FEFFD6;
	border:2px solid #003366;
	padding: 1em 1em 1em 1em;
}


/*----------------------------------------------------------*/
/*--------------Emergency Announcements Section-------------*/
div#emergencyInfo
{
	margin:10px;
	padding:5px;
	width:170px;
}
div#emergencyInfo a, div#emergencyInfo a:visited
{
	color:#003366;
	font-size:.9em;
	font-variant:small-caps;
	font-weight:bold;
}
div#emergencyInfo a:hover{color:#339933;}

/*----------------------------------------------------------*/
/*-----------------------Print Style------------------------*/
@media print
{
	body{position:static}
	#footer,.navigationTree,#portalsRight,#portalsLeft,#navigation,#searchSurvey,.headerImage{display:none;}
	#Body_Wrapper,#Body_WrapperWithColumnRight{margin:0;padding:0;position:static;}
	#header{position:static;}
//	h1{padding:0;margin:0;position:static;}
	td{border:1px solid #000000;}
	thead{display:table-header-group;}
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/

.LWC_heading 
{
	text-align: center;
}

.LWC_OutsideContainer 
{
	background-image:url('../Images/Background_1px.gif');
	background-repeat:repeat-x;
	display:block; 
	float: left;
	width: 100%;
}

.LWC_InsideContainer
{
	width: 760px;
	/* Centering for IE6+ in strict mode,
	Firefox, and other modern browsers */
	margin: auto;
	/* Don't center every line of text -
	we inherited this setting from body */
	text-align: left;
	display:block; 
}

.LWC_InsideContainer_HomepageOnly
{
	width: 780px;
	/* Centering for IE6+ in strict mode,
	Firefox, and other modern browsers */
	margin: auto;
	/* Don't center every line of text -
	we inherited this setting from body */
	text-align: left;
}

.LWC_LeftBorder 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 5px;
	margin-top: -2px;
}

.LWC_Main 
{
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.LWC_RightBorder 
{
	float: right;
	padding: 0px 0px 0px 0px;
	width: 15px;
	margin-top: -2px;
}

.LWC_LeftHeader 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 380px;
	height: 120px;
}

.LWC_RightHeader 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 380px;
	//height: 120px;
}

.LWC_PortalBar 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 760px;
	//height: 30px;
}


.LWC_PortalBar_Home
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 760px;
	//height: 30px;
}

.LWC_HeaderPortal
{
	width: 760px;
	height: 150px;
	padding: 0px 0px 0px 0px;
}

/*----------------------------------------------------------*/
/*-----------------Home Page Footer Only--------------------*/
.LWC_Footer_Home
{
text-align: left;
padding: 5px 10px 5px 10px;
max-width: 750px;
margin: -2px -2px -2px -2px;
background-color:#ffffff;
font-size:.8em;
color:#000000;
text-wrap: wrap;
}

.LWC_Footer_Home .FooterLink, .LWC_Footer_Home .FooterLink:visited
{
	color:#003366;
}

.LWC_Footer_Home .FooterLink:hover
{
	color:#ffffff;
	background-color: #00a024;
}

.LWC_Disclaimer_Home
{
	font-family:arial;
	font-size:9px;
	color:black;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 710px;
	height: 30px;
	margin: 10px 0 0 3px;
	white-space:nowrap;
}
/*-------------End Of Home Page Footer Only-----------------*/
/*----------------------------------------------------------*/


/*----------------------------------------------------------*/
/*----------------All Other Pages Footer--------------------*/
.LWC_Footer
{
text-align: left;
padding: 5px 10px 5px 10px;
max-width: 750px;
margin: -2px -2px -2px -2px;
background-color:#ffffff;
font-size:.8em;
color:#000000;
text-wrap: wrap;
}

.LWC_Footer .FooterLink, .LWC_Footer .FooterLink:visited
{
	color:#003366;
}

.LWC_Footer .FooterLink:hover
{
	color:#ffffff;
	background-color: #00a024;
}

.LWC_Disclaimer 
{
	font-family:arial;
	font-size:9px;
	color:black;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 710px;
	height: 30px;
	margin: 10px 0 0 3px;
	white-space:nowrap;
}
/*---------------End Of All Other Pages Footer--------------*/
/*----------------------------------------------------------*/

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.LWC_LA1 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 120px;
	height: 50px;
	margin: 25px 0px 0px 50px;
	position:relative;
}
.LWC_LA1 img
{
	border-style:none;
	
}
.LWC_LA2 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 120px;
	height: 50px;
	margin: 0px 00px 0px 90px;
	position:relative;
}
.LWC_LA2 img
{
	border-style:none;
	
}

.LWC_LA3 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 120px;
	height: 50px;
	margin: 15px 0px 0px 40px;
	position:relative;
}
.LWC_LA3 img
{
	border-style:none;
	
}

.LWC_LA4 
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 120px;
	height: 50px;
	margin: 32px 0px 0px 50px;
	position:relative;
}
.LWC_LA4 img
{
	border-style:none;
	
}

.LWC_Partners a img
{
	border-style:none; 

}

.LWC_MainArea
{
	/*float: left; Commented Out To Allow Printing Of Web Pages  */
	background-color:#ffffff;
	margin: 0 0 0 0;
	padding: 5px 10px 10px 10px;
	height: 100%;
}
.abnormal, .abnormal li{font-weight:normal;font-size: 9px;}

.LWC_LeftHeader
{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 370px;
	height: 120px;
	
}
	
.LWC_LeftHeader #LWC_MainLogo
{
	margin-left:50px;
	margin-top:20px;
}

#MessageHeader
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

#Values li
{
	font-weight:normal;
}

/*----------------------------------------------------------*/
/*--------------Sub-Organizational Chart styles-----------------*/
ul.subOrg_Container
{
    border:2px solid #003366;
    float:right;
    list-style:none;
    margin:0;
    margin-left:1em;
    padding:5px;
    background-image:url(../Images/orgChartBranchFiller.gif);
    background-repeat:no-repeat;
    background-position:16px 20%;
}
ul.subOrg_Container div
{
    font-size:11px;
    position:static;
    text-align:left;
}
ul.subOrg_Container span.title
{
    font-size:12px;
}
ul.subOrg_Container ul
{
    margin-left:10px;
    padding-left:0;
}
ul.subOrg_Container ul div.outer
{
    width:150px;
}
ul.subOrg_Container div.inner
{
    padding:0px 3px 0px 3px;
    text-align:center;
}
ul.subOrg_Container ul li
{
    background-image:url(../Images/orgChartBranch.gif);
    background-repeat:no-repeat;
    background-position:center left;
    list-style:none;
    padding-top:8px;
    padding-left:25px;
}
ul.subOrg_Container ul li.endTree
{
    background-image:url(../Images/orgChartBranchEnd.gif);
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
