/*----Structural DIVs----*/

#content {
	background: url(images/backgrounds/content.gif) no-repeat;
	width: 742px;
	height: 483px;
	padding: 0;
}

/*----Other DIVs----*/

#flashBanner {
	width: 842px  !important;
	height: 244px;
	overflow: hidden;
	margin-left: -43px !important;
}

#firstRow {
	height: 310px;
}

#secondRow {
	height: 175px;
	float: left;
}

#firstCol,
#secondCol,
#thirdCol {
	padding: 20px 0 0 24px;
	width: 223px /*247px*/;
	display: inline;
	float: left;
}

.clientsBox {
	background: url(images/backgrounds/clientsBox.gif) no-repeat;
	height: 222px /*239px*/;
	width:  168px;
	padding: 17px 14px 0 14px;
}

#firstCol {
	background: transparent;
}
#secondCol {
	background: transparent;
}
#thirdCol {
	background: transparent;
}

#imageCol {
	padding: 20px 0 0 45px;
	width: 202px /*247px*/;
	display: inline;
	float: left;	
}

#newsCol {
	padding: 20px 0 0 24px;
	width: 471px /*495px*/;
	display: inline;
	float: left;
}

/*----Typography----*/

.hiddenText {
	display: none;
}

.headingClients {
	background: url(images/headings/clients.gif) no-repeat;
	width: 83px;
	height: 23px;
	display: block;
}

.headingNews {
	background: url(images/headings/news.gif) no-repeat;
	width: 61px;
	height: 22px;
	display: block;
}

.headingPeople {
	background: url(images/headings/people.gif) no-repeat;
	width: 74px;
	height: 23px;
	display: block;
}

.headingProjects {
	background: url(images/headings/projects.gif) no-repeat;
	width: 102px;
	height: 23px;
	display: block;
}

#firstCol p,
#secondCol p,
#thirdCol p {
	font: normal 14px/20px tahoma, verdana, arial, sans-serif;
	color: #000;
	margin-bottom: 15px;
}

#content h1 {
	margin-bottom: 10px;
}

.clientsBox h2 {
	font: bold 14px/16px tahoma, verdana, arial, sans-serif;
	color: #fff;
	margin-bottom: 15px;
}

.clientsBox ul {
	list-style: none;
	margin-bottom: 17px;
}

.clientsBox li {
	background: url(images/newsBullet.gif) no-repeat 2px 6px;
	font: normal 14px/16px tahoma, verdana, arial, sans-serif;
	color: #fff;
	padding-left: 15px;
	margin-top: 5px;
}

.clientsBox p {
	margin-top: 10px !important;
	font: normal 12px/16px tahoma, verdana, arial, sans-serif !important;
	color: #fff !important;
}

#newsCol ul {
	list-style: none;
}

#newsCol li {
	background: url(images/newsBullet.gif) no-repeat 2px 6px;
	font: normal 14px/16px tahoma, verdana, arial, sans-serif;
	color: #fff;
	padding-left: 15px;
	margin-top: 10px;
}

/*----Link Styles----*/

.clientsBox a {
	font: bold italic 14px/16px tahoma, verdana, arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

.clientsBox a:hover {
	color: #e89c18;
}

#newsCol a {
	font: normal 14px/16px tahoma, verdana, arial, sans-serif;
	color: #000;
	text-decoration: none;
}

#newsCol a:hover {
	color: #e89c18;
}

/*----Image Styles----*/

.bestCompanyLogo {
	margin: 20px 0 0 10px !important;
	padding-top: 3px !important;
}


/* ----- What's New Menu ----- */

#whatsNewMenu {
	background: #a7b6cd;
	width: 400px /*425px*/;
	list-style: none;
	padding: 10px 12px 10px 13px;
	color: #000;
	font: normal 13px/17px tahoma, verdana, arial, sans-serif;	
	margin: 0;
	margin-bottom: 20px;
}

#whatsNewMenu li {
	margin-bottom: 8px;
	background: url(../content/images/backgrounds/leftCol-subNav.gif) no-repeat 0 5px;
	padding-left: 10px;
}

#whatsNewMenu {
	color: #1f2755;
}

#whatsNewMenu a {
	text-decoration: none !important;
}

#whatsNewMenu a:hover {
/*	color: #dbe0e9; */
	color: #1f2755;
	text-decoration: underline !important;
}