.size1of4 {
	width:50%;
}
.size2of4 {
	width:40%;
}
.size3of4 {
	width:60%;
}
.overflow {
	height:auto;
	overflow:hidden;
}
.semiBold {
	font-weight:600;
}
.Bold {
	font-weight:bold;
}
.mR25 {
	margin-right:25px;
}
#tabs {
	width:718px;
	height:38px;
	float: left;
	margin-bottom:25px;
	position: relative;
	border:1px solid #D6DCE3;
	border-radius:3px;
	background: url(../images/buttons/wildcard-tab-bg.jpg) repeat-x left top;
}
#tabs li {
	float:left;
	border-right:1px solid #D6DCE3;
}
#tabs li.one {
	width:240px;
}
#tabs li.two {
	width:236px;
}
#tabs li.three {
	width:240px;
	border-right:none;
}
#tabs a {
	display: block;
	color: #4E6576;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	line-height:38px;
	text-align:center;
	text-transform:uppercase;
}
#tabs a:hover {
	background: url(../images/buttons/wildcard-tab-bg-over.jpg) repeat-x left top;
}
#tabs li.active a, #tabs li.active a {
	background: url(../images/buttons/wildcard-tab-bg-over.jpg) repeat-x left top;
}
.section .heading p span.q-head, .section .heading p span.a-head {
	color:#555555;
	font-size:24px;
	font-weight:300;
	text-align:right;
	display:block;
	position:relative;
	top:3px;
}
.section .content div.q-content {
	color:#555555;
	font-size:15px;
	line-height:20px;
	position:relative;
	left:-15px;
}
.section .content div.a-content {
	color:#555555;
	font-size:12px;
	position:relative;
	left:-15px;
}
.faq .section .heading {
    float: left;
    margin-bottom: 25px;
    margin-right: 30px;
    width: 20px;
}
.faq .section .content {
    float: left;
    width: 670px;
}