/** STAFFING ELEMENTS ************************************************/

	BODY#staffing {
		background-color: #F2E8C5;
	}
	
	BODY#staffing .NavText {
		color: #000;	
		text-decoration: none;
		padding-left: 8px;
		font-weight: bold;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	BODY#staffing .NavText A  {
		color: #000;	
		text-decoration: none;
		font-weight: bold;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	BODY#staffing .NavTextOn {
		color: #E10535;	
		text-decoration: none;
		padding-left: 8px;
		font-weight: bold;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	BODY#staffing .NavTextOn A  {
		color: #E10535;	
		text-decoration: none;
		font-weight: bold;
		padding-top: 2px;
		padding-bottom: 2px;
	}
		
	BODY#staffing .subnav {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 11px;
		color: #666;
	}
	
	BODY#staffing .subnav A {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 11px;
		color: #666;
		text-decoration: none;
	}
	
	BODY#staffing .subnav A:hover {
		color: #000;
	}
	
	BODY#staffing .subnavOn {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 11px;
		color: #BA1519;
	}
	
	BODY#staffing .subnavOn A {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 11px;
		color: #BA1519;
		text-decoration: none;
	}

	BODY#staffing .error {
		color: #cc0000;	
		font-weight: bold;
	}
	
	.sm {
		font-size: 9px;
		font-weight: bold;
		padding-left: 2px;
	}
	
	 #RadioOffice input {
	 	float: left;
		 
	 }
	 
	 #RadioOffice Label {
	 	display: block;
		margin-left: 30px;
	 }



/** CSS MENU ELEMENTS ************************************************/

			BODY#staffing UL#imgMenu LI UL {
				top: 240px;
			}
				
					BODY#staffing UL#imgMenu LI UL LI A {
						background-color: #F2E8C5;
					}
					
					BODY#staffing UL#imgMenu LI UL#imgMenu_CareerPaths LI A {
						width: 235px;
					}
					
					BODY#staffing UL#imgMenu LI UL#imgMenu_ClientSvcs LI A {
						width: 234px;
					}
					
					BODY#staffing UL#imgMenu LI UL#imgMenu_OccHealth LI A {
						width: 231px;
					}
	