#contactUs {
	width: 635px;
	height: 23px;
	background-image : url(../images/contact_us.gif);
	background-repeat : no-repeat;
}

.itemContainer{
	width: 635px;
	margin-top:20px;
	float:left;
}

.more {
	background-image : url(../images/more.gif);
	background-repeat : no-repeat;
	background-color: transparent;
	float:right;
	width:49px;
	height:9px;
	margin-top:20px;
	margin-right:10px;
}

.leftDiv {
	width:220px;
	color:#FFF;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

.rightDiv {
	width:380px;
	color:#A1C683;
	float:right;
	margin-bottom:10px;
	margin-top:10px;
}

label {
	color:#FFF;
}

input, textarea{
	background-color:#CBCFA3;
	border:1px solid #DBDFB9;
}

dl{
/*	float: left;*/
}

dd{
	margin-left:0px;
}

.send{
	margin-left:10px;
}

.clear{
	margin-left:205px;
}


#contentContainerDiv{
	background-image : url(../images/leftContactUs.jpg);
}


.link {
	color: white;
	font-weight: bold;
}

.link:hover {
	color: #C6CF63;
	font-weight: bold;
}