/* @group top-of-page-band */

	#top-of-page-band #right-col-top #megatitle-container {
		width: 46em ;
		/*height: 12.7em;*/
	}
	#contact #top-of-page-band #right-col-top #side-quote {
		width: 21.4em;
	}

/* @end */

/* @group overview */

#overview {
	overflow: hidden;
	width: 100%;
}

	#overview #right-col {
		float: left;
		width: 49.9em;
		margin-right: 2.1em;
		overflow: hidden;
	}

#overview #side-col {
		float: left;
		width: 24.9em;
		overflow: hidden;
	}

/* @group form */

#overview #right-col fieldset {
		padding-top: 2.5em;
		overflow: hidden;
		width: 100%;
	}

	#overview #right-col fieldset label {
		display: block;
		font-size: 1.2em;
		padding-bottom: 0.5em;
	}
	#overview #right-col .entry_container {
		float: left;
		width: 23.9em;
		margin-right: 2.1em;
	}	
	#overview #right-col .entry_container.no_gutter {
		margin-right: 0em;
	}
		#overview #right-col .entry {
			float: left;
			padding-top: .9em;
			padding-bottom: 1em;
			margin-bottom: .1em;
		}
		#overview #right-col .entry.show_error {
			background: url(../images/hash_yellow.png) repeat;
		}
			#overview form fieldset input {
				font: 1.2em Arial, Helvetica, Geneva, sans-serif;
				color: #454647;
				width: 19em;
				height: 1.2em;
				padding: 0.2em 0.1em 0 0.1em;
				margin: 0;
			}
			#overview form fieldset input:focus {
			}
			
	#overview #right-col #subject-selector.entry_container {
		width: 36.9em;
	}
		#overview #right-col #subject-selector .entry,
		#overview #right-col #contact-mode .entry {
			padding-bottom: 1.2em;
		}
			#overview form fieldset select {
				font: 1.2em Arial, Helvetica, Geneva, sans-serif;
				color: #454647;
			}
			#overview #right-col form fieldset #subject-selector select {
				width: 30em;
			}
	#overview #right-col #contact-mode.entry_container {
		width: 10.9em;
	}
	#overview #right-col #message-box.entry_container {
		width: 49.9em;
	}
	#overview #right-col #message-box textarea {
		width: 97%;
		border: 1px solid #e0e1e2;
		padding: 0 0 0 .5em;
	}
	#overview #right-col #message-box .entry {
		width: 100%;
		padding-top: .9em;
		padding-bottom: 1.3em;
	}

/* @end */

/* @group tools */

#overview #right-col #tools {
	padding-top: .9em;
	padding-bottom: 1.1em;
	overflow: hidden;
	width: 100%;
}
	#overview #right-col #tools #attachment-button {
		float: left;
		width: 24.9em;
		margin-right: 1.1em;
		height: 1.9em;
		vertical-align: middle;
	}
	#overview #right-col #tools #attachment-button a {
		display: block;
	}
	#overview #right-col #tools #attachment-button a:hover {
		background: url(../images/hash_yellow.png) repeat;
	}
	#overview #right-col #tools #newsletter-check {
		float: left;
		width: 23.9em;
		height: 1.9em;
		vertical-align: middle;
	}
	#overview #right-col #tools #newsletter-check a {
		color: #454647;
	}
	#overview #right-col #tools #newsletter-check input {
		float: left;
		margin-right: .5em;
	}
		#overview #right-col #tools #newsletter-check label {
		}
	
/* @end */

/* @group attachment-drawer */

#attachment-drawer-container {
	
}
	#attachment-drawer {
		height: 5em;
	}
		#attachment-drawer #simple-field {
			padding: 1.2em 0 0 0;
		}
		#attachment-drawer #file-name {
			padding: 1.4em 0 0 1.8em;
			background: url(../images/attachment_file.png) no-repeat 0 1.2em;
}		
	#attachment-drawer #labels {
		overflow: hidden;
		width: 100%;
		padding-top: 1.4em;
		padding-bottom: .5em;
		border-bottom: 1px solid #e5e7e7;
	}
	#attachment-drawer #labels .label {
		float: left;
		color: #a3a6a8;
	}
	#attachment-drawer #labels #file {
		width: 26em;
	}
	#attachment-drawer #labels #size {
		width: 6em;
	}
	#attachment-drawer #labels #status {
		width: 17.9em;
	}		

	#attachment-drawer ul {
	}		
		#attachment-drawer ul li {
			overflow: hidden;
			width: 100%;
			border-bottom: 1px solid #e5e7e7;
			color: #a3a6a8;
		}
		#attachment-drawer ul li:hover {
			background-color: #fcfcfc;
		}
		#attachment-drawer ul li.active {
			color: #57595a;
		}
		
		.file,
		.size,
		.status,
		.cancel {
			float: left;
			padding-top: .9em;
			padding-bottom: .5em;
		}
		.file {
			width: 25em;
			overflow: hidden;
			margin-right: 1em;
		}		
		.size {
			width: 6em;
		}
		.status {
			width: 15.5em;
		}
		.cancel {
			width: 2.4em;
			padding: 0;
		}
		.progress_bar_back {
			margin-top: .4em;
			height: .4em;
			width: 15em;
			background-color: #e5e7e7;
		}
		.progress_bar {
			height: .4em;
			width: 5em;
			background-color: #57595a;
		}
		.tick {
			background: url(../images/tick.png) no-repeat 0 3px;
			text-indent: -500em;
			width: 2.4em;
			height: 1em;
		}
		.error {
			background: url(../images/thunder.png) no-repeat 0 3px;
			height: 1.2em;
			padding-left: 1.5em;
		}
		.cancel a {
			display: block;
			width: 2.4em;
			height: 2.9em;
			text-indent: -500em;
			background:  url(../images/cancel_button.png) no-repeat 5px 8px;
		}
		.cancel a:hover {
			background-position: 5px -92px;
		}
		#upload-button {
			overflow: hidden;
			width: 100%;
		}
		#upload-button div {
			display: block;
			float: left;
			padding-top: 2.9em;
			padding-bottom: .5em;
		}
		#upload-button div span:hover {
			background: url(../images/hash_yellow.png) repeat;
		}
							
/* @end */

/* @group submit-bar */

#overview #right-col #submit-bar {
	overflow: hidden;
	width: 100%;
	padding-top: 3.6em;
}
	#overview #right-col #submit-bar #submit-button {
		float: left;
	}
	#overview #right-col #submit-bar #submit-button a {
		display: block;
		width: 24.9em;
		padding-top: 2.9em;
		padding-bottom: .5em;
		margin-right: 1.1em;
	}
		#overview #right-col #submit-bar #submit-button a:hover {
			background: url(../images/hash_yellow.png) repeat;
		}
	#dialog-box {
		float: left;
		width: 100%;
		color: red;
	}
		#dialog-box h2 {
			
		}
		#dialog-box ul {
			padding-top: .5em;
			
		}
		#dialog-box ul li {
			font-size: 1.2em;
			list-style-position: inside;
			list-style-type: disc;
			line-height: 1.25em;
			padding-bottom: .41666666666em;
			list-style-image: url(../images/thunder.png);
}
	
	
/* @end */

/* @group thanks */

	#overview #right-col #thanks-container {
		padding-top: 3.4em;
	}
		#overview #right-col #thanks-container h2 {
			padding-bottom: 0.41666666666em;
		}
		#overview #right-col #thanks-container p {
			padding-bottom: 0.83333333333em;
		}
		
		#overview #right-col #thanks-container a {
			display: block;
			width: 24.9em;
		}
			#overview #right-col #thanks-container a:hover {
				background: url(../images/hash_yellow.png) repeat;
			}
		
			
/* @end */

/* @group maps */

	#maps {
		padding-top: 2.4em;
	}
		#maps img {
			display: block;
			width: 18.2em;
			height: 12.9em;
			margin-right: 1.1em;
			border: 1px solid #e0e1e2;
			margin-bottom: .9em;
		}
		#maps a:hover img {
			border-color: #346b9e;
		}
		#maps a.link_to_more {
			display: block;
			width: 18.4em;
			margin-bottom: .5em;
		}
		#maps p {
			padding-bottom: .4166666666em;
		}
		#maps a.phone_number_button,
		#maps a.phone_number_button strong {
			color: #454647;
		}		
		#maps a.link_to_more:hover {
			background: url(../images/hash_yellow.png) repeat;
		}	
		#maps .directions_link {
			padding-top: .5em;
			padding-bottom: 3em;
		}
				
/* @end */
	
/* @end */

/* @group huge-phone-number */

#huge-phone-number {
	width: 84.9em;
	left: 3.5em;
	top: 19.5em;
	position: fixed;
	padding-left: 9em;
	padding-top: .3em;
	background: #1f1c1c url(../images/huge_plus.png) no-repeat 2.2em 3.4em;
	overflow: hidden;
}
	#huge-phone-number #number-container {
		display: block;
		float: left;
		width: 80.5em;
	}
	#huge-phone-number #number-container span {
		font-size: 10.4em;
		color: white;
		letter-spacing: -.035em;
	}
	#huge-phone-number #close-button a {
		width: 3.9em;
		height: 3.9em;
		display: block;
		float: right;
		background: url(../images/close_button.png) no-repeat 10px 7px;
	}
	#huge-phone-number #close-button a:hover {
		background-position: 10px -93px;
	}

/* @end */

/* @group Careers */

	.small_header {
		margin-top: .1em;
	}
	#tout-careers a.link_to_more:hover {
		background: url(../images/hash_yellow.png) repeat;
	}

/* @end */

/* @group office page */

#google-map {
	margin-left: 1em;
}

#larger_map_button {
	padding-left: 1.5em;
}
#office {
	overflow: hidden;
	width: 100%;
}
.right_col {
	padding-top: .5em;
}
	#office #directions {
		overflow: hidden;
		width: 100%;
	}
	#office #directions #subway,
	#office #directions #driving {
		padding-top: 3.4em;
	}


/* @end */



