@charset "utf-8";
body{
	background-color:#83A2A3;
	margin:0px;
	padding:0px;
}
.container {
	width: 1000px;

	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	
}
.container2 {
	text-align:left;
	padding-top:12px;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:5px;
	
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
}
.header{
	height:60px;
	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;
}

.leftcolumn {
	width: 670px;
	float: left;
	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:15px;
	color:#646466;
}

.rightcolumn {
	margin-top:12px;
	float: right;
	width: 270px;
	
}
.moreInfo {
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/more_info_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:7px;
}
.moreInfo .header{
	background-image: none;
	height:15px;
	padding:3px;
	padding-left:18px;
	text-transform: uppercase;	
	background-color:#97824b;
	color:#FFFFFF;
}
.moreInfo .content{
	padding:16px;
	color:#666666;
	font-size:9px;
}
 .rightcolumn input{margin-bottom:2px;width:230px;}

.rightcolumn img{
	margin-bottom:7px;
}



.footer{
}
.footerLinks{
	color:#FFFFFF;
	margin-top:5px;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
}
.footerLinks a{
	text-decoration:none;
	color:#FFFFFF;
}
.footerLinks a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.copyright{
	margin-top:20px;
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.header .logo{	float:left;}
.header .searchMap{float:right;}
.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;
}
.inactiveTextField{
	color:#999999;
}
.activeTextfield{
	color:#000000;
}


.navigation{
	margin-top:12px;
}
.navigation table{
	width:100%;
}
.navigation td{
	height:21px;
	text-align:center;
	text-transform: uppercase;	
}

.subnav, .subnav a{
	font-family:"Times New Roman", Times, serif;
	padding:2px;
}

.subnav {
	background-color:#d4dfe1;
	margin-top:2px;
}
.subnav a{
	padding-left:8px;
	padding-right:8px;
	background-color:#d4dfe1;
	text-align:center;
	
	border-right:2px solid #FFFFFF;
	
	color:#FFFFFF;
	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;
	color:#988248;
	font-size:22px;
	font-weight: normal;
	margin:0 0 8px;
	padding:0 0 8px;
	border-bottom:1px solid #a2baba;
	line-height: 25px;
}


.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;
}
.requiredStar{
	color:#CC0000;
	font-weight:bold;
	font-size:12px;
}
.state{
	color:#4b6867;
	font-weight: bold;
	background-color:#d4dfe1;
	padding:2px;
	margin-bottom:3px;
}
.map_listing{
	float:left;
	padding:6px;
	margin-right:10px;
	margin-bottom:10px;
	width:190px;
	background-color:#FFFFFF;
	min-height:100px;
}
