/* ************************************************ */
/* **************  HRWW R2.5 HYBRID  ************** */
/* ************************************************ */

#skip {display: none;}/* Hide content from CSS Enabled agents, show for screen readers and disability agents */

/* ************************ */
/*  Print Header And Footer */
/* ************************ */
#printheader,
#printfooter {
	display: none;
}

/* ************************ */
/*   Header                 */
/* ************************ */
#header {
	text-align: left;
	position: relative;
	border-bottom: solid #F7EFDA 1px;
	background-position: top left;
	background-repeat: no-repeat !important;
	height: 64px;
}
#header #topright {
	position: absolute;
	font-size: 11px;
	line-height: 17px;
	right: 15px;
	top: 1px;
	width: 539px;
}
#header #sitelogo {
	position: absolute;
	top: 18px;
	left: 180px;
}
#header #clientlogo {
	position: absolute;
	top: 36px;
	right: 16px;
}

/* ************************ */
/*   Tabs                   */
/* ************************ */
#tabnav {
	/*background-color: #E5CA85;*/
	height: 22px;
	width: 100%;
}
#tabnav br {
	/*display: none;/* use for single line tabs */
	display: inline;/* use for multi line tabs */
}
#tabnav ul {
	margin: 0;
	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;
	padding: 3px 6px 4px 6px;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-color: #E5CA85;
	text-decoration: none;
	border-right: 1px solid #C7AA71;
	margin-left: 1px;
}
#tabnav a:hover {
	color: #000000;
	background-color: #CC9933;
	border-right: 1px solid #C7AA71;
}
/* 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: #000000;
	background-color: #CC9933;
	border-right: 1px solid #C7AA71;
}


/* ************************ */
/*   Tabs Empty For use     */
/*  when the nav drops out  */
/* ************************ */
#subnav_empty {
	margin: 0 auto 0 auto;
	height: 4px;
	font-size: 0;
	line-height: 1px;
	background-color: #AF0808;
	padding: 0;
}



/* ************************ */
/*   SubNav                 */
/* ************************ */
#subnav {
	background-color: #CC9933;
	text-align: left;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
width: 100%;
}
#subnav p {
}
#subnav a:link,
#subnav a:visited,
#subnav a:active {
	font-size: 11px;
	font-weight: normal;
	color: #011533;
	letter-spacing: 0;
	text-decoration: none;
}
#subnav a:hover {
	color: #011533;
	text-decoration: underline;
}
#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 {
	color: #011533;
	text-decoration: none;
	font-weight: bold;
}

/* ************************************************ */
/* **************  HRWW R2.5 HYBRID  ************** */
/* ************************************************ */

/* ************************ */
/*   Footer                 */
/* ************************ */
#footer {
	font-size: 10px;
	line-height: 17px;
	text-align: left;
	border-top: 1px solid #CC9;
	background-color: #FFFFFF;
	padding: 10px 30px 0 30px;
}
#footer p {
	margin: 0;
	padding-bottom: 3px;
}
#footer p img {
	padding: 0 5px 0 0;
	vertical-align: middle;
}
#footer p a:link{
	vertical-align: bottom;
}

#footer p span{
	vertical-align: bottom;
}

#footer p a:active{
	vertical-align: bottom;
}
#footer p a:visited {
	font-size: 10px;
	color: #2A68A2;
	vertical-align: bottom;
}
#footer p a:hover {
	color: #64A0D7;
	vertical-align: bottom;
}

/* ************************ */
/*   copyright              */
/* ************************ */
#copyright {
	font-size: 10px;
	line-height: 17px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0 0 0 12px;
}
#copyright p {
	margin: 0;
	padding-bottom: 3px;
}
