/* CSS Document */
*{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0;
	padding: 0px 0;
}

body{ 
	background: #efe8d4;
}

h1{
	font-size: 85%;
}

/*CONTAINERS----------------------------------------*/

#wrapper{
	background: url(Images/bg-tile.jpg) top repeat-x #efe8d4;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	paddingn:0 auto; /* center, not in IE5 */
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}

#Content{
	width: 898px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:570px; /* real browsers */
	margin: 0px 0;
	padding: 0px 0;
	background: url(Images/content-bg.jpg) no-repeat;
	
}


#header{
	height: 120px;
	width: 898px;
	background: url(Images/top-nav-bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}

h2{
	font: bold 14px Lucida Grande, Tahoma, sans-serif;
	color: #a0b433;
}

/*HEADER----------------------------------------*/
#logo{
	width: 267px;
	height: 120px;
	padding: 0 0 0 28px;
	margin: 0;
	float: left;
}

div#header_cont ul#rightNav {
	float: right;
	height: 108px;
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#header_cont ul#rightNav li {
	display: inline;
}

div#header_cont ul#rightNav li a {
	float: right;
	display: block;
	width: 117px;
	height: 0px;	
	padding: 110px 0 0 0;
	overflow: hidden;
}

div#header_cont ul#rightNav li#nav-employee-login a {
	background: url('Images/employee-login.jpg');
}
div#header_cont ul#rightNav li#nav-employee-login a:hover {
	background: url('Images/employee-login-rollover.jpg');
}

div#header_cont ul#rightNav li#nav-employer-login a {
	background: url('Images/employer-login.jpg');
}

div#header_cont ul#rightNav li#nav-employer-login a:hover {
	background: url('Images/employer-login-rollover.jpg');
}

div#header_cont ul#rightNav li#nav-contact a {
	background: url('Images/contact-us.jpg');
}
div#header_cont ul#rightNav li#nav-contact a:hover {
	background: url('Images/contact-us-rollover.jpg');
}

/*ARROW MENU----------------------------------------*/

.menu{
	width: 260px;
	height:160px;
	float: right;
}

.arrowsidemenu{
	width: 191px; /*width of menu*/
	float: right;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 14px Lucida Grande, Tahoma, sans-serif;
	color: #a0b433;
	text-align: right;
	border-bottom: solid 1px #d0d0a2;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #a0b433;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #a0b433;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #a0b433;
	background: #e2eab9;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #d0d0a2;
}

.arrowsidemenu ul li{
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 11px Lucida Grande, Tahoma, sans-serif;
	text-align: right;
	text-decoration: none;
	color: #40525d;
	padding: 2px 0;
	padding-left: 10px;
}

.arrowsidemenu ul li a:hover{
	background: #e2eab9;
}


/*LEFT COL----------------------------------------*/

div#leftCol{
	float: left;
	width: 283px;
	padding: 20px 0px 30px 15px;
}

div#401kFid{
	height: 38px;
	width: 260px;
	text-align: right;
}

div#PageTitle{
	height: 41px;
	float: right;
	width: 260px;
	text-align: right;
	padding-top: 55px;
	margin-bottom: 15px;
}

div#disLanguage{
	width: 283px;
	color: #40525d;
	text-align: right;
}

div#disLanguage a{
	text-decoration: none;
	font-weight: bold;
	border-bottom: dotted 1px 40525d;
	color: #40525d;
}

div#disLanguage a:hover{
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	color: #40525d;
}
		

/*RIGHT COL----------------------------------------*/
div#rightCol{
	float: right;
	width: 570px;
	padding: 20px 15px;
	color: #40525d;
	text-align: left;
}	

div#imgCont{
	width: 570px;
	height: 293px;
	float: right;
	margin-bottom: 15px;
}

div#textCont{
	width: 570px;
	color: #40525d;
	float: right;
	text-align: left;
}

div#textCont a{
	text-decoration: none;
	font-weight: bold;
	border-bottom: dotted 1px #a0b433;
	color: #a0b433;
}

div#textCont a:hover{
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	color: #a0b433;
}

div#textCont ul{
	padding-left: 30px;
	list-style: disc;
}

div#textCont ol{
	padding-left: 30px;
}

div#Callout-Left {
	width: 280px;
	height: 141px;
	background: #f5f1e6 url(Images/callout-left-bg.jpg) no-repeat;
	float: left;
}

div#Callout-Right {
	width: 280px;
	height: 141px;
	background: #f5f1e6 url(Images/callout-right-bg.jpg) no-repeat;
	float: right;
}
	


/*CONTENT----------------------------------------*/

.sub-head{
	font-size: 22px;
	font-weight: bold;
}

#content_central{
	width: 740px;
	height: auto;
	padding: 30px;
	margin: 0px;
	min-height: 200px;
	overflow: auto;
	border-left: solid #FFF 6px;
	border-right: solid #FFF 6px;
	text-align: left;
}

#content_index{
	width: 800px;
	height: auto;
	margin-top: 10px;
	overflow: auto;
	text-align: left;
}

#content_central ul{
	list-style: inside;
	text-indent: -15px;
	margin-left: 15px;
	padding: 0 15px;
}

/*CONTACT----------------------------------------*/

#contact_container{
	width: 400px;
	height: 400px;
	float: left;
}

#contact_header{
	background: url(Images/top_gradient.jpg) repeat-x;
	width: 400px;
	height: 141px;
	border-bottom: #FFF solid 1px;
	float: left;
	display: block;
	text-align: left;
}

#contact_content{
	background: #679276;
	padding: 30px;
	text-align: left;
	width: 340px;
	height: auto;
	display: block;
	float: left;
	border-bottom: #FFF solid 1px;
}

/*FOOTER----------------------------------------*/

#footer{
	width: 800px;
	height: 30px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
	display: block;
	text-align: left;
}
