.home-page-tabs{width:500px; margin-top: 25px; margin-left: 20px;}

#miami-dade h4{color: #074a98;}
#broward h4{color: #074a98;}
#palm-beach h4{color: #074a98}
/* group of tabs */
#tabSet {

}


/* style for hiding panels */
.ui-tabs-hide {
	display: none;
}







/* for ul holding tab li elements */
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
  zoom: 1;
  	
}

.ui-tabs-nav ul{width: 500px !important;}


/* tabs */
.ui-tabs-nav li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	/* ADDED  */

}



/* style link inside tab */
.ui-tabs-nav a {
	font-family: Arial !important;
	font-size: 11pt !important;
	font-weight: bold;
	color: #074a98 !important;
  	text-decoration: none;
  	display: block;
  	padding: 5px 15px 3px 15px;
	/*border: #7b7b7b 1px solid;*/
	border-bottom: none;
	margin-bottom: 10px;
	
}


/* link style for selected tab */
.ui-tabs-selected a {
  color: #ff9900 !important;

/* background: #ffb93f;*/
	position: relative; 
/*position to overlap panel to remove border line between panel and tab */
	top: 1px;
	
}

/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
  outline: none;
}










/*panel style*/
.ui-tabs-panel {
	clear: left;
	border: 1px solid #999;
  margin: 0;
	padding: 10px;
	background: #ecf7fa; 
	width: 500px;
}

/* Style for links inside the Tabs added by Nicolas  */

.ui-tabs-panel a:link , .ui-tabs-panel a:active , .ui-tabs-panel a:visited {
font-family: Arial, Times;
font-size: 13pt;
font-weight: normal;
color: #043f8e; 
text-decoration: none;
}


.ui-tabs-panel a:hover{
font-family: Arial, Times;
font-size: 13pt;
font-weight: normal;
color: #043f8e; 
font-weight: normal;
text-decoration: underline;
}







