.contactus-details-container {
	width: 581px;
	height: 442px;
	margin-left: -4px;
	background: url(../img/contact/contactBox.png) no-repeat;
}

.contactus-details-side {
	float: left;
	width: 265px;
	margin: 60px 10px 0 10px;
}

.contactus-details-item {
	width: 100%;
}

.contactus-details-item-icon {
	float: left;
	width: 25%;
	height: 45px;
	background-repeat: no-repeat;
}

.contactus-details-item-icon.phone { background-image: url(../img/contact/phone.png); }
.contactus-details-item-icon.letter { background-image: url(../img/contact/letter.png); }
.contactus-details-item-icon.house { background-image: url(../img/contact/house.png); }
.contactus-details-item-icon.clock { background-image: url(../img/contact/clock.png); }
.contactus-details-item-icon.question { background-image: url(../img/contact/question.png); }

.contactus-details-item-text {
	float: left;
	width: 75%;
	margin-bottom: 10px;
}

.contactus-details-item-text h3 {
	margin: 15px 0 14px 0;
	font-weight: bold;
	font-size: 14px;
}

.contactus-details-item-text h3.nopad {
	margin: 15px 0 5px 0;
}

.contactus-details-item-text p {
	font-size: 12px;
}

.contactus-details-item-text p.number {
	font-size: 16px;
	font-weight: bold;
}

.contactus-details-item-text table {
	width: 100%;
	padding: 0;
	text-align: left;
	font-size: 11px;
}
.contactus-details-item-text table td.left {
	width: 50%;
	padding: 0;
}
.contactus-details-item-text table td.right {
	width: 50%;
	padding: 0;
	text-align: right;
}

.contactus-details-item-form {
	width: 100%;
}
.contactus-details-item-form label {
	display: block;
	float: left;
	width: 60px;
	color: #1E336C;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.contactus-details-item-form input, .contactus-details-item-form textarea {
	width: 180px;
	border: 1px solid #B3B7BD;
	background: #EAEAEA;
	font-size: 11px;
	margin: 5px 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	resize: none;
}
.contactus-details-item-form select {
	width: 182px;
	border: 1px solid #B3B7BD;
	background: #EAEAEA;
	font-size: 11px;
	margin: 5px 0 0 0;
}

.contactus-details-item-sent {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.contactus-details-item-sent img {
	margin-top: 50px;
}

.contactus-location-container {
	width: 580px;
	height: 1056px;
	margin-top: 15px;
	margin-left: -2px;
	background: url(../img/contact/locationBox.png) no-repeat;
}
.contactus-location-mapframe
{
	width: 556px;
	height: 326px;
	background: url(../img/googlemap/mapbackground.gif) no-repeat;
	margin: 0 0 0 11px;
	padding: 6px 0px 0px 6px;
}
.contactus-directions {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#map_canvas
{
	width: 544px;
	height: 314px;
}
