@charset "utf-8";
/*
Title: Arizona Indicators Styles: Health Pages
Copyright: (c) 2008
Author: Phil Puleo
Company: Institute for Social Science Research
Description: specific styles for the public Arizona Indicators site 
Children & Families pages

*/


/*----------------------------------------------------------------------------------- 
  Header Styles: Header Image
------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------- 
  Header Styles: Navigation Tabs
------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------- 
  Main Area: Left Navigation Menu (more styles can be found in leftnav_dynamic.css)
------------------------------------------------------------------------------------*/


#leftnav ul.leftnav_primary li ul li.selected a{
}   

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Breadcrumbs
------------------------------------------------------------------------------------*/

.legend h6 {
	color:#fff;
	padding: 6px 10px 4px;
	font-size:0.85em;
	margin:0;
	background-color: #E7A614;
	text-transform: uppercase;
	border-bottom: 7px solid #fff;
}
div.children-text {
	float: left;
	width: 450px;
	}

ul.legend-list {
	list-style: none;
	color:#555;
	font-size:0.80em;
	line-height:1.33em;
	padding:10px;
	border-top: 1px solid #ccc;
	}
ul.legend-list li {
	margin-top: 4px;
	}
div.legend {
	background-color: #ddd;
	width:290px;
	float:right;
	margin:30px 0px 0px 0px;
	}
div#page-text div.legend p {
	width: 100%;
	}

/*----------------------------------------------------------------------------------- 
  FTF Map Panel
------------------------------------------------------------------------------------*/

div.right-panel {
	float: right;
	width: 200px;
	margin-top: 1.2em;
	padding: 20px 20px 0px 10px;
}
div#page-text div.right-panel p {
	width: 200px;
	}
	
div.right-panel h5 {
	text-align: left;
	width: 100%;
	float: none;
}
div.right-panel ul.bulletlist {
	width: 200px;
	margin-left: 1px;
	list-style-type: disc;
}
	
div.left-panel {
	float: left;
	width: 500px;
}
div.left-panel ul.bulletlist {
	width: 430px;
}
div#imagemap {
	margin-bottom: 30px;
	}
/*----------------------------------------------------------------------------------- 
  FTF Image Map
------------------------------------------------------------------------------------*/
  
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -200px;
    width: 332px;
	height: 264px;
    background-color: #BEBDB0;
    color: #333;
    border: 1px solid black;
}

.jqmOverlay { 
	background-color: #000;
}

.jqmWindow h5 {
	color: #fff;
	background-color: #BEBDB0;
	width: 280px;
	float: left;
	margin: 0px;
	padding: 6px 0px 6px 4px;
	}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose {
	float: right;
	text-align: right;
	background-color: #BEBDB0;
	padding: 6px 4px 6px 0px;
	font-size: .8em;
}

.jqmClose:link {
	color: #fff;
	}