@charset "utf-8";
/* CSS Document */
/* Sabel Oplinger */
body {
	background-color: #fff;
}
html, body {
	margin: 0;	
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border: none;
	background: #fff;
}
h2,h3 {
	margin-bottom: 2em;
	color:  #369;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 100%;
}
h3 {
	margin-bottom: 1em;
	margin-right: .25em;
}
#center {
	text-align:center;
}
table#main-table {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
	width: 776px;
	height: 674px;
}
#header-left {
	background-image:url(images/hdrimg_left.jpg);
}
#header-main {
	background: #6A655F url("images/hdrimg_main.jpg") no-repeat top left;
}
#mini-header {
	background-image: url(images/homeheader_04.jpg);
	margin-bottom: 40px;
	}
#content {
	padding: 10px 40px 40px 40px;
	font-size: 80%;
	position: relative;
    height:auto !important; 
    min-height: 42em; 
    height: 42em;
    *height: 40.99em;
}
#content UL  {
	border: 1px solid #527787;
	-moz-border-radius:0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
	width: 70%;
	margin: 3px 0 40px 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 8px;
	line-height: 1.5em;
	list-style-type: none;
}
#content.payroll UL {
	width: 90%;
}
#content.payroll UL li{
	padding-left: 1em;
	text-indent: -1em;
}
#content UL#section-nav{
	width: 70%;
}
UL DIV {
	text-align: right;
	font-size: 75%;
	padding-right: 10px;
}
UL.multi-download li {
	margin-left: 1em;
}

UL.multi-download li:first-child {
	margin-left: 0;
}

UL.multi-download DIV {
	margin-top: -2em;
	margin-bottom: 1.5em;
}
UL span {
	font-size: 75%;
	padding-left: 1em;
}
ul#section-nav li {
	font-size: 90%;
	list-style-type: none;
}
ul.samplelinks li{
	margin-bottom: .75em;
}
ul.reg-list {
	padding: 1em;
}
ul.reg-list li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.div-header {
	background-color: #EEE;
	margin-left: 20px;
	padding: 3px 8px;
	border: 1px solid #527787;
	text-transform: uppercase;
}
.indent {
	margin-left: 20px;
	margin-top: -10px;
}
#page-title {
	font-size: 90%;	
	margin: 20px 40px 0 0;
	text-align: right;
	color: #369;
	letter-spacing: -2;
}
#sidebar {
	background-color: #527787;/* old */
	background-color: #6491a4;
	padding-top: 30px;
	margin-top: -1px;
}

/* @group navigation */

a	{
	color:#900;
	text-decoration: none;}
a:hover	{
	color: #527787
}
div#content a {
	text-decoration: underline;
}	
#midnav {
	height: 25px;
	background:#EEE;
}
div#top-nav-wrapper {
	background-color: #eeeeee; 
	height: 50px; 
}
div#topnav {
	/*position: absolute;
	top: 0;
	right: 0;*/
	margin-top: -88px;
	/*padding: 7px 5px 0 0;
	margin:0 auto;
	white-space:nowrap;*/ 
	
}
#topnav li {
	display:inline; 
	list-style-type:none;
}
#topnav li a {
	padding: 0 9px; 
	font-size: 65%;
	color:#333;
	text-decoration:none; 
	float:right;
	letter-spacing: -1px;
}
#topnav li a:hover {
	color:#527787;
}
#topnav SPAN {
	font-size: 130%;
	margin-left: 2px;
	color: #336699;
}

div#sidebar-links ul li {
	list-style-type: none;
	text-transform: uppercase;
	text-align: right;
	text-indent: -4px;
}
div#sidebar-links ul li a {
	color:  #000;
}
div#sidebar-links ul li a {
	font-size: 65%;
}
div#sidebar-links ul li a:hover{
	color:  #fff;
}

ul#main-nav {
	text-align: left;
	margin: -10px 24px 50px -20px;
}
ul#main-nav li {
	list-style-type: none;
	line-height: 80%;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
	padding-left: 18px;
	text-indent: -8px;
}

ul#main-nav li.first {
	padding-top: 10px;
	border-top:  4px solid #605B57;
}
ul#main-nav li a {
	font-size: 70%;
	color:  #000;
}
ul#main-nav li a:hover {
	color:  #fff;
}
/*#nav2 {
	margin-top: 30px;
}*/
#nav_NL_div {
	visibility: hidden;
}
#nav_NL_div a{
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	-khtml-opacity: .95;
	opacity: .95;
}
#nav_NL_div a:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

/* @end */

/* @group footer */

#address {
	font-size: 80%;
	color:#fff;
	text-align:left;
	padding-top: 16px;
}

div#address table{
	border-top:  4px solid #fff;
	width: 68%;
}
#email-link a{
	color: #ccc;
	text-decoration: underline;}
#email-link a:hover {
	color: #333;}
.label {
	font-style: italic;
	font-size: 90%;
	color: #666;
}
#address IMG{
	margin: 0 20px 10px 0;
}
td.ft-right, td.ft-left {
	background-color: #999;
	height: 20px;
}
#copyright {
	font-size: 60%;
	color:#333;
	margin-top: 3em;
}
div.top {
	float: right;
	margin-top: -4em;
	font-size: 80%;
}
div#footer  {
	text-align: center;
}
div#footer ul {
	margin-top:.75em;
}

div#footer ul li {
	display: inline;
	list-style-type: none;
	font-size: 55%;
	border-left: 1px solid #666;
	padding-left: .75em;
	margin-right: .5em;
	text-transform: uppercase;
}

div#footer ul li.first {
	border-left: none;;
}

/* @end */











