@charset "utf-8";
/* CSS Document */

#tabs {
	background: url(../images/bg_tabs_box.png) repeat-x 0px 33px;
	margin-bottom: 22px;
}

#tabs2 {
	background: url(../images/bg_tabs_box2.png) repeat-x 0px 33px;
}

#tabs ul, #tabs2 ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: -6px;
}
#tabs li, #tabs2 li {
	list-style: none;
	width: 157px;
	margin-left: 6px;
	height: 39px;
	text-align: center;
	float: left;
	background: url(../images/bg_tab.png) no-repeat;
}

#tabs h3, #tabs2 h3 {
	color: #0b4e7a;
	font-size: 14px;
	padding: 0px;
	margin: 7px 14px;
}

* html #tabs li, * html #tabs2 li {
	display: inline;
}

#tabs li, #tabs li a, #tabs2 li, #tabs2 li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 32px;
}

#tabs ul li a:hover, #tabs2 ul li a:hover {
	background: url(../images/bg_tab_hover.png) no-repeat;
}

#tabs ul li.active a:hover, #tabs2 ul li.active a:hover {
	background: url(../images/bg_tab_selected.png) no-repeat;
}

#tabs ul li.active, #tabs2 ul li.active {
	background: url(../images/bg_tab_selected.png) no-repeat;
}
#tabs ul li.active a, #tabs2 ul li.active a {
	color: #fff;
}

#tabs > div {
	background: #f9f9f6;
	clear: both;
	padding: 5px 0;
}

#tabs2 > div {
	background: #fff;
	clear: both;
	padding: 5px 0;
}

#tabs div h3, #tabs2 div h3 {
	margin-bottom: 12px;
}

#tabs div p, #tabs2 div p {
}

#tabs ul li a, #tabs2 ul li a {
	text-decoration: none;
	color: #666;
	display: block;
}

#tabs2 div div ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: -6px;
}

#tabs2 div li {
	list-style: none;
	width: 100%;
	margin-left: 6px;
	height: auto;
	text-align: left;
	float: left;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	line-height: 17px;
	border-bottom: 2px solid #e4e1ce;
	margin-bottom: 16px;
}

#tabs2 div li h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#tabs2 div li .photo {
	float: left;
	display: inherit;
	text-align: center;
}

#tabs2 div li p {
	margin-left: 95px;
}

#tabs2 div ul li a:hover {
	background: none;
}


#tabs2 div ul li a {
	text-decoration: none;
	color: #B13A3D;
	display: block;
}

#tabs2 div li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: none;
	line-height: 32px;
}

#tabs a.button {
	height: 33px;
	width: 94px;
	background: url(../images/bg_button.png);
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 31px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

/* Expanded Map Tabs */

#tabs3 {
	background: url(../images/bg_tabs_box.png) repeat-x 0px 33px;
	margin-bottom: 22px;
	position: relative;
}


#tabs3 ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: -6px;
}
#tabs3 li {
	list-style: none;
	width: 157px;
	margin-left: 6px;
	height: 39px;
	text-align: center;
	float: left;
	background: url(../images/bg_tab.png) no-repeat;
	cursor: pointer;
}

#tabs3 h3 {
	color: #0b4e7a;
	font-size: 18px;
	padding: 0px;
	margin: 7px 10px;
	font-weight: normal;
}

* html #tabs3 li {
	display: inline;
}

#tabs3 li, #tabs3 li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 32px;
}

#tabs3 ul li a:hover {
	background: url(../images/bg_tab_hover.png) no-repeat;
}

#tabs3 ul li.active a:hover {
	background: url(../images/bg_tab_selected.png) no-repeat;
}

#tabs3 ul li.active {
	background: url(../images/bg_tab_selected.png) no-repeat;
}
#tabs3 ul li.active a {
	color: #fff;
}

#tabs3 div {
	background: #f9f9f6;
	clear: both;
	padding: 5px;
}

#tabs3 div h3 {
	margin-bottom: 12px;
}

#tabs3 ul li a {
	text-decoration: none;
	color: #666;
	display: block;
}

#tabs3 a.button {
	height: 33px;
	width: 94px;
	background: url(../images/bg_button.png);
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 31px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

/* Scatterplots styles from old cook site */

.tabbed_list {list-style:none;padding:0 0 0 0 !important;}
  .tabbed_list li {
    background:#738192;
    float:left;
    margin-right:1px;
  }
    .tabbed_list li:first-child { border-top-left-radius:8px; }
    .tabbed_list li:last-child { border-top-right-radius:8px; }
    .tabbed_list .active { background:#033a67; }
      .tabbed_list .active:hover { background:#033a67; }
    .tabbed_list li:hover { background:#63707e; }

  .tabbed_list a {
    color:#fff;
    display:block;
    font-size:13px;
    padding:4px 8px;
    text-decoration:none;
  }
