/*The following are for contorling the look of the business 
card on the contact us page.*/
div#business_card {
	height: 200px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #666666;
	margin-top: 20px;
	margin-bottom: 55px;
}
div#business_name {
	width: 110px;
	position: absolute;
	left: 25px;
	top: 20px;
}
div#business_address {
	width: 150px;
	position: absolute;
	left: 25px;
	top: 75px;
}
div#business_phone {
	width: 90px;
	position: absolute;
	left: 25px;
	top: 150px;
}
div#business_logo {
	width: 170px;
	position: absolute;
	left: 175px;
	top: 40px;
	height: 80px;
}
div#business_website {
	width: 125px;
	position: absolute;
	left: 200px;
	top: 160px;
}
/* This controls the container for the form. */
div#form_container {
	width: 502px;
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
}


/* This Controls the heading div on Compnay Page and maaybe others where the style is prefered*/

div#company_heading {
	color: #000000;
	background-color: #406313;
	padding-top: 25px;
	padding-bottom: 5px;

}
div#company_heading p{
	font-size : 18px;
	font-weight: bold;
}

/* This controls the look of the Phone number on the template page*/

div#main_phone {
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	color: #FFFFBF;
	top: 160px;
	left: 175px;
	padding-right: 10px;
	padding-left: 10px;

}
