@charset "utf-8";
/* Development by: Acegik Web Solutions, DEC 2008 
   www.acegik.com */
   
body {
	background-image: url(../img/main_bg2.png);
}

#tier2-heading {
	width: 865px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	height: 77px;
	overflow: hidden;
	clear: both;
	background-image: url(../img/tier2-contact.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding: 0px;
}   

/* Contact Content */

#content #container #left {
	float: left;
	width: 456px;
	text-align: left;
}
#content #container #left p {
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
#content #container #right {
	float: right;
	width: 339px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #928E8B;
	padding-left: 17px;
}
#content #container #right p {
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}


form.normal-form { margin: 10px 0; }
form.normal-form li {
	padding: 6px 0;
	color: #3A9CCF;
}
form.normal-form label {
	float: left;
	width: 140px;
	color: #4377A0;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
form.normal-form input.text, form.normal-form textarea {
	background: #FFF !important;
	padding: 4px;
	width: 240px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A9CCF;
	border-right-color: #84BFE6;
	border-bottom-color: #88BEE6;
	border-left-color: #88BEE6;
}
form.normal-form textarea {
	width: 280px;
	height: 150px;
}
form.normal-form input#submit {
	margin-left: 163px;
}

