body {
	margin: 0;
	padding: 0;
	background-color: #e6efff;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #83858d;
	text-align: center;
}
table, th, td, input, select, textarea {
	color: #83858d;
	font-family: Arial, sans-serif;
	font-size: 1em;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
h1, .h1 {
	color: #0068b5;
	margin: 0;
	padding: 0 0 0.6em 0;
	font-size: 1.5em;
	font-weight: bold;
}
h2, .h2 {
	color: #0068b5;
	margin: 0;
	padding: 0 0 0.6em 0;
	font-size: 1.2em;
	font-weight: bold;
}
hr {
	display: none;
}
@media print, screen, handheld {
	legend {
		display: none;
	}
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
table {
	border-collapse: collapse;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #f18800;
}
a:visited {
	color: #f5b820;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.alignr {
	text-align: right;
}
.bold {
	font-weight: bold;
}

.box1 {
	background: url("/images/box1-h.gif") repeat-x left top;
	margin: 0.3em 0 1.3em 0;
}
.box1a {
	background: url("/images/box1-v.gif") repeat-y right top;
}
.box1b {
	background: url("/images/box1-h.gif") repeat-x left bottom;
}
.box1c {
	background: url("/images/box1-v.gif") repeat-y left top;
}
.box1d {
	background: url("/images/box1-c1.gif") no-repeat left top;
}
.box1e {
	background: url("/images/box1-c2.gif") no-repeat right top;
}
.box1f {
	background: url("/images/box1-c3.gif") no-repeat right bottom;
}
.box1g {
	background: url("/images/box1-c4.gif") no-repeat left bottom;
	padding: 1em 15px 0.5em 15px;
	height: 1%;
}

.box2 {
	background: #1077be url("/images/box2-top1.gif") no-repeat left top;
	margin: 0 0 0.5em 0;
	color: #fff;
	height: 1%;
}
.box2a {
	background: url("/images/box2-top2.gif") no-repeat right top;
	height: 1%;
}
.box2b {
	background: url("/images/box2-bottom1.gif") no-repeat left bottom;
	height: 1%;
}
.box2c {
	background: url("/images/box2-bottom2.gif") no-repeat right bottom;
	padding: 1em 15px;
	height: 1%;
}

.box3 {
	background: #1077be url("/images/box3-top.gif") no-repeat left top;
	margin: 0 0 0.5em 0;
	color: #fff;
}
.box3a {
	background: url("/images/box3-bottom.gif") no-repeat left bottom;
	padding: 1em 15px;
	height: 1%;
}

.box4 {
	padding: 0 15px;
}

.box_form {
	border-top: 1px solid #e9edf5;
	border-bottom: 1px solid #e9edf5;
	padding: 0.8em 0 0.5em 0;
}
.box_form2 {
	border-top: 1px solid #e9edf5;
	border-bottom: 1px solid #e9edf5;
	padding: 0.5em 0;
}

.breadcrumbs {
	padding: 0 0 1.5em 0;
	font-size: 0.9em;
	color: #abadb5;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #83858d;
}
.breadcrumbs a:hover {
	color: #000;
}
.breadcrumbs dt {
	position: absolute;
	left: -999em;
}

a.button_contact, a.button_contact:visited {
	color: #fff;
	text-decoration: none;
	background: #3784c5 url("/images/button-contact.gif") no-repeat left center;
	padding: 13px 10px;
	line-height: 1em;
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
}
a.button_contact:hover {
	color: #ffd100;
	text-decoration: none;
}
input.button_date {
	border: none;
	background: url("/images/calendar-pick.gif") no-repeat center center;
	width: 16px;
	cursor: pointer;
}
.button_login {
	border: none;
	background: transparent;
	font-size: 1.2em;
	color: #fff;
	padding: 0 16px 0 0;
	margin: 0;
	overflow: visible;
	cursor: pointer;
	background: url("/images/button-login.gif") no-repeat right center;
}
.button_login:hover {
	color: #ffd100;
}
.button_qs1 {
	border: none;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
	color: #ffd100;
	padding: 0.3em 0 0 0;
	margin: 0;
	overflow: visible;
	cursor: pointer;
}
.button_qs1:hover {
	color: #fff;
}
a.button1, a.button1:visited {
	background: #0068b5;
	color: #fff;
	padding: 0.4em 1em;
	text-decoration: none;
	font-weight: bold;
}
a.button1 span {
	font-size: 0.9em;
	font-weight: normal;
}
a.button1:hover {
	color: #F8CE3A;
	text-decoration: none;
}
input.button1 {
	background: #0068b5;
	border: none;
	color: #fff;
	padding: 0.4em 1em;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
}
input.button1:hover {
	color: #F8CE3A;
}

.clear {
	clear: both;
}
.clear_left {
	clear: left;
}

.col_left {
	margin: 0 211px 0 0;
}
.col_main_left {
	float: left;
	width: 200px;
}
.col_main_right {
	margin: 0 20px 0 230px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.col_right {
	float: right;
	width: 210px;
	border-top: 1px solid #fff;
}

.colcode_sec1 h1, .colcode_sec1 h2 {
	color: #f18800;
}
.colcode_sec2 h1, .colcode_sec2 h2 {
	color: #98c100;
}
.colcode_sec3 h1, .colcode_sec3 h2 {
	color: #e60004;
}
.colcode1 {
	color: #0068b5;
}
.colcode2 {
	color: #f18800;
}
.colcode3 {
	color: #abadb5;
}

.container1 {
	min-width: 956px;
	width: 85%;
	_width: 90%;
	background: url("/images/bg1.gif") repeat-y left top;
	margin: 0 auto;
	text-align: left;
}
.container1b {
	background: url("/images/bg1b.gif") repeat-y left top;
}
.container2 {
	background: url("/images/bg3.gif") repeat-y right bottom;
}
.container3 {
	background: url("/images/bg2.gif") no-repeat left bottom;
}
.container4 {
	background: url("/images/bg4.gif") no-repeat right bottom;
	padding: 0 20px 0 21px;
}
.container3b {
	background: url("/images/bg2b.gif") no-repeat left bottom;
}
.content {
	border-top: 1.5em solid #fff;
	.height:1%;
}
.content ul {
	margin: 0 0 1em 0;
}
.content ul li {
	padding: 0 0 0.2em 10px;
	background: url("/images/bullet1.gif") no-repeat left 0.5em;
}
.content_timesheets {
	padding: 0 18px;
	font-size: 1.1em;
}

.fader {
	height:13em;
	overflow:hidden;
	background:#fff;
	}

.floatl {
	float: left;
}
.floatr {
	float: right;
}

.footer {
	padding: 2.7em 15px 0.5em 15px;
	clear: both;
}
.footer a, .footer a:visited {
	color: #0068b5;
}
.footer a:hover {
	color: #f18800;
}
.footer .copyright a, .footer .copyright a:visited, .footer .copyright a:hover {
	color: #0068b5;
	text-decoration: none;
	cursor: default;
}
.footer dl {
	float: right;
}
.footer dl dt {
	position: absolute;
	left: -999em;
}
.footer dl dd {
	display: inline;
	padding: 0 0.2em 0 0.5em;
	background: url("/images/footer-div.gif") no-repeat left center;
}
.footer dl dd.first {
	background: none;
}

.form_box {
	width: 14px;
	height: 14px;
	margin: 0;
}
input.form_general, textarea.form_general {
	width: 65%;
	.width: 64%;
}
select.form_general {
	width: 261px;
}
input.form_login {
	width: 40%;
	margin: 0 5px 0 0;
	color: #505050;
	border: 1px solid #fff;
}
.form_login_password {
	width: 40%;
	margin: 0 5px 0 0;
	border: 1px solid #fff;
	background: #fff url("/images/pwd.gif") no-repeat left center;
	.background-image: url("/images/pwd-ie7.gif");
	_background-image: url("/images/pwd.gif");
}
select.form_qs1 {
	width: 190px;
	.width: 188px;
	margin: 0.3em 0 0 0;
}

input.form_ts1 {
	width: 40px;
	.width: 38px;
}
.form_ts2 {
	width: 3.5em;
	text-align: center;
	border: 1px solid #C8CACF;
}

.header {
	height: 143px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.header .img-fader {
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:261px;
	height:144px;
	overflow:hidden;
	text-align:right;
	}
.header .internal {
	display:none;
	}
.hidden {
	display: none;
}

.latest {
	padding: 0 0 1em 0;
}
.latest dt {
	font-weight: bold;
	color: #f18800;
	padding: 0 1em 0 0;
}
.latest dd {
	font-size: 0.9em;
	color: #505050;
	padding: 0 1em 0 0;
}

.line1 {
	border-top: 1px solid #e9edf5;
	padding: 0 0 0.8em 0;
}
.link1 {
	color: #0c76bd;
}
.link1:visited {
	color: #2c86cd;
}
.link1:hover {
	color: #000;
}

.logo {
	position: absolute;
	left: 21px;
	top: 21px;
	z-index: 10;
}

.map1 {
	margin: 0 15px 1.5em 0;
	float: left;
}

.menu {
	background: #fff;
	border-top: 1px solid #c8cacf;
	border-bottom: 1px solid #c8cacf;
	padding: 0.5em 20px 0.5em 73px;
}
.menu table {
	width: 100%;
	_width: 99%;
}
.menu table td {
	padding: 0;
	border: 0;
}
.menu table td a, .menu table td a:visited {
	font-size: 1.05em;
	color: #0b3d9e;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 18px;
	white-space: nowrap;
}
.menu table td a:hover {
	color: #f18800;
	text-decoration: none;
	background: url("/images/menu.gif") no-repeat left center;
}
.menu table td a.selected {
	background: url("/images/menu.gif") no-repeat left center;
}

.nounderline {
	text-decoration: none;
}
.nounderline_hover {
	text-decoration: underline;
}

.qs1 {
	padding: 1em 10px;
	background: url("/images/box-right.gif") repeat-x left top;
}
.qs1 a, .qs1 a:visited {
	color: #fff;
}
.qs1 a:hover {
	color: #ffd100;
}
.qs1 h2 {
	color: #fff;
	font-size: 1.4em;
}
.qs1 label {
	display: block;
	color: #fff;
	padding-left: 0.2em;
}
.qs1 p {
	padding: 0 0 0.8em 0;
}

.right_links {
	background: #6593cd;
}
.right_links li {
	display: inline;
}
.right_links li a, .right_links li a:visited {
	display: block;
	text-decoration: none;
	color: #0b3d9e;
	padding: 0.7em 0 0.6em 15px;
	font-weight: bold;
	font-size: 1.3em;
	border-top: 1px solid #fff;
}
.right_links li a:hover {
	text-decoration: none;
	color: #000;
}
.right_links li.li1 a {
	background: #f4a53f url("/images/right-link1.gif") no-repeat left center;
}
.right_links li.li2 a {
	background: #f4a53f url("/images/right-link2.gif") no-repeat left center;
	border-bottom: 1px solid #fff;
	margin: 0 0 1em 0;
}
.right_links li.li3 a {
	background: #ffdd4c url("/images/right-link3.gif") no-repeat left center;
	border-bottom: 1px solid #fff;
}

.screenreader {
	position: absolute;
	left: -999em;
}

.sec_logo {
	float: right;
	margin: 0 0 1em 15px;
}
.sec {
	position:relative;
	min-height:100px;
	height:auto;
	}
.sec p {
	position:absolute;
	top:32px;
	left:90px;
	width:110px;
	}
.sec p a {
	color:#0c76bd;
	line-height:1.5;
	}
.sec p a:hover, .sec p a:focus {
	color:#000;
	}
.sec h2 a {
	display:block;
	min-height:90px;
	height:auto;
	padding: 10px 0 1em 90px;
	background:url(/images/bg-sbuttons.png) no-repeat;
	text-decoration:none;
	}
.sec1 h2 a {
      background-position: 0px -599px;
      }
.sec1 h2 a:hover, .sec1 h2 a:focus {
      text-decoration:underline;
      background-position:0px -749px;
      color:#000;
      }
.sec2 h2 a {
      background-position: 0px 0px;
      color:#98c100
      }
.sec2 h2 a:hover, .sec2 h2 a:focus {
      text-decoration:underline;
      background-position:0px -150px;
      color:#000;
      }
.sec3 h2 a {
      background-position: 0px -300px;
      color:#e60004;
      }
.sec3 h2 a:hover, .sec3 h2 a:focus {
      text-decoration:underline;
      background-position:0px -449px;
      color:#000;
      }
.small {
	font-size: 0.9em;
}

.tab_form1 {
	width: 100%;
}
.tab_form1 th {
	vertical-align: top;
	text-align: left;
	padding: 0.3em 1em 1em 0;
	border: none;
	font-weight: normal;
	width: 30%;
	line-height: 1em;
}
.tab_form1 td {
	vertical-align: top;
	text-align: left;
	padding: 0 0 1em 0;
	border: none;
	line-height: 1em;
}

.tab_latest {
	width: 100%;
}
.tab_latest ul {
	list-style:none;
	margin:0;
	padding:0;
}
.tab_latest ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.tab_latest li {
	width: 264px;
	padding: 0 !important;
	background:none !important;
	border: none;
	float:left;
	margin:0;
	height:6.5em;
}

.tab_ts2 {
	width: 100%;
	_width: 99%;
	margin: 1em 0;
}
.tab_ts2 th {
	font-weight: normal;
	color: #0c76bd;
	font-size: 0.9em;
	line-height: 1em;
	padding: 0.7em 0;
	border: 1px solid #c8cacf;
	text-align: center;
	vertical-align: middle;
}
.tab_ts2 th span.small {
	letter-spacing: -0.05em;
}
.tab_ts2 td {
	font-size: 0.9em;
	line-height: 1em;
	padding: 0;
	border: 1px solid #c8cacf;
	text-align: center;
	vertical-align: middle;
}
.tab_ts2 tr.tr1 td {
	background: #f0f5ff;
}

.tab_ts3 {
	width: 100%;
	_width: 99%;
}
.tab_ts3 th {
	font-weight: bold;
	color: #0c76bd;
	font-size: 1.1em;
	line-height: 1em;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: middle;
	width: 16em;
}
.tab_ts3 td {
	color: #0c76bd;
	font-size: 0.9em;
	line-height: 1em;
	padding: 0;
	border: none;
	vertical-align: middle;
}
.tab_ts4 th {
	font-weight: normal;
	padding: 0 1em 0 0;
	border: none;
	vertical-align: top;
	text-align: left;
	line-height: 1.2em;
}
.tab_ts4 td {
	padding: 0;
	border: none;
	vertical-align: top;
	color: #505050;
	line-height: 1.2em;
}
.tab_ts5 {
	width: 100%;
	_width: 99%;
}
.tab_ts5 th {
	font-weight: bold;
	color: #0c76bd;
	font-size: 1.1em;
	line-height: 1em;
	padding: 0.2em 0 0 0;
	border: none;
	text-align: left;
	vertical-align: top;
	width: 16em;
}
.tab_ts5 td {
	font-size: 0.9em;
	line-height: 1em;
	padding: 0.2em 0;
	border: none;
	vertical-align: middle;
}

.tab_vacdet {
	margin: 0 0 1em 0;
}
.tab_vacdet th {
	font-weight: normal;
	padding: 0 1em 0 0;
	border: none;
	vertical-align: top;
	text-align: left;
	width: 80px;
	line-height: 1.2em;
}
.tab_vacdet td {
	padding: 0;
	border: none;
	vertical-align: top;
	color: #505050;
	line-height: 1.2em;
}

.tab_vacsum {
	width: 100%;
	_width: 99%;
	margin: 0 0 0.3em 0;
}
.tab_vacsum th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0.2em 0;
	border: none;
	width: 15%;
	font-size: 0.9em;
	line-height: 1.2em;
}
.tab_vacsum td {
	vertical-align: top;
	text-align: left;
	padding: 0 0 0.2em 0;
	border: none;
	width: 35%;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #505050;
}

.tel {
	position: absolute;
	left: 170px;
	top: 113px;
	z-index: 15;
	color: #abadb5;
	font-weight: bold;
}
.tel dt {
	padding: 0 0 0 7px;
	display: inline;
}
.tel dd {
	display: inline;
}

.testimonial {
	border-bottom: 1px solid #e9edf5;
	padding: 0.8em 0;
	font-size: 0.9em;
}
.testimonial blockquote {
	color: #ff8000;
	font-style: italic;
	margin: 0;
	padding: 0 0 0.3em 0;
	font-weight: bold;
	font-size: 1.1em;
}
.testimonial p {
	padding: 0;
}

.testimonial_home {
	padding: 1em 15px;
	background: url("/images/box-right.gif") repeat-x left top;
	color: #fff;
	min-height: 200px;
	height: auto;
}
/*\*/
* html .testimonial_home {
	height: 200px;
}
.testimonial_home h2 {
	color: #fff;
	font-size: 1.2em;
}
.testimonial_home a, .testimonial_home a:visited {
	color: #fff;
}
.testimonial_home a:hover {
	color: #ffd100;
}

ul.tools {
	line-height: 1em;
}
ul.tools li {
	float: left;
	padding: 0;
	background: none;
}
ul.tools li a, ul.tools li a:visited {
	display: block;
	background: #3282c4 url("/images/tools.gif") no-repeat left center;
	padding: 12px 0 12px 10px;
	width: 140px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0.5em 5px;
}
ul.tools li a:hover {
	text-decoration: none;
	color: #ffd100;
}

.vaclist {
	border-top: 1px solid #e9edf5;
	margin: 0 0 0.7em 0;
}

.vacsum {
	border-bottom: 1px solid #e9edf5;
	padding: 0.8em 0 0.5em 0;
}
.vacsum h2 {
	font-size: 1.1em;
}
.vacsum h2 a {
	color: #0c76bd;
}
.vacsum h2 a:visited {
	color: #2c86cd;
}
.vacsum h2 a:hover {
	color: #000;
}
.vacsum p {
	padding: 0 0 0.2em 0;
}

