@import url("styleSheet_Index.css");
@import url("styleSheet_Interior.css");
/* ------------------------------------------------------
General Classes
------------------------------------------------------ */

body {
	margin: 0px;
	Padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #333333;
	background-color: #FFFFFF;
	width: 100%;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font:bold medium Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#996600;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	color:#255351;
	margin-bottom:7px;
	font-size: 16px;
}
h3 {
	color:#8e7f02;
	font-size: 13px;
}
h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#255351;
	font-size:13px;
}

/* ------------------------------------------------------
Headings
------------------------------------------------------ */

/* ------------------------------------------------------
Header
------------------------------------------------------ */

#logo
{
	position: relative; 
	top: 0px;
	left: 0px;
}

#Outer_Container {
	width:expression(document.body.clientWidth > 9100? "9100px":
	(document.body.clientWidth < 772? "770px": "100%" ));
	min-width:770px;
}
	
#Header_Outer {
	width:100%;
	min-width:770px;
	height:118px;
	background:url(../images/generic/header/head_background.jpg) repeat-x top left;
}
#Header_Inner_Left {
	height:118px;
	background:url(../images/generic/header/head_workcoverwa_logo.jpg) no-repeat top left;
}
#Header_Inner_Right {
	width:500px;
	height:118px;
	float:right;
}

#Header_Inner_Right a, #Header_Inner_Right a:link, #Header_Inner_Right a:visited {
	font-size: 10px;
}

#Header_Search_Container {
	margin-top:54px;
	clear:both;
	background:none;
}
#Header_Search_Container a, #Header_Search_Container a:link, #Header_Search_Container a:hover, #Header_Search_Container a:visited {
	display:block;
	padding: 0px 0px 0px 0px;
	margin: 0px 39px 5px 10px;
	color:#ffffff;
	text-decoration: underline;
	font-size:10px;
}
.Header_Search_Input {
	width:150px;
	height:12px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	border:groove 1px #666666; 	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
}
.Header_Search_Submit {
	width:19px;
	height:18px;
	float:right;
	margin:1px 10px 0px 10px;
	border:none;
	background:url(../images/generic/header/head_button_submit.gif) no-repeat top left;
}
#Header_GovermentLogo {
	float:right;
	clear:both;
	margin: 11px 10px 5px 0px;
}
#Header_GovermentLogo a {
	display:block;
	width:73px;
	height:35px;
	background: url(../images/generic/header/head_goverment_logo.gif) no-repeat left top;
}
/* ------------------------------------------------------
Header Navigation
------------------------------------------------------ */
#Header_Nav a {
	float:right;
	display:block;
	padding: 0px 10px 0px 10px;
	margin: 8px 0px 0px 0px;
	background:url(../images/generic/header/head_nav_divide.gif) no-repeat center right;
	color:#ffffff;
}

/* ------------------------------------------------------
Main Navigation
------------------------------------------------------ */
#Nav_Top_Outer {
	height:39px;
	background:url(../images/generic/navigation/nav_dottedline_bottom.gif) repeat-x bottom left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:770px;
	width:expression(document.body.clientWidth > 9100? "9100px":
	(document.body.clientWidth < 772? "770px": "100%" ));
}
a#Nav_Top_Workers {
	width:6%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 4px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}
a#Nav_Top_Employers {
	width:8%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}
a#Nav_Top_Health {
	width:12%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
	}
a#Nav_Top_Service {
	width:13%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}
a#Nav_Top_Injury {
	width:14%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}
a#Nav_Top_Dispute {
	width:14%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}
a#Nav_Top_Forms {
	width:15%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	vertical-align:super;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}
a#Nav_Top_About {
	width:13%;
	height:27px;	
	float:left;
	display:block;
	text-align:center;
	padding: 12px 2px 0px 2px;
	background:url(../images/generic/navigation/nav_divideline.gif) no-repeat center right;
}

/* ------------------------------------------------------
Left Navigation
------------------------------------------------------ */
#LeftNav_TabTop {
	width:181px;
	min-height:20px;
	padding: 4px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	background:#998000 url(../images/left_navigation/nav_background_tab-top.gif) no-repeat bottom left;
}
.LeftNav_Tab {
	width:181px;
	height:20px;
	padding: 4px 0px 0px 12px;
	margin: 4px 0px 0px 0px;
	background:url(../images/left_navigation/nav_background_tab.gif) no-repeat top left;
	
}
#LeftNav_TabTop a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.LeftNav_Tab a, .LeftNav_Tab a:visited, .LeftNav_Tab a:link {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#LeftNav_TabSub {
	padding: 0px 0px 0px 6px;
}
#LeftNav_TabSub a {
	display:block;
	background: url(../images/left_navigation/nav_sub_dash.gif) no-repeat left 12px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	border-bottom:solid 1px #333333;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Level 1 Sub Nav */
#LeftNav_TabSub a {
	display:block;
	background: url(../images/left_navigation/nav_sub_dash.gif) no-repeat left 12px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	border-bottom:solid 1px #333333;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}


/* Level 1 Sub Nav (_SubPlus for links that will have further options */
#LeftNav_TabSub a.Level1_SubDash {
	display:block;
	background: url(../images/left_navigation/nav_sub_dash.gif) no-repeat left center;
	padding-left:10px;	
	border-bottom:solid 1px #333333;
	color:#000000;
}
#LeftNav_TabSub a.Level1_SubPlus {
	display:block;
	background: url(../images/left_navigation/nav_sub_plus.gif) no-repeat left 10px;
	padding-left:10px;	
	border-bottom:solid 1px #333333;
	color:#000000;
}


/* Level 2 Sub Nav (_SubPlus for links that will have further options */
#LeftNav_TabSub a.Level2_SubDash {
	display:block;
	background: url(../images/left_navigation/nav_sub_dash.gif) no-repeat 12px 12px;
	background-color:#dbe8e8;	
	padding-left:20px;	
	border-bottom:solid 1px #333333;
	color:#000000;
}
#LeftNav_TabSub a.Level2_SubPlus {
	display:block;
	background: url(../images/left_navigation/nav_sub_plus.gif) no-repeat 12px 10px;
	background-color:#dbe8e8;
	padding-left:20px;	
	border-bottom:solid 1px #333333;
	color:#000000;
}


/* Level 3 Sub Nav (_SubPlus for links that will have further options */
#LeftNav_TabSub a.Level3_SubDash {
	display:block;
	/*background: url(../images/left_navigation/nav_sub_dash.gif) no-repeat 14px 12px;*/
	background:#f0f4f5;
	padding-left:30px;	
	border-bottom:solid 1px #333333;
	color:#000000;
}
#LeftNav_TabSub a.Level3_SubPlus {
	display:block;
	/*background: url(../images/left_navigation/nav_sub_plus.gif) no-repeat 13px 10px;*/
	background:#f0f4f5;
	padding-left:30px;	
	border-bottom:solid 1px #333333;
	color:#000000;
}


/* Quick Links */
/* New */
#LeftNav_QuickLinks {
	width:193px;
	background:url(../images/generic/quick_links/background.gif) repeat top left;
	margin: 8px 0px 0px 0px;
}

.leftNavMarginTop
{
	margin-top:0px !important;
}

/* Header */
#LeftNav_QuickLinks h1 {
	display:block;
	width:181px;
	height:27px;
	padding: 4px 0px 0px 12px;
	margin:0px;
	background:url(../images/generic/quick_links/header.gif) no-repeat left top;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* Footer */
#LeftNav_QuickLinks h2, Main_Left_AdvisoryBox h2 {
	display:block;
	height:5px;
	padding:0px 0px 0px 0px;
	margin:0px;
	background:url(../images/generic/quick_links/footer.gif) no-repeat left top #FFFFFF;
}
#LeftNav_QuickLinks ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
	font:bold 12px Arial, Helvetica, sans-serif;
}
#LeftNav_QuickLinks ul li {
	display:block;
	width:167px;
	padding: 8px 0px 9px 0px;
	margin: 0px 12px 0px 12px;
	background:url(../images/generic/quick_links/divide.gif) repeat-x left bottom;
}
#LeftNav_QuickLinks ul li a, #LeftNav_QuickLinks ul li a:visited {
	color:#1e5552;
	padding: 0px 0px 0px 24px;
}
#LeftNav_QuickLinks ul li a.QuickLink_Calendar {
	display:block;
	padding: 0px 0px 0px 24px;
	margin:0px;
	background:url(../images/generic/quick_links/symbol_calendar.gif) no-repeat left center;
}
#LeftNav_QuickLinks ul li a.QuickLink_Subscribe {
	display:block;
	padding: 0px 0px 0px 24px;
	margin:0px;
	background:url(../images/generic/quick_links/symbol_subscribe.gif) no-repeat left top;
}


#LeftNav_QuickLinks ul li a.QuickLink_Calendar2 {
	display:block;
	padding: 0px 0px 10px 24px;
	margin:0px;
	background:url(../images/generic/quick_links/Calendar_Icon_edit.jpg) no-repeat left center;
}
#LeftNav_QuickLinks ul li a.QuickLink_Subscribe2 {
	display:block;
	padding: 0px 0px 10px 24px;
	margin:0px;
	background:url(../images/generic/quick_links/subscribe_icon_edit.jpg) no-repeat left top;
}



#LeftNav_QuickLinks ul li a.QuickLink_Feedback {
	display:block;
	padding: 0px 0px 1px 24px;
	margin:0px;
	background:url(../images/generic/quick_links/feedback-icon-big.jpg) no-repeat left top;
}

#LeftNav_QuickLinks ul li a.QuickLink_Complaints {
	display:block;
	padding: 0px 0px 0px 24px;
	margin:0px;
	background:url(../images/generic/quick_links/stop_hand_green_edit.jpg) no-repeat left top;
}


/* Old */
#LeftNav_Sub {
	background:url(../images/left_navigation/nav_sub_background.gif) repeat top left;
	line-height: 24px;
	padding: 0px 0px 0px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#LeftNav_Sub a, #LeftNav_Sub a:hover, #LeftNav_Sub a:link, #LeftNav_Sub a:visited {
	display:block;
	background: url(../images/left_navigation/nav_sub_dash.gif) no-repeat left 12px;
	padding-left:6px;
	color:#000000;	
	text-decoration: underline;
}


/* ------------------------------------------------------
Main
------------------------------------------------------ */
#Main_LeftContainer {
	width:193px;
	float:left;
	padding-left:22px;
}
/* Below are the text controls for the latest news section */	
#Main_Left_LatestNews {
	font:normal small Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 8px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}

.latestNewsLeft
{
 padding-left:0 !important;
}

#Main_Left_LatestNews h1 {
	font:bold small Arial, Helvetica, sans-serif;
	color:#996600;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
#Main_Left_LatestNews h2, #Main_Left_LatestNews .LatestNewsHeader a,  
#Main_Left_LatestNews .LatestNewsHeader a:link, #Main_Left_LatestNews .LatestNewsHeader a:visited {
	font:bold small Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

#Main_Left_LatestNews .LatestNewsHeader a:hover
{
	text-decoration: underline;
}

#Main_Left_LatestNews span {
	font:bold small Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#Main_Left_LatestNews a, #Main_Left_LatestNews a:link, #Main_Left_LatestNews a:visited, #Main_Left_LatestNews a:hover {
	display:block;
	font:bold small Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-decoration: underline;
}
/* Advisory Service Box */	
#Main_Left_AdvisoryBox {
	height:105px;
	background:url(../images/left_navigation/background_advisorybox.gif) no-repeat top left;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding: 6px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
}
#Main_Left_AdvisoryBox h1 {
	display:block;
	font:bold small Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}
#Main_Left_AdvisoryBox a, #Main_Left_AdvisoryBox a:link, #Main_Left_AdvisoryBox a:visited, #Main_Left_AdvisoryBox a:hover {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#1e5352;
	text-decoration: underline;
}
#Main_RightContainer {
	margin-left:224px;
}

#Main_Left_LatestNews a.LatestNews, #Main_Left_LatestNews a.LatestNews:link, #Main_Left_LatestNews a.LatestNews:visited
{
	font:bold small Arial, Helvetica, sans-serif;
	color:#996600;
	text-decoration: none;
}

#Main_Left_LatestNews a.LatestNews:hover
{
	text-decoration: underline;
}

/* ------------------------------------------------------
Footer
------------------------------------------------------ */
#Footer_Outer {
	height:45px;
	min-width:770px;
	clear:both;
	padding-top:10px;
}
#Footer_Left {
	width:193px;
	height:42px;
	float:left;
	background:url(../images/generic/footer/foot_dottedline_top.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 16px 0px 0px 22px;
}

#Footer_Left a, #Footer_Left a:visited, #Footer_Left a:link, #Footer_Left a:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:medium;
	color: Black;
	text-decoration: underline;	
}

#Footer_Center {
	height:30px;
	margin-left:228px;
	background:url(../images/generic/footer/foot_dottedline_top.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 18px 0px 0px 0px;
}
#Footer_Right {
	width:220px;
	float:right;
	padding: 0px 15px 0px 0px;
	line-height:14px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
/* Footer Link */
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:active {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ------------------------------------------------------
Links
------------------------------------------------------ */

/* Standard Link */
A          { 
	color: #666666; 
	text-decoration : none; 
}
A:visited  { 
	color: #666666; 
	text-decoration : none; 
}
A:Active   { 
	color: #666666; 
	text-decoration : none; 
}
A:Hover    {
	color: #000000;
	text-decoration : underline;
}

/* ------------------------------------------------------
Forms
------------------------------------------------------ */

form {
	margin: 0px;
	padding: 0px;
}
input {

}


textarea {

}

select {

	}

TD.formCaptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

/* ------------------------------------------------------
HTML 
------------------------------------------------------ */

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


ol {
}

ul{
}

/* ------------------------------------------------------
DHTML Menus
------------------------------------------------------ */

.SubMenuGroup {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: small;
}
  
 
.MenuItem {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	border-top: 0px solid #534D41;
	border-right: 0px solid #534D41;
	border-bottom: 0px solid #534D41;
	border-left: 0px solid #534D41;
	text-decoration: none;
}
 
.MenuItemOver {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}
 

.SubMenuItem {
	color: #ffffff;
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 110px;
	height: 15px;
}
 
.SubMenuItemOver {
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	width: 110px;
	height: 15px;
}
 

/* ------------------------------------------------------
Calendar
------------------------------------------------------ */
.calendar
{
	border: solid 1px #000000;
}
.calendar ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.calendar ul li
{
	display:block;
	background:url(../images/interior_pages/calendar_arrow.gif) no-repeat 3px 4px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:11px;		
	padding:0px 0px 0px 10px;
	margin:5px 0px 8px 0px;
	color:#999999;
}
.calendar ul li a
{
	color:#00ff00;
}


.dayheader
{
	background:#999999;
	font-weight: bold;
	height: 20px;
	color:#FFFFFF;
	border: solid 1px white;
}

.day
{
	height: 20px;
}

.nextprev, .nextprev a, .nextprev a:link, .nextprev a:visited
{
	color: white;
	border: none;
}

.othermonth
{
	visibility: hidden;
}

.calheader
{
	background-color:#1e5552;
	color: white;
	border:none;
	height: 20px;
	font-weight: bold;
}

.daygray
{
	background:#dbe8e8;
	color: black;
	border: solid 1px white;
	height: 20px;
	font-weight:bold;
}
.daywhite
{
	background-color:#f0f4f5;
	border: solid 1px white;
	height: 20px;	
	font-weight:bold;
}


