﻿/*********************************************************************
SUB NAVIGATION
**********************************************************************/
#subNav
	{
	width: 165px;
	float: left;
	margin: 0 18px 0 0;
	}

#subNav ul
	{
	margin: 0;
	padding: 4px 10px 16px 10px;
	list-style-type: none;
	background: #023F6C;
	}

#subNav ul.sub
	{
	background: #023F6C;
	font-size: 13px;
	}

#subNav ul.sub li
	{
	font-weight: bold;
	border-bottom: 2px solid #386D9F;
	padding: 7px 0 7px 0;
	position:relative;
	}

#subNav ul.sub li.on
	{
	border-bottom: 2px solid #386D9F;
	}

#subNav ul.sub li a
	{
	display: block;
	color: #fff;
	background: url(images/arrow_subnav.gif) right no-repeat;
	}

#subNav ul.sub li a:hover
	{
	color: #efb31b;
	}

#subNav ul.sub li.on a
	{
	color: #efb31b;
	background: url(images/arrow_subnav_on.gif) right no-repeat;
	}

#subNav ul.sub ul.tertiary
	{
	text-transform: capitalize;
	margin: 3px 0 8px 0;
	padding: 0;
	}

#subNav ul.sub ul.tertiary li
	{
	border: none;
	padding: 3px 0 3px 0;
	font-weight: normal;
	}

#subNav ul.sub ul.tertiary li a
	{
	display: block;
	color: #fff;
	padding: 0 0 0 14px;
	background: url(images/arrow_white.gif) left no-repeat;
	}

#subNav ul.sub ul.tertiary li a:hover
	{
	color: #efb31b;
	}

#subNav ul.sub ul.tertiary li.on a
	{
	font-weight: bold;
	background: url(images/arrow_white.gif) left no-repeat;
	color: #efb31b;
	}

#subNav ul.sub ul.tertiary ul.quad
	{
	text-transform: capitalize;
	font-size: 11px;
	margin: 0 0 8px 28px;
	padding: 0;
	list-style-type: disc;
	color: #fff;
	}

#subNav ul.sub ul.tertiary ul.quad li
	{
	border: none;
	padding: 3px 0 3px 0;
	font-weight: normal;
	}

#subNav ul.sub ul.tertiary ul.quad li a
	{
	display: block;
	color: #fff;
	padding: 0;
	background: none;
	font-weight: normal;
	}

#subNav ul.sub ul.tertiary ul.quad li a:hover
	{
	color: #efb31b;
	}

#subNav ul.sub ul.tertiary ul.quad li.on a
	{
	font-weight: bold;
	color: #efb31b;
	background: none;
	}
	
#subNav ul.sub ul.customers
	{
	text-transform: capitalize;
	margin: 0 0 25px 0;
	padding: 0;
	}

#subNav ul.sub ul.customers li
	{
	border: none;
	padding: 3px 0 3px 16px;
	font-weight: normal;
	}

#subNav ul.sub ul.customers li a
	{
	color: #fff;
	background: url(images/arrow_white.gif) right no-repeat;
	}

#subNav ul.sub ul.customers li a:hover
	{
	color: #efb31b;
	}

#subNav ul.sub ul.customers li.on a
	{
	font-weight: bold;
	background: url(images/arrow_white.gif) right no-repeat;
	color: #efb31b;
	}

#subNav ul.sub ul.customers .header
	{
	font-weight: bold;
	color: #5b8dc2; 
	text-transform: inherit;
	border-bottom: 1px dotted #fff;
	display: block;
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
	}

/*********************************************************************
MAIN CONTENT
**********************************************************************/
#content	
	{
	float: left;
	width: 500px;
	padding: 0 0 15px 0;
	}

#content h1	
	{
	margin: 0 0 20px 0;
	}
	
#contentNoRight	
	{
	float: left;
	width: 756px;
	padding: 0 0 15px 0;
	}

#contentNoRight h1	
	{
	margin: 0 0 20px 0;
	}
	

#contentNoLeft	
	{
	float: left;
	width: 690px;
	padding: 0 0 15px 0;
	}

#contentNoLeft h1	
	{
	margin: 0 0 20px 0;
	}
	
		

/*********************************************************************
BREADCRUMBS
**********************************************************************/
#breadcrumbs
	{
	width: 952px;
	height: 30px;
	float: left;
	font-size: 11px;
	color: #908f8f;
	padding: 0 0 0 8px;
	}

#breadcrumbs ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#breadcrumbs ul li
	{
	float: left;
	}

#breadcrumbs ul li a
	{
	color: #908f8f;
	text-decoration: underline; 
	}

#breadcrumbs ul li a:hover
	{
	color: #000;
	}

#breadcrumbs ul li.on a
	{
	color: #000;
	text-decoration: none; 
	}

/*********************************************************************
TESTIMONIALS
**********************************************************************/
#testimonials
	{
	float: right;
	width: 234px;
	height: 369px;
	background: #4378AE;
	padding: 10px 0 10px 0;
	margin: 0 0 15px 15px;
	}

#testimonials h2
	{
	padding: 0 0 8px 10px;
	color: #fff;
	}	

#testimonials h3
	{
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #666;
	margin: 0 0 8px 0;
	}

#testimonials p
	{
	font-size: 11px;
	color: #222222;
	line-height: 1.6em;
	padding: 0 0 7px 0;
	}

#testimonials .name
	{
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #444444;
	float: right;
	}
	
.testimonialSlider                         
	{ 
	width: 214px; 
	height: 305px; 
	position: relative;
	float: left;
	border-top: 2px solid #3C6E9F;
	border-bottom: 2px solid #3C6E9F;
	background: #E8E8EA url(images/bkg_testimonials.gif) top left repeat;
	padding: 10px;
	}
	
.testimonialSlider .wrapper                
	{ 
	width: 214px; 
	height: 305px;  
	overflow: auto; 
	position: absolute; 
	}
	
.testimonialSlider .wrapper ul             
	{ 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0;
	margin: 0;
	padding: 0;
	}
	
.testimonialSlider ul li                   
	{ 
	display: block; 
	float: left; 
	margin: 0;
	padding: 0; 
	width: 214px; 
	height: 305px;  
	}

#thumbNav                               
	{ 
	position: relative;
	top: 320px; 
	text-align: center; 
	}
	
#thumbNav a                             
	{ 
	display: inline-block;
	font-size: 2px;
	color: #fff; 
	margin: 4px;
	width: 10px;
	height: 10px;
	background: url(images/circle_white.gif) center no-repeat; 
	text-align: center;
	overflow: hidden; 
	}
	
#thumbNav a:hover                       
	{ 
	background: url(images/circle_blue.gif) center no-repeat;
	color: #033F6D; 
	}
	
#thumbNav a.cur                        
	{ 
	background: url(images/circle_blue.gif) center no-repeat;
	color: #033F6D;  
	}

/*
  Prevents
*/
.testimonialSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.testimonialSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
.forward {display: none;}
.back {display: none;}


#vid-testimonials .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat;
       
	}

#vid-testimonials .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}


/*********************************************************************
NEWSROOM
**********************************************************************/
.newsroom h3
	{
	width: 315px;
	float: left;
	display: block;
	padding: 0 0 5px 0;
	}

.newsroom h3 a
	{
	color: #044674;
	}

.newsroom h3 a:hover
	{
	color: #333;
	}

.newsroom .heading
	{
	background: #4477B0 url(images/bkg_heading.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 13px 11px 13px;
	display: block;
	float: left;
	}

.newsroom a.rss
	{
	float: right;
	color: #959595;
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/icon_rss.gif) left no-repeat;
	padding: 0px 0 3px 20px;
	}
	
.newsroom .notfound
{
	float: left;
	width: 474px;
	clear: both;
	padding: 10px 0 0 0;
}
.newsroom a:hover.rss
	{
	color: #333;
	}

.newsroom .item
	{
	padding: 6px 13px 6px 13px;
	border-bottom: 2px solid #fff;
	width: 474px;
	clear: both;
	}

.newsroom .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.newsroom .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.newsroom .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.newsroom .date
	{
	float: right;
	font-size: 10px;
	color: #4377ae;
	}

.newsroom .excerpt
	{
	clear: both;
	display: block;
	padding: 11px 0 0 0;
	border-top: 1px dotted #666;
	}

.newsroom .excerpt img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}

.newsroom .pager
	{
	margin: 7px 0 0 0; 
	}

.newsroom a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.newsroom a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
.newsroom .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}

/*********************************************************************
QUOTES FROM BANKERS
**********************************************************************/

.quotes .item
	{
	padding: 0 13px 0 13px;
	width: 474px;
	clear: both;
	}

.quotes .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.quotes .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.quotes .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.quotes .excerpt
	{
	clear: both;
	display: block;
	
	}

.quotes .pager
	{
	margin: 7px 0 0 0; 
	}

.quotes a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.quotes a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
.quotes .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}
#quotesDisclaimer p
{
	font-size: 11px;
	line-height: 1.5em;
}	
/*********************************************************************
CAREERS
**********************************************************************/
#careersDisclaimer p
{
	font-size: 11px;
	line-height: 1.5em;
	margin: 15px 0 15px 0;
}
/*********************************************************************
BIO LISTS
**********************************************************************/

.bios td
	{
	vertical-align: top;
	}
.bios .index
	{
	width: 496px;
	font-size: 11px;
	}
.bios .indexItem
	{
	margin: 0px 1px 2px 1px;
	padding: 4px 1px 4px 1px;
	width: 246px;
	clear: both;
	}
.bios .indexItem a
	{
	font-size: 11px;
	}
.bios .item
	{
	padding: 13px 13px 0 0px;
	width: 474px;
	clear: both;
	}

.bios .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.bios .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.bios .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}
.bios .return
	{
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	}

.bios img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}
/******************************************************************
Webinars
********************************************************************/

.webinars td
	{
	vertical-align: top;
	}
.webinars .index
	{
	width: 496px;
	font-size: 11px;
	}
.webinars .index .item
	{
	padding: 4px 2px 4px 2px;
	width: 248px;
	clear: both;
	}

.webinars .item
	{
	padding: 13px 13px 0 0px;
	width: 474px;
	clear: both;
	}

.webinars .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}
.webinars span
	{
	font-size: 11px;
	line-height: 1.5em;
	}
.webinars .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.webinars .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.webinars img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}
	
.subwebinars
{
	margin: 0 0 20px 0;
}
.subwebinars .item
	{
	padding: 7px 7px 0 0px;
	clear: both;
	width: 350px;
	text-align: right;
	}

.subwebinars .item a
	{
	font-size: 10px;
	line-height: 1.5em;
	}

.subwebinars .light
	{
background-image: none;	
	}

.subwebinars .dark
	{
 background-image: none;
	}

/*********************************************************************
EVENTS
**********************************************************************/
.events h3
	{
	width: 315px;
	float: left;
	display: block;
	padding: 0px 0 5px 0;
	}

.events h3 a
	{
	color: #044674;
	}

.events h3 a:hover
	{
	color: #333;
	}

.events .heading
	{
	background: #4477B0 url(images/bkg_heading.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 13px 11px 13px;
	display: block;
	float: left;
	}

.events a.rss
	{
	float: right;
	color: #959595;
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/icon_rss.gif) left no-repeat;
	padding: 0px 0 3px 20px;
	}
	
.events a:hover.rss
	{
	color: #333;
	}

.events .item
	{
	padding: 13px 13px 8px 13px;
	width: 474px;
	clear: both;
	}

.events .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.events .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.events .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.events .date
	{
	float: right;
	font-size: 10px;
	color: #4377ae;
	}

.events .excerpt
	{
	clear: both;
	display: block;
	}

.events .excerpt img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}

.events .pager
	{
	margin: 7px 0 0 0; 
	}

.events a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.events a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
.events .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}


/*********************************************************************
CASE STUDIES
**********************************************************************/
.casestudies h3
	{
	width: 315px;
	float: left;
	display: block;
	padding: 0 0 5px 0;
	}

.casestudies h3 a
	{
	color: #044674;
	}

.casestudies h3 a:hover
	{
	color: #333;
	}

.casestudies .heading
	{
	background: #4477B0 url(images/bkg_heading.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 13px 11px 13px;
	display: block;
	float: left;
	}

.casestudies a.rss
	{
	float: right;
	color: #959595;
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/icon_rss.gif) left no-repeat;
	padding: 0px 0 3px 20px;
	}
	
.casestudies a:hover.rss
	{
	color: #333;
	}

.casestudies .item
	{
	padding: 13px 13px 0 13px;
	border-bottom: 2px solid #fff;
	width: 474px;
	clear: both;
	}

.casestudies .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.casestudies .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.casestudies .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.casestudies .date
	{
	visibility: hidden;
	}

.casestudies .excerpt
	{
	clear: both;
	display: block;
	padding: 11px 0 0 0;
	border-top: 1px dotted #666;
	}

.casestudies .excerpt img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}

.casestudies .pager
	{
	margin: 7px 0 0 0; 
	}

.casestudies a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.casestudies a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
.casestudies .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}

/*********************************************************************
JOBLISTINGS
**********************************************************************/
.jobpostings h3
	{
	width: 315px;
	float: left;
	display: block;
	padding: 0 0 5px 0;
	}

.jobpostings h3 a
	{
	color: #044674;
	}

.jobpostings h3 a:hover
	{
	color: #333;
	}

.jobpostings .heading
	{
	background: #4477B0 url(images/bkg_heading.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 13px 11px 13px;
	display: block;
	float: left;
	}

.jobpostings a.rss
	{
	float: right;
	color: #959595;
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/icon_rss.gif) left no-repeat;
	padding: 0px 0 3px 20px;
	}
	
.jobpostings a:hover.rss
	{
	color: #333;
	}

.jobpostings .item
	{
	padding: 7px 13px 22px 0;
	border-bottom: 2px solid #fff;
	width: 474px;
	clear: both;
	}

.jobpostings .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.jobpostings .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.jobpostings .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.jobpostings .date
	{
	float: right;
	font-size: 10px;
	color: #4377ae;
	/*hide date for jobpostings*/
	visibility: hidden;
	}

.jobpostings .excerpt
	{
	clear: both;
	display: block;
	padding: 11px 0 0 0;
	border-top: 1px dotted #666;
	}

.jobpostings .excerpt img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}

.jobpostings .pager
	{
	margin: 7px 0 0 0; 
	}

.jobpostings a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.jobpostings a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
.jobpostings .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}

/*********************************************************************
ALLIANCES AND ENDORSEMENTS
**********************************************************************/

.alliances td
	{
	vertical-align: top;
	}
.alliances .indexItem
	{
	margin: 0px 1px 2px 1px;
	padding: 4px 2px 4px 2px;
	width: 248px;
	clear: both;
	}
.alliances .indexItem a
	{
	font-size: 11px;
	}
.alliances .item
	{
	padding: 13px 13px 0 0;
	width: 474px;
	clear: both;
	}

.alliances .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.alliances .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.alliances .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}
.alliances .return
	{
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	}
.alliances img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}

/*********************************************************************
DASHBOARD
**********************************************************************/

#dashboard-services {
	float: left;
	margin-right: 20px;
}

#dashboard-resources {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
	clear: right;
}

.dashboard img {
	margin: 3px;
	vertical-align: text-top;	
}

.dashboard h3
	{
	width: 315px;
	float: left;
	display: block;
	padding: 0 0 5px 0;
	}

.dashboard h3 a
	{
	color: #044674;
	}

.dashboard h3 a:hover
	{
	color: #333;
	}

.dashboard .heading
	{
	background: #4477B0 url(images/bkg_heading.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 13px 11px 13px;
	display: block;
	float: left;
	}

.dashboard a.rss
	{
	float: right;
	color: #959595;
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/icon_rss.gif) left no-repeat;
	padding: 0px 0 3px 20px;
	}
	
.dashboard a:hover.rss
	{
	color: #333;
	}

.dashboard .item
	{
	padding: 13px 13px 0 13px;
	border-bottom: 2px solid #fff;
	width: 430px;
	clear: both;
	}

.dashboard .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.dashboard .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.dashboard .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.dashboard .date
	{
	float: right;
	font-size: 10px;
	color: #4377ae;
	}

.dashboard .excerpt
	{
	clear: both;
	display: block;
	padding: 11px 0 0 0;
	border-top: 1px dotted #666;
	}

.dashboard .excerpt img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0 10px 0 0; 
	}

.dashboard .pager
	{
	margin: 7px 0 0 0; 
	}

.dashboard a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.dashboard a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
	
.dashboard .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}




/*********************************************************************
SEARCH RESULT
**********************************************************************/
.search h3
	{
	width: 315px;
	float: left;
	display: block;
	padding: 0 0 5px 0;
	}

.search h3 a
	{
	color: #044674;
	}

.search h3 a:hover
	{
	color: #333;
	}

.search .item
	{
	padding: 6px 6px 0 6px;
	border-bottom: 2px solid #fff;
	width: 664px;
	clear: both;
	}

.search .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.search .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.search .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}

.search .date
	{
	float: right;
	font-size: 10px;
	color: #4377ae;
	}

.search .excerpt
	{
	clear: both;
	display: block;
	padding: 6px 0 0 0;
	}
.search .excerpt .highlight
	{
	background: yellow;
	}

.search .pager
	{
	margin: 7px 0 0 0; 
	}

.search a.prev
	{
	float: left;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 3px 12px;
	background: url(images/arrow_blueLeft.gif) left no-repeat;
	}

.search a.next
	{
	float: right;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 12px 3px 0;
	background: url(images/arrow_blueRight.gif) right no-repeat;
	}
.search .pagecounter
	{
	padding: 0 0 3px 100px;
	font-size: 11px;
	}
/*********************************************************************
SERVICES
**********************************************************************/
.services .heading
	{
	background: #4477B0 url(images/bkg_heading.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 12px 13px 11px 13px;
	display: block;
	float: left;
	}

.services a.rss
	{
	float: right;
	color: #959595;
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-size: 11px;
	background: url(images/icon_rss.gif) left no-repeat;
	padding: 0px 0 3px 20px;
	}
	
.services a:hover.rss
	{
	color: #333;
	}

.services .item
	{
	padding: 13px 13px 0 13px;
	border-bottom: 2px solid #fff;
	width: 474px;
	clear: both;
	}

.services .item p
	{
	font-size: 11px;
	line-height: 1.5em;
	}

.services .serviceDetail 
	{
	float: left;
	width: 176px;
	margin: 0 25px 0 0;
	}

.services .serviceDetail img 
	{
	border: 1px solid #F3F7F8;
	padding: 3px;
	margin: 0 10px 0 0;
	}

.services .serviceDetail ul 
	{
	margin: 4px 0 10px 0;
	padding: 9px 12px 9px 12px;
	background: #F2F6F7;
	list-style-type: none;
	font-size: 11px;
	}

.services .serviceDetail li 
	{
	padding: 4px 0 4px 12px;
	background: url(images/arrow_blueGray.gif) left no-repeat;
	}

.services .serviceDetail li a
	{
	color: #033f6d;
	text-decoration: underline;
	}

.services .serviceDetail li a:hover
	{
	color: #333;
	}

.services ul 
	{
	font-size: 11px;
	margin: 0px 0px 10px 10px;
	}

.services li 
	{
		padding: 2px 0 2px 1px;
		
	}

.services .light
	{
	background: url(images/bkg_itemLight.gif) top left repeat; 
	}

.services .dark
	{
	background: url(images/bkg_itemDark.gif) top left repeat; 
	}
	
	
	

/*********************************************************************
TAB CALLOUT
**********************************************************************/
#tabCallout .buttons li
	{
	float: left;
	margin: 0;
	}
	
#tabCallout .buttons a
	{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	background: #d4d4d4 url(images/bkg_tabs.gif) bottom left repeat-x;
	padding: 8px 9px 8px 9px; 
	display: block;
	color: #000;
	cursor: pointer;
	}

#tabCallout .buttons a:hover
	{
	color: #125687;
	}

#tabCallout .ui-tabs-nav .ui-tabs-selected a {
    background-image: none;
	background-color: #DEDEE0;
	}

#tabCallout .tabContent
	{
	background: #DEDEE0; 
	padding: 15px 10px 0 10px;
	float: left;
	width: 236px;
	}

#tabCallout .tabContent img
	{
	float: left;
	border: 1px solid #c8c8c8;
	padding: 3px;
	margin: 0 10px 0 0; 
	}

#tabCallout .item
	{
	margin: 0 0 15px 0;
	}

#tabCallout .webinars
	{
	padding: 7px;
	background: #E8E8E8;
	}
	
#tabCallout .title
	{
	font-size: 11px;
	line-height: 1.4em;
	}

#tabCallout .webinars .title
	{
	font-size: 11px;
	line-height: 1.4em;
	}

#tabCallout .whatsnew
	{
	padding: 7px;
	background: #E8E8E8;
	}

#tabCallout .whatsnew .title
	{
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
	}
#tabCallout .whatsnew .date
	{
		height: 0px;
	visibility: hidden;
	}

#tabCallout .title a
	{
	text-decoration: underline;
	color: #333;
	}

#tabCallout .title a:hover
	{
	text-decoration: underline;
	color: #125687;
	}

#tabCallout .date
	{
	font-size: 10px;
	font-weight: bold;
	color: #5381ac;
	display: block;
	margin: 3px 0 0 0;
	}

#tabCallout .detail
	{
	font-size: 11px;
	display: block;
	margin: 5px 0 0 0;
	line-height: 1.5em;
	}

#tabCallout .bottom
	{
	border-top: 1px solid #fff;
	background: #D4D4D4;
	padding: 4px 8px 0 8px;
	height: 18px;
	position: relative;
	left: -10px;
	font-size: 11px;
	width: 240px;
	}

#tabCallout .bottom a
	{
	padding: 0 0 0 10px;
	background: url(images/arrow_blue.gif) left no-repeat;
	float: left;
	}

#tabCallout .bottom a.rss 
	{
	float: right;
	background: none;
	margin: 0 -8px 0 0;
	}
	
#tabCallout .bottom a.rss img
	{
	border: none;
	padding: 0;
	}

/*********************************************************************
GENERIC CALLOUT
**********************************************************************/
.callout
	{
	margin: 0 0 19px 0;
	}

.callout p
	{
	font-size: 11px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	}

.callout h6
	{
	border-bottom: 1px dotted #666;
	margin: 0 0 8px 0;
	}
	
.callout .calloutBttn
	{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	background: #DEDEE0;
	padding: 8px 10px 8px 10px; 
	display: block;
	float: left;
	color: #000;
	}

.callout .calloutContent
	{
	padding: 10px 10px 2px 10px;
	background: #DEDEE0;
	width: 236px;
	clear: left;
	}

.callout .calloutContent a
	{
	text-decoration: underline;
	}

.callout .item
	{
	margin: 0 0 10px 0;
	padding: 11px;
	background: #E8E8E8;
	}