.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.tabs ul.ui-tabs-nav{ width: 100%; margin-left: 0px !important; }
.tabs ul.ui-tabs-nav li{ list-style: none; float: left; margin: 0; }
.tabs ul.ui-tabs-nav li a{ text-decoration: none; padding: 6px; color: #7B7B7B; font-size: 15px; font-weight: normal; display: inline-block; outline: 0; padding-left: 10px; padding-right: 10px; }
.tabs ul.ui-tabs-nav li a:hover, .tabs ul.ui-tabs-nav li.ui-state-active a { color: #91143E; }
.tabs .ui-tabs-panel{ padding: 40px 0; clear: both; width: 100%; }
.tabs h2{ color: #9D0832; font-weight: normal; margin: 0; }
.tabs .contact_left{ width: 53%; float: left; }
.tabs .contact_right{ width: 46%; background: #F5F5F5; float: left; padding: 2%; }
#contact_title{ width: 100%; }
.rkm_divider{
	height: 1px !important;
	background: #A7264E !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	position: relative !important;
	clear: both;
}
.rkm_divider a{
	position: absolute;
	right: 0;
	color: #777777;
	font-size: 11px;
	text-decoration: none;
	bottom: 2px;
}
.contact_right {
	padding-left: 6px;
}
.contact_right p.email{
	background: url('../images/email.jpg') no-repeat;
	min-height: 22px;
	padding-left: 35px;
}
.contact_right p.website{
	background: url('../images/website.jpg') no-repeat;
	min-height: 22px;
	padding-left: 35px;
}
.contact_right p.phone{
	background: url('../images/phone.jpg') no-repeat;
	min-height: 22px;
	padding-left: 35px;
}
#contact_title h3{ text-transform: capitalize; }
.tabs .no_contact{ width: 100% !important; }
#contact_categories{
	display: none;
}
#page_options label{
	font-size: 14px !important;
}
a.it_have{
	font-weight: bold !important;
}
.contact_left p {
    text-align: left !important;
}