/*
active color #638060
retiree color #606080
employer color #806060
info color #638060

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.indent {	
	margin: 3em;
	margin-bottom: 2px;
	margin-top: 8px;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
td.background  {
	background-image:url(/images/role_menu_green_line.gif)
}
a {
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline-style: none;
	}
.copyRight {
	font-size: 9px;
	line-height: 13px;
}
#leftCurve {
	float: left;
	position: absolute;
	height: 30px;
	width: 26px;
	z-index: 60;
}
#webpageWidth {/* This style will adjust the width of the entire web page. Use if you want to expand the Website. default is 780px  */
	width: 780px;
	height: 1px;
	}

.roleImage {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 20px;
}
.menuTop a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.menuTop a:hover {
	color: #000000;
	text-decoration: underline;
}
.menuRolesActive , .menuRolesRetirees, .menuRolesEmployers, .menuRolesInfo {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 2px 10px;
}
.menuRolesActive:hover {
	color: #FFFFFF;
	background-color: #638060;
}
.menuRolesRetirees:hover {
	color: #FFFFFF;
	background-color: #606080;
}
.menuRolesEmployers:hover {
	color: #FFFFFF;
	background-color: #806060;
}
.menuRolesInfo:hover {
	color: #FFFFFF;
	background-color: #585843;
}
.navLeft {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.loginBtn {
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 12px;
}
.centerCol {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #91936C;
	border-left-color: #91936C;
	background-color: #f3f1e5;
}
table.footer   {
	width: 780px;
	height: 120px;
	border:	none;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.searchBox {
	width: 130px;
	font-size:10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6C6C6C;
}
.rightCol {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #91936C;
	background-color: #f3f1e5;
}
.sitemap .L2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.sitemap .L2 a {
	color: #333333;
	text-decoration: none;
	width: 155px;
	display: block;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin-top: 3px;
}
.sitemap .L2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.sitemap .L3 ul {
}
.sitemap ul {
	font-size: 11px;
	color: #333333;
	line-height: 12px;
	margin-top: 0px;
}
.sitemap li {
	list-style-position: outside;
	margin-left: -15px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: none;
}
.sitemap li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.sitemap li a:hover {
	color: #000000;
	text-decoration: underline;
}

.navRight {
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-top: 0px;
}
.navRight ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navRight li {
	margin-left: -33px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
}
.navRight li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.navRight li a:hover {
	text-decoration: underline;
}
form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Designed to make search label tag 508 compliant - applies clear text to label tags*/
label.clear {
	font size: .5em;
	color: #FFFFFF;
	position: absolute;
	top:60px;
 	left:-40px;
	bottom:40px;
}
.bar {
	height: 1.5em;	
	filter:alpha(opacity=90);
	opacity: 0.9;
	background: transparent;
	margin-bottom: .2em;
}

/* Aligns the menu bar Images so height attribute could be removed from the table so HTML would pass validation  */
img.absmiddle {
	vertical-align: middle;
}

/* This is for the TRAQS login button on the TRAQS page only */
a.traqsLogin  {
	background-image:url(/images/login/btn_login_red_traqs.gif);
	background-repeat:no-repeat;
	width:120px;
	height:25px;
	display:block;
	margin: 0 auto;
	padding-bottom:10px;
	}
a.traqsLogin:hover {background-position:-130px 0;}

/* Forces browsers vertical scroll bar, eliminates page shifting */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}




