/* CSS Document */
#subNav {
	float: left;
	margin-top:30px;
	margin-left: 30px;
	width: 180px;
}
.robotSitting {
	margin-top: 100px;
	float:left;
	clear:left;
}
/* CORPORATE ADDRESSES ***************************************************************************************/
#addressColumn { 
	width:291px;
	float:left;
	margin:-50px 0 0 84px;
}
#contactFormColumn, #contactRFPColumn { 
	width:316px;
	float:right;
	margin:22px 24px 0 0;
	padding:30px 0 0 0;
	background:url(../images/contact/hdr.online.form.gif) no-repeat;
}
#contactRFPColumn { 
	width:381px;
	background:url(../images/contact/hdr.rfp.details.gif) no-repeat;
}
#corporateAddresses { 
	padding-top: 21px; 
	margin: 70px 0 0 0; 
	overflow: hidden;
	height: 0;
	background: url(../images/contact/hdr.corporate.addresses.gif) no-repeat; width:290px;
}
/* CONTACT FORM ***************************************************************************************/
.contactForm, .rfpForm {
 width: 300px;
 margin: 20px 0 0 0;
}
.rfpForm {
	width:360px;
}
label {
	width:90px;
	text-align:right;
	clear:left;
	float:left;
	margin:0 0 10px 0;
}
input, textarea, select{
	width:188px;
	margin:0 0 10px 10px;
	border:none;
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	padding:0 0 0 8px;
	height:16px;
}
textarea{
	height:160px;
}
select{
	height:auto;
}
.submitButton{
	width:106px;
	height:29px;
	float:right;
	border:none;
}
#somewords{
	width:72px;
	height:29px;
	background:url(../images/contact/txt.somewords.gif) no-repeat;
	float:left;
	margin:0 0 0 8px;
}
/* REQUEST FOR PROPOSAL *******************************************************************************/
#requestForProposal { 
	padding-top: 21px; 
	margin: 70px 0 0 0; 
	overflow: hidden;
	height: 0;
	background: url(../images/contact/hdr.request.for.proposal.gif) no-repeat; width:224px;
}