
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.floatleft{
	float: left;
}

.clear{
	clear: both;
}

#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:475px;
	height:25px !important;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 25px;  
	overflow: hidden; 
	text-indent: -999px; 
	width: 115px; 
	background: url(../images/tabs.png) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0px 0px; }
#flowtabs #t2 			{ background-position: -115px 0; }
#flowtabs #t3 			{ background-position: -230px 0; }
#flowtabs #t4 			{ background-position: -345px 0; width:130px;}
 
#flowtabs #t1:hover 	{ background-position:      0px -25px; }
#flowtabs #t2:hover 	{ background-position: -115px -25px; }
#flowtabs #t3:hover 	{ background-position: -230px -25px; }
#flowtabs #t4:hover 	{ background-position: -345px -25px; width:130px;}

#flowtabs #t1.current { background-position:      0px -50px; }
#flowtabs #t2.current { background-position: -115px -50px; }
#flowtabs #t3.current { background-position: -230px -50px; }
#flowtabs #t4.current { background-position: -345px -50px; width:130px;}


/* panes */
#flowpanes {	
	width:471px;
	height: auto;	
	border: solid 2px #0D1E37;
}


/* single pane */
#flowpanes div {
	width:475px;
	height: auto;	
	color:#666;	
}


/* single pane column*/
#flowpanes div .columnOne{
	width:145px;
	height: auto;
    float: left;
}

#flowpanes div .columnTwo{
	width:165px;
	height: auto;
    float: left;
	color:#666;	
}




/* h2 inside pane */
#flowpanes div .columnTwo h2 {
	font-weight:normal;
	font-size: 16px;
	font-family: verdana, sans-serif;
	color:#666;
	letter-spacing:1px;

}


#flowpanes div .columnTwo p{	
	color:#666;	
	font-family: ariel, sans-serif;
	color:#666;
	font-size: 12px;
	line-height: 16px;

}

#flowpanes div .columnTwo ul{	
	color:#666;	
	font-family: ariel, sans-serif;
	color: #0D1E37;
	font-size: 12px;
	list-style: square;
	line-height: 16px;
	margin-left: -25px;
	margin-top: 43px;

}


#flowpanes div .learnMoreBtn{	
	margin-left: 13px;
	margin-bottom: 20px;

}
