/*join us link*/
.joinus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	height: auto;
	width: 150px;
	font-weight: bold;
	float: right;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
.link_box {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.link_box li {
	display: inline;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}
.facebook {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
}
.facebook a {
	float: left;
	height: 19px;
	width: 18px;
}
.twitter {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 18x;
}
.twitter a {
	float: left;
	height: 19px;
	width: 18px;
}
.clientlogin {
	background-image: url(../images/clientlogin.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
}
.clientlogin a {
	float: left;
	height: 50px;
	width: 160px;
}
.registerhere {
	background-image: url(../images/OnlineInquiry.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 160px;
}
.registerhere a {
	float: left;
	height: 50px;
	width: 160px;
}


