@charset "UTF-8";
/* for all pages */

/* generic styles */
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
font-family : verdana, arial, helvetica, sans-serif;
}
body, td,th {
	font-size: 14px;
	color: #434142; /* dark grey */
	background-color:#FFFFFF;
}
body {
	background: url(../images/home_back.jpg) repeat-x top left;
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border:none;
}

/* wrapper div */
.wrapper {
	width: 987px;
	position: relative;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
}

/* header divs */
#header {
	height: 110px;
	position: relative;
	width: 987px;
}
.logo {
	padding: 15px 0px 0px 9px;
}
h4 {
	font-size: 120%;
	text-align: right;
	font-weight: normal;
}
.semi_bttn_txt {
	position: absolute;
	top: 30px;
	right: 230px;
	color: #ffffff;
	width: 400px;
}
.semi_bttn_txt h4 {
	background:url(../images/semi_text_back.gif) no-repeat center;
	padding: 6px 0px 6px 0px;
	text-align: center;
	color: #434142; /* dark grey */
}
.semi_bttn {
	position: absolute;
	top: 29px;
	right: 2px;
	color: #ffffff;
	width:220px;
	height: 36px;
	background:url(../images/semi_bttn.jpg) no-repeat top right;
}
.semi_bttn a {
	display: block;
	color: #434142; /* dark grey */
	text-decoration:none;
	padding: 6px 0px 0px 0px;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
	zoom: 1; /* for stupid IE6 */
	width:220px;
	height: 36px;
}
.semi_bttn a:hover {
	color: #FFFFFF;
}
.strap {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
}
.strap span {
	font-weight:bold;
	color: #ffc20d;
}
#web_tab {
	position: absolute;
	top: 69px;
	right: 4px;
	width: 700px;
}
#web_tab li {
	font-size: 80%;
	font-weight: bold;
	line-height:100%;
	text-align: center;
	list-style: none;
	float:right;
	margin-left: 2px;
}
#web_tab a {
	color: #dcddde;
	text-decoration: none;
	display:block;
	background-image: url(../images/web_tab.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 18px;
	width: 150px;
	padding: 12px 0px;
}
#web_tab a:hover {
	color: #bebebe;
	background-image: url(../images/web_tab_grey.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#web_tab .tabm a {
	color: #434142; /* dark grey */
	background-image: url(../images/web_tab_yellow_grad.jpg);
	font-size: 110%;
}
#web_tab .tabm a:hover {
	color: #434142; /* dark grey */
	background-image: url(../images/web_tab_yellow_active.jpg);
}

/* navigation */
#nav {
	height: 40px;
}
#nav li {
	font-size: 80%;
	font-weight: bold;
	line-height:100%;
	text-align: center;
	text-decoration: none;
	list-style: none;
	float: left;
}
#nav a {
	text-decoration: none;
	color: #434142; /* dark grey */
	display: block;
	padding: 12px 0px 0px 0px;
	height: 26px;
	border-left: #001129 1px solid;
	width: 80px;
}
#nav li.cons a, #nav li.com a, #nav li.sem a {
	width: 113px;
}
#nav li.salary a {
	width: 150px;
}
#nav li.contact a {
	border-right: #001129 1px solid;
}
#nav a:hover {
	zoom: 1;
	color: #434142; /* dark grey */
	background-color:#ffffff;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
body#index a#indexLink, body#about a#aboutLink, body#cons a#consLink, body#sem a#semLink, body#com a#comLink, body#faqs a#faqsLink, body#articles a#articlesLink, body#contact a#contactLink, body#payroll a#payLink, body#salary a#salaryLink {
	cursor:default;
	background-image:url(../images/nav_back.jpg);
	color: #434142; /* dark grey */
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

/* intro div */
#intro, #grey_bar, #main {
	width: 987px;
}
#intro {
	height: 254px;
}
#intro p {
	font-size: 100%;
	line-height: 150%;
	padding: 10px 0px 0px 15px;
	width: 600px;
}
#about #intro p {
	width: 977px;
}
#intro p.intro-small {
	font-size: 85%;
	color: #686869;
}
#intro p a {
	color: #edb40c; /* text yellow */
	font-weight: bold;
}
#intro p a:hover {
	color: #434142; /* dark grey */
	text-decoration: none;
}
#index #intro p {
	width: 550px;
}
#index .image {
	position: absolute;
	left: 597px;
	top: 149px;
	width: 254px;
}
h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 150%;
	padding: 25px 0px 0px 15px;

}
#tips_fields {
	position: absolute;
	left: 612px;
	top: 195px;
}
#inputs {
	position: relative;
}
#intro #tips_fields p {
	line-height: 150%;
	padding: 0px 0px 5px 0px;
	width: 300px;
}
.tipsfield1, .tipsfield2 {
	font-size: 85%;
	line-height: 160%;
	padding-bottom: 10px;
}
.tipssubmit {
	margin-top: 5px;
}
.tipsfield1 input, .tipsfield2 input {
	height: 13px;
	width: 160px;
}
#index .validation-advice {
	font-size: 85%;
	color:#ffffff;
	color:#e30c09;
	position: absolute;
	left: 0px;
	top: 35px;
	width: 250px;
}
#index .tipsfield2 .validation-advice {
	top: 80px;
}
.bttn {
	position: absolute;
	left: 15px;
	top: 430px;
	width: 246px;
	height:58px;
	background:url(../images/home_bttn.jpg) no-repeat center;
}
.bttn a {
	color: #434142; /* dark grey */
	text-decoration:none;
	padding: 13px 0px 0px 0px;
	display: block;
	width: 246px;
	height:58px;
	text-align:center;
	font-size: 140%;
	font-weight: bold;
	zoom: 1; /* for stupid IE6 */
}
.sembttn {
	margin: 15px 0px 15px 15px;
	background:url(../images/sem_bttn.jpg) no-repeat left;
	width: 246px;
	height:58px;
}
.sembttn a {
	width: 246px;
	height:58px;
	display: block;
	color: #434142; /* dark grey */
	text-decoration:none;
	text-align:center;
	padding: 13px 0px 0px 0px;
	font-size: 140%;
	font-weight: bold;
	zoom: 1; /* for stupid IE6 */
}
#payroll .contact_bttn {
	background:url(../images/payroll_bttn.jpg) no-repeat center;
	width:200px;
	height:53px;
	margin: 10px 0px 0px 15px;
}
#payroll .contact_bttn a {
	color: #434142; /* dark grey */
	text-decoration:none;
	display: block;
	width:200px;
	height:53px;
	padding: 10px 0px 0px 0px;
	text-align:center;
	font-size: 140%;
	font-weight: bold;
	zoom: 1; /* for stupid IE6 */
}
.bttn a:hover, .sembttn a:hover, .sembttn1 a:hover, #payroll .contact_bttn a:hover {
	color: #FFFFFF;
}
/* grey bar div */
#grey_bar {
	height: 107px;
}
#grey_bar ul, #grey_bar p {
	font-size: 100%;
	line-height: 160%;
	padding: 17px 0px 0px 300px;
	list-style:inside;
}
#payroll #grey_bar ul {
	padding: 5px 0px 0px 180px;
}

/* main div */
#index #main {
	margin-top: 50px;
}
#main {
	margin-top: 25px;
}
#three_cols {
	position: relative;
	height: 200px;
}
.col_left, .col_middle, .col_right {
	position: absolute;
	top: 0px;
	width: 300px;
}
#about .col_left, #payroll .col_left {
	width: 250px;
}
.col_left {
	left: 0px;
	padding-bottom: 200px;
}
.col_middle {
	left: 329px;
}
.col_right {
	left: 658px;
}
h3 {
	font-size: 100%;
	line-height: 120%;
	padding: 0px 0px 0px 100px;
	margin-top: -75px
}
h3.yellow {
	color: #edb40c; /* text yellow */
	font-style: italic;
}
.line_h3 {
	border-top: 1px dashed #686869; /* text grey */
}
h3 a {
	color: #edb40c; /* text yellow */
}
h3 a:hover {
	color: #434142; /* dark grey */
}
#main .col_two p, #main .col_left p, #main .col_middle p, #main .col_right p {
	font-size: 85%;
	line-height: 160%;
	padding: 10px 0px 0px 100px;
	color: #686869;
}
#payroll #main .col_left p {
	padding: 10px 0px 0px 15px;
}
#about .col_left p {
	padding: 10px 0px 0px 15px;
}
#main p a, #main ul a {
	font-weight: bold;
	color: #edb40c; /* text yellow */
}
#main p a:hover, #main ul a:hover {
	color: #434142; /* dark grey */
	text-decoration: none;
}

/* footer div */

#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	right: 0px;
	font-size: 70%;
	text-align:right;
	background-color:#FFFFFF;
	color: #898788; /* light grey */
}
* html #footer {
	position: absolute;
}
#footer p {
	margin-left: auto;
	margin-right: auto;
	width: 987px;
	border-top: #c6c4c5 1px solid;
	padding: 5px 0px 8px 0px;
}
#footer a {
	color: #898788; /* light grey */
}
#footer a:hover {
	color: #edb40c; /* text yellow */
	text-decoration: none;
}

