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

#content h3{
	font-size: 17px;
	color: #959595;
	padding: 0px 0px 10px 0px;
	text-transform:uppercase;
}

#leftCol{
	float: left;
	width: 440px;
	border-right: 1px solid #c79fa1;
	padding-top: 10px;
	display: inline-block;
	min-height: 460px;
}

#rightCol{
	float: right;
	width: 350px;
	padding-top: 10px;
	display: inline-block;
}

#contactBody #content p{
	font-size: 15px;
	padding-top: 0px;
	margin-top: 0;
	line-height: 20px;
}

#contactBody #content p.small{
	font-size: 12px;
	padding-top: 30px;
}

#contactBody #content p.medium{
	font-size: 13px;
	padding: 10px 20px 10px 0px;
	line-height: 16px;
}

#contactBody #content p.botpad{
	padding-bottom: 30px;
}

#contactBody #content p.notop{
	padding-top: 0px;
}

#contactBody #errorDiv p{
	font-size: 13px;
	color: #B61D2B;
	padding: 5px 0px;
}

#errorDiv{
	padding-bottom: 25px;
}

fieldset{
	padding: 0px 0px 30px;
	border: 0px;
}

legend{
	font-size: 23px;
	font-weight: normal;
	color: #b61d2b;
	line-height: 26px;
	padding-bottom: 20px;
}

legend span{
	font-weight: bold;
	padding-bottom: 5px;
}

label{
	font-size: 12px;
	color: #000;
	float: left;
	width: 70px;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
}

input.txt{
	width: 200px;
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 12px;
}

textarea{
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 280px;
	height: 130px;
	color: #000;
	font-size: 12px;
}

select{
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 12px;
	width: 280px;
}

fieldset div{
	padding: 5px 0px;
}

fieldset div span{
	font-size: 11px;
}

#c_resume{
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	height: 23px;
	line-height: auto;
	color: #000;
	font-size: 12px;
}

#buttonDiv{
	padding-top: 10px;
	padding-left: 80px;
}

button{
	background: #B61D2B;
	border: 2px outset #b61d2b;
	color: #e0a825;
	font-size: 14px;
	text-align: center;
	padding: 3px 10px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
}