* {
	margin: 0;
	padding: 0;
}



body {

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
text-align: center;
background: url('images/background_white.jpg') top left repeat-x;

}



#containerFullWidth
{
background: transparent;
width:100%;
margin: auto;
min-height: 100%;
text-align:center;
}

#containerFixedWidth{
width: 960px;
margin: auto;
min-height: 100%;
text-align: left;
}

#logo{
width: 682px;
height: 99px;
float: left;
}

#logo img, #footer img, #logos img
{

	border:0;

}

#masthead {
	height: 100px;
}

#nav {

width: 907px;
height: 51px;
margin-left: 2px;



}
#nav ul{

	list-style-type: none;

}



#nav ul li {

	float: left;

}



#nav ul li span {

	display: none;

}



#nav ul li a {

	display: block;

	height: 51px;

}

#nav ul li a.nav_home {
	background: url('images/nav_home.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_contracts {
	background: url('images/nav_contracts.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_statement {
	background: url('images/nav_statement.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_reports {
	background: url('images/nav_reports.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_options {
	background: url('images/nav_options.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_hire_processing {
	background: url('images/nav_hire_processing.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_logout {
	background: url('images/nav_logout.png') top no-repeat;
	width: 104px;
}
#nav ul li a.nav_other6 {
	background: url('images/nav_other.png') top no-repeat;
	width: 104px;
}
#nav ul li a:hover {

background-position: center center;

}

#nav ul li a.active {

	background-position: center bottom;

}

#filters {
	/* width: 100%;*/
	height: 100px;
	position: relative;	

}

#filtersTop {
	width: 100%;
	height: 14px;
	float: left;
	background-color: transparent;
	background-image: url("images/content-top.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;

}

#filtersContent {

	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background-color: transparent;
	background-image: url("images/content-bg.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	position: relative;
}

#filtersBottom {
	width: 100%;
	height: 14px;
	float: left;
	background-color: transparent;
	background-image: url("images/content-bottom.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	margin-bottom: 5px;
}

#filtersTable {
	width: 100%;

}

#filtersTable tr {
	height: 20px;
}

#filtersTable select ,#filtersTable input ,#filtersTable th ,#filtersTable td {
	font-size: 12px;
	text-align: left;
}

#refresh {

	text-align: center;
	background-color: #dedede;
	padding: 2px;


}


#results {
	width: 100%;

}

#resultsTop {
	width: 100%;
	height: 14px;
	float: left;
	background-color: transparent;
	background-image: url("images/content-top.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

#resultsContent {

	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background-color: transparent;
	background-image: url("images/content-bg.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;


}

#resultsBottom {
	width: 100%;
	height: 14px;
	float: left;
	background-color: transparent;
	background-image: url("images/content-bottom.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	margin-bottom: 5px;
}

/* Home */

tr.homelist {
	
	text-align: left;
	vertical-align: top;


}

tr.homelist th, tr.homelist td {

	padding: 10px;

}

/* Contracts select data set table */

table.contracts, table.contracts td {
	font-size: 12px;
	padding: 5px;
		
	
	
	
	
}


/* Options table */

table.options td, table.options th, table.options input, table.options select {
	
	font-size: 12px;
	padding: 5px;
}

/* Reports table */

table.reports td, table.reports th, table.reports input, table.reports select {
	
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

/* Login/Signup table */
 
table.login tr.welcome th {
	
	color: #cc292a;
	font-size: 16px; 
	font-weight: bold; 
	height: 25px;
	text-align: left;
}

table.login tr.blurb td {
	
	font-size: 12px; 
	text-align: left;
}

table.signup_table {
	
	font-size: 12px;
	margin: auto;
	padding: 5px;
}

table.signup_table th {
	
	padding:5px;
	font-weight: bold;
	text-align: left;
}