/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.distMapHeading {
	margin: 0;
	padding: 0;
	font-size:18px;
	font-weight:bold;
}
body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/body_bg.gif) repeat-x #666;
}
body#no_banner {
	background: url(../../images/body_bg2.gif) repeat-x #666;
}
a, area, map {
	color: #165949;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #165949;
	border-bottom: 1px solid #999;
}
p, h1 {
	margin: 0;
	padding-bottom: 10px;
}
h1 {
	font: bold 28px "Times New Roman", Times, serif;
	color: #1b1464;
}
h1 a {
	color: #104034;
}
h1 a:hover {
	color: #165949;
	border-bottom: 1px solid #999;
}
h2 {
	margin: 0;
	padding: 0;
}
/* Container -------------------------------------------------- */
#container {
	width: 770px;
	margin: 0 auto;
	/*border: 1px dotted #9CF;*/
}
/* Header ----------------------------------------------------- */

#animated_logo {
	position:relative;
	left:35px;
	top:15px;
	z-index:10;
	height:60px;
	width:60px;
	display: block;	
	padding: 0;
	margin: 0;
}

/*#logo {
position:absolute;
left:190px;
top:15px;
z-index:9999;
}*/

#header {
	display: block;
	width: 820px;
	height: 86px;
	margin: 0 auto;
	background: url(../../images/logo.gif) no-repeat;
	text-indent: 0;
	position:relative;
}
#header a#logo {
	float: left;
	display: block;
	width: 380px;
	height: 86px;
	text-indent: -9999px;
	border: 0;
	margin: 0;
}
#login_box {
	float: right;
	display: block;
	width: 320px;
	height: 66px;
	margin-right: 25px;
	padding: 15px 20px 0 20px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: url(../../images/login_box.gif) no-repeat;
}
#login {
	width: auto;
}
#login_box table td {
	padding: 2px;
}
#login_box strong {
	font-size: 12px;
}
#login_box input#username, #login_box input#password {
	width: 125px;
	height: 14px;
	font-size: 10px;
}

/* Top Navigation --------------------------------------------- */
#top_nav #nav {
	position: absolute;
}
#top_nav {
	position: relative;
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 30px;
	color: #FFF;
	z-index: 20;
}

#top_nav #nav, #top_nav #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#top_nav #nav a {
	display: block;
	width: auto;
	/*height: 29px;*/
	line-height: 29px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
	border: 0;
}
#top_nav #nav a:hover {
	color: #FFF;
	background-image: url(../../images/nav_hover.gif);
	position: static;
}
#top_nav #nav li { /* all list items */
	float: left;
}
#top_nav #nav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	border: 1px solid #000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#top_nav #nav li ul a {
	width: 160px;
	padding: 0 10px;
	text-align: left;
	display: block;
	line-height: 25px;
	height: 25px;
	color: #FFF;
	background: #1d4d40;
	border-bottom: 2px solid #114336;
}
#top_nav #nav li ul a:hover {
	background: #1a1a53;
	border-bottom: 2px solid #000040;
	position: static;
}
#top_nav #nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 170px;
}
#top_nav #nav li:hover ul ul, #top_nav #nav li:hover ul ul ul, #top_nav #nav li.sfhover ul ul, #top_nav #nav li.sfhover ul ul ul {
	left: -999em;
}
#top_nav #nav li:hover ul, #top_nav #nav li li:hover ul, #top_nav #nav li li li:hover ul, #top_nav #nav li.sfhover ul, #top_nav #nav li li.sfhover ul, #top_nav #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Banner ----------------------------------------------------- */
#homebanner {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 125px;
	color: #FFF;
	background-color: #000;
	margin-left:1px;
}

#banner {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 770px;
	height: 250px;
	color: #FFF;
	background-color: #000;
	margin-left:1px;
}
#banner img {
	border: 0;
}
#banner #banner_main {
	display: block;
	width: 694px;
	height: 250px;
	margin: 0 auto;
	background: url(../../images/banner_bg.jpg) no-repeat;
}

#banner #careers_banner_main {
	display: block;
	width: 694px;
	height: 250px;
	margin: 0 auto;
/*	background: url(../../images/employee.jpg) no-repeat;*/
}
#banner #banner_main #cs, #banner #banner_main #fs {
	float: left;
	display: block;
	width: 347px;
	height: 250px; 
	text-indent: -9999px;
	border: 0;
	z-index: 10;
}
#banner #links {
	list-style: none;
	display: block;
	background-color: #134D3E;
	text-align: center;
}
#banner #links a {
	width: 137px;
	line-height: 25px;
	height: 26px;
	margin: -3px 0;
	padding: 6px 12px;
	background-color: #134D3E;
	color: #EEE;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, san-sarif;
	font-size: 11px;
}
#banner #links a:hover {
	background-color: #1A6653;
	border: 0;
}
#banner_person {
	position: absolute;
	display: block;
	width: 694px;
	height: 250px;
	margin: 0 auto;
	/*background: url(../../images/banner_person_2.gif) no-repeat;*/
}
#careers_person {
	position: absolute;
	display: block;
	width: 694px;
	height: 250px;
	margin: 0 auto;
	background: url(../../images/group.gif) no-repeat;
	left:0px;
	vertical-align:middle;
}
#quote {
	position: absolute;
/*	width: 650px;  commented out for food show*/
	width: 500px; 
	height: 75px;	
	font-size: 10px;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 3px auto;
	left:320px;
	top:0px;
	color:#FFFFFF;
}
#careersquote {
	position: absolute;
	width: 375px;
	height: 250px;	
	font-size: 10px;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 5px auto;
	left:380px;
}
#quote div {
	margin-top: 5px;
	text-align: right;
	font-style: normal;
	color: #BBB;
}
/* Main Content Area ------------------------------------------ */
#main {
	clear: left;
	float: left;
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	width: 740px;
	color: #000;
	background-color: #DDD;
	border: 1px solid #333;
	border-top: none;
	/*background: url(../../images/content_bg.gif) repeat-y;*/
}
#home #main {
	width: 740px;
	padding: 0 15px;
}
#main .button {
	float: left;
	display: block;
	padding: 0px 10px;
	width: 222px;
	font: 28px "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	line-height: 50px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#main .button:hover {
	border: 1px solid #666;
}
#main .button01 {
	margin-right: 8px;
	margin-top: 5px;
	color: #7a0026;
	background: url(../../images/button01.jpg);
}
#main .button02 {
	margin-right: 8px;
	margin-top: 5px;
	color: #1b1464;
	background: url(../../images/button02.jpg);
}
#main .button03 {
	color: #134d3e;
	margin-top: 5px;
	background: url(../../images/button03.jpg);
}
#main_columns {
	clear: left;
	float: left;
	display: block;
	margin-top: 10px;
	width: 740px;
}
#main_bottom {
	clear: left;
	display: block;
	width: 820px;
	height: 35px;
	background: url(../../images/content_bottom_bg.gif) no-repeat;
}
/* Side Navigation --------------------------------------------- */
#side_nav {
	clear: left; 
	float: left;
	display:inline;
	width: 240px;
	margin-right: 10px;
}
#side_nav ul {
	margin: 0;
	padding: 0;
}
#side_nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side_nav ul li a {
	display: block;
	width: 220px;
	padding: 3px 10px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #1b1464;
	border-bottom: 1px solid #B3B3B3;
}
#side_nav ul li a:hover {
	background-color: #CCC;
	color: #291f99;
}
#side_nav li ul li a {
	margin-left: 10px;
	width: 210px;
}
#news {
	clear: left;
	float: left;
	display: block;
	width: 240px;
	margin-right: 10px;
}
#news ul {
	clear: left;
	margin: 0;
	padding: 0;
}
#news ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news ul li a {
	display: block;
	width: 197px;
	padding: 3px 10px 5px 25px;
	margin: 0;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 11px;
	line-height: 16px;
	color: #104034;
	border: 1px solid #B3B3B3;
	border-top: 0;
	background: url(../../images/date_icon.jpg) no-repeat 3px 3px;
}
#news ul li a:hover {
	background-color: #CCC;
	color: #1b1464;
}
#news .button {
	float: left;
	display: block;
	padding: 0px 5px;
	width: 222px;
	font: 28px "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border: 1px solid #999;
	color: #134d3e;
	margin: 5px 0 0 0;
	background: url(../../images/button03.jpg);
}
#news .button:hover {
	border: 1px solid #666;
}
/* Page Content ------------------------------------------------ */
#mainpagecontent {
	float: left;
	display:inline;
}

#content {
	float: left;
	display:inline;
	width: 485px; 

/*	width:707; */
}
#region_map {
	float: right;
}
h2.header {
	margin: 10px 0;
	padding: 0 10px;
	color: #FFF;
	font: bold 22px tahoma, verdana, arial;
	background: url(../../images/nav_hover.gif) repeat-x #26265c;
}
.listing {
	margin-left: 50px;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}
.listing strong {
	font-size: 16px;
}
.listing a {
	font-weight: bold;
}
.distMapListing {
	margin-left: 25px;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}
.distMapListing strong {
	font-size: 16px;
}
.distMapListing a {
	font-weight: bold;
}
div#qTip {
  padding: 5px 8px;
  border: 1px solid #003;
  display: none;
  background: url(../../images/nav_hover.gif);
  color: #FFF;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
/* Footer ------------------------------------------------------ */
#footer {
	clear: both;
	background: url(../../images/footer_bg.gif) repeat-x #333;
}
#footer_container {
	width: 770px;
	margin: 0 auto;
	padding-top: 5px;
	
}