body#home h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #750809;
	font-size: 19px;
	padding: 7px 0 0;
	margin: 0;
}
/*Primary Content*/
body#home #primaryContent {
	margin: 15px 0 0 0;
	width: 547px;
	background-image: none;
	padding: 0;
}
body#home #primaryContent h1#highlights {
	padding: 5px 0 0;
}
#primaryContent img.connectdots {
	border-bottom: 2px #c4c4c4 solid;
	padding: 8px 27px 20px 9px ;
	margin: 0 0 13px -10px;
}
#primaryContent ul#whoUsingChi {
	margin: 0;
}
#primaryContent ul#whoUsingChi li {
	font-size: 12px;
	color: #000;
	width: 255px;
	margin: 0px 15px 0px 0px;
	padding: 10px 0 0;
	float:left;
	line-height: 17px;
	list-style-image: none;
}
#primaryContent img#FBI {
	margin: -8px 0 0;
}
#primaryContent img.whoislogos {
	float:left;
	padding: 0 10px 0 0;
	margin: 5px 0 0;
}
#primaryContent img.learnmore {
	margin: 10px 0 10px -4px;
}
#primaryContent a.learnMore {
	color: #0084ca;
	font-weight: bold;
	display:block;
	margin: 10px 0 10px -4px;
	padding: 5px 0 0 15px;
	text-decoration: none;
	width: 152px;
	height: 23px;
	background: url('../../images/learn-more-button-home.gif') no-repeat 0 0;
}
body#home #primaryContent a.learnMore:hover {
	background: url('../../images/learn-more-button-home.gif') no-repeat -169px top;
	color: #8b0304;
}
/*Secondar Content*/
body#home #secondaryContent {
	border-left: 2px #c4c4c4 solid;
	padding: 0 0 0 20px;
	margin: 15px 0 0;
	width: 246px;
	background-image: none;
}
body#home #secondaryContent ul li {
	font-size: 12px;
	margin: 10px 25px 10px 0;
	line-height: 16px;
}
body#home #secondaryContent a {
	color: #000;
}
#rssSubscribe {
	margin: 20px 0 0;
	height: 31px;
}
body#home #rssSubscribe a {
	color: #8c0305;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
}
#rssSubscribe img {
	vertical-align: middle;
	margin: 0 0 0 5px;
}

/*Home Banner with Tabs*/
#homeBanner {
	background:#FFFFFF;
	height:374px;
	overflow:hidden;
	background:#750809 url(../../images/logobgcorner.gif) no-repeat top left;
}
#homeBanner .tBox {
	height: 337px;

}
#homeBanner .tabNav {
	background:#efefef;
	display:block;
	font-size: 16px;
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	height:32px;
	overflow:hidden;
	width:822px;
	border-bottom: 2px solid #750809;
}
#homeBanner #industry {
	display:none;
}
#homeBanner .tabNav li {
	float:right;
	height:32px;
	width:274px;
}
#homeBanner .tabNav li.tabNoLink {
	float:left;
	font-size: 17px;
	letter-spacing: 0em;
	padding: 7px 0 0;
	text-align: center;	
}
/*not selected*/
#homeBanner .tabNav li a {
	background: url(../../images/tab-not-selectedbg.gif) repeat-x 0 0;
	cursor:pointer;
	display:block;
	height:32px;
	text-decoration:none;
}
#homeBanner .tabNav li a span#agovernment {
	background:url(../../images/government-tab.gif) no-repeat center 100%;
	display:block;
	height:32px;
	text-align: center;	
}
#homeBanner .tabNav li a span#aindustry {
	background:url(../../images/industry-tab.gif) no-repeat center 100%;
	display:block;
	height:32px;
	text-align: center;	
}
/*selected*/
#homeBanner .tabNav li.selected a {
	background: url(../../images/tab-selectedbg.gif) repeat-x 0 0;
	color:#eee;
	width: 274px;
}
#homeBanner .tabNav li.selected a span#aindustry {
	background: url(../../images/industry-tabsel.gif) no-repeat center 100%;
}
#homeBanner .tabNav li.selected a span#agovernment {
	background: url(../../images/government-tabsel.gif) no-repeat center 100%;
}
/*link states*/
#homeBanner .tabNav li a:hover {
	background: #750809;
}
#homeBanner .tabNav li a:active {
	background: #750809;
	color:#eee;
	display: block;
}
