/* Workforce Health Secondary Page */

/* IMPORT SECONDARY NAVIGATION */ 
@import url(/css/secondary_nav.css);
@import url(/css/styles.css); 

#main {
float:left;
width:520px;
}
#submenu 
{
height:auto;
position:relative;
padding-bottom:10px;
width:200px;
list-style-type: none;
font: normal 12px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
float:right;
}
#submenu ul 
{
list-style-image:url('/pics/shared/list_item.gif');
}
#submenu li 
{
width:100px;
color:#069;
text-align:left;
padding:10px 0 10px 0;
}

#submenu a { color:#069; }
.li_div { border-bottom:1px dashed #069; }


/* WEB RESOURCES */
.web_images {
float:left; 
margin-right:5px;
margin-top:15px;
}
.web_images_right {
float: right; 
margin-left:5px;
margin-top:15px;
}

.web_images_large {
margin-top:30px;
float:right;
}
#web_resources .first {
margin-top:15px;
}
#web_resources p {
margin-top:45px;
}

div.forwardmessage 
{
   margin: 0px 30px 10px 38px;
   font: normal 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
   line-height: 17px;
   color: #666;
   border:1px solid #669933;
   padding:5px;
 }

#workshops { list-style:none;line-height: 17px; }

#workshops li label {font-weight:bold;}

#sitemap_01,#sitemap_02,#sitemap_03 {
	width:240px;
	height:300px;
	display:block;
	position:relative;
	float:left;
	margin-right:0px;
	padding:0px; }



/* PRINT */

#printheader {
	display:none;
}


    