/* containerGreenBoxShort START */
.containerOrangeBoxShort {
	background-image: url(../images/backgrounds/stripe_orange_short.gif);
	background-repeat: repeat-x;
	clear: left;
	height: 140px;
	width: 100%;
}
.containerOrangeBoxShort .containerBigBoxOneShort {
	height: 140px;
	width: 457px;
	float: left;
	text-align: left;
}
.containerOrangeBoxShort .containerBigBoxOneShort2 {
	height: 140px;
	width: 480px;
	float: left;
	text-align: left;
}
.containerOrangeBoxShort .containerBigBoxTwoShort {
	height: 140px;
	width: 227px;
	float: left;
}

.containerOrangeBoxShort .containerBigBoxOneShortWide {
	height: 140px;
	width: 348px;
	float: left;
	text-align: left;
}
.containerOrangeBoxShort .containerBigBoxTwoShortWide {
	height: 140px;
	width: 336px;
	float: left;
}
.containerOrangeBoxShort .containerBigBoxOneShortFull {
	height: 140px;
	width: 684px;
	float: left;
	text-align: left;
}
/* containerGreenBoxShort END */

/* green text START */
.greentext {
	margin: 0 25px 20px 25px;
	text-align: left;
	color: #76b900;
	font-weight: bold;
}
/* green text END */

/* light green box START */
.lightOrangeBox{
	height: auto;
	width: 227px;
	float: left; 
	background: #E4F1CC;	 
}

.lightWhiteBox{
	height: auto;
	width: 227px;
	float: left; 
	background: #FFF;	 
}

.orangeBoxSearch{
	text-align:left; 
	margin-left: 25px; 
}

/* light green box END */
