

#skip {display: none;}/* Hide content from CSS Enabled agents, show for screen readers and disability agents */


#maincontainer {
	/*background: url(../images/logos/background.gif) no-repeat left top;*/
	/*background: url(../images/logos/background.gif) no-repeat 25% 0;*/
}

/* ************************ */
/*  Print Header And Footer */
/* ************************ */
#printheader,
#printfooter {
	display: none;
}

/* ************************ */
/*   Header                 */
/* ************************ */
#header {
	position: relative;
	margin: 0 auto 2px auto; 
	padding-top: 7px;
	text-align: left;
	height: 120px; /*72px...CHANGED*/
	padding-bottom: 1px;
	background:#ffffff; /* changed */
	color:#72634D; /* changed */
	border-bottom:1px solid #83C524;/* changed ambily */

	
}
#header .clientlogo {
	vertical-align: middle;
	padding: 0px 0px 0px 53px; /*changed ambily*/
}
#header #topright {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	right: 0px;
	color: #72634D; /* changed */
}
#header #topright a:link,
#header #topright a:visited,
#header #topright a:active {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #72634D; /* changed */
}
#header #topright a:hover {
	color:#463d30; /* changed */
	text-decoration: underline;
}
#header #modemployer {
	position: absolute;
	right: 44px; /*CHANGED ambily*/
	top: 47px;  /*CHANGED ambily*/
}
#header #modemployer p {
	margin: 0 12px 0 0;
	font-size: 18px; /*changed ambily */
	font-weight: bold;
	line-height: 19px; /*changed ambily */
	text-align: right;
	color:#08B14A; /*changed ambily */
}
#header #modemployer a:link,
#header #modemployer a:visited,
#header #modemployer a:active {

	font-size: 12px; /*changed ambily */
	font-weight: normal;
	color: #72634D;
	text-decoration: underline;
}
#header #modemployer a:hover {
	padding-top: 4px;
	font-size: 12px; /*changed ambily */
	font-weight: normal;
	color: #463d30;
	text-decoration: underline;
}

/* ************************ */
/*   Tabs                   */
/* ************************ */
#tabnav {
	margin: 0px 0px 0px 0px;
}
#tabnav br {
	/*display: none;/* use for single line tabs */
	display: inline;/* use for multi line tabs */
}
#tabnav ul {
	margin: 0 0 0 12%; /*CHANGED*/
/*	margin: 0 0 0 120px; /*CHANGED*/
	padding: 0;
}
#tabnav ul li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}
#tabnav a:link,
#tabnav a:visited,
#tabnav a:active {
	float: left;
	margin-right: 1px; /*CHANGED*/
	padding: 5px 6px 5px 6px; /*CHANGED*/
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 12px;
	color: #ffffff;
	background-image:url(../images/nav/menu_bg.gif);/*CHANGED ambily*/
	/*background-color: #CC5302; CHANGED ambily*/
	border-right: 1px solid #E7E7E7; /*CHANGED ambily*/
	border-bottom: 1px solid #D85803;/*CHANGED ambily*/
	text-decoration: none;
}
#tabnav a:hover {
	background-image:url(../images/nav/menu_hover_bg.gif); /*changed ambily*/
	color: #ffffff; /*CHANGED*/
		
	/*background-color: #90C63D; /*CHANGED ambily*/
	border-bottom: 1px solid #5BD217; /*CHANGED ambily*/
}
#tabnav .on a:link,
#tabnav .on a:visited,
#tabnav .on a:active,
#tabnav .on a:hover {
	font-weight: bold;
	color: #fff;
	background-color: #90C63D; 
	border-bottom: 1px solid #90C63D;
}
/* This block below needs to be deleted when span tags with class of 'on' go around the links instead of directly on the link */
#tabnav a.on:link,
#tabnav a.on:visited,
#tabnav a.on:active,
#tabnav a.on:hover {
	font-weight: bold;
	color: #fff;
	/*background-image:url(../images/nav/menu_hover_bg.gif); changed ambily*/
	/*background-color: #90C63D; CHANGED ambily*/
	border-bottom: 1px solid #5BD217; /*CHANGED ambily*/
	
}

/* ************************ */
/*   Tabs Empty For use     */
/*  when the nav drops out  */
/* ************************ */
#subnav_empty {
	margin: 10px 0 0 0;
	height: 5px;
	font-size: 0;
	line-height: 0;
/*	background-color: #90C63D; /* /*CHANGED*/
}

/* ************************ */
/*   MainNav                 */
/* ************************ */
#mainnav {
	margin: 0px auto;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	color: #9CB5CE;
	white-space: nowrap;
	background-color: #0099FF;
	clear: both;
}
#mainnav p {
	margin: 0px auto;
	text-align: left;
	}
#mainnav a:link,
#mainnav a:visited,
#mainnav a:active {
	padding: 3px 2px 8px 2px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0;
	text-decoration: none;
}
#mainnav a:hover {
	color: #FBEDBB;
}
#mainnav .on a:link,
#mainnav .on a:visited,
#mainnav .on a:active,
#mainnav .on a:hover {
	margin: 0 2px 0 2px;
	padding: 2px 6px 4px 6px;
	font-weight: bold;
	color: #FFF;
	background-color: #5091C5;
	border: 1px solid #FFF;
	text-decoration: none;
}
#mainnav .firsttab a {
	margin-left: 0 !important;
}

/* This block below needs to be deleted when span tags with class of 'on' go around the links instead of directly on the link */
#mainnav a.on:link,
#mainnav a.on:visited,
#mainnav a.on:active,
#mainnav a.on:hover {
	margin: 0 2px 0 2px;
	padding: 2px 6px 4px 6px;
	font-weight: bold;
	color: #FFF;
	background-color: #5091C5;
	border: 1px solid #FFF;
	text-decoration: none;
}

/* ************************ */
/*   SubNav                 */
/* ************************ */
#subnav {
	margin: 0px auto;
	height: 32px;
	font-size: 11px;
	line-height: 32px;
	color: #72634D;
	white-space: nowrap;
	background-color: #90C63D;
	clear: both;
}
#subnav p {
	margin: 0px auto;
	text-align: left;
}
#subnav a:link,
#subnav a:visited,
#subnav a:active {
	padding: 3px 2px 8px 2px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0;
	text-decoration: none;
}
#subnav a:hover {
	color: #FBEDBB;
}
#subnav .on a:link,
#subnav .on a:visited,
#subnav .on a:active,
#subnav .on a:hover {
	margin: 0 2px 0 2px;
	padding: 2px 6px 4px 6px;
	font-weight: bold;
	color: #FFF;
	background-color: #5091C5;
	border: 1px solid #FFF;
	text-decoration: none;
}
#subnav .firsttab a {
	margin-left: 0 !important;
}
/* This block below needs to be deleted when span tags with class of 'on' go around the links instead of directly on the link */
#subnav a.on:link,
#subnav a.on:visited,
#subnav a.on:active,
#subnav a.on:hover {
	margin: 0 2px 0 2px;
	padding: 2px 6px 4px 6px;
	font-weight: bold;
	color: #FFF;
	background-color: #5091C5;
	border: 1px solid #FFF;
	text-decoration: none;
}


/* ************************ */
/*   Footer                 */
/* ************************ */
#footer {
	margin: 30px auto 0 auto;
	padding: 7px 0 0 0;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
	border-top: 1px solid #CC9;
	clear: both;
}
#footer p {
	margin: 0;
	padding-bottom: 3px;
	font-size: 10px;
	line-height: 17px;
}
#footer p a:link,
#footer p a:active,
#footer p a:visited {
	font-size: 10px;
	color: #72634D;
}
#footer p a:hover {
	color: #463d30;
}

/* ************************ */
/*   copyright              */
/* ************************ */
#copyright {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 10px;
	line-height: 17px;
	text-align: left;
	clear: both;
}
#copyright p {
	margin: 0;
	padding-bottom: 3px;
}

IMG.arrowReturn {
	background: #004BAC;
	margin-right: 4px;
}
