/* CSS Document */
#wrapper #mainContact	{
	display: block;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #21180E;
	background-color: #FFFFFF;
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 10px;
	border-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #5D5D5D;
}
#wrapper #mainContact #mainText	{
	display: block;
	width: 900px;
	height: 100%;
}
#wrapper #mainContact #mainText a	{
	color: #21180E;
	text-decoration: underline;
}
#wrapper #mainContact #mainText a:hover	{
	color: #21180E;
	text-decoration: none;
}
#wrapper #mainContact #mainText #topHead	{
	display: inline-block;
	width: 450px;
	font-size: 25px;
	color: #000000;
	float:left;
}
#wrapper #mainContact #mainText #ppr	{
	display: inline-block;
	width: 230px;
	font-size: 20px;
	font-weight: 400;
	color: #FF0000;
	margin-left: 210px;
	float:left;
}
#wrapper #mainContact #formWrapper	{
	display: block;
	width: 730px;
	height: 100%;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 15px;
	border: 10px double #B9C4BA;
	border-radius: 8px;
}
#wrapper #mainContact #formWrapper #contactForm	{
	font-size: 17px;
	display: block;
	width: 724px;
	height: 100%;
	background-color: #F2F2F2;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	border-width: 4px;
	border-style: solid;
	border-top-color: #7C7C7C;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #7C7C7C;
}
#wrapper #mainContact #formWrapper #contactForm #formHeader	{
	display: block;
	width: 460px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	margin-top: 12px;
}
#wrapper #mainContact #formWrapper #contactForm #formHeader #hLeft	{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-weight: bold;
}
#wrapper #mainContact #formWrapper #contactForm #formHeader #hRight	{
	width: 120px;
	float:right;
	display: block;
	font-weight: bold;
}
#wrapper #mainContact #formWrapper #contactForm #formRow	{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	display: block;
	width: 320px;
	height: 32px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
#wrapper #mainContact #formWrapper #contactForm #formRow #NameLegend	{
	display: block;
	float: left;
	width: 110px;
	height: 28px;
	text-align: right;
}
#wrapper #mainContact #formWrapper #contactForm #formRow input	{
	width: 190px;
	height: 23px;
	margin-left: 15px;
	font-size: 14px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
#wrapper #mainContact #formWrapper #contactForm #formRow input.wrong	{
	background-color: #FB8F84;
	color: #FFF;
}
#wrapper #mainContact #formWrapper #contactForm #messageRow 	{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	display: block;
	width: 400px;
	height: 100%;
	float: left;
	margin-left: 150px;
	margin-top: 8px;
	margin-bottom: 30px;
}
#wrapper #mainContact #formWrapper #contactForm #formRow input.url, 
#wrapper #mainContact #formWrapper #contactForm #formRow article.url  {
	display: none;
}
#wrapper #mainContact #formWrapper #contactForm #messageRow #messageLegend	{
	display: block;
	float: left;
	width: 90px;
	height: 28px;
}
#wrapper #mainContact #formWrapper #contactForm #messageRow textarea	{
	font-size: 14px;
	width: 280px;
	height: 80px;
	margin-left: 15px;
	border-top-width: 2px;
	border-right-width:1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing	{
	display: block;
	width: 450px;
	height: 235px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	overflow: hidden;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing #enterWords	{
	width: 290px;
	font-size: 14px;
	text-align: center;
	color: #000000;
	margin-top: 15px;
	margin-left: 90px;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing #recaptcha_image img	{
	width: 300px;
	height: 58px;
	margin-left: 90px;
	margin-bottom: 20px;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing #recaptcha_response_field	{
	width: 240px;
	height: 21px;
	font-size: 14px;
	padding-left: 10px;
	margin-left: 115px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing #options	{
	display: block;
	width: 280px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing #another, #wrapper #mainContact #formWrapper #contactForm #captchathing #getHelp	{
	width: 250px;
	color: #67705A;
	font-size: 14px;
	text-align: center;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing a.capTxt	{
	color: #67705A;
	font-size: 14px;
	margin-left: 65px;
	line-height: 22px;
	text-decoration: none;
}
#wrapper #mainContact #formWrapper #contactForm #captchathing a.capTxt:hover	{
	text-decoration: underline;
}
#wrapper #mainContact #formWrapper #contactForm #submit	{
	display: block;
	width: 80px;
	height: 27px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#wrapper #mainContact #formWrapper #contactForm #errorNotice, 
#wrapper #mainContact #formWrapper #contactForm #errorNotice2	{
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #F00;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	display: none;
	clear: left;
}	
#wrapper #footer	{
	display: block;
	width: 1050px;
	height: 55px;
	margin-top: 5px;
	background-image: url(../../images/footer/footer.png);
	background-repeat: no-repeat;
	border-radius: 7px;
	font-size: 12px;
	color: #595959;
}
#wrapper #footer #txt1	{
	display: block;
	width: 560px;
	height: 20px;
	margin-left: 25px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt3	{
	display: block;
	width: 270px;
	height: 20px;
	margin-left: 55px;
	margin-top: 10px;
	float: left;
}
#wrapper #footer #txt2	{
	display: block;
	width: 70px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
	float: left;
}
.wrong	{
	background-color: #FB8F84;
	color: #FFF;
}
