/* MAIN STYLESHEET */

/* Import basics also called from CMS */
@import url(/styles/basic.css);
body {
	margin:0;
	background-color:#ffffff;
}
.clear {
	clear:both;
}
.hidden {
  display:none;
}
/* Main Page Body */

#mainbody {
	width:952px;
	margin:0 auto;
}
#frontbody-columns {
	width:920px;
	clear:both;
	padding:0 16px 50px 16px;
	position:relative;
	background-image:url(/images/boxbackground.gif);
	background-repeat:repeat-y;
}
#mainbody-columns {
	width:890px;
	clear:both;
	padding:20px 31px 30px 31px;
	position:relative;
	background-image:url(/images/boxbackground.gif);
	background-repeat:repeat-y;
}
.boxtop {
	position:absolute;
	top:0;
	left:0;
	width:952px;
	height:7px;
	background-image:url(/images/boxtop.gif);
	background-repeat: no-repeat;
	z-index:10;
}
.boxbottom {
	position:absolute;
	bottom:0;
	left:0;
	width:952px;
	height:7px;
	background-image:url(/images/boxbottom.gif);
	background-repeat: no-repeat;
	z-index:10;
}
/* Interior Column Layouts */
/* Standard Two-column */

#columns-left-standard, #columns-left-report {
	width:630px;
	float:left;
}
#columns-right-standard {
	width:230px;
	margin-left:30px;
	float:left;
}
/* Alternate Two-column with wider right column */

#columns-left-alternate {
	width:430px;
	float:left;
}
#columns-right-alternate {
	width:430px;
	margin-left:30px;
	float:left;
}
#callout-left-alternate {
	width:430px;
	float:left;
	background-color:#E2F4FF;
	min-height:225px;
}
#callout-right-alternate {
	width:430px;
	margin-left:30px;
	float:left;
	background-color:#E2F4FF;
	min-height:225px;
}
/* Alternate Two-column with wider right column */

#columns-left-front {
	width:490px;
	float:left;
	margin-top:22px;
}
#columns-right-front {
	width:400px;
	margin-left:30px;
	margin-top:22px;
	float:left;
}
/* Main Banner */

#bannercontainer {
	background-color:#222222;
	background-image:url(/images/bannercontainerbackground.gif);
	background-repeat:repeat-x;
	height:150px;
	clear:both;
	border-bottom:1px solid #343d57;
}
#banner {
	width:952px;
	margin:0 auto;
	background-image:url(/images/bannerbackground.gif);
	background-repeat:no-repeat;
}
/* Front Highlight Blue Bar */

#bluebar {
	background-color:#111b39;
	margin:0 0 20px 0;
	border-bottom:1px solid #343d57;
}
#bluebarcontent {
	width:952px;
	margin: 0 auto;
}
#bluebarleft {
	float:left;
	width:629px;
	border-right:1px solid #343d57;
	padding:10px 10px 10px 0px;
}
#bluebarright {
	float:left;
	width:292px;
	padding:10px;
}
#bluebarleft img {
	float:left;
	padding:2px;
	border:1px solid #343d57;
	margin-right:10px;
}
#bluebar h3 {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#dd8d17;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 0 5px 0;
}
#bluebarleft h1 {
	font-family:arial, helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	margin:0 0 5px 0;
}
#bluebarright h1 {
	font-family:arial, helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 5px 0;
}
#bluebarleft h2 {
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#ffffff;
	margin:7px 0 0 0;
}
#bluebarleft .date {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-transform:uppercase;
	font-weight:bold;
	margin:7px 0 0 0;
}
#bluebar a {
	color:#8099b3;
	text-decoration:none;
}
#bluebar a:hover {
	color:#999999;
}
#bluebarright p {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
}
/* Toolbar with Donate, Take Action and RSS Buttons */

#toolbar {
	clear:both;
	margin-left:117px;
}
#toolbar img {
	border:0;
	margin-right:2px;
}
/* Logo */

#logonavsearch {
	width:952px;
	clear:both;
}
#logo {
	width:420px;
	height:124px;
	float:left;
}
#logo img {
	border:0;
}
/* Top Navigation */

#nav {
	float:left;
	width:265px;
	margin-top:20px;
}
#nav ul {
	width:240px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav ul li {
	float:left;
	width:109px;
	margin:0;
	padding:0 0 0 11px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	background-image:url(/images/navdot.gif);
	background-position: 0px 50%;
	background-repeat:no-repeat;
}
#nav ul li a {
	color:#a2acc7;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
/* Search in Banner and State Dropdown in Banner */

#search {
	float:left;
	width:267px;
	margin-top:3px;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}
form.search {
	margin:0;
}
input.searchbox {
	width:175px;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding:5px 0 0 5px;
	height:18px;
	margin-top:3px;
}
input.searchbutton {
	border:0;
	margin:3px 0 0 3px;
	vertical-align:top;
}
input.emailtextbox {
	width:150px;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding:5px 0 0 5px;
	margin:3px 0 3px 0;
	height:18px;
}
input.signupbutton {
	border:0;
	margin:3px 0 3px 0;
	width:60px;
	height:22px;
}
input.statedropdown {
	margin:3px 0 0 0;
}
form.stateform {
	margin:10px 0 0 0;
}
select.statejump {
	width:185px;
	margin-top:3px;
}
/* Breadcrumb Navigation */

#breadcrumb {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	margin:10px 0 10px 15px;
}
#breadcrumb a {
	color:#999999;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#333333;
}
/* Section Banner */

#sectionbanner {
	padding:0 0 10px 15px;
}
/* Footer */

#footer {
	width:952px;
	margin-top:10px;
	margin-bottom:40px;
}
ul.footer-content {
	list-style-type:none;
	margin:0;
	padding:0;
	float: left;
}
li.footer-content-li {
	margin:0 0 20px 0;
	padding:5px 0 20px 95px;
	position: relative;
	height:50px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
#footer a {
	color:#1b357d;
	text-decoration:none;
}
#footer a:hover {
	color:#999999;
}
li.footer-content-li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 50px;
	border:0;
}
/* Special Report Styles */
a.reportheadlinelink {
	font-size:16px;
	line-height:20px;
}
#columns-left-report h1 {
	margin-top:2px;
	margin-bottom:0;
	border-bottom:1px solid #cccccc;
	padding:0 10px 5px 5px;
}
#columns-left-report img {
	margin:7px;
	padding:2px;
	border:1px solid #cccccc;
}
p.reportdate {
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
}
#reportmaterials {
	background-color:#f8e8d1;
	padding:20px 10px 10px 10px;
	background-image:url(/images/boxes/reportmaterials.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	margin-top:10px;
}
#seealso {
	background-color:#e9efd6;
	padding:20px 10px 10px 10px;
	background-image:url(/images/boxes/seealso.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	margin-top:10px;
}
/*Special State Release Styles*/
.release p {
  margin:1em 0;
}
.release p.footnote {
  margin:0 2em 1em;
}
.release_table {
  border-collapse: collapse;
  table-layout:fixed;
  margin:10px 0 10px;
}
.release_table th {
  text-transform:uppercase;
  border-bottom:2px solid #193173;
}
.release_table td {
  border-bottom:1px solid #CCC;
  vertical-align:top;
  padding:10px;
}
.release_table ul {
  margin:0;
  padding-left:0;
}
.release_table li {
  margin:0 0 10px 15px;
}
/* Special Resource Library Styles */

.featuredresource {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color:#f8e8d1;
	padding:30px 10px 10px 10px;
	margin-bottom:10px;
	background-image:url(/images/boxes/featuredresource.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
}
/*********************************/
/* Front Page Module Styles */
/*********************************/

/*  Your State's Health, Featured Reports, TFAH in the News, Press Releases */

#yourstateshealth {
	border-bottom:1px solid #cccccc;
	padding-bottom:20px;
}
#yourstateshealth p {
	margin-bottom:5px;
}
#featuredreports {
	margin:20px 0 20px 0;
}
#featuredreports ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#featuredreports ul li {
	margin:0 0 15px 0;
	padding:0 0 0 83px;
	position: relative;
	height:90px;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	border-bottom:1px solid #cccccc;
}
#featuredreports a {
	color:#1b357d;
	text-decoration:none;
	font-family:arial, helvetica, san-serif;
	font-size:18px;
}
#featuredreports a:hover {
	color:#999999;
}
#featuredreports li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border:1px solid #cccccc;
	padding:2px;
}
#featuredreports .subtitle {
	font-size:14px;
	color:#000000;
}
#featuredreports .date, #tfahinthenews .date, #pressreleases .date {
	font-size:11px;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
}
#tfahinthenews, #pressreleases {
	float:left;
	width:230px;
}
#tfahinthenews {
	margin-right:30px;
}
#tfahinthenews p, #pressreleases p, #advocacybox p, #donatebox p, #emailbox p {
	font-size:13px;
	line-height:17px;
}
#pressreleases p {
	border-bottom:1px solid #cccccc;
	padding-bottom: 15px;
}
#tfahinthenews a, #pressreleases a, #advocacybox a, #donatebox a, #emailbox a, #upcomingevents a {
	color:#1b357d;
	text-decoration:none;
	font-weight:bold;
}
#tfahinthenews a:hover, #pressreleases a:hover, #advocacybox a:hover, #donatebox a:hover, #emailbox a:hover, #upcomingevents a:hover {
	color:#999999;
}
#initiatives {
	width:400px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	background-color:#e7e9ee;
	background-image:url(/images/boxes/tfahinitiatives.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
}
#initiatives .paddedbox {
	padding:30px 10px 10px 10px;
}
#initiatives ul {
	padding:10px;
	width:380px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#initiatives ul li {
	float:left;
	position:relative;
	width:107px;
	margin:0;
	height:65px;
	padding:10px 10px 0 73px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666666;
}
#initiatives a {
	color:#1b357d;
	text-decoration:none;
}
#initiatives a:hover {
	color:#999999;
}
#initiatives ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border:1px solid #cccccc;
	padding:2px;
}
#upcomingevents {
	margin-bottom:20px;
}
#actionsleft, #actionsright {
	float:left;
	width:197px;
}
#actionsleft {
	margin-right:6px;
}
#advocacybox {
	padding:25px 10px 10px 10px;
	background-color:#f3e9e7;
	height:430px;
	background-image:url(/images/boxes/advocacy.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
}
#donatebox {
	padding:25px 10px 10px 10px;
	background-color:#eff3e0;
	height:179px;
	margin-bottom:6px;
	background-image:url(/images/boxes/supporttfah.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
}
#advocacybox img, #donatebox img, #emailbox img {
	float:right;
	margin:0 0 10px 10px;
	border:0;
	width:30px;
	height:30px;
}
#emailbox {
	padding:25px 10px 10px 10px;
	background-color:#faeedc;
	height:210px;
	background-image:url(/images/boxes/stayinformed.gif);
	background-position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
}
#mainbody-columns .date {
	font-size:11px;
	color:#666666;
	text-transform:uppercase;
	font-weight:bold;
}
/* State Tables */

/* State List */
.statepage h3, .statepage p {
  margin:0;
}

table.statetable {
	width:600px;
	border-collapse:collapse;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
}
table.statetable td {
	border-bottom:1px solid #cccccc;
	padding:5px;
}
/* Initiative Page Descriptions */

.topicimage {
	float:right;
	margin:0 0 10px 10px;
}
.topicimage img {
	padding:2px;
	border:1px solid #cccccc;
}
table.initiativestable {
	border-collapse:collapse;
	border:0;
	padding:0;
	margin-top:-20px;
}
table.initiativestable td {
	vertical-align:top;
	padding:20px 20px 20px 0;
	width:50%;
	border-bottom:1px solid #cccccc;
}
table.initiativestable td img {
	border:1px solid #cccccc;
	padding:2px;
	float:left;
	margin:0 10px 0 0;
	width:60px;
	height:60px;
}
/* Margined Paragraphs for Floating Images Outside Text */

p.margined {
	margin:0 0 0 75px;
}
.ruled {
	margin:0 0 25px 87px;
}

#factoftheday {
	padding-bottom: 10px;
	background-color: #eaeafa;
	margin-bottom: 10px;
}
.fact-container {
	margin-top: 3px;
	margin-left: 4px;
	height: 222px;
}
.title-fact {
	font-family: arial, sans-serif;
	padding: 2px 0px 2px 8px;
	background-color: #2222aa;
	color: #f4f4f4;
	font-size: 11px;
	font-weight: bold;
}
#reformhead {
	float: left;
	padding: 5px 5px 5px 5px;
}
.fact-container span {
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height:1.2em;
}
.sharethis {
	float: right;
	padding-right: 10px;
}
.sharethis a img {
	border: 0px none;
}
.social {
	float: right;
}
.social span.visit {
	float: left;
	margin-top: 10px;
	padding-right: 5px;
}
.social a img {
	border: 0px none;
}
.rulebars {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#callout-right-alternate h4, #callout-left-alternate h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #036;
	padding-left: 7px;
	color: #FFF;
	font-weight:normal;
	font-size:13px;
}
#callout-left-alternate p, #callout-right-alternate p {
	padding-right: 5px;
	padding-left: 5px;
}
#callout-left-alternate ul li, #callout-right-alternate ul li {
	padding-right: 10px;
	padding-bottom: 8px;
}
#reformhead h3 {
	margin-bottom:0px;
	margin-top:5px;
		color:#fff;
		padding:10px;
		line-height:25px;
}
#reformhead {
	color:#fff;
	height:215px;
	background-color: #193173;
	padding:0px;
	margin-bottom:20px;
}

div a img.reportimage {
    float: left;
    margin-right: 10px;
}

div p.marginedwide {
    margin: 0px;
    padding-bottom: 30px;
}
