legend {
	color: #F2F2F2;
}

.panel {
	clear: both;
	display: none;
	padding-top:2px;

}

div.tabContainer {	
	border:1px solid #ccc;	
	padding:5px;
}

.panel.active-tab-body {
	display: block;
}

.bar{	
	display:none;
}

ul#tabs1 {
	list-style: none;
	padding:0px;
	margin:0px;
}

ul#tabs1 li {
	float: left;
	padding-right: 10px;	
}

ul#tabs1 a {
	width:130px;
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	color: #fff;
	text-align:center;
	background:url(../images/buttons/button_blue.gif) top center no-repeat;
}

#tabs1 a.active-tab {
	background:url(../images/buttons/button_green.gif) top center no-repeat;
	font-weight:bold;
}


div.stepTitle{
	font-weight:bold;
}

/* #################### Old sub.css ###################### */

.home_font{
	font-size:14px;
}

.home_copy{
	/*border:1px solid black;*/
	line-height: 1.5;
	padding:0px;
}

.home_left, .home_right {
	border:0px; /* solid #ccc; */
	vertical-align:top;
	text-align:justify;
}

.home_left{
	width:67%;
	padding:10px 10px 10px 0px;
	line-height: 1.5;
}

.home_middle{
	width:10px;
}

.home_right{
	/* width:24%; */
	vertical-align:top;
	padding:10px 5px 10px 10px;
	text-align:justify;
	font-size:11px;
	color:#444;
	background:#e8f2fe; /* e8f2fe e1ecf8 #e5ecf3 #e4f1fd */
}

/* emphasize text */
.emtxt{
	font-weight:700;
}

div.evenCol{
	width:49%;
}


.textPic{
	margin:0px 10px 10px 0px;
	/* border:1px 2px 2px 1px; */
	border:#ccc solid;
}

.justify{
	text-align:justify;
}

ul.home_list{	
	padding:0 0 0 10px;
	margin:10px 5px 20px 20px;
}

ul.home_list li{
	margin-bottom:1px;
	padding:0 0 0 0px;
}

ul.spaced_list{
	padding:0 0 0 10px;
	margin:10px 5px 20px 20px;
}

ul.spaced_list li{
	margin-bottom:10px;
	padding:0 0 0 0px;
}


ul.tips{	
	padding:0 0 0 0px;
	margin:10px 0px;
	border:none;
	background:none;
	font-size:inherit; /*100%; */
	color:inherit;
	list-style:none;
}

ul.tips li{
	/*margin-bottom:5px;*/
	padding-left:12px;
	text-align:justify;
	background:url(/images/listarrow.gif) left 0.5em no-repeat;
}

ul.help_list{	
	padding:0 0 0 0px;
	margin:7px 0 0 0;
	border:none;
	background:none;
	font-size:100%;
	color:inherit;
	list-style:none;
}

ul.help_list li{
	margin-bottom:2px;
	text-align:justify;
	padding-left:12px;
	background:url(/images/listarrow.gif); /*left center no-repeat;*/
	background-image:url(/images/listarrow.gif);
	background-repeat: no-repeat;
	background-position:0 0.5em;
}

/*
div.greenBlock{ 
	background-color:#0071db;
	color:white;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:100%;
	margin:0px;
	padding:5px;
}
*/

div.blackHeading{
	font-weight:bold;
	color:#000;
	font-size:18px;
}

div.blueHeading{
	font-weight:bold;
	color:#228efa;
	font-size:18px;
}

div.orangeHeading{
	font-weight:bold;
	color:#f9a123;
	font-size:18px;
}

div.greyHeading{
	font-weight:bold;
	color:#999;
	font-size:16px;
}

div.redHeading{
	font-weight:bold;
	color:#990000;
	font-size:18px;
}

div.bTitle{
	font-weight:bold;
	color:#940000; /* 22A0D8 #015fb7; 8390A7; */
	font-size:14px;
}

div.bHeading{
	font-weight:bold;
	color:#3f6b9c;
}

div.gHeading{
	font-weight:bold;
	color:#628939;
}

ol li div.title{
	font-weight:bold;
}

.step_title{
	text-align:left;
	font-size:14px;
	vertical-align:top;
	font-weight:bold;
	padding:20px 0 5px 0;
}

.step_image{
	width:37px;
	float:left;
	padding-top:15px;
}

.leftpad{
	padding-left:37px;
	padding-right:10px;
}

table.rates_table th{
	font-weight:bold;
}

table.rates_table td, table.rates_table th{
	padding:3px;
}

div.process, div.info, div.sub_tips, div.rates{
	border:0px solid #ccc;
	padding:10px;
	margin:0 0 10px 0;
}

div.process ol{
	padding:0 0 0 20px;
	margin:10px 0px;
}
div.process ol li{
	text-align:justify;
	margin-bottom:0px;
}

div.cta{
	text-align:center;
	margin:10px 0px;
}

a.learnMore {
	/*text-decoration:underline;*/
	font-size:11px;
	font-weight:bold;

}

img.imageleft {
	float:left;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
} 
