@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/img/contactus_bg.jpg);

}

#leftArm {
	left:-340px;
	background-image:url(/img/left_arm_contact_us.png);
	width:418px;
	height:758px;
	z-index:9000;
}

#rightArm {
	right:-275px;
	background-image:url(/img/right_arm_contact_us.png);
	width:369px;
	height:694px;
	z-index:9000;
}

#leftColumn {
	margin-top: 40px;
	margin-bottom: 40px;
	height:auto;
	width: 250px;
	float:left;
}

#rightColumn {
	margin-top: 40px;
	margin-bottom: 40px;
	height:auto;
	width: 500px;
	float:right;
}

.rowContainer {
	margin-top:80px;
	margin-bottom:80px;
}

#topLeftColumn {
	float: left;
	width: 275px;
}

#topRightColumn {
	float: right;
	width: 225px;
	height: 100px;
	text-align:center;
	background-image:url('/img/contact_us/download_bgpng.png');
	background-repeat:no-repeat;
	background-position: 50% 50%;
	padding-top: 50px;
	margin-top: 50px;
}

#formContainer {
	margin-top: 60px;
	margin-bottom: 60px;
}

#topRightColumn a {
	color: #151515;
	font-size:18px;
}


.icon_download {
	position:relative;
	top: 2px;
	margin-right: 5px;
}

.subText {
	margin-top: 20px;
	font-size: 14px;
	font-style: italic;
	color: #6c6a65;
}

.leftBoxContainer {
	width:240px;
	padding-bottom: 40px;
	text-align: center;
	background-image:url('/img/contact_us/diagonal_line_fill.png');
	margin-top: 40px;
	margin-bottom: 40px;
}

.leftBoxTitle {
	height: 33px;
}

.picture {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftBoxContent {
	font-size:11px;
	color: #151515;
	line-height:250%;
}