/*Home Banner with Tabs*/
#tabBanner {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	width: 736px;
	color: #f9f9f9;
	overflow:hidden;
	height: 227px;
	padding: 0px;
	background: url('../../images/site/homebannerbgbox.gif') no-repeat 0 0;
}
#tabBanner .tBox {
	border: 7px solid #636466;
	border-right: none;
	float: left;
	height: 213px;
	width: 494px;
	padding: 0 7px 0 0;
	background: url('../../images/site/homebannerbg.gif') no-repeat 0 0;
	font-size: 14px;
	position:relative;
}
#tabBanner .tBox h1 {
	padding: 17px 8px 0 17px;
	color: #f9f9f9;
	font-size: 22px;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
}
#tabBanner .tBox h1 a {
	text-decoration: none;
	color: #f9f9f9;
}
.tBox strong {
	font-weight: bold;
}
.tBox p {
	margin: 5px 0px;
	line-height: 17px;
	padding: 3px 17px 0;
}
#tabBanner .tBox p a {
	color: #fdaf0e;
	font-weight: bold;
}
#tabBanner .tBox span.learnmore {
	height: 22px;
	width: 92px;
	display:block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../../images/site/learn-more-bg.gif') no-repeat 0 0;
	margin: 0 7px 0 0;
}
#tabBanner .tBox span.learnmore a {
	color: #f9f9f9;
	font-size: 11px;
	font-weight: bold;
	display:block;
	padding: 4px 0 0 18px;
}
#tabBanner .tBox span.learnmore a:hover { 
 	color: #fdaf0e;
}
/* Buttons */
span#tabButtons {
	float: left;
	width: 228px;
}
.feat-sol {
	margin: 2px 0 3px;
	padding: 0px;
}
span#tabButtons ul {
	height: 200px;
	padding: 0px;
}
span#tabButtons ul, span#tabButtons ul li {
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	overflow:hidden;
	margin-left: -7px;
	background-color: #636466;
}
#sitebox #tabBanner div.nosee {
	display:none;
}
#tabBanner .tabNav {
	overflow:hidden;
}
/*not selected*/
#tabBanner .tabNav li {
	padding: 2px 0 2px;	
	margin: 0px;
}
#tabBanner .tabNav li a {
	cursor:pointer;
	display:block;
	text-decoration:none;
	padding:0px;
	margin: 0px;
	height:60px;
}
#sitebox #tabBanner .tabNav li#noborder, #sitebox #tabBanner .tabNav li#noborder a {
	display:none;
	margin: 0px;
	padding: 0px;
}
#tabBanner .tabNav li a#SecAssessBtn {
	background: url('../../images/site/featuredpanels/security-assess.gif') no-repeat 0 -60px;
	margin-top: 3px;
}
#tabBanner .tabNav li a#RiskAssessBtn {
	background: url('../../images/site/featuredpanels/risk-assess.gif') no-repeat 0 -60px;
}
#tabBanner .tabNav li a#ITsecAuditBtn {
	background: url('../../images/site/featuredpanels/it-security-audit.gif') no-repeat 0 -60px;
}

/*selected*/
#tabBanner .tabNav li.selected a#SecAssessBtn, #tabBanner .tabNav li a#SecAssessBtn:hover {
	background: url('../../images/site/featuredpanels/security-assess.gif') no-repeat 0 0;
}
#tabBanner .tabNav li.selected a#RiskAssessBtn, #tabBanner .tabNav li a#RiskAssessBtn:hover {
	background: url('../../images/site/featuredpanels/risk-assess.gif') no-repeat 0 0;
}
#tabBanner .tabNav li.selected a#ITsecAuditBtn, #tabBanner .tabNav li a#ITsecAuditBtn:hover {
	background: url('../../images/site/featuredpanels/it-security-audit.gif') no-repeat 0 0;
}
/*link states*/
#tabBanner .tabNav li a:hover {
}
#tabBanner .tabNav li a:active {
}