@charset "utf-8";
/* CSS Document */

#bodywrap {
	background:  url(../images/bar_home.gif) no-repeat;
	background-position: 0 11px;
	background-color: #fff;
	}

#logoMain {
	position: absolute;
	}

#headImageHome {
	position: absolute;
	top: 23px;
	left: 432px;
	}

#intro {
	position: absolute;
	top: 225px;
	left: 47px;
	width: 350px;
	color: #91854F; 
	padding-left: 23px;
	}

#welcome, #intro, #highlights {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: .75em;
	}

#highlights {
	position: absolute;
	top: 240px;
	left: 580px;
	text-align: right;
	font-size: .9em;
	}


#highlights a,
#highlights a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	}

#highlights a:hover {
	color: #663300;
	}

#main-content {
	margin-top: 339px;
	margin-left: 0;
	padding-right: 0;
	}

ul.navHome {
	float: left;
	margin: 0px 5px 0px 20px;
	font-size: 1.1em;
	text-align: center;
	}

ul.navHome li {
	list-style-type: none;
	margin-bottom: 20px;
	}

ul.navHome a,
ul.navHome a:visited {
	text-decoration: none;
	color: #227597;
	}

ul.navHome a:hover {
	text-decoration: underline;
	color: #B4AA77;
	}

.nav-link-head-home {
	font-weight: bold;
	color: #fff;
	background:  url(../images/nav_bkgd_home.gif) no-repeat;
	background-position: center;
	padding: 3px;
	}

#easy {
	position: relative;
	left: 200px;
	top: 20px;
	}
#footer {
	padding-top: 20px;
	}

/* Home page: PERS Nav Dropdown */

#nav { /* all lists */
	list-style: none;
	clear: left;
	margin-left: 32px;
	font-size: 1.1em;
}

#nav li {
	display: block;
	width: 150px;
	line-height: 1.5;
	text-align: center;
}


#nav a,
#nav a:visited {
	text-decoration: none;
	color: #227597;
	}

#nav a:hover {
	text-decoration: underline;
	color: #B4AA77;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none 

isn't read by screen readers */
	text-align: center;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 79px;
}

#nav li:hover ul li, #nav li.sfhover ul li { /* lists nested under hovered list items */
	background-color: #ececec;
}

/* Home page: Member Nav Dropdown */

#navSub { /* all lists */
	list-style: none;
	clear: left;
	margin-left: -28px;
}

#navSub li {
	display: block;
	width: 150px;
	line-height: 1.5;
	margin-top: 10px;
}


#navSub a,
#navSub a:visited {
	text-decoration: none;
	color: #227597;
	}

#navSub a:hover {
	text-decoration: underline;
	color: #B4AA77;
	}

#navSub li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: center;
}

#navSub li:hover ul, #navSub li.sfhover ul { /* lists nested under hovered list items */
	left: 80px;
}

#navSub li:hover ul li, #navSub li.sfhover ul li { /* lists nested under hovered list items */
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ececec;
}

/* Home page: Employer Nav Dropdown */

#navSubEmp { /* all lists */
	list-style: none;
	clear: left;
	margin-left: -45px;
	margin-top: 10px;
}

#navSubEmp li {
	display: block;
	width: 150px;
	line-height: 1.5;
}


#navSubEmp a,
#navSubEmp a:visited {
	text-decoration: none;
	color: #227597;
	}

#navSubEmp a:hover {
	text-decoration: underline;
	color: #B4AA77;
	}

#navSubEmp li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none 

isn't read by screen readers */
	text-align: center;
}

#navSubEmp li:hover ul, #navSubEmp li.sfhover ul { /* lists nested under hovered list items */
	left: 295px;
}

#navSubEmp li:hover ul li, #navSubEmp li.sfhover ul li { /* lists nested under hovered list items */
	background-color: #ececec;
}

/* Home page: Employer Nav Dropdown 2 */

#navSubEmp2 { /* all lists */
	list-style: none;
	clear: left;
	margin-left: -40px;
	margin-top: 10px;
}

#navSubEmp2 li {
	display: block;
	width: 150px;
	line-height: 1.5;
}


#navSubEmp2 a,
#navSubEmp2 a:visited {
	text-decoration: none;
	color: #227597;
	}

#navSubEmp2 a:hover {
	text-decoration: underline;
	color: #B4AA77;
	}

#navSubEmp2 li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none 
isn't read by screen readers */
	text-align: center;
}

#navSubEmp2 li:hover ul, #navSubEmp2 li.sfhover ul { /* lists nested under hovered list items 
*/
	left: 295px;
}

#navSubEmp2 li:hover ul li, #navSubEmp2 li.sfhover ul li { /* lists nested under hovered list items 
*/
	background-color: #ececec;
}

#svcAlert {
	padding-left: 23px;
	padding-right: 10px;
	position: absolute;
	top: 305px;
	}
 .style1 {color: #FF0000}
