/* ############## HOME CLASSES ############## */
div.contactus_left{
	float:					left;
	background-image:		url('../images/content_bg_gradient.png');
	background-repeat:		repeat-x;
	width:					375px;
	min-height:				200px;
	padding:				20px;
}
	p.contactus_left_title{
		color:					#2a3990 !important;
		font-weight:			bold;
		font-size:				13px;
		margin-top:				0px;
		padding-top:			0px;
		font-family:			Arial;
	}
	p.contactus_left_content{
		color:					#7c7d80 !important;
		font-size:				12px;
		font-weight:			bold;
		line-height:			15px;
		margin-top:				0px;
		padding-top:			0px;
		font-family:			Arial;
	}
		p.contactus_left_content a{
			text-decoration:		underline;
			color:					#f15d2a;
		}
		p.contactus_left_content a:hover{
			text-decoration:		underline;
			color:					#2a3990;
		}


div.contactus_right{
	background-color:		#2a3990;
	margin-left:			15px;
	width:					435px;
	min-height:				200px;
	padding:				20px;
	float:					left;
}
	p.contactus_right_title{
		color:					#f15d2a !important;
		font-weight:			bold;
		font-size:				13px;
		margin-top:				0px;
		padding-top:			0px;
	}
	p.contactus_right_content{
		color:					#ffffff !important;
		font-size:				12px;
		font-weight:			bold;
		line-height:			15px;
		margin-top:				0px;
		padding-top:			0px;
		font-family:			Arial;
	}
		p.contactus_right_content a{
			text-decoration:		underline;
			color:					#ffffff;
		}
		p.contactus_right_content a:hover{
			text-decoration:		underline;
			color:					#f15d2a;
		}
