/* 
Title:     Healthland Main Site
Author:    (r) This site runs like Clockwork (http://www.clockwork.net/).
Updated:   August 6th 2008 revans
*/

img, div { behavior: url(/amm/themes/shared/css/iepngfix.htc) }

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	border: 0;
	margin: 0; 
	padding: 0; 
}

body {
	background: #fff url(../images/section_green_bg.jpg) repeat-x;
}

/* ---- Background colors and Images for all sections ---- */

/* ---- Section BGs ----- */

body#solutions {
	background: #fff url(../images/section_red_bg.jpg) repeat-x;
}
body#about_us {
	background: #fff url(../images/section_blue_bg.jpg) repeat-x;
}
body#services {
	background: #fff url(../images/section_orange_bg.jpg) repeat-x;
}
body#news__events {
	background: #fff url(../images/section_orange_bg.jpg) repeat-x;
}
body#critical_access_hospitals {
	background: #fff url(../images/section_red_bg.jpg) repeat-x;
}

/* ---- Section Background Images ---- */

body#about_us #middle_section {
	background: url(../images/section_blue_middle_bg.jpg) no-repeat;
}
body#solutions #middle_section {
	background: url(../images/section_red_middle_bg.jpg) no-repeat;
}
body#services #middle_section {
	background: url(../images/section_orange_middle_bg.jpg) no-repeat;
}
body#news__events #middle_section {
	background: url(../images/section_orange_middle_bg.jpg) no-repeat;
}
body#critical_access_hospitals #middle_section {
	background: url(../images/section_red_middle_bg.jpg) no-repeat;
}

/* ---- Internal Section BGs ---- */

body#internal {
	background: #fff url(../images/green_bg.jpg) repeat-x;
}
/* added by Hugh 5/22/09 */
body#internal_orange {
	background: #fff url(../images/red_bg.jpg) repeat-x;
}
/*----------------------------*/
body#internal.about_us {
	background: #fff url(../images/blue_bg.jpg) repeat-x;
}

/* ---- Internal Section BG Images ---- */

body.about_us #internal_content_wrapper {
	background: url(../images/blue_middle_bg.jpg) no-repeat;
}
body.about_us #internal_content_wrapper {
	background: url(../images/blue_middle_bg.jpg) no-repeat;
}
body.services #internal_content_wrapper {
	background: url(../images/orange_middle_bg.jpg) no-repeat;
}
body.solutions #internal_content_wrapper {
	background: url(../images/red_middle_bg.jpg) no-repeat;
}
body.resources #internal_content_wrapper, body.insight #internal_content_wrapper {
	background: url(../images/green_middle_bg.jpg) no-repeat;
}
body.news__events #internal_content_wrapper {
	background: url(../images/orange_middle_bg.jpg) no-repeat;
}
body.contact_us #internal_content_wrapper {
	background: url(../images/green_middle_bg.jpg) no-repeat;
}
body.insight #internal_content_wrapper {
	background: url(../images/green_middle_bg.jpg) no-repeat;
}
body.privacy_policy #internal_content_wrapper {
	background: url(../images/green_middle_bg.jpg) no-repeat;
}
/* added by Hugh 5/22/09 */
body#internal_orange #internal_content_wrapper {
	background: url(../images/red_middle_bg.jpg) no-repeat;
}
/*----------------------------*/

/* ---- End Background colors and Images for all sections ---- */
body#internal.services {
	background: #fff url(../images/orange_bg.jpg) repeat-x;
}
body#internal.solutions {
	background: #fff url(../images/red_bg.jpg) repeat-x;
}
body#internal.resources {
	background: #fff url(../images/green_bg.jpg) repeat-x;
}
body#internal.news__events {
	background: #fff url(../images/orange_bg.jpg) repeat-x;
}
body#internal.contact_us {
	background: #fff url(../images/green_bg.jpg) repeat-x;
}
body#internal.insight {
	background: #fff url(../images/green_bg.jpg) repeat-x;
}
body#internal.privacy_policy {
	background: #fff url(../images/green_bg.jpg) repeat-x;
}
/* added by Hugh 5/22/09 */
body#internal_orange {
	background: #fff url(../images/red_bg.jpg) repeat-x;
}
/*----------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 902px;
	position: relative;
}

ul {
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;
	margin: 5px 0 5px 20px;
	padding: 0;
}

ul li {
	font: normal 12px  Arial, Verdana, Helvetica, sans;
	margin: 0;
	padding: .5em 0;
}

ol {
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;
	margin: 5px 0 5px 40px;
	padding: 0;
}

ol li {
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;
	margin: 0;
	padding: .5em 0;
}

/* ---- Start Header Styles ---- */

#header_wrapper {
	height: 116px;
	margin: 0;
	padding: 0;
	width: 902px;
}

#logo, #nav_wrapper {
	float: left;
}
#logo {
	height: 91px;
	margin: 0;
	padding: 25px 0 0 0;
	width: 277px;
}
#nav_wrapper {
	height: 116px;
	margin: 0;
	padding: 0;
	width: 560px;
}
#utility_nav {
	background: #fff url(../images/utility_bg.gif) top right no-repeat;
	height: 45px;
	margin: 0;
	padding: 0 23px 0 0;
	text-align: right;
	width: 537px;
}
#utility_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#utility_nav ul li {
	color: #fff;
	float: left;
	font: bold 10px Arial, Helvetica, Verdana, sans;
	margin: 0;
	padding: 0 6px;
	text-decoration: none;
}
#utility_nav ul li.last {
	padding-right: 0;
}
#utility_nav ul li a {
	color: #9a9999;
	float: left;
	font: bold 10px Arial, Helvetica, Verdana, sans;
	margin: 0;
	padding: 0;
	text-decoration: none;

}
#utility_nav ul li a:hover {
	color: #b8b8b8;
	float: left;
	font: bold 10px Arial, Helvetica, Verdana, sans;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#utility_links {
	float: right;
	padding: 8px 26px 0 0;
}
#form {
	float: right;
	padding: 3px 0 0 0;
}
#search_box {
	border: 1px solid #d6d6d6;
	background-color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	width: 109px;
}
#go_button {
	float: left;
	padding: 0 0 0 3px;
	margin: 0;
}
/* ---- End Header Styles --- */

/* ---- Start Main Nav ---- */

/* ---- IE has additional style sheets with nav info ---- */
#main_nav {
	margin: 0;
	padding: 12px 0 0 69px;
	width: 491px;
	height: 55px;
	text-align: right;
}
#main_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#main_nav ul li a {
	margin: 0 6px;
	padding: 0 6px;
	color: #292929;
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans;
}
#main_nav ul li a:hover {
	margin: 0 6px;
	padding: 0 6px;
	border-bottom: 3px solid #808080;
	color: #808080;
	font: normal 13px Arial, Helvetica, Verdana, sans;
}
#main_nav ul li.current a {
	color: #b46000;
	border-bottom: 3px solid #e89c14;
	margin: 0 6px;
	padding: 0 6px;
}
#main_nav ul li.current a:hover {
	border-bottom: 3px solid #808080;
	color: #808080;
	margin: 0 6px;
	padding: 0 6px;
}
#main_nav ul li.parent a {
	color: #b46000;
	border-bottom: 3px solid #b46000;
	margin: 0 6px;
	padding: 0 6px;
}
#main_nav ul li.parent a:hover {
	border-bottom: 3px solid #808080;
	color: #808080;
	margin: 0 6px;
	padding: 0 6px;
}


/* ---- End Main Nav --- */

/* ---- Start Content Area 1 and 2 --- */

#middle_section {
	height: 293px;
	width: 902px;
	padding: 0;
	margin: 1px 0 0 1px;
	background: url(../images/section_green_middle_bg.jpg) no-repeat;
}
#middle_left {
	float: left;
}
#middle_left {
	width: 224px;
	margin: 0;
	padding: 69px 36px 0 16px;
}
#middle_right {
	width: 560px;
	margin: 0 66px 0 0;
	padding: 37px 0 0 0;
	float: right;
}

/* ---- End Content Area 1 and 2 --- */


/* ---- Start Content Area 3, 4, 5 and 6 --- */

#content_wrapper {
	width: 902px;
	margin: 0;
	padding: 0 0 40px 0;
}
#content_wrapper p {
	font-size: 14px;
}
#internal_content_wrapper {
	width: 902px;
	margin: 0;
	padding: 0 0 30px 0;
	background: url(../images/green_middle_bg.jpg) no-repeat;
}

#left_side_content, #right_side_content_wrapper, #internal_left_side_content, #internal_right_side_content, #section_right_side_content_wrapper, #section_left_side_content  {
	float: left;
}
#left_side_content {
	width: 217px;
	margin: 0;
	padding: 30px 40px 0 20px;
}
#left_side_content h3 {
	color: #d65300;
	font: normal 14px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0 0 20px 0;
}
#left_side_content h4 {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0;
}
#left_side_content h5 {
	color: #7b7b7b;
	font: italic 11px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0;
}
#left_side_content p {
	color: #010101;
	font: normal 11px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: .5em 0;
}
#left_side_content hr {
	color: #ccc;
	margin: .75em 0;
    padding: 0;
    background-color: #ccc;
}
#section_left_side_content {
	width: 218px;
	margin: 0;
	padding: 30px 39px 0 20px;
}
#section_right_side_content_wrapper {
	width: 560px;
	margin: 0 65px 0 0;
	padding: 30px 0 0 0;
	background-color: #fff;
	float: right;
	background: #fff url(../images/content_bg.gif) no-repeat top left;
}
#section_right_side_content_wrapper #right_side_content {
	width: 510px;
	margin: 0 0 0 30px;
	padding: 0 0 20px 0;
	background-color: #fff;
	border: none;
	
}
#left_side_content a:link, #left_side_content a:visited {
	color: #d65300;
	font: normal 11px  Arial, Verdana, Helvetica, sans;
	text-decoration: underline;
}                
#left_side_content a:hover, #left_side_content a:active {
	color: #ff6a0b;
	font: normal 11px  Arial, Verdana, Helvetica, sans;
	text-decoration: underline;
}

/* ---- Right Content Areas ---- */

#right_side_content_wrapper {
	width: 560px;
	margin: 0;
	padding: 30px 0 0 0;
	background-color: #fff;
	background: #fff url(../images/content_bg.gif) no-repeat top left;
}
#right_side_content {
	width: 490px;
	margin: 0 40px 0 30px;
	padding: 0 0 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#right_side_content p {
	font-size: 12px;
}
#right_side_content_bottom {
	width: 490px;
	margin: 0 40px 0 30px;
	padding: 20px 0 20px 0;
	background-color: #fff;
}
#right_side_content_bottom h3 {
	color: #2f2f2f;
	font: normal 14px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0 0 0 0;
}
#right_side_content_bottom p {
	color: #5e5e5e;
	font: normal 12px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: .5em 0;
}
#right_side_content_bottom a:link, #right_side_content_bottom a:visited {
	color: #d65300;
	font: normal 12px  Arial, Verdana, Helvetica, sans;
	text-decoration: underline;
}                
#right_side_content_bottom a:hover, #right_side_content_bottom a:active {
	color: #ff6a0b;
	font: normal 12px  Arial, Verdana, Helvetica, sans;
	text-decoration: underline;
}
#callout {
	background: url("../images/bg_callout_bottom.gif") bottom left no-repeat;
	padding: 0 15px 23px 15px;
}
	#callout .richtext {
		background: url("../images/bg_callout_top.gif") top left no-repeat;
		padding: 23px 0 0 0;
	}
	#right_side_bottom #callout a:link {
		color: #c55202;
	} 
	#right_side_bottom #callout a:hover {
		color: #ff6900;
	}
#bottom_left, #bottom_right {
	float: left;
	width: 242px;
}
#bottom_left {
	width: 227px;
	padding: 0 15px 0 0;
}
#bottom_right {
	width: 242px;
}
#right_side {
	float: right;
	width: 160px;
	margin: 10px 10px 10px 20px;

}
.no_quick #right_side {
	display: none;

}
#right_side_top {
	width: 134px;
	background: #79cfa1 url(../images/quote_bg.gif) no-repeat top center;
	padding: 13px;
}
#right_side_top blockquote {
	color: #fff;
	font: italic 13px Georgia, Times, serif-sans;
	padding: 0 0 13px 0;
	margin: 0;
	line-height: 20px;
}
#right_side_top .blockquote cite {
	color: #666666;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	padding: 0;
	margin: 0;
}
#right_side_bottom {
	width: 160px;
	padding: 20px 0 0 0;
}
#right_side_bottom h2 {
	color: #000;
	font: normal 14px Arial, Verdana, Helvetica, sans;
	padding: 0;
	margin: 0;
}
#right_side_bottom p {
	color: #5e5e5e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	padding: .25em 0;
	margin: 0;
	line-height: 18px;
}
#right_side_bottom a {
	color: #149678;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 18px;
}

/* ---- Internal Content Areas ---- */

#internal_left_side_content {
	width: 217px;
	margin: 0 0 0 0;
	padding: 30px 39px 0 20px;
}
#page_title_area {
	width: 217px;
	margin:  0;
	padding: 30px 40px 0 20px;
}
#side_nav_internal {
	width: 217px;
	margin: 55px 0 0 0;
	padding: 0 40px 0 20px;
}
#internal_right_side_content {
	width: 491px;
	margin: 60px 0 0 0;
	padding: 9px 39px 20px 30px;
	background-color: #fff;
	min-height: 550px;
}
#internal_right_side_content p {
	font-size: 12px;
}
#section_left_side_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
}
#section_left_side_content ul li {
	width: 217px;
	list-style: none;
	background:transparent url(../images/sub_nav_arrow.gif) 0 11px no-repeat;
	color: #357c6c;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
#section_left_side_content ul li a {
	color: #357c6c;
	margin: 0;
	padding: .7em 0;
	display: block;
	text-decoration: none;
	font: bold 12px Arial, Verdana, Helvetica, sans;
	margin: 0 0 0 16px;
}
#section_left_side_content ul li a:hover, #section_left_side_content ul li.parent a {
	color: #63cca3;
	margin: 0;
	padding: .7em 0;
	display: block;
	text-decoration: none;
	font: bold 12px Arial, Verdana, Helvetica, sans;
	margin: 0 0 0 16px;
}
#section_left_side_content ul li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	border-top: none;
}
#section_left_side_content ul li ul li {
	width: 182px;
	list-style: none;
	background: none;
	color: #357c6c;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#section_left_side_content ul li ul li a {
	color: #357c6c;
	margin: 0;
	font: normal 12px Arial, Verdana, Helvetica, sans;
	padding: .7em 0;
	display: block;
	text-decoration: none;
	margin: 0 0 0 12px;
}
#section_left_side_content ul li ul li a:hover, #section_left_side_content ul li ul li.current a, #section_left_side_content ul li ul li.parent a {
	color: #357c6c;
	margin: 0;
	font: normal 12px Arial, Verdana, Helvetica, sans;
	padding: .7em 0;
	display: block;
	text-decoration: none;
	margin: 0 0 0 12px;
}

#internal_left_side_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
}
#internal_left_side_content ul li {
	width: 213px;
	list-style: none;
	background:transparent url(../images/sub_nav_arrow.gif) 0 12px no-repeat;
	font: bold 12px Arial, Verdana, Helvetica, sans;
	color: #357c6c;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
#internal_left_side_content ul li a {
	color: #357c6c;
	margin: 0;
	padding: .7em 0;
	display: block;
	text-decoration: none;
	margin: 0 0 0 12px;
	font: bold 12px Arial, Verdana, Helvetica, sans;
}
#internal_left_side_content ul li a:hover, #internal_left_side_content ul li.parent a, #internal_left_side_content ul li.current a {
	color: #63cca3;
	margin: 0;
	padding: .7em 0;
	display: block;
	text-decoration: none;
	margin: 0 0 0 12px;
	font: bold 12px Arial, Verdana, Helvetica, sans;
}
#internal_left_side_content ul li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	border-top: none;
}
#internal_left_side_content ul li ul li {
	width: 182px;
	list-style: none;
	background: none;
	font: bold 12px Arial, Verdana, Helvetica, sans;
	color: #357c6c;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#internal_left_side_content ul li ul li a, #internal_left_side_content ul li.current ul li a, #internal_left_side_content ul li.parent ul li a {
	color: #357c6c;
	margin: 0;
	padding: .7em 0 .7em 10px;
	display: block;
	text-decoration: none;
	background: url(../images/sub_nav_bg.gif) 0 11px no-repeat;
	font: normal 12px Arial, Verdana, Helvetica, sans;
	margin: 0 0 0 12px;
}
#internal_left_side_content ul li ul li a:hover, #internal_left_side_content ul li ul li.current a, #internal_left_side_content ul li ul li.parent a {
	color: #E39217;
	margin: 0;
	padding: .7em 0 .7em 10px;
	display: block;
	text-decoration: none;
	background: url(../images/sub_nav_over_bg.gif) 0 11px no-repeat;
	font: normal 12px Arial, Verdana, Helvetica, sans;
	margin: 0 0 0 12px;
}

/* ---- Start Footer Styles ---- */

#footer_wrapper {
	width: 100%;
	background: url(../images/footer_bg.gif) repeat-x;
	height: 166px;
}
#footer_content {
	width: 902px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#footer_left {
	padding: 0 0 0 20px;
	margin: 0;
	width: 480px;
	float: left;
}
#footer_left p {
	color: #4e4e4e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 18px;
	clear: both;
}
#footer_left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer_left ul li {
	padding: 0 2px;
	margin: 0;
	color: #a6660e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	list-style: none;
	float: left;
}
#footer_left ul li a {
	color: #a6660e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	margin: 0;
	padding: 0;
}
#footer_left p a:link, #footer_left p a:visited {
	color: #4e4e4e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
}                
#footer_left p a:hover, #footer_left p a:active {
	color: #4e4e4e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
}
#footer_right {
	padding: 0 54px 0 0;
	margin: 0;
	width: 150px;
	float: right;
}
#footer_right p {
	color: #4e4e4e;
	font: normal 11px Arial, Verdana, Helvetica, sans;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 18px;
}

/* ---- General Styles ---- */

p, td, th {
	color: #6a6a6a;
	font: normal 14px  Arial, Verdana, Helvetica, sans;
	margin: 0;
	padding: .5em 0 .5em 0;
	line-height: 19px;
}
td, th {
   font-size: 12px;
   padding: 3px;
}
th {
   font-weight: bold;
}

/* GOstream table stuff */
.gostream th {
   color: white;
   background-color: #92d14f;
   padding: 3px 5px 1em 5px;
   font-size: 11px;
}

.gostream td {
   padding: 5px;
   padding-bottom: 1em;
}

.gostream td,
.gostream td a {
   color: black;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

.gostream td.odd {
   background-color: #DDEECE;
}

.gostream td.even {
   background-color: #EDF7EC;
}

.textbold, .text {
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;
}
.hint_text {
	margin: 5px 0 0 0;
}
a:link, a:visited {
	color: #d28027;
	font: normal 12px  Arial, "Verdana", Helvetica, sans;
	text-decoration: underline;
}                
a:hover, a:active {
	color: #fd9019;
	font: normal 12px  Arial, "Verdana", Helvetica, sans;
	text-decoration: underline;
}

blockquote { 
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;;
	line-height: 18px;
}      
.message {     
	color: #b91418;    
	font-weight: normal;
}
.errortext, .message, body ul.message,
body ul li.message, body ul.message li,
#mainbody li.message, #maincopy li.message {
	color: red;

}

.orange_text {
	color: #FD9019;
}

h1, .hd1 {
	color: #ffffff;
	font: normal 26px Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}
h2, .hd2 {
	color: #d28700;
	font: normal 20px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0;
}

h3, .hd3 {
    color: #2f2f2f;
    font: normal 16px Arial, Helvetica, sans-serif;  
    margin: 0;
    padding: 0;    
}

h4, .hd4 {
    color: #000000;
    font: normal 12px Arial, Helvetica, sans-serif;      
	margin: 0;
    padding: 0;
}

h5, .hd5 {
    color: #7b7b7b;
    font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
}
 
h6, .hd6 {
	color: #7b7b7b;
    font: bold 12px Arial, Helvetica, sans-serif;     
	margin: 0;
    padding: 0;
}

a.clockwork:link {
	color: #4e4e4e;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.clockwork:visited {
	color: #4e4e4e;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.clockwork:hover {
	color: #FFCC00;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a.clockwork:active {
	color: #FFCC00;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.clear { 
	clear: both; 
}   

/* ---- End General Styles ---- */

/* ---- Start HTDig Styles ---- */

#search form {
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;;
	line-height: 18px;
}
#search .text {
	color: #6a6a6a;
	font: normal 12px  Arial, Verdana, Helvetica, sans;;
	line-height: 18px;
}
#search dd {
	margin: 0;
	padding: .5em 0;
	
}

/* ---- End HTDig Styles ---- */


/* ---- Sifr ----

#page_title_area .sIFR-hasFlash h1 {
  font-size: 18px;
  line-height: 35px;
}

.sIFR-hasFlash h1 {
  font-size: 28px;
  line-height: 35px;
}
.sIFR-alternate {
	 text-indent: -1000px;
	 visibility: hidden;
}
.sIFR-alternate h1.sIFR-replaced {
text-indent: -1000px;
	 visibility: hidden;
}

.sIFR-hasFlash h2 {
  font-size: 20px;
  height: 26px;
}
.sIFR-alternate {
	 text-indent: -1000px;
	 visibility: hidden;
}
.sIFR-alternate h2.sIFR-replaced {
	text-indent: -1000px;
	 visibility: hidden;
}

.richtext h2 {
	height:auto;
}

 */
 
 /* Touch-up Styles RT#11171 */

div.image_component.left {
	float:left;
	margin:0 10px 5px 0;
}

/* Overrides for Persona Template */
body.persona {
	background: url(../images/persona_bg.gif) repeat-x 0 0;
}

body.persona #middle_section {
	height: 148px;
	background: url(../images/persona_middle_bg.png) no-repeat 0 0;
}

body.persona #bullet_content {
	width: 430px;
	border-top: 1px solid #ccc;
	margin: 2em 0 0;
	padding: 1em 0 0;
}

body.persona #section_left_side_content {
	position: absolute;
	top: 165px;
	left: 0;
	font-size: 11px;
	float: none;
}

body.persona #section_left_side_content h1,
body.persona #section_left_side_content h2,
body.persona #section_left_side_content h3,
body.persona #section_left_side_content h4,
body.persona #section_left_side_content h5,
body.persona #section_left_side_content h6 {
	font-size: 13px;
	color: #c60;
	padding: 0 0 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

body.persona #section_left_side_content hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

body.persona #section_left_side_content p {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	color: #333;
}

body.persona #section_left_side_content a {
	font-size: 10px;
	font-family: Verdana, san-serif;
	line-height: 15px;
}

body.persona #featured_persona_content {
	width: 215px;
	background: url(../images/feature_box.gif) 0 0 no-repeat;
	padding: 12px;
	font-size: 11px;
	min-height: 100px;
}

body.persona #featured_persona_content_bot {
	width: 239px;
	height: 8px;
	background: url(../images/feature_box_bot.gif) bottom left no-repeat;
	display: block;
	margin: 0 0 40px;
}

body.persona #section_left_side_content #featured_persona_content h1,
body.persona #section_left_side_content #featured_persona_content h2,
body.persona #section_left_side_content #featured_persona_content h3 {
	font-size: 15px;
	color: #690;
	font-family: Arial, sans-serif;
	padding: 0 0 0 16px;
	background: url(../images/feature_arrow.gif) 0 4px no-repeat;
	margin-bottom: 8px;
	border: 0;
}

body.persona #bullet_content img {
	float: left;
	margin-right: 35px;
}

body.persona #bullet_content p {
	margin-left: 76px;
}

body.persona #bullet_content h1,
body.persona #bullet_content h2,
body.persona #bullet_content h3,
body.persona #bullet_content h4,
body.persona #bullet_content h5,
body.persona #bullet_content h6 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0.25em 76px;
	line-height: 18px;
}

body.persona #bullet_content p {
	font-size: 12px;
	line-height: 18px;
}
body.persona #section_left_side_content h3 {
	color: #d65300;
	font: normal 14px Arial, Helvetica, sans-serif; 
	margin: 0;
    border: 0;
   
}
body.persona #section_left_side_content h4 {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0;
    border: 0;
}
body.persona #section_left_side_content h5 {
	color: #7b7b7b;
	font: italic 11px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: 0;
    border: 0;
}
body.persona #section_left_side_content p {
	color: #010101;
	font: normal 11px Arial, Helvetica, sans-serif; 
	margin: 0;
    padding: .5em 0;
}
body.persona #section_left_side_content hr {
	color: #ccc;
	margin: .75em 0;
    padding: 0;
    background-color: #ccc;
}
#featured_persona_bottom {
	padding: 0 0 0 12px;
}

body.persona div#right_side_content_bottom {
	clear: both;
}