@charset "UTF-8";
/* CSS Document */

#bread h2{
	font-size:12px;
	margin:0 auto;
	font-family:'Trade Gothic W01 Light';
	
}

h1{
	font-size:20pt;	
	font-family:'Eurostile W01 Bold';
	
}

h2{
	font-size:16pt;	
	font-family:'Trade Gothic W01 Light';
	color:#faa61a;
}
p{
	font-size:12pt;	
	font-family:'Arial';
}
a{
	font-family:'Arial';
	color:#73a533;
}
#outerWrapper{
	margin:auto;
	}
#innerWrapperContact{
	width:935px;
	margin:auto;
	}
#outerWrapperContactUsText{
	width:430px;
	font-family:'Arial';
	float:left;
	}
#innerWrapperContactInfo{
	margin: 0px 0px 20px 0px;
	width:910px;
	}
#outerWrapperSalesText{
	width:460px;
	}
#innerWrapperSalesInfo{
	margin: 0px 0px 30px 0px;
	}
#outerWrapperSupportText{
	width:460px;
	}
#innerWrapperSupportInfo{
	margin: 0px 0px 30px 0px;
	}
#contactInfoTitle{
	text-align:center;
	padding-top:10px;
	}
#contactInfoDetails{
	padding: 0px 0px 0px 20px;
font-size:16px;
font-family:arial;
	}
#contactInfoDetails p{
	padding: 0px 0px 0px 20px;
	}
#innerWrapperContactEmailPhone{
	}
#contactEmailPhoneTitle{
	}
#emailWrapper{
	width:180px;
	float:left;
	}
#emailTitle{
	font-size:12pt;
	}
#emailAddress{
	}
#phoneWrapper{
	width:240px;
	float:right;
	}
#phoneTitle{
	font-size:12pt;
	}
#phoneNumber{
	}
#outerWrapperContactUsSubmissionBox{
	width:460px;
	margin:0px 0px 0px 20px;
	float:right;
	font-family:'Arial';
	}
#submissioBoxTitle{
	}
#innerWrapperSubmissionField{
	
	}
.infoField{
	/*border:solid grey 1px;*/
	margin:8px 0px 8px 0px;
	width:360px;
	display:block;
	
	}

#msgSentWrapper{
	margin-top:100px;
	margin-left:10px;
	border-style:none none none inset;
	border-width:2px;
	border-color:#CCC;
	padding-left:25px;
	display:none;
}
	
#messageField{
	height:140px;
	width:400px;
	}
#sendButton{
	float:right;
	background-image:url(../images_NHP/buttonSendMsg.png);
	background-repeat:no-repeat;
	height:48px;
	width:150px;
	background-color:transparent;
	border:none;
	}
	
#sendButton:hover{
	background-image:url(../images_NHP/buttonSendMsgHover.png);
	background-repeat:no-repeat;
	}
	
.clear{
clear:both;
}