@charset "utf-8";
body{
	background-color:#e3ddcd;
	margin:0px;
	padding:0px;
}
.container {
	text-align:left;
	background-color: #FFFFFF;
	width: 776px;
	margin-top:20px;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:5px;
}
.header{
	height:55px;
	background-image: url(../images/header_underline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.headerBanner{
	width:514;
	height:73px;
	margin-top:0px;
	margin-left:0px;
}
.footer{
	height:12px;
	background-image: url(../images/footer_underline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footerLinks{
	margin-top:10px;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
}
.footerLinks a{
	text-decoration:none;
	color:#666666;
}
.footerLinks a:hover{
	text-decoration:underline;
	color:#333333;
}
.copyright{
	margin-top:20px;
	color:#999999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.header .logo{	float:left;}
.header .zipcodeLookup{float:right;}
.header .zipcodeLookup input, .rightcolumn input{
	font-size:9px;
	padding:3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-bottom-color: #dfdfdf;
	border-left-color: #c1bfc0;
	width:100px;
}
.noZip{
	font-size:9px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
.noZip a{
	color:#999999;
}
.noZip a:hover{
	color:#666666;
}
.inactiveTextField{
	color:#999999;
}
.activeTextfield{
	color:#000000;
}


.navigation{
	margin-top:12px;
}
.navigation table{
	width:100%;
}
.navigation td{
	text-align:center;
	text-transform: uppercase;	
	text-size:12px;
}

.subnav, .subnav a{
	font-family:"Times New Roman", Times, serif;
	padding:2px;
}

.subnav {
	background-color:#dcd7c4;
	margin-top:2px;
}
.subnav a{
	padding-left:8px;
	padding-right:8px;
	background-color:#dcd7c4;
	text-align:center;
	text-transform: uppercase;	
	border-right:2px solid #FFFFFF;
	
	color:#515151;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
.subnav a:hover{
	background-color:#c7b995;
	text-align:center;
}

.subnav .active{
	background-color:#97824a;
	color:#FFFFFF;
}
.subnav .active:hover{
	background-color:#97824a;
}




form {
	margin: 0px;
	padding: 0px;
}


h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#84a4a3;
	font-size:17px;
	margin:0px;
	padding:0px;
}

.leftcolumn {
	margin-top:12px;
	float: left;
	width: 516px;
	font-size:10px;
}
.leftcolumn .textarea{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	font-size:12px;
	line-height:18px;
}

.rightcolumn {
	margin-top:12px;
	float: right;
	width: 256px;
}
.rightcolumn img{
	margin-bottom:7px;
}



.bottomBox{
	width:254px;
	font-size:12px;
	color:#787878;
}
.bottomBox .top{
	width:254px;
	background-color: #f0ece1;
	background-image: url(../images/bottomBox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 24px;
}

.bottomBox .bottom{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f8f5f0;
	background-image: url(../images/bottomBox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 66px;
	padding:5px;

}
.bottomBox .top img{
	margin-top:7px;
	margin-left:5px;
}
.bottomBox .bottom img{
	float:left;
	margin-right:6px;
}
.bottomBox .viewBenefitsButton{
	float:right;
	position:relative;
	top:85px;
	right:5px;
}

/* NEWS */
.news{
	padding:6px;
	margin-bottom:12px;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	
}
.news .theDate{
	color: #000000;
	font-weight:bold;
	font-size:10px;
	float:right;
	margin-top:2px;
	
}
.news .title{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#84a4a3;
}
.news .title a{text-decoration:none;color:#84a4a3;}
.news .title a:hover{text-decoration:underline;}
.news .summary{
	color:#666666;
	font-size:11px;
}
.news .tagline{
	font-size:11px;
	font-style:italic;
	
}

/* CAREERS listings  */
.careersTable{
	width:100%;
}
.careersTable table{
	width:100%;
}
.careersTable th{
	padding:3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #83a3a2;
}
.careersTable td{
	padding:3px;

}


.hours th{
	width:auto;
	padding:2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #83a3a2;
}
.hours .day{
	padding:2px;
	text-align:right;
	padding-right:10px;
	font-weight: bold;
}

.state, .stateActive{
	font-weight: bold;
	font-size:14px;
	padding:2px;
	margin-bottom:3px;
}
.stateActive{
	background-color:#83a3a2;
}
.state a{
	text-decoration:none;
	color:#9eb7b6;
}
.state a:hover{
	text-decoration:underline;
	color:#4b6867;
}

.stateActive a, .stateActive a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.stateResults{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}




.city, .cityActive{
	font-weight: bold;
	font-size:12px;
	padding:2px;
	margin-bottom:3px;
}
.cityActive{
	background-color:#e3ddcd;
}
.city a{
	padding-left:15px;
	text-decoration:none;
	color:#9eb7b6;
}
.city a:hover{
	text-decoration:underline;
	color:#4b6867;
}

.cityActive a, .cityActive a:hover{
	padding-left:15px;
	text-decoration:none;
	color:#333333;
}
.cityResults{
	padding-left:15px;
}



.sitemap{
	padding:20px;
	font-weight:bold;
}
.sitemap a{
	color:#333333;
	text-decoration:none;
}
.sitemap a:hover{
	color:#0066CC;
	text-decoration:underline;
}
.sitemap .subnavLink{
	margin-left:20px;
	font-weight:normal;
}
.profile-image {
	padding: 0 10px 78px 0;
	float: left;
}