/******************************************************
*                                                     	*
*   CSS file - http://www.cobweb.com/enterprise       *
*   Copyright (c) Cobweb Solutions, 2010.               		*
*                                                     *
******************************************************/

/* Base ----------------------------------------- */

html {font-size: 62.5%;}

body {
	background: #262626;
	font:bold 115%/154% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#9d9d9d;
	text-shadow: #151515 0 -1px 0;
}
	
a {
	color: #9d9d9d;
	text-decoration: underline;
}

a:hover {
	color: #e9e9e9;
}


/* Link Transitions */
a {-webkit-transition-duration: .33s; -webkit-transition-property: color, background, text-shadow, opacity;}

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 {
	text-shadow: #151515 0 -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 {
	background: #262626 url(../../img/top_bar_bg.png) repeat-x 0 0;
}

#inner_wrap{
	width:960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
/*	background: url(../../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: 35px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
 ul.primary_nav {
 	width: 960px;
 	margin: 0 auto;
 }
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 15px;
	line-height: 35px;
/*	text-transform: uppercase;*/
	border-left: 1px solid #302e2e;
	border-right: 1px solid #000;
}
/*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: 5px;
	right: 10px;
}
input[type=text], textarea {
	position: relative;
    background: #fff url('../../img/ta-bg.gif') top left repeat-x;
    border: 1px solid #000;
    border-top: 1px solid #0a0a0a;
    color: #444;
    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: 8px;
	right: 15px;
	background:url(../../img/Search16.png) no-repeat;
	cursor:pointer;
	width: 16px;
	height: 16px;
	border: none;
	text-indent: -9999px;
	
}
/* Header ----------------------------------------- */
#header_wrap {
	height: 125px;
	border-bottom: 1px solid #3e3e3e;
	margin: 0 auto;
}

#header {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

#logo {
	width: 225px;
	height: 84px;
	float: left;
	display: block;
	margin: 41px 0 0;
	background: url(../../img/logo.png) no-repeat;
	text-indent: -9999px;
}

.contact {
	float: right;
	width: 200px;
	text-align: right;
	margin: 25px 0 0 0;
}


.contact strong {
	font:bold 183%/24px Arial, Helvetica, sans-serif;
	color:#9d9d9d;
	margin:0;
	height: 32px;
	padding:0 0 0 28px;
/*	background: url(../../img/phone.png) no-repeat 0 50%;*/
}

.contact ul.primary li a{
	float: right;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 16px;
	text-decoration: none;
	line-height: 1!important;
}


.contact ul li.email a{
	background: url(../../img/mail.png) no-repeat left 50%;
}
.contact ul li.email a:hover{
	text-shadow: #e9e9e9 0 0 10px
}

.contact ul.social{
	margin-top: 12px;
	float: right;
}
.contact ul.social li {
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.contact ul.social li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
    -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!
}

.contact ul.social  a.youtube {background: url(../../img/youtube_16.png) no-repeat 0 0;}
.contact ul.social  a.twitter {background: url(../../img/twitter_16.png) no-repeat 0 0;}
.contact ul.social  a.linkedin {background: url(../../img/linkedin_16.png) no-repeat 0 0;}
.contact ul.social  a.rss {background: url(../../img/rss_16.png) no-repeat 0 0;}


/* 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: 262px;
	float: left;
	clear: both;
	padding: 0;
	margin: 20px 0 0;
	overflow: hidden;
}
/* Navigation ----------------------------------------- */
/*** 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:			35px; /* 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;
}


/*** Superfish Skin Reworked 15.07.10 ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 12px 8px 12px 10px;
	font-weight: bold;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#9d9d9d;
}
.sf-menu li li {
	background:	#302e2e;
	border: 1px solid #302e2e;
	border-top: 0;
}
ul.sf-menu li li:first-child {
	border-top: 1px solid #302e2e;
}

.sf-menu li li li {
	background:		#302e2e;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#413f3f;
	outline:		0;
	color: #A39161;
}

/*.sf-menu {
	float:			left;
}
.sf-menu a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*!/
	padding: 1em 8px 1em 10px;
	font-weight: bold;
/*	color: #666;*!/
	text-decoration:none;
}
/*.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:	#e0dacc;
	border: 1px solid #302e2e;
	border-top: 0;
}
ul.sf-menu li li:first-child {
	border-top: 1px solid #302e2e;
}

.sf-menu li li a {
	color: #5B5837;
	background:	#e0dacc;
	text-shadow:0 1px 0 #FFFFFF;
}
/*.sf-menu li li li {
	background:		#eee;
}*!/
/*.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #5B5837;
	background:	red;
	text-shadow:0 1px 0 #FFFFFF;
}*!/

.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:		red;
	outline:		0;
	color: #261C02;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		red;
	outline:		0;
}*/

/*** 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 -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.2em;
	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:  0 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;
}


#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;
	position: relative;
}

#content_main {
	display: block;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 580px;
/*	background: #eee*/
}

#content_sidebar {
	display: block;
	float: right;
	width: 300px;
	padding: 20px 0 20px;
/*	background-color: #ccc;*/
}

#content_main img {
/*	display: block;
	margin: 0 auto;/* Centre img*/
	border: 10px solid #9d9d9d;	
}

#content_main img.no_border {
	border: none;
}


#content_main p a {
}

#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(../../img/list_arrow.gif);*/
	padding: 3px 0 2px 12px;
	background: url("../../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 #000;
	border-bottom: 1px solid #302e2e;
}

#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(../../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: 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 {
/*float: left;*/
background: #1a1a1a;
border-bottom: 1px solid #333;
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(../../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:#1a1a1a url(../../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 #302e2e;
border-right: 1px solid #000;
border-top: 1px solid #000;
text-shadow:none;
}

#tabs ul li a.first_tab {
border-left: 1px solid #1a1a1a;
}

#tabs ul li a:hover, #tabs li.ui-state-active a {
	border-bottom:1px solid #1a1a1a;
	position: relative;
	top: 1px;
	
}
#tabs li.ui-state-active a {
	border-bottom:1px solid #1a1a1a;
	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;
	color: #666;
	text-shadow: #151515 -1px -1px 0;
}

.contact_form input[type=text] {
	color: #333;
	height: 20px;
	width: 248px;
	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, #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;
}


.news div.blog_feed {
	margin: 0;
	padding: 0;
}

p.error,.thanks,.message {
	font-size: 110%;
	color: #FC0;
	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(../../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;
	background: #1a1a1a;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	min-height: 48px;
	position: relative;
	-webkit-border-radius: 7px;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: box-shadow;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.products {
	width: 260px;
	margin-right: 20px;
	padding: 20px;
	background:#1a1a1a url(../../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;
}



#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: #1a1a1a;
height: 180px;
/*position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: -999;*/
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../../img/footer_shadow.png) top 50% no-repeat;
}

#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 #302e2e;
}
* 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 #000;
/*	border-right: none;*/
}
#footer ul#foot_nav_3 {
	border-right: none;
}
#footer li a {
line-height: 1.75em;
}

#footer li a:hover {
	text-shadow: #e9e9e9 0 0 10px
}

#footer img {
	float: right;
	margin: 20px 10px 0px;
}
div#footer_contact {
	float: right;
	margin: 0 10px 0 0;
}

/* Buttons ----------------------------------------- */
.silver.button, .silver.button:visited		{ background-color: #6b6d71; }
	.silver.button:hover						{ background-color: #525457; }
	.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: 10px;
	background-color: #a39161; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	overflow: visible;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-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:#a39161 url(../../img/alert-overlay.png) 0% 0% repeat-x;
}

/*div > .button, li > .button {
	background:#a39161 url(../../img/alert-overlay.png) 0% 0% repeat-x;
}*/

	.button:hover							{ background-color: #5d5a38; 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;
	}
/* 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(../../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(../../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; }
