/* Global Styles */
body {
	background:#fff;
	color:#414141;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9.5pt;
}	

body#home {
	background:#fff;
}	

#container {
	background:#fff;
	margin:0 auto;
	padding-top:15px;
	width:960px;
}

	#header {
		float:left;
		height:65px;
		width:100%;
	}

		#header #logo {
			float:left;
			margin-left:12px;
		}

			#header #logo a {
				background:url('../img/logo.gif') no-repeat;
				display:block;
				height:65px;
				text-indent:-9999em;
				width:140px;
			}
			
		#header #main_nav {
			float:right;
			margin-top:15px;
		}
		
			#header #main_nav li {
				display:inline;
			}
			
				#header #main_nav li a {
					background-repeat:no-repeat;
					background-position:left top;
					display:block;
					float:left;
					height:36px;
					margin-right:28px;
					text-indent:-9999em;
				}
				
				#header #main_nav li.home a {
					background-image:url('../img/nav/home.gif');
					width:42px;
				}
				
				#header #main_nav li.jobs a {
					background-image:url('../img/nav/jobs.gif');
					width:84px;
				}
				
				#header #main_nav li.culture a {
					background-image:url('../img/nav/culture.gif');
					width:57px;
				}
				
				#header #main_nav li.benefits a {
					background-image:url('../img/nav/benefits.gif');
					width:60px;
				}
				
				#header #main_nav li.stories a {
					background-image:url('../img/nav/stories.gif');
					width:105px;
				}
				
				#header #main_nav li.careers a {
					background-image:url('../img/nav/careers.gif');
					width:87px;
				}
				
				#header #main_nav li.about a {
					background-image:url('../img/nav/about.gif');
					margin-right:28px;
					width:72px;
				}
				
				#header #main_nav li.locations a {
					background-image:url('../img/nav/locations.gif');
					margin-right:0;
					width:67px;
				}
				
				#header #main_nav li.current a, #header #main_nav li a:hover {
					background-position:left bottom;
				}
			
#footer {
	text-align:center;
}	
	
	#footer ul li {
		display:inline;
	}
	
	#footer a {
		color:#0a4b30;
	}
	
	#footer ul.companies, #footer ul.nav {
		padding-top:15px;
	}
	
		#footer ul.companies li {
			padding:0 15px;
		}
		
		#footer ul.nav li {
			padding-right:3px;
		}
		
			#footer ul.nav li:after {
				content:'|';
				padding-left:5px;
			}
			
			#footer ul.nav li:last-child:after {
				content:'';
			}
			
		#footer p {
			padding:5px 0;
		}
	
/* Interior Styles */
#main_content {
	clear:both;
	float:none;
}

#main_content.interior {
	background:url('../img/bg_interior.gif') repeat-x left top;
	padding:45px 0 0 12px;
}

	#main_content.interior h1, #main_content.interior h2, #main_content.interior h3 {
		color:#0a4b30;
		font-family:TradeGothic,Myriad Pro,Arial;
		font-weight:bold;
		text-transform:uppercase;
	}

	#main_content.interior h1 {
		font-size:1.75em;
		margin-bottom:1em;
	}

	#main_content.interior h1 strong{
          font-size:22px; 
          line-height:32px;
          text-transform:none; 
          font-weight:normal;
        }

	#main_content.interior h2 {
		font-size:1.4em;
		margin:1em 0;
	}

	#main_content.interior h3 {
		font-size:1.2em;
		margin:1em 0;
	}
	
	#main_content.interior p, #main_content.interior ul {
		line-height:1.5em;
		margin:1.1em 0;
	}
	
	#main_content.interior a {
		color:#0a4b30;
		text-decoration:underline;
	}
	
	#main_content.interior .emphasize {
		font-size:1.2em;
	}
	
		#main_content.interior ol {
			list-style-type:decimal;
			margin-left:20px;
		}
	
		#main_content.interior ul {
			list-style-type:disc;
			margin-left:20px;
		}
	
			#main_content.interior ul li {
				margin-bottom:1.1em;
			}
			
			#main_content.interior ul.basic li {
				margin-bottom:0.1em;
			}
			
	#main_content.interior .interior_background {
		float:right;
	}
	
	#main_content.interior .interior_background.culture {
		
	}
	
	#main_content.interior img.right {
		float:right;
		padding:0 0 5px 5px;
	}
	
	#main_content.interior .columns {
		width:100%;
	}
	#aboutaddy{
	height:170px;
	}
#aboutaddy p{
	float:left;	

	padding-right:40px;
}
	.cleat{clear:all;}
		#main_content.interior .column {
			float:left;
			width:40%;
		}
	
#jobs_tease a {
	background:url('../img/jobs_tease.gif') no-repeat left top;
	display:block;
	height:100px;
	text-indent:-9999em;
	width:100%;
}

/* Jobs Section */
.jobListings {
	margin-bottom:1em;
}

#job_select td{
	padding:3px;
}
#job_map{
	margin-left:20px;
	text-align:center;
	width:625px;
}

#jobs td{
	padding:3px;
}

.text_right{
	text-align:right;
}

.text_center{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.jobListings.form .row {
	padding:5px 0;
}

	.jobListings.form .row div {
		display:inline;
	}

	.jobListings.form label {
		font-weight:bold;
		padding-right:3px;
	}

	.jobListings.form .sep {
		font-weight:bold;
		padding:0 5px;
		text-transform:uppercase;
	}

.searchResults {
	margin-top:20px;
}

	.searchResults .result {
		border:1px solid #333;
		margin:7px 0;
		padding:0 10px;
	}
	
	#main_content.interior .searchResults .result p {
		margin-top:-1em;
	}

.jobListings.view dl {
	width:500px;
}

	.jobListings.view dt {
		color:#0a4b30;
		display:block;
		float:left;
		font-family:TradeGothic,Myriad Pro,Arial;
		font-size:1.2em;
		font-weight:bold;
		text-transform:uppercase;
		width:325px;
	}
	
	.jobListings.view dd {
		float:left;
		width:175px;
	}
	
.searchCriteria {
	margin-top:-15px;
}

	#main_content .searchCriteria p {
		border-right:1px solid #000;
		color:#000;
		float:left;
		font-size:1.6em;
		font-weight:bold;
		line-height:0.9em;
		padding:5px 10px 5px 0;
		text-align:right;
		text-transform:uppercase;
		width:100px;
	}
	
	#main_content .searchCriteria p.revise {
		border-left:1px solid #000;
		border-right:0;
		float:right;
		padding:10px 0 10px 15px;
		width:120px;
	}
	
	#main_content .searchCriteria ul {
		float:left;
		list-style-type:none;
		margin:25px 0 0 15px;
	}
	
		#main_content .searchCriteria ul li {
			margin-bottom:0px;
		}
		
			#main_content .searchCriteria ul li strong {
				color:#0a4b30;
			}
			
.searchResults {
	
}

	.searchResults table {
		width:100%;
	}

		.searchResults caption {
			background-color:#000;
			color:#fff;
			font-weight:bold;
			padding:4px 4px 4px 8px;
			text-transform:uppercase;
		}
		
		.searchResults.secondary caption {
			background-color:#666;
		}
		
		.searchResults tr {
			background-color:#dfdfdf;
		}
		
		.searchResults tr.altrow, .searchResults thead tr {
			background-color:#fff;
		}
		
			.searchResults th {
				border-bottom:1px solid #000;
				color:#000;
				font-weight:bold;
				text-transform:uppercase;
			}
			
			.searchResults th.brand, .searchResults td.brand {
				border-left:15px solid #fff;
				width:120px;
			}
			
			.searchResults th.job {
				width:320px;
			}
			
			.searchResults th.options {
				width:230px;
			}
			
			.searchResults th {
				border-right:15px solid #fff;
			}
			
			.searchResults th, .searchResults td {
				padding:10px;
				vertical-align:middle;
			}
			
			.searchResults td.brand {
				text-align:center;
			}
			
			.searchResults td.job {
				color:#0a4a2f;
			}
			
			.searchResults td.options {
				border-right:15px solid #fff;
			}
			
/* Form Styles */
.applicants form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
	.applicants fieldset {
		padding: 16px 0;
		width: 100%; 
	}
		.applicants fieldset legend {
			font-size: 160%;
			font-weight: bold;
		}
		.applicants fieldset fieldset {
			margin-top: 0px;
			margin-bottom: 20px;
			padding: 16px 0;
		}
			.applicants fieldset fieldset legend {
				font-size: 120%;
				font-weight: normal;
				margin-left: 20px;
			}
			.applicants fieldset fieldset div {
				clear: left;
				margin: 0 20px;
			}
	.applicants form div {
		clear: both;
		margin-bottom: 1em;
		padding: .5em;
		vertical-align: text-top;
	}
	.applicants form div.row {
		margin:0;
		padding:0;
	}
	.applicants form div.input {
		color: #444;
	}
	.applicants form div.required {
		color: #333;
		font-weight: bold;
	}
	.applicants form div.row div.input {
		clear:none;
		float:left;
		min-width:250px;
		padding-right:20px;
	}
		.applicants form div.row div.input select {
			width:100%;
		}
	.applicants form div.submit {
		border: 0;
		clear: both;
		margin-top: 10px;
		margin-left: 140px;
	}
	.applicants label {
		display: block;
		font-size: 100%; 
		font-weight: bold; 
		padding-right: 20px;
		line-height: 1em; 
	}
	.applicants fieldset input, .applicants fieldset textarea {
		clear: both;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 90%;
		padding: 2px;
		width: 100%; 
	}
	.applicants form .radio fieldset label {
	  display:inline;
	  padding:0 5px;
	}
	.applicants form .radio fieldset input {
	  display:inline;
	  width:auto;
	}
	.applicants form #ApplicantZip {
		width:75px;
	}
	.applicants form #ApplicantYearsInPosition {
		width:125px;
	}

/* Messages */

.error-message {
	color:#9E0B0F;
	font-weight:bold;
}

#flashMessage {
	color:#9E0B0F;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
	
/* Clearfix */
.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.wrapper {
  display: inline-block;
}

html[xmlns] .wrapper {
  display: block;
}

* html .wrapper {
  height: 1%;
}


ul.stories {
	list-style-type:none;
}	
ul.stories li {
	display:inline;
}

dl {
  width:740px
}

dt, dd {
  float:left;
  padding:3px;
}

dt {
  width:145px;
}

dd {
  width:580px;
}

dt.altrow, dd.altrow {
  background-color:#dfdfdf;
}

dd:after, dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

dd, dl {
  display: inline-block;
}

html[xmlns] dd, html[xmlns] dl {
  display: block;
}

* html dd, * html dl {
  height: 1%;
}
