body {
	margin: 8px;
	background-color: white;
	font-family: Helevetica,Arial,Verdana,sans-serif;
	font-size: 0.8em;
	color: #002752;
}
a#navSkipLink{
	color: #FFFFFF;
	position: absolute;
	left: -9999px;
	}

#header {
	height: 123px;
	width: 59em; 
	position: relative;
}
#crest {
	float: left;
	width: 12.7em;
	background: #093E78;
}
#headerimage {
	background: #093e78 url(/wsimages/header_gradient.jpg) repeat-x top left;
	float: left;
	margin-left: 8px;
	width: 30.4em;
}

.topright {
	float: left;
	margin-left: 8px;
	width: 185px;
}
#randomint {overflow: hidden; height: 88px;}
#randomhome {overflow: hidden; height: 88px;}
#search {
	margin-top: 4px; 
	height: 31px;
	background-color: #d3d5dd;
}
#searchInput {
	border: 1px solid #1B5B99;
	width: 125px;
	height: 15px;
	padding-left: 3px;
	padding-top: 2px;
	font-size: smaller;
	float: left;
}
#searchSubmit {
	vertical-align: middle;
}
#searchForm {padding-top: 5px; padding-left: 6px; text-align: center; margin-bottom: 2px;}

#searchForm label span{
	color: #D3D5DD;
	display: none;
	}

#searchForm form {margin: 0px;}

#main {	
	margin-top: 5px;
	width: 59em; 
}
#left {
	width: 12.69em;
	float: left;
}
#menu {border-bottom: 4px solid #CFDBE6;}
#logos {margin-top: 12px;}
#right {
	width: 45.5em;
	float: left;
	margin-left: 8px;
	}
	/*--Opera 9.5 hack--*/
	@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0){
	  	head~body:last-child #right { width: 44.5em;}
	}
	
#body {
	width: 369px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#body a {
	color: #0150AC;
	text-decoration: underline;
	font-weight: bold;
}

 /* for body stretched to full width of page */
.fullWidth {	
	width: 572px !important; 
	padding-right: 0px !important;
	padding-left: 10px !important; 
	margin-right: 0px;}

#body p {
	font-size: 0.9em;;
}
#pagetitle {color: #144a8a;}
#pagetitle h2 {
	margin: 10px 0px 0px 0px;
	font-size: 1.2em;
}
#resourcepagetitle h2 {
	color: white;
	background-color: #093e78;
	padding: 5px 0px 5px 10px;
	margin: 10px 10px 0px 0px;
	font-size: 0.9em;
}
.divider {height: 0px; clear: both; font-size: 0px; line-height: 0px;} /* divider to ensure correct floats in IE */

#homepageintro {
	margin: 5px 0px -5px 10px;
	font-size: 0.9em;
	color: #0F4481;
}
#breadcrumbs {
	position: relative;
	font-size: 0.85em;
	padding-bottom: 6px;
	color: #50729A;
}
.breadcrumbLink {color: #0F4481;}
#separator {
	line-height: 1px;
	position: relative;
	left: 2px;
	top: 23px;
	width: 386px;
	background: url(/wsimages/dashes.gif) repeat-x bottom left;
}

/* XXXXXXXXXXXXXXXX */
/* CONTAINER STYLES */
/* XXXXXXXXXXXXXXXX */
#containers{
	width: 14.47em;
	float: left;
	margin-left: 8px;
	margin-bottom: 9px;
	}
	/*--Opera 9.5 hack--*/
	@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0){
	  head~body:last-child #containers { 
	  	width: 14em;
	  }
	}

.internalContainerRHS {
	border: 7px solid #cfdbe6;
	margin-bottom: 8px;
	font-size: 0.85em;
}
.homePageContainerSmall {
	width: 16em;
	border: 7px solid #cfdbe6;
	margin-left: 9px;
	margin-bottom: 8px;
	float: left;
	display: inline;
	font-size: 0.85em;
	}
	/*--Opera 9.5 hack--*/
	@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0){
	  head~body:last-child .homePageContainerSmall { 
	 	 width: 15.5em;
	  }
	}
#latestnews {
	width: 34em;
	}
	/*--Opera 9.5 hack--*/
	@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0){
	  head~body:last-child #latestnews { 
	  	width: 33.5em;
	  }
	}	

.containertitlebox {
	border-bottom: 6px solid #cfdbe6;
}
.containertitle {
	margin-left: 8px;
	font-weight: bold;
/*	font-size: 0.8em;*/
	color: #ffffff;
	height: 23px;
}
.containertitle h3 {
	padding-top: 4px;
	margin: 0px;
	font-size: 1.2em;
}
.containerbody{
	padding: 5px 8px 15px 8px;
	height: 8em;
	overflow: auto;
}
.internalContainerRHS .containerbody {
	height: auto;
}

#latestnews .containerbody {height: 97px; padding-bottom: 5px;overflow: auto;}
#quicklinks .containerbody {height: 100%; padding-bottom: 0px;}
#relatedcontent .containertitlebox {background-color: #c81e02;}
#contentselector .containertitlebox {background-color: #144a8a;}
.relatedfacts .containertitlebox {background-color: #6cad10;}
.relatedfacts .containerbody {color: #000000;}

/* Home page containers */
#latestnews .containertitlebox {background-color: #3d7ad2;}
#workchoices .containertitlebox {background-color: #7F0477;}
#referralagreements .containertitlebox {background-color: #017384;}

/* END CONTAINER STYLES */


/* CONTAINER CONTENT AND TEASER DISPLAY STYLES */
a {
	text-decoration: none;
	/*font-size: 0.9em;*/
	color: #00076b;
}
a.quicklinks {
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

a.hearinglists {
	margin-bottom: 0px;
}
.hearinglists {
	margin-bottom: 5px;
	/*font-size: 0.9em;*/
}
.teaser {
	color: #00076b;
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-size: 0.85em;*/
}
.latestnewsteaser {
	margin-bottom: 7px;
}

.latestnewsteaser img {
	margin: 0px 7px 7px 0px;	
}

.htmlteaser {margin-bottom: 7px;}

a.teaser {	font-weight: bold;}

a.readmore  {
	display: block;
	color: #c81e02;
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
}


/* XML Feeds */
.xmlFeed {
	background: #FFFFFF url(/wsimages/feed_gradient.jpg) top left repeat-x;
	padding: 8px;
	width: 249px;
	color: #002752;
	float: left;
	}
	.xmlFeed a{
		color: #024193 !important;
	}
.xmlFeedArrow {position: relative; float: right; top: 0px; border: none;}
.xmlFeedSep {background-color: #ABB5BE; height: 1px; margin-top: 0px; margin-bottom: 3px; line-height: 1px; clear: both;}
.xmlFeedTitle {
	margin: 0;
	background: url(/wsimages/blue_square.gif) center left no-repeat;
	font-size: 1em;
}
.xmlFeedDate {font-size: 11px; margin: 3px 0px 3px 10px; color: #4b4949;}
p.xmlFeedDesc {margin: 0px 0px 5px 10px; padding-top: 0px; }
.xmlFeedSubscribeIcon {float: left; margin-left: 4px;}
.xmlFeedViewIcon {float: left; margin-left: 4px;}

/* XML Items */
.xmlItem {
	background: #FFFFFF url(/wsimages/feed_gradient.jpg) top left repeat-x;
	padding: 8px;
	color: #002752;
}
.xmlItemArrow {position: relative; float: right; top: 0px; border: none;}
.xmlItemSep {background-color: #ABB5BE; height: 1px; margin-top: 0px; margin-bottom: 3px; line-height: 1px;}
.xmlItemTitle {
	padding-left: 8px;
	margin: 0;
	background: url(/wsimages/blue_square.gif) center left no-repeat;
	font-size: 1em;
}
.xmlItemDate {font-size: 11px; margin: 5px 0px 5px 10px; color: #576371;}
p.xmlItemDesc {margin: 0px 0px 7px 10px; padding-top: 0px; }
p.xmlItemLink {margin: 0px 0px 0px 10px; }
.xmlItemLink a {text-decoration: underline;  }
a:hover.xmlItemLink  {color: gray;}

.xmlLogo {vertical-align: bottom;}

/* Event Teaser skin */
div.eventTeaser {
	border-bottom: 1px solid #dedede; 
	height: 1.5em; 
	padding-left: 10px; 
	padding-bottom: 5px;
	width: 379px;
}
p.eventTeaser {
	padding-left: 10px; 
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #8397AE;
}
.eventTeaserTitle {
	float: left; width: 230px;
}
.eventTeaserDate {
	float: left; width: 139px; text-align: right; padding-right: 10px;
}
a.eventTeaser { margin-top: 5px; display: block; font-size: 0.9em; text-decoration: underline;}


/* dmLink Teaser Skin */
.linkItem {
	background: #FFFFFF url(/wsimages/feed_gradient.jpg) top left repeat-x;
	padding: 8px;
	color: #002752;
}
.linkItemArrow {position: relative; float: right; top: 0px; border: none;}
.linkItemSep {background-color: #ABB5BE; height: 1px; margin-top: 0px; margin-bottom: 3px; line-height: 1px;}
.linkItemTitle {
	padding-left: 8px;
	margin: 0px 0px 5px 0px ;
	background: url(/wsimages/blue_square.gif) center left no-repeat;
	font-size: 1em;
}
.linkItemDate {font-size: 11px; margin: 5px 0px 5px 10px; color: #576371;}
p.linkItemDesc {margin: 0px 0px 7px 10px; padding-top: 0px; }
p.linkItemLink {margin: 0px 0px 0px 10px; }
p.linkItemLink span.newWindow{
		font-size: 0.95em;
		color: #000;
		padding-right: 4px;
	}
.linkItemLink a {text-decoration: underline; }
a:hover.linkItemLink  {color: gray;}

.xmlLogo {vertical-align: bottom;}



/* XML Feed decision page*/
#decisionSubscribeTop {
	height: 1px;
	width: 367px;
	background: url(/wsimages/decision_top_green.gif) top left repeat-x;	
}


#decisionSubscribeContent {
	float: left;
	background: url(/wsimages/decision_gradient_green.jpg) top left repeat-x;
	color: #002752;
	font-size: 0.9em;
	width: 23.9em;
	height: 4.8em;
	padding-top: 13px;
	}
	/*--Opera 9.5 hack--*/
	@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0){
	  head~body:last-child #decisionSubscribeContent { 
	  	width: 23em;
	  	height: 4.6em;
	  }
	}
#decisionSubscribeIconContainer {
	float: left;
	height: 68px;
	width: 55px;
	background: url(/wsimages/decision_gradient_green.jpg) top left repeat-x;
}
#decisionSubscribeIcon {
	position: relative; 
	top: 13px;
	left: 12px;
}
#decisionSubscribeRSSIconContainer {
	float: left;
	height: 68px;
	width: 36px;
	background: url(/wsimages/decision_gradient_green.jpg) top left repeat-x;}
#decisionSubscribeRSSIcon {
	position: relative; 
	top: 13px;
	left: 12px;
}
#decisionSubscribeBottom {
	height: 1px;
	width: 367px;
	clear: both;
	background: url(/wsimages/decision_bot_green.gif) top left repeat-x;
}
.decisionSubscribeLink {text-decoration: underline;}

#decisionBlueBar {margin-top: 5px; margin-bottom: 5px; display: block;} /* display: block; is for IE double margin fix*/

#decisionViewTop {
	height: 1px;
	width: 367px;
	background: url(/wsimages/decision_top_yellow.gif) top left repeat-x;
}
#decisionViewContent {
	float: left;
	background: url(/wsimages/decision_gradient_yellow.jpg) top left repeat-x;
	color: #002752;
	font-size: 0.9em;
	width: 23.9em;
	height: 5.4em;
	padding-top: 8px;
	}
	/*--Opera 9.5 hack--*/
	@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0){
	  head~body:last-child #decisionViewContent { 
	  	width: 23em;
	  	height: 5.25em;
	  }
	}
	/*--IE6 and IE7 hack --*/
	html*#decisionViewContent{
		height: 5.5em;
	}
	/*-- Safari 3.0 hack --*/
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#decisionViewContent{
		width: 24em;
		}
	}
	
#decisionViewIconContainer {
	float: left;
	height: 71px;
	width: 55px;
	background: url(/wsimages/decision_gradient_yellow.jpg) top left repeat-x;
}
#decisionViewIcon {
	position: relative; 
	top: 5px;
	left: 12px;
}
#decisionViewRSSIconContainer {
	float: left;
	height: 71px;
	width: 36px;
	background: url(/wsimages/decision_gradient_yellow.jpg) top left repeat-x;}
#decisionViewRSSIcon {
	position: relative; 
	top: 13px;
	left: 12px;
}
#decisionViewBottom {
	height: 1px;
	width: 367px;
	clear: both;
	background: url(/wsimages/decision_bot_yellow.gif) top left repeat-x;
}
.decisionViewLink {text-decoration: underline;}

/* FOOTER */
#footer {
	width: 582px;
	margin-top: 15px;
	clear: left;
}
#footertext {
	font-size: smaller;
	margin-top: 5px;
	padding-top: 7px;
	border-top: 1px solid #d3d5dd;
	clear: left;
	color: #345672;
}
#footercopy {}
#footerlinks {font-size: 1.1em; margin: 5px 0pt 15px;}
#footerlinks a {text-decoration: underline;color: #345672;}
#footerlinks a:hover {color: #C83602;}
#footerlinks p{
	color: #345672;
	float: left;
	}

#leftarrow {position: relative; left: 0px;}
#rightarrow {position: relative; left: 564px;}

/* AJAX */
#loading{width:auto;position:absolute;top:1px;left:680px;z-index:20;visibility:hidden;}

.resourceContainerBody h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	}
	
.homePageContainerSmall form, .homePageContainerSmall form input {
	margin: 0;
	padding: 0;
}

.quickLinks {
	margin: 0;
	padding: 12px 0 0;
	list-style: none
}
.quickLinks li {
margin: 0 0 1em;
padding: 0;
list-style: none;
background: none; 
}
.quickLinks li a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	.quickLinks li a:hover {
		text-decoration: none;
		} 














