/******************************************************
*                                                     *
*   CSS file - http://www.hostedexchange.co.uk        *
*   Copyright (c) Cobweb Solutions, 2010.             *
*                                                     *
******************************************************/

/* Base ----------------------------------------- */

html {font-size: 62.5%;}

body {
	background: #fff;
	font:130%/154% Arial, sans-serif;
	color:#333;
	background: #fff url(../../img/tabbg_up.gif) repeat-x top left ;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #aa2d3d;
}

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 ----------------------------------------- */
h1	{
	font:bold 175% Arial, Helvetica, sans-serif;
	color:#555;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	text-shadow: 0 1px 1px #fff;
	padding:10px 0;
}

h2	{
	font:bold 169%/26px Arial, Helvetica, sans-serif;
	color:#555;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	text-shadow: 0 1px 1px #fff;
}

h3	{
	 font:bold 153%/24px Arial, Helvetica, sans-serif;
	color:#555;
	letter-spacing:-1px;
	margin:0;
	padding:10px 0;
	text-shadow: 0 1px 1px #fff;
}

h4	{
	font:bold 138%/22px Arial, Helvetica, sans-serif;
	color:#555;
	margin:0;
	padding:0px 0 5px 0;
	text-shadow: 0 1px 1px #fff;

}

h5	{
	font:bold 108%/15px Arial, Helvetica, sans-serif;
	color:#555;
	margin:0;
	padding:5px 0 5px 0;
	text-shadow: 0 1px 1px #fff;
}

p	{
	padding:5px 0;
	text-shadow: 0 1px 1px #fff;
}

legend {
	display: none;
}

/* Wrappers ----------------------------------------- */
#outer_wrapper {
	width:960px;
	margin: 0 auto;
/*	background: url(../../img/wrapper_bg.jpg) repeat-x;*/
	border-left: 8px solid #666;
	border-right: 8px solid #666;
	padding: 0;
}

#wrapper {
	width: 960px;
	float: left;
	background-color: #fff;
}
/* Header ----------------------------------------- */
#header {
	width: 960px;
	height: 100px;
	position: relative;
	float: left;
	border-top: 8px solid #666;
	border-bottom: 1px solid #999;
	background:#fff url(../../img/head_bg.gif) repeat-x left 40px;
}
#logo {
	width: 191px;
	height: 31px;
	float: left;
	display: block;
	margin: 25px 0 0 25px;
	background: url(../../img/logo.png) no-repeat;
	text-indent: -9999px;
}

#contact {
	float: right;
	width: 200px;
	text-align: right;
	margin: 10px 15px 0 0;
}


#contact strong {
	font:bold 153%/24px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
	height: 32px;
	padding:0 0 0 28px;
	background: url(../../img/phone.png) no-repeat 0 50%;
}

#contact ul.primary li{
	float: right;
	padding-left: 20px;
	margin-left: 10px;
}

#contact ul li.chat {
	background: url(../../img/chat.png) no-repeat left 50%;
}

#contact ul li.email {
	background: url(../../img/mail.png) no-repeat left 50%;
}

#contact ul.social{
	margin-top: 10px;
	float: right;
}

#contact ul.social li {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	float:right;
}

#contact ul.social li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
}

#contact ul.social  li.youtube a{background: url(../../img/youtube_16.png) no-repeat 0 0;}
#contact ul.social  li.twitter a{background: url(../../img/twitter_16.png) no-repeat 0 0;}
#contact ul.social  li.linkedin a{background: url(../../img/linkedin_16.png) no-repeat 0 0;}
#contact ul.social  li.rss a{background: url(../../img/rss_16.png) no-repeat 0 0;}

#contact ul.social li a {
	-webkit-transition-duration: .33s; -webkit-transition-property: opacity;
	opacity:0.5;
	filter: alpha(opacity=50);					// ie!
}

#contact ul.social li a:hover {
	opacity:1;
	filter: alpha(opacity=100);					// ie!
		

}





/* Search ----------------------------------------- */

#search {
	position:absolute;
	right:15px;
	top:8px;
}

#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: 234px !important;
	padding: 2px 5px !important;
	color: #999;
	border:1px solid #ccc;
	background: url(../../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(../../img/search_button.gif) no-repeat 0 50%;
}


/* Banner ----------------------------------------- */
#banner {
	width: 960px;
	height: 140px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/*#banner {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#banner img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}*/

/* Navigation ----------------------------------------- */
#nav_main {
	width: 920px;
	height: 3em;
	padding: 0 10px 0 30px;
	float: right;
	margin: 0;
	background: url(../../img/tabbg.gif) 0 0 repeat-x;
	border-bottom: 1px solid #bbb;
	position:relative;
	z-index:1;
}

/*** 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:			0;
	top:			3em; /* 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 {
	padding: 1.1em 8px 0.9em 10px;
	font-weight: bold;
	color: #222;
	text-decoration:none;
	text-shadow:0 1px 1px #FFFFFF;
	
}
/*.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:	#F0F0F0;
	border: 1px solid #BBBBBB;
	border-top: 0;
}
ul.sf-menu li li:first-child {
	border-top: 1px solid #bbbbbb;
}

.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 {
/*	background:		#eee;*/
	outline:		0;
	background: #fff;
	color: #57889F;
}

/*** 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(../../img/arrows-ffffff.png) no-repeat 0 0 ; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.1em;
	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(../../img/menu-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;
}

#nav_main > ul {
	border-left: 1px solid rgb(197,206,217);
background-color	
}
#nav_main>ul>li {
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(197,206,217);
	height: 3em;
}

#nav_main ul li a {
	color: #555;
	font-weight: bold;
	font-size:13px;
}

#shadow {
	background: url(../../img/shadow.png) no-repeat;
	height: 12px;
	clear: both;

}

/* Breadcrumb ----------------------------------------- */
#breadcrumb {
	margin: 0 10px;
	height: 20px;
	padding: 10px 20px 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: 0px 10px 10px;
}
#content_main {
	display: block;
	width: 580px;
	float: left;
	padding: 20px;
	margin-right: 20px;
/*	background: #eee url(../../img/shadow.png) 50% 0 no-repeat;*/
}

#content_sidebar {
	display: block;
	width: 258px;
	float: left;
	padding: 20px;
	background-color: #ccc;
}



#content_main img {
	float: left;
	margin: 0 20px 0 0;
/*	display: block;
	margin: 0 auto;/* Centre img*!/*/
}

#content_main img.no_border {
	border: none;
}


#content_main p a {
	font-weight: bold;
	text-decoration: underline;
}

#content_main p a:hover {
	text-decoration: underline;
}

#content_main ul, #content_main ol {
	margin: 10px 0 10px 20px;

}

#content_main ul li {
	list-style: none;
/*	list-style-image:url(../../img/list_arrow.gif);*/
	padding: 3px 0 2px 12px;
	background: url(../../img/list_arrow.gif) left 0.7em no-repeat;
}

#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 #888;
	border-bottom: 1px solid #eee;
}

#content_main hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.box1
{    
    margin: 20px 0 0;
    background: #bbb;
    border: 1px solid #ababab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}

.box2
{    
    background:#fff url(../../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%;
}


/* Tabs ----------------------------------------- */
#content_main div#tabs {
	margin-top: 10px;
	margin-bottom:25px;
	overflow: auto;
	
/*	padding-bottom: 38px;
	background: url(../../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 {
/*	background: silver;*/
	border: 1px solid #bbb;
	border-top: 0;
	background:#fff;
	padding: 25px 10px 15px;
	clear: both;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #bbb;
/*	background: url(../../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;
color: #333;
padding: 7px 9px;
text-decoration: none;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
background: url(../../img/tabbg.gif) repeat-x 0 0;
border-left: 1px solid rgb(255,255,255);
border-right: 1px solid rgb(197,206,217);
border-top: 1px solid #bbb;
}

#tabs ul li a.first_tab {
	border-left: 1px solid #bbb;
}

#tabs ul li a:hover, #tabs li.ui-state-active a {
	background:#fff url(../../img/tabbg_up.gif) repeat-x 0 -10px;
	position: relative;
	top: 1px;
	
}
#tabs li.ui-state-active a {
	position: relative;
	top: 1px;
}

div#tabs p {
	margin: 0;
	padding: 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;
	color: #666;
	text-shadow: 0 1px 1px #fff;
}

.contact_form input[type=text], .contact_form textarea {
	color: #333;
	height: 20px;
	width: 246px;
	padding: 2px 5px;
	border:1px solid #ccc;
	background:#fff url(../../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 textarea {
	min-height: 75px;
}

.contact_form select, #content_sidebar select{
	display: block;
	width: 256px;
	padding: 2px 0;
}

.contact_form input[type=submit] {
	margin: 20px 0 0;
	border: 0;
}

.contact_form input.button {
	border: 0;
	width: auto;
	overflow: visible;
}

/*img.clients{
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	
}*/

.news div.blog_feed {
	margin: 0;
	padding: 0;
}

p.error,.thanks,.message {
	font-size: 110%;
	color: #ff0000;
	font-weight: bold;
}

.twitterHeader {
	display: none;
}
div.tweetName {
	font-weight: bold;
	display:inline;
	padding:0!important;
}


/* Quick Links ----------------------------------------- */
/*#quicklinks li a {
	position: relative;
	display: block;
	width: 242px;
	height: 20px;
	padding: 5px 8px;
	background:transparent url(../../img/button_bg.png) no-repeat;
	font-weight: bold;
}

#quicklinks li a:hover {
	background:transparent url(../../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 ----------------------------------------- */
div#media {
	clear: both;
	padding: 0 10px; 
	margin: 10px 0;

}

.box {
	float: left;
	width: 260px;
	height: 175px;
	margin-left: 20px;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	CCborderRadius: 5px;
	padding:5px 20px 20px;
	overflow: hidden;
}
.box h4 {
margin-bottom:5px;
}

.first {
	margin: 0;
}


.news {
	height: 145px;
	background:#ccc url(../../img/twitter.png) no-repeat 20px 10px;
	padding-top: 35px;
}
#clientlogos {
	width: 190px;
	height: 120px;
	margin: 10px auto 0;
	display: block;
	overflow: hidden;
}

/* Footer ----------------------------------------- */
#footer {
	width: 940px;
	height: 91px;
	padding: 12px 10px;
	background: #fff url(../../img/tabbg_up.gif) repeat-x top left ;
	clear: both;
		border-bottom: 8px solid #666;
	
}

#footer ul#foot_nav_1, #footer ul#foot_nav_2, #footer ul#foot_nav_3  {
	margin: 5px 0 0 20px;
	float: left;
	min-width: 125px;
	clear: left;
	padding-right: 15px;
/*	border-right: 1px solid #555;*/
}
* html ul#foot_nav_1 {
	padding: 0 10px 0 0;
	display: inline;
}

#footer ul#foot_nav_2, #footer ul#foot_nav_3  {
	padding-left: 15px;
	margin-left: 0;
	clear: none;
	border-left: 1px solid #777;
	border-right: none;
}

#footer li a {
	font-size: 90%;
	color: #444;
	text-decoration: underline;
}

#footer li a:hover {
	color: #222;
	text-shadow: #986DBE 0 0 10px
}

#footer img {
	float: right;
	margin: 20px 10px 0px;
}

/* Buttons ----------------------------------------- */
	.green.button, .green.button:visited				{ background-color: #91bd09; }

	.green.button:hover						{ background-color: #749a02; }
	.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;
	background-color: #555; 
	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: url(../../../../images/img/alert-overlay.png) 0% 0% repeat-x;*/
}

div > .button, li > .button {
	background:#555 url(../../img/alert-overlay.png) 0% 0% repeat-x;
}

	.button:hover							{ background-color: #fc9200; 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(../../img/alert-overlay.png) 0% 0% repeat-x;
	width: 238px;
}

* html a.quicklink {
	background-color: #555;
	background-image: none;
}
	
	 li a.quicklink:hover {background-color: #fc9200;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(../../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;
	}
	/* TABLE STYLES  */
	 
	#content_main table.plans {
		border: 10px solid #999;
		margin: 10px 0px;
		font-size: 15px;
		-webkit-border-radius: 10px;
	}
	
	#content_main table.plans a {
		text-decoration:none;
	}
	
	/*------------------------------thead*/
	
	#content_main table.plans thead {
		background-color: #ddd;
	}
	#content_main table.plans ul, #content_main table.plans ol {
		list-style: none!important;
	}
	
	#content_main table.plans thead th {
		padding:10px 18px 0 18px;
	/*	background: pink;*/
	}
	
	#content_main table.plans thead td {
		padding: 0 3px 3px;
	}
	
	#content_main table.plans thead td.mid {
		border: 1px solid #666;
		border-width: 0 1px 0 1px;
	}
	
	#content_main table.plans thead th h2 {
		margin: 0;
		color: #444;
		font-size: 30px;
		font-weight: bold;
		text-align: left;
		text-shadow: 0 1px 1px #eee;
		padding:0;
	/*	background: yellow;*/
	}
	
	#content_main table.plans thead th p.tagline {
		margin: 5px 0 10px;
 	/*	background: aqua;*/
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding: 0;
		line-height: 1;
	}
	
	.off {
		background: #ccc;
	}
	.tabbutton {
		background: #fff url(../../img/bg_button.png) repeat-x bottom left;
		border: 1px solid #b4b4b4;
		display: block;
		text-align: center;
		padding: 0;
		-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2)
	}
	
	#content_main table.plans h3 a{
		display: block;
		padding: 5px 1px;
		line-height: 1;
	}
	
	#content_main table.plans thead h3 strong{
		color: #444;
		font-size: 26px;
		display: block;
		padding: 0;
		margin: 0;
	/*	background: pink;*/
	}
	
	#content_main table.plans thead h3 small{
		display: block;
		padding: 0;
		color: #444;
		font-size: 11px;
		font-weight: normal;
	/*	line-height: 11px;*/
		letter-spacing: 0;
	}
	
	#content_main table.plans thead h3 em{
		display: block;
		font-size: 17px;
		font-style: normal;
		color: #444;
		padding: 3px 0 0;
	/*	background: pink;*/
	/*	line-height: 1;*/
	}
	
	
	#content_main table.plans .tabbutton:hover {
		background: white url(../../img/bg_button_up.png) repeat-x top left;
	
	} 
	
	
	/*------------------------------tbody*/
	#content_main table.plans tbody tr.services td {
		padding:10px 15px 10px 10px;
		background-color: #eee;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	
	#content_main table.plans tbody tr.services td ul {
		font-size:90%; 
		margin: 0 auto!important;
		width: 80%;
	}
	
	#content_main table.plans tbody tr.services td ul li {
		background:url(../../img/tick.gif) no-repeat top left; 
		padding-left:25px;
		padding-bottom: 5px;
	}
	
	#content_main table.plans tbody tr.services td ul li span{
		font-weight: bold;
		color: #444;
		font-size: 1.2em;
		border-bottom: #6b8d94 dotted 1px;
	}
	
	#content_main table.plans tbody tr.services td ul li.feature {
		background: repeat;
		padding-left: 0;
		padding-bottom: 5px;
		text-shadow: 0 1px 1px #fff;
	}
	
	#content_main table.plans tbody tr.services td ul li.feature strong{
		font-weight: bold;
		font-size: 18px;
		color: #444;
	}
	
	#content_main table.plans tfoot tr th{
		font-weight: bold;
		background: #ddd;
		padding: 5px;
	}
	tfoot tr th a {
		font-size: 1.3em !important;
		color: #444 !important;
		padding: 10px!important;
	}
	
	/*tfoot tr th a:hover {
		opacity: 0.8;
	}*/
	
/*Live Chat Fixes	*/
#lpButDivID-1276523125581 p {padding-top: 0px; padding-bottom:0px; padding-right:0px; padding-left:0px;}
.lpChatTextLinkText span {font-size:normal!important;font-family:Arial, sans-serif!important;}
