/*CONTACT US*/
/************/

.contactus-methods-container
{
	position: relative;
	top: 10px;
	left: 50%;
	width: 500px;
	height: 450px;
	margin-left: -250px;
	border: 0px solid #000;
}

.contactus-methods-left
{
	float: left;
	width: 15%;
	min-height: 50px;
}
.contactus-methods-right
{
	float: left;
	width: 85%;
}

.contactus-methods-right h1
{
	margin: 12px 0 0 0px;
	font-size:18px;
	font-weight: bold;
	color: #003399;
}

.contactus-methods-splitter
{
	clear: both;
	width: 95%;
	border-bottom: 1px dotted #0099CC;
	margin-top: 5px;
	margin-left: 2%;
	margin-bottom: 5px;
}

.contactus-telephone
{
	background: url(../img/contactus/telephone.jpg) no-repeat center;
}
.contactus-visit
{
	background: url(../img/contactus/visit.jpg) no-repeat center;
}
.contactus-email
{
	background: url(../img/contactus/email.jpg) no-repeat center;
}

.contactus-form-row {
	width: 100%;
	height: 20px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.contactus-form-row label {
	display: block;
	float: left;
	width: 15%;
	text-align: right;
	vertical-align: middle;
	padding: 4px 3px 0px 0px;
	font-size: 11px;
}

.contactus-form-item {
	float: left;
	width: 200px;
	border: 1px solid #A7A6AA;
}
.contactus-form-drop {
	width: 202px;
	height: 22px;
	padding: 1px 0px 0px 0px;
}
.contactus-form-textarea {
	float: left;
	padding: 2px 0px 0px 0px;
}

.contactus-form-submit {
	position: relative;
	left: 40%;
	margin-left: -40px;
	margin-bottom: 5px;
	width: 80px;
	font-weight: bold;
	border: 1px solid #000066;
	background: url(../img/button-bg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
}