/* Text Classes */

.links:visited {  
	font-style: strong;  
	font-weight: bold;
	font-size: 10px; 
	font-family:  Verdana, Times New Roman, sans-serif;
	color: #5A6344;
	text-decoration: none 
}	

.links:link {
   font-style : strong; 
   font-weight: bold; 
   font-size : 10px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #5A6344;
   text-decoration : none; 
}

.links:hover {
   font-style: strong;  
   font-weight: bold;
   font-size :10px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #272C1C;
   text-decoration : none; 
}

.links:active {
   font-style: strong;  
  font-weight: bold;
   font-size : 10px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #5A6344;
   text-decoration : none; 
}

.links2:visited {  
	font-style: strong;  
	font-weight: bold;
	font-size: 12px; 
	font-family:  Verdana, Times New Roman, sans-serif;
	color: #272C1C;
	text-decoration: none 
}	

.links2:link {
   font-style : strong; 
   font-weight: bold;
   font-size : 12px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #272C1C;
   text-decoration : none; 
}

.links2:hover {
   font-style : strong; 
   font-weight: bold; 
   font-size : 12px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #57603D;
   text-decoration : underline; 
}

.links2:active {
   font-style : strong; 
   font-weight: bold; 
   font-size : 12px; 
   font-family:  Verdana, Times New Roman, sans-serif;
   color : #272C1C;
   text-decoration : none; 
}

td,body {
	font-size: 11px; 
	font-family:  Verdana, Times New Roman, sans-serif;
	color: #5A6344;
}

/*start dave css*/
body {
	background-image:url(../images/bg.gif);
	margin:0 auto;
	margin-top:10px;
	/* adds recognition of the hover state to ie5 
	behavior:url("hover.htc");*/
}
#outer_wrap {
	margin:0 auto;
	background-color:#fff;
	width:713px;
	border:1px solid #000;
}
#inner_wrap {
	width:700px;
	margin: 0 auto;
	background-color:#ccc;
}
#banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:118px;
	width:714px;
	margin:0 auto;
	position:relative;
}
#content {
	width:660px;
	margin:0 auto;
	background-color:#fff;
	padding:5px 15px 15px 15px;
}	
#top_login_bar,#bottom_login_bar {
	background-repeat:no-repeat;
	height:25px;
	margin:0;
	color:#7C8960;
	font-weight:bold;
	padding: 4px 0 0px 15px;
}
#top_login_bar input, #bottom_login_bar input {
	font-size:10px;
	border:none;
	margin-bottom:1px;
}
#top_login_bar {
	background-image:url(../images/login_bar.jpg);
}
#bottom_login_bar {
	background-image:url(../images/login_bar_bottom.jpg);
	height:24px;
	position:relative;
	z-index:1;
}
#bottom_login_bar a i {
   visibility:hidden;
}
#bottom_login_bar a {
text-decoration:none;
}
#top_login_bar form, #bottom_login_bar form {
	margin:0;
}
#bottom_login_bar form {
	margin-left:185px;
}
#index_content_area {
	width:690px;
	background-image:url(../images/index_content_background4.jpg);
	background-repeat:no-repeat;
	height:490px;
	padding:0;
	position:relative;
	z-index:0;
}
#index_content_main {
	position:absolute;
	top:8px;
	left:25px;
	width:405px;
	line-height:15px;
	z-index:1;
}
#content_right_top_cap {
	background-image:url(../images/content_right_top_cap.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	right:-1px;
	top:0;
	width:245px;
	height:82px;
}
#index_content_contact {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#7C8960;
}
#index_content_tip {
	position:absolute;
	z-index:1;
	top:175px;
	width:240px;
	text-align:center;
	font-size:14px;
}
#content_right_bottom_cap {
	background-image:url(../images/content_right_bottom_cap.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	right:-1px;
	bottom:-2px;
	width:245px;
	height:82px;
}
#index_content_copyright {
	margin:65px 4px 0 0;
	font-size:9px;
	text-align:right;
	font-style:italic;
}
#footer {
	text-align:center;
	background-color:#fff;
	padding-top:10px;
}

.page_head {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #000;
}
#kfx2_link {
	position:absolute;
	z-index:1;
	left:10px;
	top:6px;
}
#kfx2_link a {
	text-decoration:none;
	letter-spacing:.6em;
}
#kfx2_link a i {
	visibility:hidden;
}

/*css for div/css drop down menus starts here*/
#nav_wrap {
	background-image:url(../images/banner_bg.jpg);
	background-repeat:repeat-y;
	height:15px;
	margin-left:-1px;
}
#nav a {
	text-decoration:none;
	color:#5A6344;
	text-transform:uppercase;
}
#nav a:hover {
	color:#272C1C;
}
#nav {
	position:relative;
	left:15px;
	z-index:5;
}
#nav, #nav ul { /* all lists */
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index:25;
	top: 1em;
	left: 0;
}
#nav li ul li {
	background-color:#FEDD8E;
	width:38em;
	padding:2px 2px 2px 6px;
}
#nav li ul li:hover, #nav li ul li:sfhover {
	background-color:#FEF9E5;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display:block;
}
#nav #first_link {
	width:48px;
}
#nav #outsource_link {
	width:95px;
}
#nav #services_link {
	width:68px;
}
#nav #forms_link {
	width:53px;
}
#nav #hrsource_link {
	width:78px;
}
#nav #about_link {
	width:78px;
}
#nav #repinfo_link {
	width:145px;
}
#nav #contact_link {
	width:83px;
}
#nav #links_link {
	width:48px;
}
#hr-list { padding-left: 0; }
#hr-list a {
    color: #000;
    text-decoration: none;
}
#hr-list a:hover { color: #81C319; }
#hr-list .top-level-item {
    font-weight: bold;
}
#hr-list, #hr-list ul { list-style: none; }
#hr-list ul {
    padding-top: 5px;
    font-weight: normal;
}
#hr-list ul li { width: 500px; }