/*##################################
CONTACTUS PAGE CSS
##################################*/
.address{
	margin:0px 0 15px 0;
	padding:0 0px;
	}
.addressbox1{
	width:48%;
	}
p {
	margin-bottom:6px;
	}
.addressbox2{
	width:48%;
	}
.addressbox1{
	float:left;
	}
.addressbox2{
	float:right;
	}
.addressbox1 .addresscontent {
	margin-right:10px;
	height:100px;
	
	}
.addressbox2 .addresscontent {
	margin-left:0px;
	height:100px;
	}
.addresscontent {
	padding:10px;
	min-height:80px;
	border:1px solid #CF81A7;
	background-color:#FFEFF7;
	}
.phone-no {
	margin:0 0 0px 0;
	padding:0px;
	}
.phone-no dt {
	width:4.69em;/*75px*/
	margin:0px 0 5px 0;
	padding:0px;
	float:left;
	font-weight:bold;
	}
.phone-no dd {
	margin:0 0 5px 75px;
	}
.address1 {
	background:url(../images/searchbox_bot.gif) repeat-x 0 bottom;
	border:1px solid #EBEBEB;
	padding:10px;
	margin-bottom:15px;
	
	}
.phone-no1 {
	margin:0 0 0px 0;
	padding:0px;
	}
.phone-no1 dt {
	width:9.69em;/*75px*/
	margin:0px 0 5px 0;
	padding:0px;
	float:left;
	font-weight:bold;
	}
.phone-no1 dd {
	margin:0 0 5px 85px;
	}
#contactus h2{
	font-size:110%;
	color:#474747;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	}

#contactus .link{
	color:#A62A66;
	}
#contactus .link:hover{
	color:#474747;
	}
