@charset "UTF-8";

/* CSS Document */
#tabs_home {
	margin: 0 0 0 55px;
	position: relative;
	_width: 735px;
	/*width: 535px;
	/**/
}

#tabs {
	margin: 0 0 0 55px;
	position: relative;
	_width: 735px;
	/*width: 535px;
	/**/
}

.tab {
	margin: 0px 5px 0px 0px;
	position: relative;
	display: inline-block;
	float: left;
}

#tabs_home .tab_corner {
	float: left;
	width: 14px;
	height: 99px;
	background-image: url("/dcf/assets/images/tab_corner_long.png");
	background-repeat: no-repeat;
}

#tabs_home #dcf_notice .tab_corner {
	background-image: url("/dcf/assets/images/tab_corner_long - red.png");
}

#tabs #dcf_notice .tab_corner {
	background-image: url("/dcf/assets/images/tab_corner_long - red.png");
}

#tabs .tab_corner {
	float: left;
	width: 14px;
	height: 66px;
	background-image: url("/dcf/assets/images/tab_corner_long.png");
	background-repeat: no-repeat;
}

#tabs_home .tab_corner_right {
	float: left;
	width: 14px;
	height: 99px;
	background-image: url("/dcf/assets/images/tab_corner_long_right.png");
	background-repeat: no-repeat;
}

#tabs .tab_corner_right {
	float: left;
	width: 14px;
	height: 66px;
	background-image: url("/dcf/assets/images/tab_corner_long_right.png");
	background-repeat: no-repeat;
}

#tabs_home .tab_text {
	background-image: url("../images/tab_bottom.png");
	background-position: 0 95px;
	background-repeat: repeat-x;
	float: left;
	height: 99px;
}

#tabs .tab_text {
	background-image: url("../images/tab_bottom.png");
	background-position: 0 62px;
	background-repeat: repeat-x;
	float: left;
	height: 66px;
}

#tabs_home .tab_text_inner {
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
	height: 95px;
}

#tabs_home #dcf_notice .tab_text_inner,
{
background-image: url("../images/background - red.jpg");
}

#tabs #dcf_notice .tab_text_inner,
{
background-image: url("../images/background - red.jpg");
}

#tabs .tab_text_inner {
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
	height: 62px;
}

.home .tab_text_inner {
	_width: 90px;
	/*width: 90px;
	/**/
}

.providers .tab_text_inner {
	_width: 130px;
	/*width: 130px;	
	/**/
}

.adolescent .tab_text_inner {
	_width: 130px;
	/*width: 130px;	
	/**/
}

.women .tab_text_inner {
	_width: 90px;
	/*width: 90px;
	/**/
}

.families .tab_text_inner {
	_width: 90px;
	/*width: 90px;
	/**/
}

.tab_text a:link,
.tab_text a:active,
.tab_text a:visited {
	text-decoration: none;
	color: #000;
}

.tab_text.primary_on a {
	text-decoration: none;
	color: #007CAD;
}

.tab_text a:hover {
	text-decoration: none;
	color: #007CAD;
}

.tab_text a {
	display: block;
	padding: 10px;
}

.tab_text a span.bold {
	font-weight: bold;

}

.tab_text a span.clearing_space {
	line-height: 10px;

}

.tab_text a:hover span.clearing_space {
	text-decoration: none;
}

.tab_text a span.normal {}

.tab_text a .clearA {
	height: 10px;
	width: 1px;
}