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

#masterpage
{
	width: 960px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86em;
}

	#header
	{
		height: 172px;
		background-image: url(images/site/header.gif);
		background-position: top left;
		background-repeat: no-repeat;
		margin-bottom: 30px;
		padding: 115px 5px 0 291px;
		color: #003468;
	}
	
	#maincontent {
		display: table;
		border-collapse: collapse;
		margin-left: 35px;
	}
	
		#leftedge {
			display: table-cell;
			width: 185px;
			background-image: url(images/site/backleft.jpg);
			background-position: top;
			background-repeat: no-repeat;
			/*background-color: #003468;*/
			color: #ffffff;
			font-weight: bold;
		}
			
			#leftedge p {
				padding: 0 5px 5px 5px;
				margin-top: 5px;
			}
			
			#leftedge ul {
				padding-right: 7px;
			}
			
			#leftedge a {
				color: #ffffff;
			}
		
		#content {
			display: table-cell;
			width: auto;
			padding: 0 5px 0 40px;
			vertical-align: top;
			min-height: 450px;
		}
	
		#footer {
			/*background-image: url(images/site/roundedbottom.gif);
			background-position: bottom left;
			background-repeat: no-repeat;
			padding: 0 45px 0 230px;
			margin: 0 0 10px 35px;*/
			text-align: left;
			clear: both;
			padding-top: 25px;
		}
	
	#tools {
		float: left;
		height: 60px;
		width: 170px;
		margin-top: 30px;
		text-transform: uppercase;
		color:#003468;
		font-weight: bold;
		border: 1px solid #cccccc;
		border-right: 0;
		padding: 15px 5px 0 15px;
	}
	
		#tools img {
			padding: 0 10px 0 0;
		}
	
	#toolend {
		float: left;
		height: 60px;
		width: 170px;
		margin-top: 30px;
		text-transform: uppercase;
		color:#003468;
		font-weight: bold;
		border: 1px solid #cccccc;
		padding: 15px 5px 0 15px;
	}
	
		#toolend img {
			padding: 0 10px 0 0;
		}

#clientcenterhead {
	/*margin-left: 83px;*/
	padding-top: 15px;
}

#clientcenter {
	border: 1px solid #455a21;
	border-top: 0;
	/*margin-left: 83px;*/
	width: 552px;
	padding: 5px 5px 5px 5px;
}

	#clientcenter ul {
		padding-bottom: 0;
		margin-bottom: 0;
	}

#employee {
	min-height: 170px;
	padding-bottom: 5px;
	clear: both;
}

	#employee img {
		padding: 0 20px 20px 0;
	}

h1, h2 {
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1
{
	font-size: 1.3em;
	color: #003468;
	font-weight: bold;
}

h2
{
	font-size: 1.1em;
	color: #003468;
	font-weight: bold;
}

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

a:hover
{
	text-decoration: underline;
}

img {
	border: 0;
}

th
{
	font-weight: bold;
	padding: 2px;
}

.caption
{
	text-align: center;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.ulnopad {
	padding: 0 0 5px 17px;
	margin-top: 0;
}

.nobottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

.medtext
{
	font-size: 0.9em;
}

.smalltext
{
	font-size: 0.75em;
}

.tablepadleft {
	padding-left: 10px;
}

.bold
{
	font-weight: bold;
}

.italics
{
	font-style: italic;
}

.payrolltable {
	font-size: 0.8em;
}

.hide {
	position: absolute;
	margin: -999em;
}

.borderrigt {
	border: 1px solid #cccccc;
}

.bluetext {
	color: #003468;
}

.disclaimer {
	color: #999999;
	font-size: 0.75em;
	text-align: left;
}