@charset "utf-8";
/* CSS Document */

/*SPECIFIC STYLES FOR CONTACT US PAGE */

/*CONTACT US PAGE - to style contact text box - "you can contact us in the following way" box  
#contact_text {
	float:left;
	width:400px;
	padding-top:10px;
	padding-left: 200px;
}
	
CONTACT US PAGE - to style the "write to" box 
#write_to {
	float:left;
	width:260px;
	padding-top:30px;
	padding-left: 200px;
} */

/*CONTACT US PAGE - to style the address box */
#address {
	float:left;
	width:200px;
	padding-left:205px;
	padding-top:30px;
	margin-right:50px;
}

/*CONTACT US PAGE - to style the "phone" box */
#phone {
	
	width:220px;
	float:left;
	padding-left: 205px;
	padding-top: 15px;
	
}



/*CONTACT US PAGE - to style the "office" box */
#office {
	float:left;
	width:220px;
	padding-left: 205px;
	padding-top: 15px;
	
}

/*CONTACT US PAGE - to style the office number box */
#office_no {
	float:left;
	width:200px;
	padding-top: 15px;
	margin-right:50px;
}

/*CONTACT US PAGE - to style the "email" box */
#email {
	float:left;
	width:220px;
	padding-left: 205px;
	padding-top: 15px;
}

/*CONTACT US PAGE - to style the email link  */
#email a {
	color:#FFF;
}

/*CONTACT US PAGE - to style the email link on hover */
#email a:hover {
	color: #F00;
}


#logosmall {
	width: 300px;
	float: left;
	padding-left: 260px;
	margin-top:40px;

}

.bold{
	font-weight:bold;
}

