/*****************
	Field Eddy Main Styles
*****************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	width:820px;
}

#header-container{
	width: 780px;
	float:left;
	padding: 20px 0px 20px 20px;
	margin: 0;
	background-color:#f0efde;
}

#logo-container-1{
	float: left;
}

#logo-container-2{
	float:right;
	padding-right: 20px;
}

#content-holder {
	width: 760px;
padding: 20px;
	float: left;
}

#content {
}

.page-holder{
	padding: 0px 0px 0px 0px;
}

#content h2, #content h1 {
	background-image: url("../images/header-box-darkgreen.gif");
	background-repeat: no-repeat; 
	font-family: Georgia, Times New Roman, serif;
	color: #324631;
	*font-size: 1.5em;
	font-weight: bold;
	margin-top:0px;
	text-indent: 28px;
	line-height: 18px;
	padding-bottom: 5px;
}

h3{
	font-family: Georgia, Times New Roman, serif;
	color: #324631;
	font-size: 1.4em;
	margin-bottom:0px;
	font-weight: bold;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	color: #324631;
	font-size: 1.3em;
	margin-bottom:0px;
	font-weight: bold;
}

h5, h6 {
	font-family: Georgia, Times New Roman, serif;
	color: #324631;
	font-size: 1.2em;
	margin-bottom:0px;
	font-weight: bold;
}

a:link, a:visited, a:active{
	color: #668866;
	text-decoration: none;
}

a:hover{
	color: #668866;
	text-decoration: underline;
}

.clearfix:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearfix {
display:inline-block;
}

/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */

/*****************************
	Content table
*****************************/
#content table.page-content td{
	vertical-align: top;
}

#content table.page-content td.text{
	width: 550px;
	padding-right: 20px;
}

/*******************************
	Employee Benefit Box
*******************************/
#emp-benefits-img {
	background-image: url("../images/online-benefits-header.gif");
	background-repeat: no-repeat; 
	width:210px;
	height:20px;
}


/*******************************
	Online Bill Pay form table
*******************************/

#bill-pay table.billpay td{
	padding: 0px 5px 5px 5px;
	vertical-align: top;
	text-align: right;
}

#bill-pay table.billpay td.billpayleft{
	padding: 0px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
}

.submitbtn{
	
	width: 132px;
	height: 31px;
	background-image: url("../images/btn-submit-payment.gif");
	background-repeat: no-repeat;
	border: 0;
}

/*******************************
	Online e-mail form table
*******************************/

#emailform table.emailform td{
	padding: 0px 5px 5px 5px;
	vertical-align: top;
	text-align: right;
	width: 200px;
}

#emailform table.emailform td.emailformleft{
	padding: 0px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
}

table.data-table th{
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	border: 1px solid #668866;
}

table.data-table td{
	padding: 2px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #668866;
}


/*******************************
	Footer
*******************************/

hr.footer {
	color: #bfb778;
	background-color: #bfb778;
	border-top: 1px solid #bfb778;
	border-bottom: 1px solid #bfb778;
	border-left: 1px solid #bfb778;
	height: 10px;
	text-align: left;
	margin-left: 0;
	}

span.footer {
	padding: 0px 0px 20px 0;
	font-size: .8em;
}

#prize-rules{
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: left;
	clear:left;
}