@charset "utf-8";

.rightBox {

}

.rightBox a {

}

.rightBox p {

}

.rightBox h3 {
	color: #FFFFFF;
	font-weight: normal;
}

/*** NEWSLETTER ***/

.newsletterBox {
	width: 304px;
	height: 60px;
	background-image: url(../images/rightBoxes/newsletter/newsletterBoxBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 14px 0px 0px 0px;
}

.newsletterBox h3 { 
	margin: 0px 0px 9px 31px;
}

.newsletterBox .newsletterInput {
	float: left;
	display: inline;
	width: 164px;	
	margin: 0px 0px 0px 36px;
}

.newsletterBox .newsletterInput input {
	width: 164px;
	height: 18px;
	background: none;
}

.newsletterBox .newsletterSubmit {
	float: left;
	display: inline;
	width: 66px;	
	margin: 0px 0px 0px 3px;
	background-color:#FF0000;
}

.newsletterBox p {

}

.goNewsletter {
	width: 66px;
	height: 20px !important;
	background-image: url(../images/go/goNewsletter.jpg) !important;
	background-repeat: no-repeat;		
	
}

.fastContactBox {
	float: right;
	width: 293px;
	width: 304px;
}

.fastContactBox .fastContactBoxTop {
	height: 17px;
	padding: 24px 0px 0px 0px;
	background-image: url(../images/rightBoxes/fastContact/fastContactTopBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #FFFFFF;	
}

.fastContactBox .fastContactBoxTop  h3 {
	margin: 0px 0px 0px 20px;
}

.fastContactBox .fastContactBoxBottom {
	width: 283px;
	height: 68px;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/rightBoxes/fastContact/fastContactBottomBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #FFFFFF;	
}

.fastContactBox .fastContactBoxBottom .fastContactBoxBottomPhone {
	height: 68px;
	background-image: url(../images/rightBoxes/fastContact/fastContactPhoneBG.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

.fastContactBox .fastContactBoxBottom .fastContactBoxBottomPhone p {
	padding: 18px 0px 0px 20px !important;
	line-height: 18px  !important;
}

.companyTargetBox {
	float: right;
	width: 304px;
/*	height: 400px; /*TO DELETE */
	color: #4d4c4c;
	line-height: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/rightBoxes/companyTarget/companyTargetBG.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
	
}

.companyTargetBox .companyTargetBoxTop {
	height: 3px;
	line-height: 1px;
	background-image: url(../images/rightBoxes/companyTarget/companyTargetTopBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	padding: 0px 25px;
}

.companyTargetBox .companyTargetBoxBottom {
	min-height: 200px;
	height: auto !important;
	height: 200px;	
	padding: 0px 25px 10px 25px;
}

.companyTargetBox .companyTargetBoxBottom h3 {
	color: #006399;	
	font-size: 14px;
	margin: 40px 0px 20px 0px;
}

.companyTargetBox .companyTargetBoxBottom .companyTargetText p {
	line-height: 17px;
}



