/* CSS Document */

#sidebar {
	display: none;
	}
	
#breadcrumb {
	display: none;
	}
	
#content {
	border: none;
	padding: 0;
	min-height: 300px;
	float: none;
	width: auto;
	}
	
#content h1, #content h3 {
	display: none;
	}

#header {
	background: url(images/header.gif);
	}
	
#menu_container {
	z-index: 2000;
	}
	
#menu a {
	color: #fff;
	}
	
#menu a:hover {
	text-decoration: underline;
	background: #00a6e2;
	}
	

	
#main_pre {
	margin-top: -110px;
	z-index: 0;
	}
	
#theme_strip {
	display: none;
	}
	
#main {
	background: none;
	}
	
#main_panel img {
	display: block;
	}
	
#main_panel_tag {
	position: absolute;
	top: 180px;
	left: 40px;
	width: 420px;
	}
	
#main_panel_tag h2 {
	font-size: 30px;
	font-style: italic;
	color: #fff;
	line-height: 30px;
	}
	
#feature_strip {
	height: 115px;
	background: url(images/feature_strip.gif) repeat-x top;
	padding: 5px 0 0;
	position: relative;
	}
	
#content #feature_strip ul {
	padding: 0;
	margin: 0;
	height: 115px;
	}
	
#content #feature_strip li {
	padding: 0;
	background: none;
	float: left;
	margin: 0;
	height: 115px;
	}
	
#content #feature_strip a {
	display: block;
	width: 215px;
	height: 85px;
	background: url(images/fs_software.gif) no-repeat;
	border: none;
	margin: 0;
	padding: 30px 70px 0 15px;
	color: #fff;
	position: relative;
	}
	
#content #feature_strip a:hover {
	background-position: 0 -115px;
	}
	
#content #feature_strip a em {
	display: none;
	}
	
#content a#fs_information {background-image: url(images/fs_information.gif);}
#content a#fs_consulting {background-image: url(images/fs_consulting.gif);}

/*** Home Content ***/

* html #home_content {
	height: 1px;
	}
	

.home_content_panel {
	width: 260px;
	background: url(images/welcome_panel.gif) no-repeat right top;
	float: left;
	padding: 10px 20px 0;
	}
	
.home_content_panel h2 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 5px 0;
	}
	
.home_content_panel h4 {
	margin: 0;
	}
	
.home_content_panel img.certification
{
	padding:19px 0 10px 74px;
	float:none;

}	
	
#content a.more {
	color: #96bf0d;
	font-size: 12px;
	border: none;
	background: url(images/more.gif) no-repeat right top;
	padding: 3px 30px 3px 3px;
	line-height: 22px;
	}
	
#content a.more:hover {
	color: #fff;
	background: #96bf0d url(images/more.gif) no-repeat right top;
	}
	
#content a.more_small {
	color: #96bf0d;
	font-size: 11px;
	border: none;
	background: url(images/bullet_green.gif) no-repeat right center;
	padding: 0 16px 0 0;
	line-height: 22px;
	}
	
#content a.more_small:hover {
	color: #fff;
	background: #96bf0d url(images/bullet_green.gif) no-repeat right center;
	}
	

	
.more em, .more_small em {
	display: none;
	}

#content .home_content_panel ul {
	margin: 10px 0;
	}
	
#content .home_content_panel li {
	background: url(images/bullet_green.gif) no-repeat left 2px;
	}
	
#content .home_content_panel li a {
	color: #4d5a11;
	}

#content .home_content_panel li a:hover {
	color: #fff;
	background: #96bf0d;
	}
	
/*** News Item ***/
.news_item {
	margin: 10px 0 20px;
	}

.news_item h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
	line-height: 14px;
	}
	
.news_item h6 {
	color: #96bf0d;
	font-size: 10px;
	}
	
#content .news_item p {
	line-height: 14px;
	margin: 5px 0;
	}
