/******************************************************
*                                                     *
*   CSS file - http://www.cobweb.com/hosted           *
*   Copyright (c) Cobweb Solutions, July 2010.        *
*                                                     *
******************************************************/

/* Base ----------------------------------------- */

html {font-size: 62.5%;}

body {
/*	background: #b9b4b8 url(../../hs_img/body_bg.png) 0 0 repeat-x; */
	font: normal 12px/154% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#6F686E;
/*	text-shadow: #151515 0 -1px 0;*/
 } 

	
a {
	color: #655e64;
	text-decoration: underline;
}

a:hover {
	color: #161416;
}


/* Link Transitions */
a {-webkit-transition-duration: .33s; -webkit-transition-property: color, background;}

a:active {
	position: relative;
	top: 1px;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE6 */
* html .group {
	height: 1%;	
}

/* for IE7 */
*:first-child+html .group {
	min-height: 1px;
}


/* Typography ----------------------------------------- */

h2,h3,h4,h5,h6, body {
	text-shadow: #fff 0px 1px 0;
}

h2	{
	font:bold 184% Arial, Helvetica, sans-serif;
	color:#9d9d9d;
	letter-spacing:-1px;
	margin:0 0 5px 0;
}

h3	{
	 font:bold 169%/26px Arial, Helvetica, sans-serif;
	color:#9d9d9d;
	letter-spacing:-1px;
	margin:0;
	padding:10px 0;
}

h4	{
	font:bold 153%/24px Arial, Helvetica, sans-serif;
	color:#9d9d9d;
	margin:0;
	padding:0px 0 5px 0;

}

h5	{
	 font:bold 138%/22px Arial, Helvetica, sans-serif;
	color:#9d9d9d;
	margin:0;
	padding:5px 0 5px 0;
}

p	{
	padding:5px 0;
/*	text-shadow: #151515 -1px -1px 0;*/
}

legend {
	display: none;
}

/* Wrappers ----------------------------------------- */
#wrap {
	width:940px;
	margin: 0 auto;	
	background: #fff;
	padding: 0 40px;
	
}

#inner_wrap{
	width:940px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
/*	background: url(../../hs_img/wrapper_bg.jpg) repeat-x;*/
}
/*#outer_wrapper{margin:0 auto -150px; min-height: 100%; position:relative; width:960px;}
#footerwrap{clear:both; height:150px; margin:-150px auto 0; position:relative; width:100%;}*/



/* Top Nav ----------------------------------------- */
#top_wrap {	
	width: 940px;
	height: 37px;
	margin: 0 auto;
/*	position: relative;*/
	z-index: 2;
 	border-bottom: 1px solid #ccc;
	
}
 ul.primary_nav {
 	width: 940px;
 	margin: 0 auto;
 	height:43px;
 }
ul.primary_nav li {
	display: block;
	float: left;
}

ul.primary_nav li a {
	float: left;
/*	color: #a39161;
	text-decoration: none;*/
}
ul.primary_nav>li>a {
	padding:0 5px 0 7px;
	line-height: 43px;
/*	text-transform: uppercase;*/
}
/*ul.primary_nav li a.current,ul.primary_nav>li a:hover {
	color: #5B5837;
	background:	#e0dacc;
	text-shadow:0 1px 0 #FFFFFF;
}*/

#top_wrap input {
	position: absolute;
	top: 10px;
	right: 00px;
}

input[type=text], textarea {
	position: relative;
    background: #fff url('../../hs_img/ta-bg.gif') top left repeat-x;
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #666;
    font-family: inherit;
    font-weight: bold;
    outline: none;
    padding: 3px;
    width: 210px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding;
    -webkit-box-shadow: rgba(255,255,255,.33) 0 1px 1px;
    -moz-border-radius: 4px;
    -moz-box-shadow: rgba(255,255,255,.33) 0 1px 1px;
    border-radius: 4px;
    box-shadow: rgba(255,255,255,.33) 0 1px 1px;
}
input[type=text]:focus, textarea:focus {
    -webkit-box-shadow: #e9e9e9 0 0 7px;
    -moz-box-shadow: #e9e9e9 0 0 7px;
    box-shadow: #e9e9e9 0 0 7px;
}

button {
	position: absolute;
	top:3px;
	right: 8px;
	background:url(../../hs_img/Search16.png) no-repeat;
	cursor:pointer;
	width: 16px;
	height: 16px;
	border: none;
	text-indent: -9999px;
	
}
/* Header ----------------------------------------- */
#header_wrap {
}

#header {
	width: 940px;
	height: 106px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

#logo {
	width: 217px;
	height: 35px;
	float: left;
	display: block;
	margin: 22px 0 0;
	background: url(../../hs_img/logo.gif) no-repeat;
	text-indent: -9999px;
}

.contact {
	float: right;
	width: 250px;
	text-align: right;
	margin: 18px 0 0 0;
}
.contact p {
	padding: 0;
}

.contact span.telno {
	font:normal 183%/24px Arial, Helvetica, sans-serif;
	margin:0;
	letter-spacing: -1px;
	height: 32px;
	padding:0 0 0 8px;
/*	background: url(../../hs_img/phone.png) no-repeat 0 50%;*/
}

#contact ul.primary {
	margin-top: 7px;
}

#contact ul.primary li{
	float: right;
	padding-left: 20px;
	margin-left: 10px;
}
#contact ul.primary a {
	text-decoration: none;
}

#contact ul li.chat {
	background: url(../../hs_img/chat.png) no-repeat left 50%;
}

#contact ul li.email {
	background: url(../../hs_img/mail.png) no-repeat left 50%;
}


ul.social{
}

 ul.social li {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    padding-top: 10px;
    float:right;
}

 ul.social li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
}

ul.social  li.youtube a{background: url(../../hs_img/youtube_16.png) no-repeat 0 0;}
ul.social  li.twitter a{background: url(../../hs_img/twitter_16.png) no-repeat 0 0;}
ul.social  li.linkedin a{background: url(../../hs_img/linkedin_16.png) no-repeat 0 0;}
ul.social  li.rss a{background: url(../../hs_img/rss_16.png) no-repeat 0 0;}

ul.social li a {
    opacity:0.5;
    filter: alpha(opacity=50);                  // ie!
    -webkit-transition-duration: .33s; 
    -webkit-transition-property: opacity;
    
}

 ul.social li a:hover {
    opacity:1;
    filter: alpha(opacity=100);                 // ie!
        

}




/* Search ----------------------------------------- */

#searchBox label {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	background-color: red;
}

#searchBox  input {	
	color: #eee;
	text-shadow: none;
	display: inline !important;
	padding: 2px 0;
}
#searchBox input {
	height: 20px !important;
	width: 206px !important;
	padding: 2px 5px !important;
	color: #999;
	border:1px solid #ccc;
	background: url(../../hs_img/ta-bg.gif) repeat-x 0 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
}
#searchBox a img{
	display:none;
}

#searchBox a.Button {
	display:inline-block;
	vertical-align: top;
	margin-left: 3px;
	width:24px;
	height:26px;
	background:transparent url(../../hs_img/search_button.gif) no-repeat 0 50%;
}


/* Banner ----------------------------------------- */
#banner {
	width: 960px;
	height: 262px;
	float: left;
	clear: both;
	padding: 0;
	margin: 20px 0 0;
	overflow: hidden;
}
/* Navigation ----------------------------------------- */
ul.megamenu {
	height: 32px;
/*  background-color: #eee;*/
  margin: 0px auto;
  padding: 5px 10px 0;
  list-style: none;
  display: none;
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
	height: 100%;
  margin: 0px;
  padding: 0px;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  height: 16px;
  display: inline-block;
  padding: 8px 13px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  z-index: 10;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/**html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}*/

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  background: #FFF;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

ul.megamenu div.mm-item-content {
  background: #FFF;
  padding: 0px;
  position: absolute;
  border: 1px solid #ccc;
  width: 724px;
  z-index: 9;
}

.mm-content-base {
  background: #FFF;
  position: relative;
  z-index: 11;
  padding: 10px;
}
.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 10;
}

.list-content {
  margin: 0px;
/*  padding-left: 20px;*/
}

.list-content a {text-decoration: none;}
.list-content a:hover{text-decoration: underline; }
.list-content li ul li a{
/*	background: aqua!important;*/
font-weight: normal;
}

.clear{clear:both;}
ul .list-content div {padding-bottom:5px; border-bottom:1px dotted #ccc; margin-bottom:20px}
ul .list-content div>li{float:left;width: 156px;margin:0 20px 0 0;}

ul .list-content>li:nth-child(4n+5) {
	clear: left;
}

ul .list-content div>li>a  {
	padding:2px;
	margin-bottom: 15px;
	display:block;
	/*border-bottom: 1px solid #ccc;*/
	background: #eee;
} 

.list-content li {
  margin: 0px;
  padding: 2px 0px;
}


/* Breadcrumb ----------------------------------------- */
#breadcrumb {
	padding: 10px 10px 0;
	clear: both;
}

#breadcrumb a {
	color: #666;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #333;
	text-decoration: underline;
}

/* Content ----------------------------------------- */
#content_wrapper {
	display: block;
	width: 940px;
	float: left;
	padding: 0;
	position: relative;
	z-index: 1;
}

#content_main {
	display: block;
	float: left;
	width: 600px;
	padding: 20px 10px;
	overflow: hidden !important;
/*	margin-right:20px;*/
}

#content_sidebar {
	display: block;
	float: right;
	width: 268px;
	padding:0 20px 20px 20px;	
	background: #eee url(../../hs_img/sidebar_shadow.png) left top repeat-y;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow:hidden !important;
	
/*	position: absolute;
	top: 20px;
	bottom: 0;
	right: 0;*/
}
span.sb_shadow {
	display:block;
	height:20px;
	background:transparent url(../../hs_img/sidebar_top_bg.png) 50% top no-repeat;
}

#content_main img {
/*	display: block;
	margin: 0 auto;/* Centre img*/
/*	border: 5px solid #9d9d9d;	 */
	
}

#content_main img.no_border {
	border: none;
}


#content_main p  {
	font-weight: normal;
	letter-spacing: 1;
}

#content_main p a:hover {
}

#content_main ul, #content_main ol {
	margin: 10px 0 10px 20px;

}

#content_main ul li {
	list-style: none;
/*	list-style-image:url(../../hs_img/list_arrow.gif);*/
	padding: 3px 0 2px 12px;
	background: url("../../hs_img/bullets.png") no-repeat -10px 0.7em transparent;
}

#content_main ol li {
	list-style: decimal;
	list-style-position: inside;
}

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#content_main hr {
border-top: 1px solid #000;
border-bottom: 1px solid #302e2e;
}
#content_main td {
	padding-bottom: 10px;
}

.box1
{    
    background: #bbb;
    border: 1px solid #ababab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
}

.box2
{    
    background:#fff url(../../hs_img/shadow.png) no-repeat top left ;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}

#copyrights
{
	width:940px;
	margin: 0 auto;		
	color: #5F5F5F;
	font-size: 10px !important;
	text-align: center;
	text-shadow: none;
}


/* Tabs ----------------------------------------- */
#content_main div#tabs {
	margin-top: 25px;
	overflow: auto;
	
/*	padding-bottom: 38px;
	background: url(../../hs_img/tab_shadow.png) no-repeat bottom;*/
}

/*div#tabs>div {
	background: silver;
	background:rgba(0,0,0,0.1);
	padding:10px;
	clear: both;
}*/


div#tabs>div {
/*float: left;*/
background: #eee;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 10px;
position: relative;
-webkit-border-top-left-radius:0;
-webkit-border-top-right-radius:0;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;
-moz-border-radius:0 0 7px 7px;
border-radius: 0 0 7px 7px;
clear:both;
padding:10px 18px 20px;
}

#tabs>ul {
	list-style: none;
	padding: 0;
	margin: 0;
/*	border-bottom: 1px solid #bbb;*/
/*	background: url(../../hs_img/shadow.png)50% bottom no-repeat;*/
}

#tabs>ul li {
padding: 0;
/*margin-right: 5px;*/
float: left;
background: none;
}

#tabs ul li a {
float: left;
background:#eee url(../../hs_img/footer_shadow.png) 50% bottom no-repeat;
padding: 10px 18px;
text-decoration: none;
font-weight: bold;
font-size: 125%;
text-shadow: 0 1px 1px #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
text-shadow:none;
}

#tabs ul li a.first_tab {
border-left: 1px solid #ccc;
}

#tabs ul li a:hover, #tabs li.ui-state-active a {
	border-bottom:1px solid #fff;
	position: relative;
	top: 1px;
	
}
#tabs li.ui-state-active a {
	border-bottom:1px solid #ebebeb;
	position: relative;
	top: 1px;
}

div#tabs p {
	margin: 0;
	padding: 5px 0;
}


/* Cloud ----------------------------------------- */

#cloud {
	display: block;
	position: relative;
}

#cloud img {
	float: none;
	margin:10px 0;
}

#cloud a span {
	display: none;
}

#cloud a.retain, #cloud a.attract, #cloud a.grow, #cloud a.manage {
	position: absolute;
	background: url(../../bg_trans.gif);
}

#cloud a.retain {
	width:65px;
	height: 75px;
	top: 45px;
	left: 50px;
	opacity: .3;
}

#cloud a.attract {
	width:70px;
	height: 70px;
	top: 47px;
	left: 317px;
	opacity: .3;
}

#cloud a.grow {
	width:60px;
	height: 70px;
	top: 169px;
	left: 324px;
}

#cloud a.manage {
	width:75px;
	height: 75px;
	top: 169px;
	left: 34px;
}


/* Forms ----------------------------------------- */

#content_sidebar  li {
	margin: 10px 0;
}


.contact_form fieldset {
	margin: 5px 0;
}

.contact_form label,input {
	display: block;
	font-family: inherit;
}

.contact_form ol {
	margin-left: 0 !important;
}

.contact_form ol li {
	margin: 5px 0;
	list-style: none !important;
	list-style-position: outside !important;
}

.contact_form label {
	padding: 5px 0;
	font-weight: bold;
}

.contact_form input[type=text] {
	color: #333;
	height: 20px;
	width: 248px;
	padding: 2px 5px;
	border:1px solid #ccc;
	background:url(../../hs_img/ta-bg.gif) repeat-x 0 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
}

.contact_form select, #content_sidebar select{
	display: block;
	width: 260px;
	padding: 2px 0;
}

.contact_form input[type=submit] {
	margin: 20px 0 0;
	border: 0;
}

.contact_form input.button {
	border: 0;
	width: auto;
	overflow: visible;
}



p.error,.thanks,.message {
	font-size: 110%;
	color: #ff0000;
	font-weight: bold;
}

.twitterHeader {
	display: none;
}
.tweetName {
	font-weight: bold;
}



/* Quick Links ----------------------------------------- */
/*#quicklinks li a {
	position: relative;
	display: block;
	width: 242px;
	height: 20px;
	padding: 5px 8px;
	background:transparent url(../../hs_img/button_bg.png) no-repeat;
	font-weight: bold;
}

#quicklinks li a:hover {
	background:transparent url(../../hs_img/button_bg.png) 0 -30px no-repeat;
}

#quicklinks li a:active { 
	top: 1px; 
}*/

#logos {
	padding: 20px 20px 10px;
	width: 800px;
	display: block;
	clear: both;
}

#logos img {
		margin-right: 35px;
		vertical-align: middle;
/*		border: 1px solid black;*/
	
}

/* Media ----------------------------------------- */

.box {
	float: left;
	width: 430px;
	padding: 20px;
	padding-top: 0;
}
#product_ec {
	width: 419px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}
h2.head_sb {
	width: 387px;
	height: 28px;
	padding-bottom: 15px;
	margin: 0;
	text-indent: -9999px;
	background: #fff url(../../hs_img/sb_h2.gif) 0 0 no-repeat;
}

#product_sb img {
	display: block;
	text-align: middle;
	width: 402px;
	margin: 25px auto 0;	
}

h2.head_ec {
	width: 383px;
	height: 35px;
	padding-bottom: 8px;
	margin: 0;
	text-indent: -9999px; 
	background: #fff url(../../hs_img/ec_h2.gif) 0 0 no-repeat;
}
#product_ec img {
	display: block;
	text-align: middle;
	width: 402px;
	margin: 25px auto 0;	
}

#products {
margin-bottom: 20px;
}

.news {
	width: 940px;
	height: 25px;
	background: url(../../hs_img/news_bg.gif) 0 0 no-repeat;
}
.news ul {
	padding: 3px 10px;
}
/*.products {
	width: 260px;
	margin-right: 20px;
	padding: 20px;
	background:#1a1a1a url(../../hs_img/product_bg.png) bottom left no-repeat;
}

.logos {
	height: 45px;
}

.news, .logos {
	width: 940px;
}

.news {
	min-height: 25px;
}

ul.tweet_list li, p.loading {
	padding: 5px 20px;
}
.tweet_time a {
	color: #A39161;
	padding-right: 5px;
}
*/
#logo_slider {
	width: 940px;
	height: 48px;
	background: url(../../hs_img/logo_slider_bg.gif) no-repeat 0 0;
	margin-bottom: 10px;
}

#content_sidebar .box {
	width: 260px;
	padding:10px 20px 20px;
}

#clientlogos {
	width: 190px;
	height: 120px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.last {
	margin: 0;
}

/* Footer ----------------------------------------- */
#footerwrap {
	background:#fff url(../../hs_img/footer_bg.gif) 0 top repeat-x;
	width: 1020px;
	margin: 0 auto;
	/*position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -999;*/
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer ul#foot_nav_1, #footer ul#foot_nav_2, #footer ul#foot_nav_3, #footer ul#foot_nav_4, #footer ul#foot_nav_5, #footer ul#foot_nav_6 {
	margin: 5px 0 0 20px;
	float: left;
	width: 115px;
	clear: left;
	padding-right: 15px;
/*	border-right: 1px solid #d4d4d4;*/
}
* html ul#foot_nav_1 {
	padding: 0 10px 0 0;
	display: inline;
}

#footer ul#foot_nav_2, #footer ul#foot_nav_3, #footer ul#foot_nav_4, #footer ul#foot_nav_5, #footer ul#foot_nav_6  {
	padding-left: 15px;
	margin-left: 0;
	clear: none;
/*	border-left: 1px solid #fff;*/
/*	border-right: none;*/
}
#footer ul#foot_nav_6 {
	border-right: none;
}
#footer li a {
line-height: 1.75em;
font-weight: normal;
text-decoration: none;
}

#footer li a:hover {
	text-shadow: #A54499 0 0 10px
}

#footer img {
	float: right;
	margin: 20px 10px 0px;
}
div#footer_contact {
	float: right;
	margin: 0 10px 0 0;
}
a.foot_head {
	font-weight: bold!important;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px dotted #ccc;
}
/* Buttons ----------------------------------------- */
.grey.button, .grey.button:visited		{ background-color: #555; }
	.grey.button:hover						{ background-color: #4495D1; }
	.red.button, .red.button:visited			{ background-color: #e33100; }
	.red.button:hover							{ background-color: #872300; }
	.magenta.button, .magenta.button:visited		{ background-color: #a9014b; }
	.magenta.button:hover							{ background-color: #630030; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover							{ background-color: #d45500; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover							{ background-color: #fc9200; }



.button, .button:visited {
	margin-top: 5px;
	margin-right: 5px;
	background-color: #a39161; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	overflow: visible;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25) !important;
	position: relative;
	cursor: pointer;
	/*font-size: 13px;*/ font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background:#A54499 url(../../hs_img/alert-overlay.png) 0% 0% repeat-x;
}

/*div > .button, li > .button {
	background:#a39161 url(../../hs_img/alert-overlay.png) 0% 0% repeat-x;
}*/

	.button:hover							{ background-color: #75306c; color: #fff; }
	.button:active							{ top: 1px; }
	
	table.ImmTS_aetab td .button {
		margin: 10px 0 5px;
}

 li a.quicklink{
	margin-top: 5px;
	display: inline-block; 
	padding: 5px 10px 6px; 
	overflow: visible;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25) !important;
	position: relative;
	cursor: pointer;
	font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background:#555 url(../../hs_img/alert-overlay.png) 0% 0% repeat-x;
	width: 248px;
}

* html a.quicklink {
	background-color: #555;
	background-image: none;
}
	
	 li a.quicklink:hover {background-color: #4495D1;color:#fff;}
	
/*	.quicklink li a:after {
		content: " \00bb";
	}*/
	
	
	
	/* Immediacy Search Page  ----------------------------------------- */
	
	/* Advanced search box ol */
	#searchpage ol { margin: 0;}
	#searchpage	ol li {list-style:none; margin:0px; padding:0px;}
	
	#searchpage .searchSelect	{background:#eee; padding:1em; width:100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; CCborderRadius: 5px;} 
	div.searchSelect label {font-weight: bold;}
	div.searchSelect input[type=text] {display:inline; color: #333; height: 20px; width: 146px; padding: 2px 5px; margin: 0 10px 0 2px; border:1px solid #ccc; background:url(../../hs_img/ta-bg.gif) repeat-x 0 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; CCborderRadius: 5px; }
	div.searchSelect select {padding: 1px 0; margin: 0 10px 0 2px;}
	
	/* Advanced search box ul */
	#searchpage ul {margin:10px 0;}
	#searchpage ul li {list-style:none; list-style-position:outside; margin:0px 0 15px; padding:0px; background:none;}
	
	#searchpage	li.terms, #searchpage li.target {float:left;}
	#searchpage	li.submit {display: inline-block;}
	#searchpage	li.submit input {margin-top: 0px;}
	#searchpage a {margin:0px; padding:0px;}
	
	#searchpage .searchSelect	{background:#eee; padding:1em; width:38em;}
	
	/* Search Results Page */
	div#searchresults li a.title {
		display: block;
		font-size: 110%;
		font-weight: bold;
		cursor: pointer;
		padding-bottom: 3px;
	}
	
	div#searchresults li a.title:hover {
		color: #333;
	}
	
	#searchpage .button {width:auto; border:0;}
	#searchpage .Error {padding-top:1em; font-weight:bold;}
	#searchpage .score,#searchpage .updated {font-style: italic;}
	
	/* Immediacy News Feed  ----------------------------------------- */
	
	.blog_feed li a {
		color: #555;
		padding:5px 0;
		text-shadow: 0 1px 1px #fff;
		display: block;
	}
	
	.blog_feed li a:hover {
		color: #333;
	}
	
	/* Immediacy Sitemap Page  ----------------------------------------- */
	
	div.sitmp0 {
		margin:20px 0 10px !important;
		font-weight: bold;
	}
	
	div.sitmp0, div.sitmp1, div.sitmp2 {
		padding:2px 0 !important;
	}
	
	div.sitmp0 a, div.sitmp1 a, div.sitmp2 a {
		color: #666;
		text-decoration: none;
		padding-left:3px;
	}
	
	div.sitmp0 a:hover, div.sitmp1 a:hover, div.sitmp2 a:hover {
		color: #007d9a;
		text-decoration: underline;
	}
	
	
	div.sitmp0 img ,div.sitmp1 img,div.sitmp2 img{
		border: 0 !important;
		float:none !important;
		margin:0 !important;
	}
	
	noscript {
		display: none;
	}
/* 2 lvl drop */
/*#nav_main ul ul li{
	position:relative;
}
#nav_main ul ul ul{
	left:100%;
	top:-1px !important;
	float:left;
}
#nav_main ul ul{
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
	.panel-wrapper h2 {
		display: none;
	}
	
/*http://www.cssstickyfooter.com/ */

/*html, body, form {height: 100%;}

#wrap {min-height: 100%;}

#inner_wrap {overflow:auto;
	padding-bottom: 180px;}  /* must be same height as the footer *!/

#footerwrap {position: relative;
	margin-top: -180px; /* negative value of footer height *!/
	height: 180px;
	clear:both;
	z-index: 9999;
	} */


/* Sticky Footer  ----------------------------------------- */
/* http://ryanfait.com/sticky-footer/ */

/** {
margin: 0;
}
html, body, form {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -180px;
}
#footerwrap, .push {
height: 180px;
position: relative;
clear:both;
}

.push {
    z-index: 9000;
}
#footerwrap {
    z-index: 9999;
}*/

/* Accordion  ----------------------------------------- */

	#accordion h3+div{
/*	background: silver;
	background: rgba(0,0,0,.2);*/
	overflow: auto;
	}
	
	#accordion h3+div p {
		padding:4px;
	}
	
	#accordion h3 {
	color:#9d9d9d ;
	background:#000 url(../../hs_img/alert-overlay.png) 0% 0% repeat-x;
	cursor: pointer;
	outline: none;
	padding: 10px;
	margin: 0;
	position: relative;
	}
	
	#accordion h3.ui-state-hover {
	background-color: #262626;
	}
	
	#accordion h3.ui-state-active {
		background-color: #262626;
	}

	#accordion h3 a {
	color: inherit;
	text-decoration: none;
	padding-left: 1em;
	}
	
#accordion .ui-icon {left: 0.5em; margin-top: -8px;  position: absolute; top: 50%; width: 16px; height: 16px; background-image: url(../../hs_img/ui-icons_888888_256x240.png)/*{iconsContent}*/;  }
#accordion .ui-icon-triangle-1-e { background-position: -32px -16px; }
#accordion .ui-icon-triangle-1-s { background-position: -64px -16px; }
#accordion .ui-icon-plus { background-position: -16px -128px; }
#accordion .ui-icon-minus { background-position: -48px -128px; }


/*BBC Style Banner*/
.container {
	overflow: hidden;
	width: 918px;
	margin:10px auto 0;
}
#main {
	height: 258px;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

.main_image {
	width: 598px; height: 258px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.main_image h2 {
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
	margin: 0 0 0px;	padding: 10px 10px 0;
	display: none;
}
.main_image p, .main_image a {
	font-size: 1em;
	color: #eee;
	font-weight: bold;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
	text-shadow: none;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #555;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 319px;
	height: 258px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	width: 100px;
	height: 40px;
	padding: 5px; 
	float: left;
	margin: 10px 10px 0 10px;
	background: #ccc;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 8px 10px;
	background: #fff url(../../hs_img/nav_a.gif) repeat-x;
	width: 298px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: pointer;
}
html .image_thumb ul li h2 {
	font-size: 1.4em; 
	margin: 16px 0; padding: 5px 0;
	padding-left: 10px;
	border-left: 1px dotted #ccc;
}
html .image_thumb ul li h2 a {
	text-decoration: none;
	text-shadow: none;
}
.image_thumb ul li .block {
	float: left; 
	padding: 0;
}	
.image_thumb ul li p{display: none;}


/*Secondary Nav*/
#sec_nav {
	display:block;
	width: 938px;
	height:4em;
	margin:0 auto;
	background:#fff url(../../hs_img/sec_nav_bg.gif) 0 bottom repeat-x;
	border:1px solid #ccc;
	border-top: 0;
	position: relative;
	z-index: 2;
}
#sec_nav>ul>li {
padding-right:2px;
background: transparent url(../../hs_img/separator.png) no-repeat right 50%;
/*border-left: 1px solid white;
border-right: 1px solid #C5CED9;*/
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	top:			4em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li li:hover li ul,
ul.sf-menu li li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li li:hover ul,
ul.sf-menu li li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}


/*** SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 1.5em 8px 1.5em 10px;
	font-weight: bold;
	color: #717172;
	text-decoration:none;
	text-shadow: #fff 0px 1px 1px;
	font-size: 0.9em;
}
/*.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*!/
	color:			#13a;*/
}
.sf-menu li {
/*	background:		#BDD2FF;*/
}
.sf-menu li li {
	background:	#eee;
	border: 1px solid #ccc;
	border-top: 0;
}
ul.sf-menu li li:first-child {
	border-top: 1px solid #ccc;
}

.sf-menu li li a {
	color: #666666;
/*	background:	#eee;*/
	text-shadow:0 1px 1px #FFFFFF;
}
/*.sf-menu li li li {
	background:		#eee;
}*/
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	outline:		0;
	color: #A54499;
	background: white;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../hs_img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  -10px 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../hs_img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#lpButDivID-1280825691022 p {padding-top: 0px; padding-bottom:0px; padding-right:0px; padding-left:0px;}
.lpChatTextLinkText span {font-size:11px!important;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif!important;}

/* Google Search */

table.gsc-branding {
display: none;
}

.gs-visibleUrl  {
 display: none !important;
 }

 .gs-webResult.gs-result .gs-visibleUrl-long {
color:#610179!important;
display:block !important;
padding-bottom:12px;
}

.gsc-cursor-page {
text-decoration: none !important;


