/*
	Healthy Memphis Common Table
	----- ----- -----	
	Wowza
*/
	
/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	text-align: center;
	background: url('../assets/dot.gif');
    font-size: 100%;
    line-height: 1.125em; /* 16 x 1.125 = 18 */

}
.p10 { 
	padding: 10px;
}
.test {
	height: 240px;
	width: 240px;
	overflowst: hidden;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-style: oblique;
}

p {
margin-bottom: 1.1em;
}

#doc {
	width: 1010px;
	margin: 0px auto 20px auto;
	text-align: left;
	background: url('../assets/back.gif');
}

#doc_content {
	padding: 5px 5px 0px 5px;
}

#doc_content {
	font-size: 0.75em;
	font-family: arial, verdana, sans-serif;
	color: #444;
}

#head{
	background: #fff url( '../assets/logo_whole_thing_test2.jpg' ) top left no-repeat;
	height: 140px;
}
#home-link {
	display: block;
	text-indent: -5000px;
	width: 100%;
	height: 100%;
}

#hcompare {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	
}

#logo_top {

}

#super_nav {
	padding: 0px 20px;
}

#super_nav li {
	float: left;
	padding-left: 5px;
}

#super_nav form input.text {
	font-size: 1.125em;
	width: 200px;
}

#super_nav #form_error_field {
	padding: 0px 2px;
	margin: 2px 0px;
	background: #ff5544; 
	color: #fff;
}

#search {
	padding: 10px 20px 0px 0px;
}

#search .form_cell {
	margin-left: 5px;
}

.block_partner {
	padding: 20px 50px 20px 30px;
	background: url('../assets/block_partner_mid.gif') repeat-y;
}
.block_cc {
	padding: 20px 50px 20px 30px;
	background: url('../assets/block_whatsnew_mid.gif') repeat-y;
}

#footer {
	font-size: 0.83em;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.no_line_height {
	line-height: 0px;
	font-size: 0px;
}

.nobr {
	white-space: nowrap;
}

/* Text Controls
--------------------------------------------------------------------------------------- */	

#text_controls {
}

.tchange {
	font-size: 0.92em;
	border: 1px solid #ddd;
	padding: 0px 4px;
}

a.tchange.tchange_selected, a:link.tchange.tchange_selected, a:visited.tchange.tchange_selected {
	background: #4C75B1;
	border: 1px solid #4C75B1;
	color: #fff;
}

/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input, select, option {

}

form input.text {
	font-size: 1.3em;
	width: 240px;
}

form input.text_narrow {
	font-size: 1.3em;
	width: 120px;
}

form input.text_extra_wide {
	font-size: 1.3em;
	width: 500px;
}

form input.text_extra_narrow {
	font-size: 1.3em;
	width: 60px;
}


/* Tables
--------------------------------------------------------------------------------------- */	

table {
	width: 100%;
}

table, tr, td {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/* Nav
--------------------------------------------------------------------------------------- */

#nav {
	position: relative;
	top: 5px;
	margin-right: 10px;
	background: url('../assets/nav/tab_border.gif') no-repeat top left;
}

.tab {
	background: url('../assets/nav/tab_border.gif') no-repeat top left;
}

.tab a, .tab a:link, .tab a:visited {
	font-size: 1.33em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 15px 10px 15px;
	margin-left: 1px;
	background: url('../assets/nav/tab_off.gif') repeat-x;
}

.tab a:hover, .tab a:focus {
	color: #fff;
	background: url('../assets/nav/tab_over.gif') repeat-x;
}

.tab a.selected, .tab a.selected:link, .tab a.selected:visited {
	color: #1C48A7;
	background: url('../assets/nav/tab_on.gif') repeat-x;
}



#subnav_area {
	
}

#subnav {
	width: auto;
	margin: 5px auto;
}

#subnav.no_center {
	margin: 5px;
}

.subnav_container {
	margin-right: 10px;
	background: url('../assets/subnav/stab_mid_off.gif') repeat-x;
}

.subnav_link {
	background: url('../assets/subnav/stab_left_off.gif') no-repeat top left;
}

.subnav_link a, .subnav_link a:link, .subnav_link a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 15px 10px 15px;
	background: transparent url('../assets/subnav/stab_right_off.gif') no-repeat top right;
}

.subnav_container.over 	{ background: url('../assets/subnav/stab_mid_over.gif') repeat-x; }
.subnav_container.on 	{ background: url('../assets/subnav/stab_mid_on.gif') repeat-x; }

.subnav_link.over 		{ background: url('../assets/subnav/stab_left_over.gif') no-repeat top left; }
.subnav_link.on 		{ background: url('../assets/subnav/stab_left_on.gif') no-repeat top left; }

.subnav_link a:hover {
	color: #1C48A7;
	background: url('../assets/subnav/stab_right_over.gif') no-repeat top right;
}
.subnav_link.on a, .subnav_link.on a:link, .subnav_link.on a:visited {
	color: #1C48A7;
	background: url('../assets/subnav/stab_right_on.gif') no-repeat top right;
}


.subnav_form {
	padding: 15px 0px;
}

.subnav_form table {
	width: auto;
}

.subnav_form td {
	padding: 0px 10px 0px 5px;
}

.subnav_form label {
	display: block;
	margin: 5px 5px;
	font-size: 1.33em;
	font-weight: bold;
}

.subnav_form select {
	margin-top: 4px;
	width: 600px;
}

.subnav_form option {
}

.subnav_form .submit {
}

/* Take Charge
--------------------------------------------------------------------------------------- */	

#take_charge_block_nav {
	border: 1px solid #dee0bd;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	background: #ebc833;
}

#take_charge_block_nav a, #take_charge_block_nav a:link, #take_charge_block_nav a:visited {
	display: block;
	background: #fff url('../assets/buttons/arrow_off.gif') no-repeat bottom center;
	text-decoration: none;
	padding-bottom: 60px;
	border-bottom: 10px solid #fff;
}

#take_charge_block_nav a:hover, #take_charge_block_nav a:focus {
	background: #ebc833 url('../assets/buttons/arrow_on.gif') no-repeat bottom center;
	border-bottom: 10px solid #ebc833;
}

#take_charge_block_nav .copy_block {
	display: block;
	padding: 10px;
	margin: 0px 10px;
	background: #d7e9ef;
}


.take_charge_link a, .take_charge_link a:link, .take_charge_link a:visited {
	color: #1642A4;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 0px;
	background: url('../assets/bump.gif') no-repeat top right;
}

.take_charge_link a:hover, .take_charge_link a:focus {
	color: #fff;
}

.take_charge_link.selected a, .take_charge_link.selected a:link, .take_charge_link.selected a:visited {
	padding-left: 0px;
	position: relative;
	left: 35px;
	text-decoration: underline;
	margin-left: -35px;
}

.take_charge_link.no_arrow a, .take_charge_link.no_arrow a:link, .take_charge_link.no_arrow a:visited{
	background: none;
}

/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {
	color:#2244AA;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000;
}

.secondary_link, .secondary_link a, .secondary_link a:link, .secondary_link a:visited {
	color: #61ABC0;
}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Headings
--------------------------------------------------------------------------------------- */	

h1 {
	font-size: 2em;
	line-height: 140%;
	color: #224499;
	font-weight: bold;
}

h1.sub {
	font-size: 1.66em;
	line-height: 140%;
	color: #224499;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	line-height: 140%;
	color: #224499;
	font-weight: bold;
	margin-bottom: 6px;
}

h3 {
	font-size: 1em;
	line-height: 160%;
	text-transform: uppercase;
	color: #224499;
	font-weight: bold;
	border-bottom: 1px solid #39A1B2;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.33em;
	line-height: 160%;
	color: #224499;
	font-weight: bold;
	padding: 10px;
	background: #EEC933;
}

h5 {
	font-size: 1em;
	line-height: 120%;
	color: #224499;
	font-weight: bold;
	padding: 10px;
	background: #EEC933;
}

h6 {
	font-size: 1em;
	line-height: 120%;
	text-transform: uppercase;
	color: #224499;
	font-weight: bold;
	margin-bottom: 4px;
}

h6.black {
	font-size: 1em;
	line-height: 120%;
	text-transform: uppercase;
	color: #403636;
	font-weight: bold;
}

h7 {
	display: block;
	font-size: 1em;
	line-height: 140%;
	color: #224499;
	margin-bottom: 0px;
}

h7.upper {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

h7.article_title {
	font-size: 1.3em;
	display: block;
	font-weight: bold;
}

h8 {
	display: block;
	padding: 5px;
	background: #61ABC0;
	color: #fff;
}

h9 {
	font-size: 1.17em;
	line-height: 160%;
	display: block;
	color: #61ABC0;
}

/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.message 	{ padding: 5px; }

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }







/* Slideshow
--------------------------------------------------------------------------------------- */

#slideshow {

}

#slideshow_image {
	line-height: 0px;
}

.slideshow_tab {
	line-height: 0px;
	background: url('../assets/slideshow/tabs/off.gif');
}

.slideshow_tab:hover, .slideshow_tab:focus {
	background: url('../assets/slideshow/tabs/on.gif');
}

.slideshow_tab.selected {
	background: url('../assets/slideshow/tabs/on.gif');
}


/* Main Content
--------------------------------------------------------------------------------------- */	

/* Block border = dee0bd */

.consumer_checkbook_link {
	padding: 10px 30px 0px 40px;
	font-style: italic;
	font-weight: bold;
}

#main {
	border-top: 5px solid #6ea854;
	background: #d8e9f0;
	padding: 10px 10px 10px 10px;
}

.content_block_wide {
	width: 630px;
}

.content_block_narrow {
	width: 340px;
}

.content_block_extra_wide {
	width: 720px;
}

.content_block_extra_extra_wide {
	width: 940px;
}

.content_block_extra_narrow {
	width: 250px;
}

.content_block_extra_narrow2 {
	width: 270px;
}

.content_block_simple {
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 10px;
}

.content_block_simple_2 {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 10px;
}

.content_block {
	border: 1px solid #dee0bd;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	background: url('../assets/dot.gif');
}

.content_block .copy_block {
	display: block;
	line-height: 22px;
	padding: 10px 20px;
}

.content_block .copy_block_wide {
	display: block;
	line-height: 22px;
	padding: 10px 20px;
	width: 900px;
}

.content_block .video {
	text-align: center;
}

.content_image_block {
	margin: 10px 0px 10px 10px;
}

.more {
	text-align: right;
}
.more a, .content_block .more a:link, .content_block .more a:visited {
	color: #2244aa;
	font-weight: bold;
}

.morel {
	text-align: left;
}
.morel a, .content_block .morel a:link, .content_block .morel a:visited {
	color: #2244aa;
	font-weight: bold;
}

a.more_block, a:link.more_block, a:visited.more_block {
	display: block;
	color: #2244aa;
	font-weight: bold;
	line-height:22px;
	background: #D8E9F0;
	padding: 0px 5px;
}

.content_block .caption {
	color: #61ABC0;
}

.content_block ul.pretty_list {
	margin: 10px 0px;
}

.content_block ul.pretty_list_2 li {
	margin: 20px 5px;
}

ul.pretty_list_3 {
	margin: 10px 20px;
}

ul.pretty_list_3 li {
	font-size: 1.17em;
	font-weight: bold;
	list-style: disc;
	line-height: 180%;
}

ul.pretty_list_4 {
	margin: 10px 20px;
}

ul.pretty_list_4 li {
	font-weight: bold;
	list-style: disc;
	line-height: 180%;
}

ul.pretty_list_bold {
	margin: 5px;
}

ul.pretty_list_bold li {
	margin-bottom: 5px;
}

ul.pretty_list_bold li a, .content_block ul.pretty_list_bold li a:link, .content_block ul.pretty_list_bold li a:visited {
	font-weight: bold;
}

.content_block.news {
	font-size: 1.17em;
	line-height: 140%;
}

.content_block .featured_article {
	background: #FBF1CB;
	margin-bottom: 20px;
}
.content_block .featured_article em {
	font-style: italic;
	font-style: oblique;
}

.content_block .featured_article .article_copy {
	width: 410px;
}


.take_charge_text, .take_charge_text form {
	color: #2244aa;
}

.take_charge_text input {
	margin: 5px 10px;
}

.take_charge_special_area {
	width: 280px;
	background: #F9EAA3;
	padding: 10px;
	margin-left: 20px;
}

/* Modules
--------------------------------------------------------------------------------------- */	

.mod_1 {
	background: #aed3dd;
	padding: 10px 20px;
	margin: 0px 2px 0px 4px;
}

.mod_1 .copy_block {
	padding: 5px 5px 5px 10px;
	color: #1642A4;
}

.mod_2 {
	background: #eeca37;
	padding: 10px 20px;
	margin: 0px 2px 0px 4px;
}

.mod_2 .copy_block {
	padding: 5px 5px 5px 10px;
	color: #1642A4;
}

.mod_3 {
	background: #a4c66d;
	padding: 10px 20px;
	margin: 0px 2px 0px 4px;
}

.mod_3 .copy_block {
	padding: 5px 5px 5px 10px;
	color: #1642A4;
}

.mod_4 {
	background: #FBF1CB;
	padding: 10px;
	margin: 10px 0px 10px 10px;
}

.mod_5 {
	background: #eeca37;
	padding: 20px;
	margin: 10px 0px 10px 10px;
}

.mod_6 {
	padding: 10px;
	background: #fff;
}

/* Reports
--------------------------------------------------------------------------------------- */	

#report {

}

h1.report_title {
	color: #fff;
	background: #A2C46E;
	margin: 0px 2px 0px 1px;
	padding: 10px 10px 0px 10px;
}	

.report_info {
	background: #A2C46E;
	margin: 0px 2px 2px 1px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #638BC5;
}

.report_info .content_reveal {
	padding: 10px;
	background: #fff;
}

.report_info .content_reveal_content {
	padding: 10px;
}

#report th {
	text-align: center;
	vertical-align: top;
	padding: 10px 10px 30px 10px;
	background: #6EA854;
	border-top: 0px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 0px solid #fff;
	border-right: 2px solid #fff;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;	
}
th.more_info_button { 
	font-size: 12px;
}
#report th.header {
	background-image: url('../assets/sort_by.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#report th.headerSortDown, #report th.headerSortUp {
	background-color: #6D95CF;
}

#report th.headerSortDown {
	background-image: url('../assets/sorted_down.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#report th.headerSortUp {
	background-image: url('../assets/sorted_down.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#sorttable_sortfwdind, #sorttable_sortrevind {
	font-size: 1.2em;
}

#report th.first {
	width: 200px;
}

#report td {
	text-align: center;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #D8E9F0;
	border-left: 2px solid #fff;
	padding: 10px;
}

#report td.first {
	text-align: left;
	font-weight: bold;
}

#report td.nat_avg {
	border-top: 2px solid #D8E9F0;
	border-right: 2px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 2px solid #fff;
	color: #444;
	background: #ddd;
	padding: 2px 2px 2px 2px;
	font-style: italic;
	font-size: 10px;
}

#report td.nat_avg.first {
	text-transform: uppercase;
	font-size: 0.917em;
	text-align: right;
}

#report td.num {
	font-size: 1.2em;
}

#report tr.even {
	background: #eaefff;
} 
/* Barcharts
--------------------------------------------------------------------------------------- */
.barcharts { /* main table */
	border: solid #6EA854 1px;
	
}
.barcharts .main_graph_body {
	height: 400px; /* this is the multiplyer for the height of the bars*/
}
.barcharts tbody td{
	vertical-align: bottom;
	text-align: center;
}
.green_scores { 
	background: #52863b;
}
.barcharts tbody .odd_row {
background: #efefef;
border-left: solid 1px;

color: #cccccc;
}
.legend_header_div { 
	clear: both;
}
.legend1 {
	background: #4C75B1; 
	width: 20px;
	height: 12px;
	float: left;
	margin: 3px;
	
	
}
.legend2 {
	background: #6EA854; 
	width: 20px;
	height: 12px;
	float: left;
	margin: 3px;
	
}
.legend3 {
	background: #EBCF64;
	width: 20px;
	height: 12px;
	margin: 3px;
	float: left;
	
}
.legend_header { 
	text-align: left; 
	background: #FFF;
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	width: 240px;
}
.barlist { /* table that contains the 3 bars */
	width: 120px;

	margin: auto;
}
.barcharts tr td { 
	text-align: center;
}
.barcharts tfoot .text_item{ 
	text-align: center;
	background: #6EA854;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
.barcharts .colhead {
	
	background: #6EA854;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border: solid #6EA854 1px;
	font-size: 18px;

}
.bar_td {
	width: 40px;
}
.barlist_first { 
	background: url('../assets/barscale.jpg') no-repeat;
}
.bar1 {

	background: #4C75B1; 
	width: 40px;
	margin-left: 1px;
	font-size: 10px;
	color: #000;
	
}
.bar2 {		

	color: #000;
	background: #6EA854; 
	width: 40px;
	margin-left: 1px;
	font-size: 10px;
}
.bar3 {
color: #000;
	background: #EBCF64; 
	width: 40px;
	margin-left: 1px;
	font-size: 10px;
}
.tiny_scores {
	height: 100px;
}
.tiny_scores td {
	width: 40px;
}
.tiny_score_item { 
	background: #FFFFFF;
	color: #6EA854;
	font-size: 10px;
	width: 40px;
}
.individual_tiny_score_table { 
	width: 120px; 
	border-top: solid #52863b 1px;
	border-bottom: solid #52863b 1px;
	margin: auto; 
	height: 20px !important;
}
.legend_item{ 
	padding: 10px;
	border: solid 0px;
	padding-left: 30px;
	
	width: 200px;
	margin: auto;
}
.legend_description { 
	background: #cccccc;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#simpleTooltip { text-align: left; padding: 8px; border: 1px solid #A6A7AB; background: #F9F6ED; width: 160px; }

.reports_head_box1 {
	background-color: #f7fcfd;
	width: 880px;
	height: 166px;
	margin: 0 auto 0px auto;
	padding: 20px 20px;
	border: 2px solid #acd4df;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}

.reports_head_box2 {
	background-color: #f7fcfd;
	width: 880px;
	height: 236px;
	margin: 0 auto 0px auto;
	padding: 20px 20px;
	border: 2px solid #acd4df;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.rel {
	margin: 0px 0 0 0px;
	padding: 5px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

.report_head {
	font-family: Arial,Trebuchet MS,sans-serif;
	font-size: 1.5em;
	color: #60abc0;
	font-weight: bold;

}

.report_head hr {
	color: #39A1B2;

}
.report_head table {
	text-align: left;
	font-family: Arial,Trebuchet MS,sans-serif;
	color: #60abc0;
	font-size: 1em;
	
}
.report_head table td{color: #224499; font-size: 14px;
	
}

.report_body {
	width: 900px;
	margin: 0 auto 0px auto;
	padding: 20px 20px;

}

.report_body h1 {
	font-family: Arial,Trebuchet MS,sans-serif;
	font-size: 1.5em;
	color: #60abc0;
}

.report_body hr {
	color: #39A1B2;
}

.report_body table td {
	padding-bottom: 0px;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}


.report_body p{
	color: #224499;
}

.feature_body {
	background-color: #ffffeb;
	width: 605px;
	margin: 0 auto 0px auto;
	margin-bottom: 10px;
	margin-left: -5px;
	padding: 10px 10px;
	border: 2px solid #acd4df;
	color: #224499;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.feature_body_full {
	background-color: #ffffff;
	width: 923px;
	margin: 0 auto 0px auto;
	margin-bottom: 10px;
	margin-left: -5px;
	padding: 10px 10px;
	border: 2px solid #acd4df;
	color: #224499;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.event_box {
	background-image: url(../assets/eventsback.gif);
	background-repeat: no-repeat;
	height: 272px;
	width: 300px;
	margin: 3px;
	margin-bottom: 15px;
	overflow: hidden;	
}
.event_box_text {
	height: 240px;
	overflow: hidden;	

	padding-top: 18px;
	padding-left: 12px;
	padding-right: 10px;
			
}
.event_box_text p{
	line-height: 1.3em;
	margin-bottom: 7px;
			
}
.feature_body_title {
	font-family: Arial,Trebuchet MS,sans-serif;
	font-size: 1.5em;
	color: #60abc0;
}

.feature_body hr {
	color: #39A1B2;

}
.feature_body em {
	font-style: italic;
	font-style: oblique;

}


.press_body {
	background-color: #ffffff;
	width: 605px;
	margin: 0 auto 0px auto;
	margin-bottom: 20px;
	margin-left: -5px;
	padding: 10px 10px;
	border: 2px solid #acd4df;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.press_body h1 {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 1.5em;
	color: #60abc0;
}

.press_body hr {
	color: #39A1B2;

}

.news_sidebar {
	background-color: #ffffff;
	width: 275px;
	margin: 0 auto 0px auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding: 10px 10px;
	border: 2px solid #acd4df;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}

.news_sidebar_article {
	background-color: #e5f0f4;
	margin: 0 auto 0px;
	margin-bottom: 20px;
	padding: 10px;
}

.news_sidebar_article a {
	font-family: Arial,Trebuchet MS,sans-serif;
	color: #224499;
	font-weight: bold;
}


.news_sidebar p {
	margin-bottom: 3px;

}

.news_archive {
	background-color: #ffffff;
	width: 600px;
	margin: 0 auto 0px auto;
	padding: 10px 10px;
	border: 2px solid #acd4df;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
.show_star_percentage { 
		cursor: pointer;
		width: 50px;
		border: solid 1px;
		margin: auto;
		height: 25px;
}
.percentage_hide_div { 

	
}

.show_star_percentage_back { 

}

.news_archive .head{
	background-color: #d8e9f0;
	color: #163697;
	font-size: 1.1em;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.news_archive h1 {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 1.5em;
	color: #60abc0;
}

.news_archive hr {
	color: #39A1B2;

}

.news_archive p {
	margin-bottom: 3px;

}
/*
Find Quality Care Revisions 
*/

.standard_ul { 
	list-style-type: disc;
	padding-left: 20px;
}
.standard_ul li{ 
	margin-left: 10px;
}
.large_black_bold { 
	font-size: 14px;
	font-weight: bold;
}
.top_green_bar { 
	color: #FFF;
	font-weight: bold;	
	padding: 10px;
	background: #3c9c3d;
	font-size: 18px;
	margin-bottom: 20px;
}
.italic { 
	font-style: italic;
}
.table_container { 
	border: solid 1px #c8dcf3;
	padding: 20px;
}
.halftab { 
	
	margin:0px;
	padding:0px;
	text-align: center;
	vertical-align: bottom;
	/*border-bottom: solid #3f66b3 1px;*/
	
	margin-bottom: 0px !important;

}
.tab_table { 
	border-width: 0px;
	border-style: none;
	border-spacing: 0px;
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: solid #3f66b3 1px;
	
}
.tab_table td{
	margin:0px;
	padding:0px;
}
.tab_table td a { 
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.tab_table td a img{ 
	margin: 0px;
	padding: 0px;
	
}
.off { 
	opacity:0.5;
	filter:alpha(opacity=50);
}

.active { 
	opacity:1.0;
	filter:alpha(opacity=100);
}
.basic_fqc_button { 
	background: url('../assets/rounded_button_bg.jpg') no-repeat;
	width: 274px;
	height: 62px;
}
.b_fqc_button_inset { 
	padding: 10px;
	border: solid 0px;
	color: #00339A;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
	text-align: center;
	padding-top: 18px;
}
.b_fqc_button_inset a{ 
	font-size: 20px;
	font-style: italic;
	
}
.b_fqc_button_inset a{ 
	text-decoration: none !important;

}
.top_tabs { 
	text-align: right;
	margin-left: 700px;
	

}
.fqc_tab { 
	width: 112px;
	height: 43px;
	background: url('../assets/fqc/tab_bg_off.jpg');
	float: left;
	text-align: center;
	color: #FFF;
	
}
.bold { 
	font-weight: bold;
}
.fqc_inset { 
	margin-top: 12px;
	line-height: 14px;
	font-weight: bold;
	
}
.fqc_tab_on { 
	width: 112px;
	height: 43px;
	background: url('../assets/fqc/tab_bg_on.jpg');
	float: left;
	color: #224499;
	text-align: center;
}
#qr_tab { 
	
}
#dr_tab { 

}
.report_legend { 
	
	padding: 20px;
	width: 650px !important;

	
}
.report_legend_cont { 
	border: solid 1px #D8E9F0; 
	padding: 10px;
	
	margin-bottom: 10px;

}
.content_reveal p { 
	
	display: block;
	margin-left: 10px;
}
.question_button { 
	margin-bottom: -4px;
	
}
.qtip-content ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 10px; 

}
.qtip-content ul li {
	margin-left: 10px;
}
.qtip-content p { 
	margin-bottom: 10px;
}
.more_about_reports { 

	font-style: italic;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}