#contents {
	height: 840px;
	background: url("../img/home-contents-bg.jpg") repeat-x #ffffff;
}

#contactI {
	position: absolute;
	top: 63px;
	}

p {
	font-size: 12px;
	font-family: tahoma;
	color: #626669;
	line-height: 17px;
	}
	
	#contactForm {
	width: 476px;
	position: absolute;
	top: 25px;
	left: 434px;
	}
	
	.highlight {
	color: #ff0000;
	}
	
	#contactForm label {
	color: #626669;
	font-family: tahoma;
	font-size: 12px;
	display: inline;
	}
	
	.field {
	width: 223px;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #b2b4b6;
	}
	
	#nameLabel {
	position: absolute;
	left: 2px;
	}
	
	#emailLabel {
	position: absolute;
	left: 256px;
	}
	
	#nameField {
	position: absolute;
	top: 16px;
	}
	
	#emailField {
	position: absolute;
	left: 254px;
	top: 16px;
	}
	
	#companyLabel {
	position: absolute;
	top: 52px;
	left: 2px;
	}
	
	#phoneLabel {
	position: absolute;
	top: 52px;
	left: 256px;
	}
	
	#companyField {
	position: absolute;
	top: 67px;
	}
	
	#phoneField {
	position: absolute;
	top: 67px;
	left: 254px;
	}
	
	#messageLabel {
	position: absolute;
	left: 2px;
	top: 102px;
	}
	
	#messageField {
	width: 473px;
	border-style: solid;
	border-width: 1px;
	border-color: #b2b4b6;
	position: absolute;
	top: 117px;
	height: 54px;
	}
	
	#submitButton {
	position: absolute;
	top: 187px;
	}
	
	#thankYou {
	position: absolute;
	top: 187px;
	left: 95px;
	color: #ffffff;
	}
	
	#required {
	position: absolute;
	top: 187px;
	right: 0px;
	color: #ffffff;
	}
	
	#leftColumn {
	position: absolute;
	top: 296px;
	}
	
	table {
	font-family: tahoma;
	font-size: 14px;
	color: #626669;
	}

	table strong {
	color: #bed600;
	}
	
	td {
	height: 28px;
	}
	
	#careers {
	margin-top: 25px;
	}
	
	#careers img {
	margin-bottom: 5px;
	}
	
	#careers a {
	color: #626669;
	font-weight: 900;
	line-height: 23px;
	}
	
	#rightColumn {
	position: absolute;
	left: 437px;
	top: 296px;
	width: 480px;
	}
	
   .secondaryAddresses {
   margin-top: 50px;
   }
   
   .secondaryAddresses strong {
   color: #BED600;
   }
