

#homeMain {
	margin: 0 auto; 
	padding: 0;
	width: 760px;
	background-color: #FFF;
	text-align: left;
}


/* --- Banner -- */

#homeBanner {
	margin: 0; padding: 0;
	width: 760px;
	height: 196px;
	background-color: #D4D4D4;
	clear: both;
}

#homeBanner #homeImg {
	width: 530px;
	float: left;
	display: inline;
	background: #D03C2B url(../images/banners/homeBg.jpg) no-repeat;
	text-align: right;
}
#homeImg img {
	display: inline;
}

#homeBanner #homeFeature {
	margin: 14px 0px 0 14px;
	padding: 0;
	width: 200px;
	float: left;
	display: inline;
}

#homeFeature img {
	margin-bottom: 10px;
	padding: 0;
}
#homeFeature img.feature {
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 0;
	float: left;
}
#homeFeature a img{
	margin: 0;
	padding: 0;
}



/* --- Main Content -- */

#homeContent {
	margin: 0;
	padding: 0;
	width: 760px;
	background-image: url(../images/home_contBg.gif);
	background-repeat: repeat-y;
}

#homeContLeft {
	margin: 9px;
	padding: 0;
	margin-bottom: 0;
	width: 510px;
	float: left;
	display: inline;
	border: 1px solid #EBEAE9;
}

#homeContLeft #homeServices{
	margin: 12px 0 12px 12px;
	padding: 0;
	width: 242px;
	float: left;
	display: inline;
	border-right: 1px solid #E5E5E5;
}
#homeContLeft #homeServices p {
	margin: 10px 10px 10px 0; 
}
#homeContLeft #homeServices li {
	margin: 6px 0 0 0;
	padding: 0;
	width: 230px;
	height: 38px;
}
#homeContLeft #homeServices li#consult {
	background: url(../images/buttons/home_servicesBg1.gif) no-repeat;
}
#homeContLeft #homeServices li#research {
	background: url(../images/buttons/home_servicesBg2.gif) no-repeat;
}
#homeContLeft #homeServices li#learning {
	background: url(../images/buttons/home_servicesBg3.gif) no-repeat;
}
#homeContLeft #homeServices li#workforce {
	background: url(../images/buttons/home_servicesBg4.gif) no-repeat;
}

#homeContLeft #homeNews{
	margin: 12px 12px 12px 15px;
	padding: 0;
	width: 224px;
	height: 380px;
	float: left;
	display: inline;
	overflow: auto;
	
}
#homeContLeft #homeNews .article
{
	margin-top: 10px;
}

#homeContLeft #homeNews .article .document
{
	margin-top: 5px;
	padding-left: 8px;
	background: url(../images/buttons/bullet.gif) no-repeat 0 4px;
}

#homeContRight {
	margin: 9px;
	margin-bottom: 0;
	padding: 0;
	width: 210px;
	float: left;
	display: inline;
	border: 1px solid #EBEAE9;
	background-color: #FAFAFA;
}

#homeContRight #homeCC {
	margin: 6px;
	padding: 0;
	
}
#homeCC img {
	margin: 0 0 10px 0;
	padding: 0;
}
#homeCC li {
	margin: 0 0 6px 8px;
	padding: 0;
}
#homeCC .moreBtn {
	margin: 0 0 0 8px;
	padding: 0;
}


#homeContRight .topC {
	background: url(../images/global/cornerSet2_tl.gif) no-repeat top left;
}
#homeContRight .topC div {
	background: url(../images/global/cornerSet2_tr.gif) no-repeat top right;
}
#homeContRight .botC {
	background: url(../images/global/cornerSet2_bl.gif) no-repeat bottom left;
}
#homeContRight .botC div {
	background: url(../images/global/cornerSet2_br.gif) no-repeat bottom right;
}


#homeCorners {
	margin: 0;
	padding: 0;
	width: 760px;
}


#homeFooter {
	margin: 5px auto 20px auto; 
	padding: 0;
	width: 760px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 55%;
}
#homeFooter #copy {
	margin-left: 10px;
	float: left;
}
#homeFooter #credit {
	margin-right: 10px;
	float: right;
}
#homeFooter a {
	color: #FCA893;
}
#homeFooter a:hover {
	color: #FFF;
}