/*styles for the career pages*/
#content ul.positions { margin-left: 5px; text-align: left; list-style-type: none; }
#content ul.positions li a{ display: block; padding: 6px; padding-left: 10px; padding-right: 10px; color: #004B81; text-decoration: none; font-weight: 700; border-bottom: 1px solid #CCC;}
#content ul.positions li a:hover { background: #F8F8F8; color: #004B81;}
#job_details {border: 1px solid #CCC; padding: 5px; height: 50px;}
#job_details span {display: block; }
#opendate_label, #closedate_label, #local_label {clear: left; float: left; width: 100px; font-weight: 700; color: #004B81; }
#opendate, #closedate, #local {float: right; clear: right; width: 100px;}
#job {margin-top: 10px; margin-bottom: 10px;}
#step_counter li { display:inline; }
#step_counter li span{ padding: 3px; padding-left: 10px; padding-right: 10px; cursor: default; border: 1px solid #000; background:#E5D590; color:#004B81; text-align:center; font-weight: 700; }
#step_counter li span.active {background:#004B81; color:#FFF;}


