/******************************************************
*                                                     	*
*   CSS file - http://www.cobweb.com/crmlegal       *
*   Copyright (c) Cobweb Solutions, 2010.               		*
*                                                     *
******************************************************/

/* Base ----------------------------------------- */

html {font-size: 62.5%;}

body {
	background: #999;
	font:130%/154% Arial, sans-serif;
	color:#555;
}

a {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color: #4495D1;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Typography ----------------------------------------- */
h2	{
	font:bold 184% Arial, Helvetica, sans-serif;
	color:#555;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	text-shadow: 0 1px 1px #fff;
}

h3	{
	 font:bold 169%/26px Arial, Helvetica, sans-serif;
	color:#707070;
	letter-spacing:-1px;
	margin:0;
	padding:10px 0;
	text-shadow: 0 1px 1px #fff;
}

h4	{
	font:bold 153%/24px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:0px 0 5px 0;
	text-shadow: 0 1px 1px #fff;

}

h5	{
	 font:bold 138%/22px Arial, Helvetica, sans-serif;
	color:#707070;
	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;
	padding: 0 10px;
	overflow: auto;
}
#wrapper {
	width: 960px;
	float: left;
	background-color: #fff;
}
/* Header ----------------------------------------- */
#header {
	width: 960px;
	height: 110px;
	position: relative;
	float: left;
	background: url(../../img/header_bg.jpg) no-repeat bottom left;
}
#logo {
	width: 210px;
	height: 34px;
	float: right;
	margin: 25px 30px 0 0;
	background: url(../../img/logo.png) no-repeat;
}


a#logo {
	display: block;
	height: 34px;
	text-indent: -9999px;
}
#control_bar {
	width: 289px;
	float: left;
	margin-left: 20px;	
	background: url(../../img/control_bar.png) no-repeat;
}
#control_bar ul {
	width: 269px;
	padding: 7px 10px ;
}
#control_bar ul li {
	height: 30px;
	display: block;
	float:left;
}
#control_bar li a {
	float:left;
	height: 16px;
	padding: 0 0 0 22px;
	margin-right: 15px;
	background: url(../../img/apps_16.png) no-repeat left center;	
	color: #444;
	font-size: 12px;
	line-height:16px;
	white-space: nowrap;
	text-shadow: 0 1px 1px #fff;
	text-decoration: none;
}
#control_bar li a.buy {
	background: url(../../img/cart_16.png) no-repeat left center;
	margin:0;
}
#control_bar li a.contact {
	background: url(../../img/mail_16.png) no-repeat left center;
}
#control_bar li a:hover {
	color: #111;
}
#control_bar li a:active {
	position: relative;
	top: 1px;
}

/* 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(../../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: 241px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
/* Navigation ----------------------------------------- */
#nav_main {
	width: 940px;
	height: 40px;
	float: right;
	margin: 0 10px;
	border-top: 1px solid #555;
	background: #555 url(../../img/nav_bg.gif) repeat-x;
	position:relative;
	z-index:1;
}
#nav_main ul {
	width: 920px;
}
#nav_main ul li {
	float:left;
	background: url(../../img/separator.gif) no-repeat 100% 0;
	padding:0 2px 0 0;
}
#nav_main ul li a {
	height: 22px;
	float:left;
	padding: 12px 8px 6px 10px;
	color: #eee;
	font-weight: bold;
	font-size:13px;
	line-height:18px;
	white-space:nowrap;
		text-decoration: none;
	
}
/*
#nav_main ul li a.home:hover,
#nav_main ul li.sfHover a.home,
#nav_main ul li:hover a.home{
	background:url(../../img/bg-first.gif) no-repeat;
}*/
#nav_main ul li.sfHover a,
#nav_main ul li a:hover {
	background: url(../../img/nav_main_hover.gif) repeat-x;
}
#nav_main ul li a:active {
	background: url(../../img/nav_main_active.gif) repeat-x;
}
#nav_main ul li.sfHover,
#nav_main ul li:hover{ position:relative;}
#nav_main ul li.sfHover ul,
#nav_main ul li:hover ul{ top:100%;}
#nav_main ul ul{
	position:absolute;
	top:-9999px;
	width:auto;
	left:0;
	background:#f0f0f0;
	float:left;
	background:	url(../../img/menu-shadow.png) no-repeat 100% 100%;
	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;
}
#nav_main ul li a.sf-with-ul{
	padding-right:22px;
	position:relative;
}
#nav_main .sf-sub-indicator{
	display:block;
	position:absolute;
	right:5px;
	top:17px;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../img/menu-arrow.gif) no-repeat;
}
#nav_main ul li.sfHover a.sf-with-ul .sf-sub-indicator{
	background-position:0 -9px;
}
* html #nav_main ul ul{
	background:#f0f0f0 !important;
	padding:0 !important;
}
* +html #nav_main ul ul{
	background:#f0f0f0 !important;
	padding:0 !important;
}
#nav_main ul ul li{
	float:none;
	background:#f0f0f0;
	padding:0;
	border:2px solid #ddd;
	border-width:0 2px 2px;
}
* html #nav_main ul ul li{
	float:left;
	clear:both;
}
* html #nav_main ul ul li a{
	float:left;
}
#nav_main ul ul li:first-child{
	border-width:2px;
}
#nav_main ul ul li a{
	float:none;
	padding:0;
	height:auto;
	color:#666;
	font-weight: bold;
	display:block;
	padding:7px 13px;
	text-shadow: 0 1px 1px #fff;
	background:none!important;
}

* html #nav_main ul ul li a{
	height:1%;
}
#nav_main ul ul li a:hover{
	color:#444;
	background:#fff !important;
}

#shadow {
	background: url(../../img/shadow.png) no-repeat;
	height: 12px;
	clear: both;

}

/* Breadcrumb ----------------------------------------- */
#breadcrumb {
	margin: 0 10px;
	height: 20px;
	padding: 10px 20px 0;
}

#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-color: #fff;
/*	background: #eee url(../../img/shadow.png) 50% 0 no-repeat;*/
}

#content_sidebar {
	display: block;
	width: 258px;
	float: left;
	padding: 20px;
	background-color: #eee;
}

#content_main img {
	float: right;
	margin: 10px;
	background: #eee;
/*	display: block;
	margin: 0 auto;/* Centre img*!/*/
	border: 14px solid #ddd;	
}

#content_main img.no_border {
	border: none;
}


#content_main p a {
	color: #4495D1;
	font-weight: bold;
	text-decoration: underline;
}

#content_main p a:hover {
	color: #111;
	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 #ddd;
	border-bottom: 1px solid #fff;
}

#content_main hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.box1
{    
    margin:10px 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    CCborderRadius: 5px;
	height:100%;
}

/* 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] {
	color: #333;
	height: 20px;
	width: 246px;
	padding: 2px 5px;
	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;
}

.contact_form select {
	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;
	
}

p.error,.thanks,.message {
	font-size: 110%;
	color: #ff0000;
	font-weight: bold;
}


/* 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;*/
	
}

/* Footer ----------------------------------------- */
#footer {
	width: 940px;
	height: 91px;
	padding: 12px 10px;
	background: #666 url(../../img/shadow.png) no-repeat top left ;
	clear: both;
}

#footer ul#foot_nav_1, #footer ul#foot_nav_2  {
	margin: 5px 0 0 20px;
	float: left;
	min-width: 125px;
	clear: left;
	border-right: 1px solid #555;
}
* html ul#foot_nav_1 {
	padding: 0 10px 0 0;
	display: inline;
}

#footer ul#foot_nav_2  {
	padding-left: 20px;
	margin-left: 0;
	clear: none;
	border-left: 1px solid #777;
	border-right: none;
}

#footer li a {
	font-size: 90%;
	color: #444;
	text-decoration: underline;
	text-shadow: 0 1px 1px #777;
}

#footer li a:hover {
	color: #eee;
	text-shadow: #ddd 0 0 10px
}

#footer img {
	float: right;
	margin: 20px 10px 0px;
}

#copyrights
{
	width:940px;
	margin: 0 auto;		
	color: #464646;
	font-size: 9px !important;
	text-align: center;
}

#copyrights a {
    color: #464646 !important;
}


/* 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: #4495D1; 
	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:#4495D1 url(../../img/alert-overlay.png) 0% 0% repeat-x;
}

	.button:hover							{ background-color: #2c6b99; 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: 208px;
}

* 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(../../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;
	}
	


