/* CSS Document */

.tabs_wrapper {
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	clear:both;}
	
.tab_body_wrapper {
	width:581px; 
	background-image:url(/images/tab_body_wrapper_bg.gif); background-position:top; background-repeat:repeat-x;
	background-color:#f9f9e6; 
/*	border-right:3px solid #F4F4ED;*/ 
	clear:both; float:
	left;}
	
.tab_body { padding:55px 15px 15px 20px;}

.tab_body dl {margin:0px; padding:0px;}
.tab_body dt {
	margin:0px;
	padding:0px;
	width:75px;
	float:left;
	clear:both;
	font-style: italic;
}
.tab_body dd {display:block; float:left; width:460px; margin:0 0 15px 0; }

.tab_footer {
	width:551px;
	background-color:#d2e9e1;
	padding:10px 10px 10px 20px;
/*	border:2px solid #fff;*/
	clear:both;
	font-weight: bold;
	color: #00675b;
}
	
.tabs ul {	width: 584px;
	height: 36px;
	clear:both;
	top: 0px;
	left:0px;
	margin:0px; padding:0px;
	position:absolute;
}

.tabs li {
	display: inline; float:left;
	}
.tabs a:link, .tabs a:visited {
	display: block;
	height: 36px;
	width:146px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0px;
	 :-moz-any-link:focus;
	 outline: none;
	}
	
.favorites_wrapper {clear:both; margin-top:30px; width:581px; }
.favorites_wrapper dl, .favorites_wrapper dt, .favorites_wrapper dd { margin:0px; padding:0px;}
.favorites_wrapper dl {margin:0 0 20px 0;}
.favorites_wrapper dd {padding:0 10px 0 30px; margin-bottom:3px; background-image:url(/images/favorites_bullet.gif); background-repeat:no-repeat; background-position:20px 9px;}

.favorites {margin:0 20px 0 0; width:280px; float:left; background-color:#fff;}
.favorites dt { text-indent:-9999px;width:280px; height:36px; background-image:url(/images/favorite_pages.gif); background-repeat:no-repeat; margin-bottom:18px;  }
.my_profile {margin:0 0px 0 0; width:280px; float:left; background-color:#fff;}
.my_profile dt { text-indent:-9999px;width:280px; height:36px; background-image:url(/images/my_profile.gif); background-repeat:no-repeat; margin-bottom:15px;  }
.my_certifications {margin:0 20px 0 0; width:280px; float:left; background-color:#fff;}
.my_certifications dt { text-indent:-9999px;width:280px; height:36px; background-image:url(/images/my_certifications.gif); background-repeat:no-repeat; margin-bottom:18px;  }

.fav_footer {background-color:#d2e9e1;
padding:10px 15px;
	border:2px solid #fff;
	clear:both;
	font-weight: bold;
	color: #00675b;}
	
/* ----- Nav Defaults ------ */


.recent_dash a:link, .recent_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat 0px 0px;
	width:146px; left:200px;
	}

/*remains policy*/
.policy_dash a:link, .policy_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -146px 0px;
	}

/*was law*/
.lawregulation_dash a:link, .lawregulation_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -292px 0px;
	}

/*was education*/
.educationnetworking_dash a:link, .educationnetworking_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -438px 0px;
	}

/*was quality*/
.patientcare_dash a:link, .patientcare_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -584px 0px;
	}

/*was health*/
.careersworkforce_dash a:link, .careersworkforce_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -730px 0px;
	}

/*was newsroom*/
.newsroom_dash a:link, .newsroom_dash a:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -876px 0px;
	}

	
/* ----- Nav Hover ------ */

.recent_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat 0px -36px;
	}
.policy_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat -146px 0px;
	}
.lawregulation_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat -292px 0px;
	}
.educationnetworking_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat -438px 0px;
	}
.patientcare_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat -584px 0px;
	}
.careersworkforce_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat -730px 0px;
	}
.newsroom_dash a:hover {
	background: url(/images/dashboard_tabs.gif) no-repeat -876px 0px;
	}

/* ----- Nav Selected ------ */
.recent_dash a.selected:link, .recent_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat 0px -36px;
	}
.policy_dash a.selected:link, .policy_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -146px -36px ;
	}
.lawregulation_dash a.selected:link, .lawregulation_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -292px -36px;
	}
.educationnetworking_dash a.selected:link, .educationnetworking_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -438px -36px;
	}
.patientcare_dash a.selected:link, .patientcare_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -584px -36px;
	}
.careersworkforce_dash a.selected:link, .careersworkforce_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -730px -36px;
	}
.newsroom_dash a.selected:link, .newsroom_dash a.selected:visited {
	background: url(/images/dashboard_tabs.gif) no-repeat -876px -36px;
	}
