body, html
{	
	background-color:#fff;
	height: 100%;
	font-family: arial, sans-serif, verdana;
}

a:hover
{
	text-decoration: underline;
	color:#252525;
	cursor: pointer;
}

.primary_link
{
	color:#4F4F4F;
}


.primary_link:hover
{
	text-decoration: underline;
	color:#252525;
	cursor: pointer;	
}

.about_body_link
{
	color:#626262;
	cursor: pointer;
	text-decoration: underline;
}

.about_body_link:visited
{
	text-decoration: underline;
}

.page_container#page_container
{
	margin:0 auto;
	width:984px;
}

.bold_on
{
	font-weight: bold;
}

.bold_off
{
	font-weight: normal;
}

.italic_on
{
	font-style:italic;
}

.italic_off
{
	font-style:normal;
}

.blue
{
	color:#0374c4;	
}

/******************* NEW BUTTONS *******************/

#btnHead 				{ position:absolute; top:10px; left:40px; overflow:hidden; height:40px; margin:0 0 0 0; padding:10px 0 15px 15px; width:auto; text-align: left; font-weight:bold; color:#4f4f4f; }
#newBtnWrap 			{ position:absolute; top:50px; left:40px; width:300px; height:auto; }
#newBtnWrap li a 		{ font-size:0.9em; color:#4f4f4f; text-decoration:none; display:block; width:275px; height:35px; text-align:right; padding:25px 25px 0 0; }
li#onlineBtn 			{ position:relative; margin:0 0 4px 0; }
li#onlineBtn a 			{ display:block; background:url(../images/buttons/online-icon.jpg) left no-repeat #FFF;  }
li#onlineBtn a:hover 	{ background:url(../images/buttons/online-iconOvr.jpg) left no-repeat #FFF; }

li#questionBtn 			{ position:relative; margin:0 0 4px 0; }
li#questionBtn a 		{ display:block; background:url(../images/buttons/question-icon.jpg) left no-repeat #FFF; }
li#questionBtn a:hover 	{ background:url(../images/buttons/question-iconOvr.jpg) left no-repeat #FFF; }

li#chatBtn 				{ position:relative; margin:0 0 4px 0; }
li#chatBtn a 			{ display:block; background:url(../images/buttons/chat-icon.jpg) left no-repeat #FFF; }
li#chatBtn a:hover 		{ background:url(../images/buttons/chat-iconOvr.jpg) left no-repeat #FFF; }

li#orSimply				{ position:relative; margin:6px 15px 7px 15px; text-align:left; }
li#orSimply p			{ font-weight:bold; color:#4f4f4f; }

li#phoneBtn 			{ position:relative; margin:0 0 0 0; }
li#phoneBtn a 			{ display:block; background:url(../images/buttons/phone-icon.jpg) left no-repeat #FFF; }
li#phoneBtn a:hover 	{ background:url(../images/buttons/phone-iconOvr.jpg) left no-repeat #FFF; }

ul.btnPopup 			{ list-style: none; position: absolute; left: 310px; top: 0; background: #FFF; margin: 0; padding: 19px; display: none; width: 540px; border:3px solid #DDD; -moz-border-radius: 5px;	border-radius: 5px;	z-index:99999; 	-webkit-box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8); -moz-box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8); box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8);	}
ul.btnPopup li 			{ width:auto; font-size:1em; color:#4f4f4f;}

#newBtnWrap2 			{ position:relative; margin:20px 0 0 40px; z-index:2000; }
#newBtnWrap2 li a 		{ font-size:1.2em; color:#4f4f4f; text-decoration:none; display:block; width:236px; height:40px; text-align:center; margin:0 20px 0 0; padding:20px 0 0 50px; }
#newBtnWrap2 li 		{ float:left; }
li#onlineBtn2 			{ position:relative; margin:0 0 4px 0; }
li#onlineBtn2 a 		{ display:block; background:url(../images/buttons/online-icon2.jpg) left no-repeat #FFF;  }
li#onlineBtn2 a:hover 	{ background:url(../images/buttons/online-iconOvr2.jpg) left no-repeat #FFF; }

li#questionBtn2 		{ position:relative; margin:0 0 4px 0; }
li#questionBtn2 a 		{ display:block; background:url(../images/buttons/question-icon2.jpg) left no-repeat #FFF; }
li#questionBtn2 a:hover { background:url(../images/buttons/question-iconOvr2.jpg) left no-repeat #FFF; }

li#chatBtn2 			{ position:relative; margin:0 0 4px 0; }
li#chatBtn2 a 			{ display:block; background:url(../images/buttons/chat-icon2.jpg) left no-repeat #FFF; }
li#chatBtn2 a:hover 	{ background:url(../images/buttons/chat-iconOvr2.jpg) left no-repeat #FFF; }

ul.btnPopup2 			{ list-style: none; position: absolute; left: 50px; top: 62px; background: #FFF; margin: 0; padding: 15px; display: none; width: 200px; border:3px solid #DDD; -moz-border-radius: 5px;	border-radius: 5px;	z-index:99999; 	-webkit-box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8); -moz-box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8); box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8);	}
ul.btnPopup2 li 		{ width:auto; font-size:1.1em; color:#4f4f4f; }

#newBtnWrap3 			{ position:absolute; top:55px; right:60px; z-index:9999; width:180px; margin:20px 0 0 0; }
#newBtnWrap3 li a 		{ font-size:0.9em; color:#4f4f4f; text-decoration:none; display:block; width:180px; height:35px; text-align:center; margin:0 20px 0 0; padding:25px 0 0 50px; }
#newBtnWrap3 li 		{ float:left; list-style:none; }
li#onlineBtn3 			{ position:relative; margin:0 0 4px 0; }
li#onlineBtn3 a 		{ display:block; background:url(../images/buttons/online-icon2.jpg) left no-repeat #FFF;  }
li#onlineBtn3 a:hover 	{ background:url(../images/buttons/online-iconOvr2.jpg) left no-repeat #FFF; }

li#questionBtn3 		{ position:relative; margin:0 0 4px 0; }
li#questionBtn3 a 		{ display:block; background:url(../images/buttons/question-icon2.jpg) left no-repeat #FFF; }
li#questionBtn3 a:hover { background:url(../images/buttons/question-iconOvr2.jpg) left no-repeat #FFF; }

li#chatBtn3 			{ position:relative; margin:0 0 4px 0; }
li#chatBtn3 a 			{ display:block; background:url(../images/buttons/chat-icon2.jpg) left no-repeat #FFF; }
li#chatBtn3 a:hover 	{ background:url(../images/buttons/chat-iconOvr2.jpg) left no-repeat #FFF; }

li#phoneBtn3 			{ position:relative; margin:0 0 0 0; }
li#phoneBtn3 a 			{ display:block; padding:15px 0 0 50px; width:180px; height:45px; background:url(../images/buttons/phone-icon.jpg) left no-repeat #FFF; }
li#phoneBtn3 a:hover 	{ background:url(../images/buttons/phone-iconOvr.jpg) left no-repeat #FFF; }

ul.btnPopup3 			{ list-style: none; position: absolute; right: 240px; top: 0px; background: #FFF; margin: 0; padding: 15px; display: none; width: 280px; border:3px solid #DDD; -moz-border-radius: 5px;	border-radius: 5px;	z-index:99999; 	-webkit-box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8); -moz-box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8); box-shadow: 1px 1px 7px rgba(102, 102, 102, 0.8);	}
ul.btnPopup3 li 		{ width:auto; font-size:1em; color:#4f4f4f; }

li#phoneBtn a span, li#phoneBtn3 a span				{ font-weight:bold; }

/******************* STRATEGY ADDITIONAL CSS *******************/

.logoLink a {
	position:absolute;
	top:10px;
	left:auto;
	display:block;
	cursor:pointer;
	width:500px;
	height:100px;
	background:transparent;
	z-index:9999;
	}
#social-media-wrap {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0 0 0;
	z-index:9999;
	}
.twitterBox {
	float:left;
	width:25px;
	height:25px;
	margin:0 8px 0 0;
	background: url(../images/twitterOvr.jpg) no-repeat;
	}
.twitterBox a {
	display:block;
	width:25px;
	height:25px;
	background: url(../images/twitter.jpg) no-repeat;
	}
.twitterBox a:hover {
	background: url(../images/twitterOvr.jpg) no-repeat;
	}
.linkedinBox {
	float:left;
	width:25px;
	height:25px;
	margin:0 8px 0 0;
	background: url(../images/linkedinOvr.jpg) no-repeat;
	
	}
.linkedinBox a {
	display:block;
	width:25px;
	height:25px;
	background: url(../images/linkedin.jpg) no-repeat;
	}
.linkedinBox a:hover {
	background: url(../images/linkedinOvr.jpg) no-repeat;
	}
.facebookBox {
	float:left;
	width:25px;
	height:25px;
	margin:0 8px 0 0;
		background: url(../images/facebookOvr.jpg) no-repeat;
	
	}
.facebookBox a {
	display:block;
	width:25px;
	height:25px;
	background: url(../images/facebook.jpg) no-repeat;
	}
.facebookBox a:hover {
	background: url(../images/facebookOvr.jpg) no-repeat;
	}
.youtubeBox {
	float:left;
	width:25px;
	height:25px;
	margin:0 8px 0 0;
		background: url(../images/ytOvr.jpg) no-repeat;
	
	}
.youtubeBox a {
	display:block;
	width:25px;
	height:25px;
	background: url(../images/yt.jpg) no-repeat;
	}
.youtubeBox a:hover {
	background: url(../images/ytOvr.jpg) no-repeat;
	}
.slideshareBox {
	float:left;
	width:25px;
	height:25px;
	margin:0 8px 0 0;
	}
.slideshareBox a {
	display:block;
	width:25px;
	height:25px;
	background: url(../images/slideshare.jpg) no-repeat;
	}
.slideshareBox a:hover {
	background: url(../images/slideshareOvr.jpg) no-repeat;
	}	
#social-mediaWrap {
	position:relative;
	overflow:hidden;
	width:900px;
	height:250px;
	margin:0 0 20px 49px;
	}
#twitterBox {
	float:left;
	position:relative;
	overflow:hidden;
	width:255px;
	height:230px;
	padding:15px;
	margin:0 12px 0 0;
	background:#FFF;
	border:1px solid #DDD;
	}
#twitterBox h1 {
	height:37px;
	text-indent:-9999em;
	background:url(../images/twitter.jpg) no-repeat;
	}
.shareBox {
	position:relative;
	float:left;
	margin: 0 0 0 0;
	padding:0 15px 0 0;
	width: 270px;
	height: 250px;
	z-index:500;	
	background:#FFF;
	border:1px solid #DDD;
	}
.shareBox p {
	margin: 0 0 0 15px;
	color:#666262;
	padding:0 15px 20px 0;
	font:normal 0.8em Arial, Helvetica, sans-serif;
	z-index:500;	
	}
#shareWidget {
	position:relative;
	overflow:hidden;
	width: 270px;
	height: 170px;
	margin:0 0 0 15px;
	}
#shareWidget a {
	float:left;
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#666262;
	font-size:0.8em;
	text-decoration:none;
	margin:0 14px 15px 0;
	}

.blogBox {
	position:relative;
	float:left;
	margin: 0 12px 0 0;
	padding:0 15px 0 0;
	width: 270px;
	height: 250px;
	z-index:500;	
	color:#666262;
	background:#FFF;
	border:1px solid #DDD;
	}
.blogBox h1#fact_heading .secondary_heading {
	color:#841536;
	}
.blog {
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	margin:0 0 10px 15px;
	}
.blog a {
	display:block;
	width:auto;
	height:auto;
	color:#666262;
	font:normal 0.8em Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}
.blog a:hover {
	color:#333;
	}
.tweet span {
	font:bold 0.6em Arial, Helvetica, sans-serif; color:#559b83;
	}
.blog span {
	font:bold 0.6em Arial, Helvetica, sans-serif; color:#841536;
	}
.tweet {
	position:relative;
	overflow:hidden;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	}
.tweet a {
	display:block;
	width:auto;
	height:auto;
	color:#666262;
	font:normal 0.8em Arial, Helvetica, sans-serif;
	text-decoration:undeline;
	}
.tweet a:hover {
	color:#333;
	}
.redLine {
	display:block;
	overflow:hidden;
	float:left;
	width:287px;
	height:3px;
	background:#841536;
	margin:0 12px 3px 0;
	}
.greenLine {
	display:block;
	overflow:hidden;
	float:left;
	width:287px;
	height:3px;
	background:#559b83;
	margin:0 12px 3px 0;
	}
#email-alerts {
	position:relative;
	float:right;
	}
#email-alerts a {
	background:#FFF;
	padding:5px;
	color:#000;
	font:bold 0.8em Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:-10px 0 0 20px;
	}	
#email-alerts a:hover {
	color:#333;
	}	
#signup fieldset {
	float:left;
	position:relative;
	width:85%;
	height:auto;
	background:#FFF;
	padding:40px 40px 40px 0;
	margin:20px 0 0 55px;
	background: url(../images/mailchimp.jpg) no-repeat left top #FFF;
	}
#signup fieldset legend {
	background:#FFF;
	margin-left:0;
	padding:20px 30px 5px 30px;
	font:bold 1em Arial, Helvetica, sans-serif;
	color:#0374c4;	
	}
#signup fieldset input {
	padding:6px;
	font:normal 1em "Courier New", Courier, monospace;
	}
#signup fieldset ol  {
	margin:0 0 0 240px;
	width:400px;
	}
#signup fieldset ol li  {
	margin:0 0 10px 0;
	}
#signup fieldset ol li#join  {
	position:relative;
	margin-left:275px;
	width:60px;
	height:26px;
	}
#signup fieldset ol li label {
	display:block;
	float:left;
	font:bold 0.8em Arial, Helvetica, sans-serif;
	color:#000;	
	width:130px;
	margin:5px 0 0 0;
	}
#no-spam {
	font:bold 0.8em Arial, Helvetica, sans-serif;
	color:#666;	
	margin:80px 0 0 240px;
	}
	
/******************* HEADER *******************/


.page_header#header
	{
	width: 984px;
	height: 134px;
	margin:0 auto;
	background: url(../images/header-background.gif) no-repeat 50% top;
	}

.columns_container#header_container_nav
	{
	display: inline;
	float:left;
	margin-top:100px;
	margin-left:540px;
}

.header_link_separator
{
	display: inline;
	color:#ccc;
	font-size: 13px;
	font-weight: bold;
	margin:0 5px;
}

/******************* Wrappers *******************/

.page_content#content
{
	float:left;
	width:984px;
	background: url(../images/content_background.gif) repeat-y 0 0;
}

.wrapper#content_wrapper_top
{
	height:330px;
	width:948px;
/*	margin-left:47px;*/
	/*float:left;*/	
	padding-left:47px;
	position:relative;
}

.wrapper_left#content_wrapper_top_left
{
	margin-right:19px; 
	margin-top:16px;
	width:299px;
}

.wrapper_right#content_wrapper_top_right
{
	height:300px;
	margin-top:16px;
	width:570px;
}

.wrapper#content_wrapper_middle
{
	float:left;	
}

.wrapper#content_wrapper_bottom
{
	height:185px;
	width:948px;
	margin-top:45px;
/*	margin-left:43px;*/
	float: left;
	padding-left:43px;
}

.wrapper_left#content_wrapper_bottom_left
{
	width:134px;
	margin-left:6px;
}

.wrapper_middle#content_wrapper_bottom_middle
{
	margin-left:14px;
	width:362px;
}

.wrapper_right#content_wrapper_bottom_right
{
	margin-left:14px;
	width:362px;
}

/**************** Containers *******************/

.container_line
{
	width:362px;
	margin-bottom: 3px;
}

.container_line#explore_container_line
{
	width:134px;
	border-top: 3px solid #559B83; 
	height:1px;

}

.container_line#scenario_container_line
{
	border-top: 3px solid #841536;
	height:1px;
}

.container_line#fact_container_line
{
	border-top: 3px solid #559B83; 
	height:1px;
}

.container_content
{
	background-color:#FFFFFF;
	border:1px solid #D5D5D5;
	height:140px;
	margin-top:-1px;
}

/**************** Primary Container *******************/


.primary_heading
{
	margin-top:8px;
	/*font-weight: normal;*/
}

.primary_body
{
	margin-top: 3px;
	line-height: 1.3em;
}

/**************** Call Container *******************/

.call_off_left
{
/*	background:url(../images/panels/call_off_left.jpg) no-repeat;*/
	background:url(../images/panels/call_on_left.jpg) no-repeat;	
	background-position: 0 0;
}

.call_off_right
{
/*	background:#ffffff url(../images/panels/call_off_right.jpg) no-repeat;*/
	background:#ffffff url(../images/panels/call_on_right.jpg) no-repeat;	
	background-position: 0 -7px;
}

.call_on_left
{
	background:url(../images/panels/call_on_left.jpg) no-repeat;
	background-position: 0 0;
}

.call_on_right
{
	background:#ffffff url(../images/panels/call_on_right.jpg) no-repeat;
	background-position: 0 -7px;
}

.outofhours_left
{
	background:url(../images/panels/call_outofhours_left.jpg) no-repeat top left;
	background-position: 0 0;
}

.outofhours_right
{
	background:#ffffff url(../images/panels/call_outofhours_right.jpg) no-repeat top left;
	background-position: 0 -7px;
}


/**************** Go Container *******************/

.go_off_left
{
	background:url(../images/panels/go_off_left.jpg) no-repeat top left;
	background-position: 0 0;
}

.go_off_right
{
	background:#ffffff url(../images/panels/go_off_right.jpg) no-repeat top left;
	background-position: 0 -7px;
}


.go_on_left
{
	background:url(../images/panels/go_on_left.jpg) no-repeat top left;
	background-position: 0 0;
}

.go_on_right
{
	background:#ffffff url(../images/panels/go_on_right.jpg) no-repeat top left;
	background-position: 0 -7px;
}

/**************** Widget Container *******************/

.container#widget_container
{
	position:relative;
	float:left;
	height:277px;
/*	margin-right:28px; */
	/*margin-top:22px;*/
	width:570px;
}

.container#widget_container_nav_tabs
{
	width:571px;
	height:34px;
	list-style:none;
	
}

li.nav_tab
{
	float:left;
}

li.nav_tab a
{
	float:left;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	line-height:1.4em;
	text-transform:uppercase;
	color: #737373;
	padding: 5px 15px 0 0;
	background: url("../images/explorer/tab.gif") no-repeat top right;
}

li.nav_tab a span
{
	float:left;
	padding-right:10px;
	display: block;
	margin-top: -5px;
	height:22px;
	background: url("../images/explorer/tab.gif") no-repeat top left;
}

li.nav_tab a:hover, ul.nav_tab a.current
{
	color: #0073c6;
}

.nav_tab
{
	display:none;
}

.container#widget_container_flash
{
	border:4px solid #ffffff;
	height:269px;
	margin-right:30px;
	width:563px;
}

#main_flash_window
{
	background: url("../images/install-flash.jpg") no-repeat top left;
	width:563px;
	height:269px;
}


/*********************** FONTS and LINKS ***********************/


.section_heading
{
	color: #0273c3;
	font-family: arial, sans-serif, verdana;
	font-size: 22px;
}

.subsection_heading
{
	color: #555555;
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 15px;
	margin-bottom: 5px;
}


.secondary_heading
{
	font-size:14px;
	font-weight:bold;
	margin:18px 20px 20px 18px;
}

.secondary_heading#scenario_heading
{
	color: #841536;
}

.secondary_heading#fact_heading
{
	color: #559B83;
}

.secondary_body
{
	color:#666262;
	font-size:12px;
	line-height:1.3em;
	margin:-12px 18px 20px;
}

.secondary_body#scenario_body_copy
{
	min-height: 5.2em;
}

.secondary_body#scenario_business_name_body_copy
{
	min-height: 1.0em;
	padding: 0px;
	margin: 0px;
}


.secondary_body#fact_body_copy
{
	min-height: 5.2em;
}


.scenario#scenario_copy
{
	color:#841536;
	font-size:12px;
	font-weight:bold;
}

.fact#fact_copy
{
	color:#559B83;
	font-size:12px;
	font-weight:bold;
}

.link#scenario_link:hover
{
	text-decoration: underline;
	color:#252525;
	font-weight:bold;
	font-size:12px;
}

.link#fact_link
{
	color:#666262;
	font-size:12px;
	font-weight:bold;
}

.link#fact_link:hover
{
	text-decoration: underline;
	color:#252525;
	font-weight:bold;
	font-size:12px;
}

.primary_heading
{
	color:#4A4A4A;
	font-size:13px;
	/*padding-left: 15px;*/
	text-transform:uppercase;
}

.primary_body
{
	color:#636363;
	/*font-size:12px;*/
	font-size:13px;
	
}


.header_link
{
	display: inline;
	color:#4f4f4f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.header_link_here
{
	display: inline;
	color:#0374c4;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/***************** Page Title ******************/

.info_page_title
{
	width:948px;
	background-color: #dddddd;
	height: 35px;
	margin:5px 0 0 17px;
	/*float: left;*/
}

.info_page_title h1
{
	color: #0273c3;
	font-size: 22px;
	padding-left: 33px;
	line-height: 1.6em;
	font-weight: bold;
	float: left;
	width:720px;
}
h1#info_page_index_title 
{
	color: #0273c3;
	font-size: 14.5px;
	padding-left: 33px;
	line-height: 1.6em;
	font-weight: bold;
	margin:6px 0 0 0;
	float: left;
	width:720px;
}
.info_page_title span
{
	float: right;	
	text-align: right;
	line-height: 2em;	
	font-size: 17px;
	color: #fff;
}

#info_page_title_dropdown
{
	float: right;
	border: none;	
	margin: 7px 0 0 0;
	padding-right:30px;
}

#dropdown_seo
{
	height:22px;
	color: #4A4A4A;	
	background-color: #f1f1f1;
	border: 1px solid #cacaca;
}

.info_title_link
{
	color: #0273C3;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.info_title_link:hover
{
	color: #252525;
	text-decoration: none;
}


/******************* FOOTER *******************/

.page_footer#footer
{
	height: 217px;
	width: 984px;
	margin:0 auto;
	background: url(../images/footer_background.gif) no-repeat 50% 0;
	float: left;
}

/******* FOOTER TOP SEO *******/

.footer_top#footer_top_seo
{
	float:left;
	width: 948px;
	height: 85px;
	margin-left:18px;
	margin-top: 32px;
}

.footer_container
{
	display:inline;
	float:left;
	margin:10px 35px 30px;
	width:167px;
}


/******* FOOTER TOP SEO LINKS *******/

.footer_seo_link
{
	color:#989898;
	font: 11px arial, sans-serif;
	display: block;
	margin:4px 0;
	text-decoration: none;
}

.footer_seo_link:hover
{
	text-decoration: underline;
	color:#7c7c7c;
}

/******* FOOTER BOTTOM LOGOS *******/

.footer_bottom#footer_bottom_nav
{
	float:left;
	width: 948px;
	height:63px;
	margin-left:15px;
}

.footer_link
{
	color:#989898;
	font: 11px arial, sans-serif;
	float:left;
	margin:25px 11px;
	text-decoration: none;
}

.footer_link a:link
{
	color:#989898;
}

.footer_logo
{
	float: right;
}

.footer_logo
{
	width:75px;
	height:50px;
	margin:15px 5px 0 10px;
	cursor: pointer;
}

.footer_logo#footer_logo_bcc
{
	background: url("../images/footer/logo_bcc.jpg") no-repeat top left;
	width: 78px;
}

.footer_logo#footer_logo_healthworkwellbeing
{
	background: url("../images/footer/logo_healthworkwellbeing.gif") no-repeat top left;
}

.footer_logo#footer_logo_nhsplus
{
	background: url("../images/footer/logo_nhsplus.gif") no-repeat top left;
}
.footer_logo#footer_logo_nhschoices
{
	background: url("../images/footer/logo_nhschoices.jpg") no-repeat top left;
}

.footer_logos_link
{
	width:75px;
	height:50px;
	float:left;	
	text-decoration: none;
}
.footer_logos_link:hover
{
	text-decoration: none;
}.blogBox h1#fact_heading .secondary_heading {
	color:#841536;
	}
#callback_form { display:none; }
