@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:"Trebuchet MS", Verdana, Arial, Tahoma;
	font-size:1em;
	color:#555;
	background-image: url(/images/payroll-bg.png);
	background-repeat: repeat-x;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:820px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(/images/bg-stretch.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header {
	background-image: url(/images/payroll-header.jpg);
	background-repeat: no-repeat;
	height: 216px;
}


#horizontal-menu {
	HEIGHT: 36px;
	vertical-align: middle;
	background-image: url(images/payroll-accounting-menu.jpg);
	text-align: left;
	font-size: 0.7em;
	padding-left: 60px;
}

div#content {
	background-image: url(/images/payroll-content.jpg);
	background-repeat: no-repeat;
	font-size: 0.75em;
	padding-top: 26px;
	padding-right: 35px;
	padding-bottom: 60px;
	padding-left: 35px;
}
	div#content p {
	padding:0 1em;
	line-height: 1.8em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	text-align: center;
	height: 45px;
	font-size: 0.7em;
}

div#footer p {
		padding:1em;
		margin:0;
	}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	color: #205522;
	font-size: 1.2em;
}

h2 {
	font-weight: bold;
	color: #205522;
	font-size: 1em;
	margin-bottom: 0.8em;
}

.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.noborder2px {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 2px;
}
.clear {
	clear: both;
}
.bluelink {
	color: #0042ff;
	text-decoration: underline;
}
.bluelink   a:hover {
	color: #0042ff;
	text-decoration: none;
}
	
.left-content {
	padding-right: 80px;
	padding-left: 30px;
	width: 450px;
}
.right-padding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 30px;
	float: right;
}
div#content li {
	list-style-image: url(/images/payroll-bullet-content.png);

}
