.terms {
	background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #ccc;
    font-size: 11px;
    margin: 10px 0;
    max-width: 650px;
    padding: 10px;
    width: 100%;
    position: relative;
    line-height: 16px;
}
.termsCheckbox {
	/*border: 1px solid #CCCCCC;*/
    margin-left: 2px;
    margin-top: -1px;
    position: absolute;
}
.button {
	cursor: pointer;
	padding: 5px;
	border: 1px solid #CCC;
	display: inline;
	margin-top: 5px;
	background: #F1F1F1;
}
.button a {
	color: #1155CC;
	text-decoration: none;
}
.terms a, #termsAndConditions a{
	color: #1155CC;
	text-decoration: none;
}
.terms a:hover, #termsAndConditions a:hover {
 	color: #1155CC;
	border-bottom: 1px solid;
}
#message_box{
	background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DD4B39;
    color: #333;
    display: none;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    width: 471px;
}
#termsAndConditions {
	font-size: 11px;
	color: #333;
	width: 800px;
	border: 1px solid #666;
	padding: 10px;
	line-height: 16px;
}

.marginLeft20{
	margin-left: 20px;
}

.marginLeft30{
	margin-left: 30px;
}
.marginTop4{
	margin-top: 4px;
}

.condense {
	margin: 12px 0px;
}

.condense p{
	line-height: 10px;
}

ol.numberBullet {
	padding-left: 1.67em;
}

ol.numberBullet li {
	padding-left: 13px;
	padding-top: 10px;
}

#termsAndConditions h1 {
	text-align: center;
	line-height: 20px;
	font-size: 1.8em;
}

.bulletSection {
	/*border: 1px solid blue;*/
	display: block;
	margin: 2px 0px 2px -31px;
	font-weight: normal;
}

.customBullet, .alphaBullet {
	/*border: 1px solid red;*/
}

.customBulletContent {
	/*border: 1px solid green;*/
	float: right;
	width: 768px;
}

.alphaBulletSection {
	display: block;
	margin: 2px 0px 2px 0px;
	font-weight: normal;
}

.alphaBulletContent {
	/*border: 1px solid green;*/
	float: right;
	width: 735px;
}

.contentColumns {
	width: 673px;
	margin-left: 42px;
	margin-bottom: 4px;
}

.contentColumns span.left, .contentColumns span.leftHyphen, .contentColumns span.leftWider {
	display: inline-block;
	float: left;
}
.contentColumns span.left {
	width: 127px;
}

.contentColumns span.leftHyphen {
	width: 25px;
}

.contentColumns span.leftWider {
	/*border: 1px solid green;*/
	width: 250px;
}

.contentColumns span.right, .contentColumns span.rightHyphenCol, .contentColumns span.rightWider {
	/*border: 1px solid green;*/
	display: inline-block;
	float: right;

}
.contentColumns span.right {
	width: 453px;
}
.contentColumns span.rightHyphenCol {
	width: 630px;
}

.contentColumns span.rightWider {
	/*border: 1px solid green;*/
	width: 350px;
}

span.numberBulletContent {
	font-weight: normal;
}


ol.numberBullet {
	font-weight: bold;
}



.group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

html.group {
    height: 1%;
}
:first-child + html .group {
    min-height: 1px;
}



.tabs-menu {
	height: 30px;
	float: left;
	clear: both;
}

.tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	background-color: #ccc;
	border-top: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-left: 1px solid #d4d4d1;
	list-style: none;
}

.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.tabs-menu .current a {
	color: #2e7da3;
}

.tab {
	border: none;
	background-color: #fff;
	float: unset;
	margin-bottom: 20px;
	width: auto;
}

.tab-content {
	width: 660px;
	padding: 60px;
	display: none;
	border-top: 1px solid #d4d4d1;
}

#tab-1 {
	display: block;
}


