﻿@charset "utf-8";
/* PHILA GOV NAV  */




/********************************************** 
	BREADCRUMBS 
**********************************************/
.page .widget.breadcrumb { display: block; padding: 0px; margin: 10px 0px 0px 0px; height: auto; line-height: normal; color: #444545; text-align: left; width:100%; }
.page .widget.breadcrumb a { padding:2px 4px; margin:0px; color:#3661a2; text-decoration:underline;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.page .widget.breadcrumb a:hover { color:#333333;text-decoration:none;}/* was background:#3661a2*/

/********************************************** 
	PAGE TITLE WIDGET
**********************************************/
.page .widget.pageTitle {
	display: block;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	height: auto;
	font-family: Rockwell, Times New Roman, serif;
	font-size: 32px;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
	color: #254a7e;
	width:100%;
}
.page .widget.pageTitle h1 {
	display: block;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

/*************************************************************************** 
                AGENCY TOP NAV UL > LIs
***************************************************************************/
.page .agencyTopNav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Rockwell", "Times New Roman", Times, serif;
}
.page .agencyTopNav ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 948px;
	background: #f2f2f2;
	 /* Old browsers */ background: -moz-linear-gradient(top, #f2f2f2 1%, #f2f2f2 49%, #e8e8e8 50%, #e8e8e8 100%);
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(49%,#f2f2f2), color-stop(50%,#e8e8e8), color-stop(100%,#e8e8e8));
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%);
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%);
	 /* Opera11.10+ */ background: -ms-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%);
	 /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */;
	background: linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%); /* W3C */;
	
	background: #eeeeee;
	 /* Old browsers */ background: -moz-linear-gradient(top, #eeeeee 1%, #eeeeee 49%, #dddddd 50%, #dddddd 100%);
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee), color-stop(49%,#f2f2f2), color-stop(50%,#dddddd), color-stop(100%,#dddddd));
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #eeeeee 1%,#eeeeee 49%,#dddddd 50%,#dddddd 100%);
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #eeeeee 1%,#eeeeee 49%,#dddddd 50%,#dddddd 100%);
	 /* Opera11.10+ */ background: -ms-linear-gradient(top, #eeeeee 1%,#eeeeee 49%,#dddddd 50%,#dddddd 100%);
	 /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */;
	background: linear-gradient(top, #eeeeee 1%,#eeeeee 49%,#dddddd 50%,#dddddd 100%); /* W3C */;
}



.page .agencyTopNav ul li {
	margin: 0px;
	padding:2px 0px 0px 0px;
	list-style: none;
	width: 185px;
	height: 28px;
	float: left !important;
	display: inline !important;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	text-align: center;
}
.page .agencyTopNav ul li.first {
	border-left: none;
	float: left !important;
}
.page .agencyTopNav ul li.last {
	border-right: none;
	float: left !important;
}
.page .agencyTopNav ul li a {
	padding:5px 0px;
	margin: 0px;
	height: 18px;
	display: block !important;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #254a78;
	text-align: center !important;
	letter-spacing:1px
}

/******************************
3 agency nav items 
*****************************/
.page .agencyTopNav ul.count_3 li { 
width:314px; 
*width:314px !important; }

.page .agencyTopNav ul.count_4 li { 
width:235px; 
*width:235px !important; }


.page .agencyTopNav ul li a.current {
	height: 18px;
	display: block;
	padding-top:4px;
	background: #ffffff;
	text-decoration:none;
	border-bottom:2px solid #3661a2;
}

.page .agencyTopNav ul li a:hover {
	/*margin-top: -5px;
	padding-top: 5px;
	height: 18px;
	display: block;
	background: #ffffff;
	CAUSING JUMPING FOOTER IN IE7
	*/
	text-decoration:underline;
}



		
		/*	Custom Count - agency nav items
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					3, 4, 5 Agency Nav Items
					Makes calculated width for <li>	 
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		*/
		.agencyTopNav ul.count_3 li { width:318px; *width:318px !important; }
		.agencyTopNav ul.count_4 li { width:238px; *width:238px !important; }
		.agencyTopNav ul.count_5 li { width:188px; *width:188px !important; }



/********************************************** 
	AGENCY SIDE NAVIGATION WIDGET
**********************************************/
.page .widget.agencySideNav {
	height: auto;
	border-top: 1px solid #cecece;
	margin-bottom: 10px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}
.page .widget.agencySideNav .label {
	display: block;
	height: 23px;
	font-family: Rockwell, Times New Roman, serif;
	font-size: 13px;
	border-bottom: 1px solid #cecece;
	background: #f2f2f2;
	 /* Old browsers */ background: -moz-linear-gradient(top, #f2f2f2 1%, #f2f2f2 49%, #e8e8e8 50%, #e8e8e8 100%);
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(49%,#f2f2f2), color-stop(50%,#e8e8e8), color-stop(100%,#e8e8e8));
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%);
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%);
	 /* Opera11.10+ */ background: -ms-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%);
	 /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */;
	background: linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%); /* W3C */;
						}
.page .widget.agencySideNav a .label {
	display: block;
	padding-top: 9px;
	font-weight: bold;
	padding-left: 5px;
	color: #244b7f;
	text-decoration: none;
}
.page .widget.agencySideNav a .label.indent {
	padding-left: 17px;
	width: 168px;
	font-weight: normal;
}
.page .widget.agencySideNav a .label img {
	display: block;
	padding-left: 12px;
}
.page .widget.agencySideNav a:hover .label {
	cursor: pointer;
	display: block;
	color: #244b7f;
	text-decoration: underline;
	background: #FFFFFF;
	cursor: pointer;
}
.page .widget.agencySideNav .labelOn {
	display: block;
	width: 209px;
	height: 24px;
	padding-top: 10px;
	font-family: Rockwell, Times New Roman, serif;
	font-size: 13px;
	border-bottom: 1px solid #cecece;
	color: #244b7f;
	background: #FFFFFF;
}
.page .widget.agencySideNav .labelOnArrow {
	width: 17px;
	height: 25px;
	background: #FFFFFF;
	border-bottom: 1px solid #cecece;
	padding-top: 9px;
}




/********************************************** 
	AGENCY SIDE NAV - UL > LI > A
**********************************************/

/* 2nd LEVEL SIDE BAR NAV */
.sectionSubNav * { padding:0px; margin:0px;  }
.sectionSubNav { border:1px solid #eeeeee;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;}
.sectionSubNav ul { border:1px solid #cccccc;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;}

.sectionSubNav ul li 
{ 
list-style:none; 
padding:0px; 
display:block; 
border-top:1px solid #cccccc; 
border-bottom:1px solid #e8e8e8;
background:#f2f2f2;
background: -moz-linear-gradient(top, #f2f2f2 1%, #f2f2f2 49%, #e8e8e8 50%, #e8e8e8 100%); /* Old browsers */ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(49%,#f2f2f2), color-stop(50%,#e8e8e8), color-stop(100%,#e8e8e8));/* FF3.6+ */ 
background: -webkit-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%); /* Chrome,Safari4+ */ 
background: -o-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */ 
background: -ms-linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%); /* Opera11.10+ */ 
background: linear-gradient(top, #f2f2f2 1%,#f2f2f2 49%,#e8e8e8 50%,#e8e8e8 100%); /*IE10+ */
}
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 );  */ 
/* W3C *//* IE6-9 */


.sectionSubNav ul li.parent a { padding-left:10px; font-size:15px; font-weight:bold; border-top:none; background-image:none;}
.sectionSubNav ul li.parent a:hover { background:url(nav-arrow-up.png) right no-repeat #ffffff; }
.sectionSubNav ul li.first { border-top:none;}
.sectionSubNav ul li.last,
.sectionSubNav ul li.thirdLevel.last { border-bottom:none !important;
-webkit-border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
border-radius:0px 0px 5px 5px;}
.sectionSubNav ul li.last a:hover { 
-webkit-border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
border-radius:0px 0px 5px 5px;}

/* 3rd LEVEL SIDE BAR NAV */
.sectionSubNav ul li.thirdLevel { background-image:none; background:#333333; border-top:1px solid #666666; border-bottom:1px solid #000000; }
.sectionSubNav ul li.thirdLevel a { color:#f9f9f9; text-decoration:none; padding:7px 0px 7px 35px; display:block; background-image:none; }
.sectionSubNav ul li.thirdLevel a:hover { text-decoration:underline; background-image:none; background:#cccccc; color:#333333; border-bottom:none; }
.sectionSubNav ul li.thirdLevel a.active:before { content:'» '; font-size:16px; margin-left:-20px; padding-right:8px; }
.sectionSubNav ul li.thirdLevel a.active { background:#eeeeee; color:#333333; text-decoration:none; padding:3px 0px 3px 35px; display:block; background-image:none; }
.sectionSubNav ul li a { padding:8px 25px; margin:0px; display:block;
font-family: "Rockwell", "Times New Roman", Times, serif; font-size:13px; color:#244B7F; text-decoration:none; background:url(nav-arrow-right.png) right no-repeat; }
.sectionSubNav ul li:hover a {}
.sectionSubNav ul li a:hover {background:url(nav-arrow-right.png) right no-repeat #ffffff;  text-decoration:none;}
.sectionSubNav ul li a.active { background:url(nav-arrow-right.png) left no-repeat #ffffff; }
.sectionSubNav ul li a.active:hover {}
