.wideHeader {
	width: 70%;
	display: inline-block;
	float: left;
}

#featuredNumbers {
	width: 30%;
	text-align: right;
}

.currentFeaturedClient {
	border-bottom: 1px solid #BBBBBC;
}

.featuredNumbersSeparator {
	background: url(../images/featuredLinksDivider.gif) no-repeat center left;
	width: 13px;
	float: left;
	height: 24px;
}

#featuredClientOuterContainer {
	clear: both;
}

#featuredClientContainer {
	height: 306px;
	width: 597px;
	background: url(../images/featuredClientBox.gif) no-repeat top left;
	padding-top: 16px;
}

#featuredNumbers a {
	display: inline-block;
	width: 16px;
	height: 24px;
	float: left;
}

a#featuredClientOne {
	background: url(../images/one.gif) no-repeat top left; 
}
a#featuredClientOne:hover {
	background: url(../images/one_over.gif) no-repeat top left;
}

a#featuredClientTwo {
	background: url(../images/two.gif) no-repeat top left; 
}
a#featuredClientTwo:hover {
	background: url(../images/two_over.gif) no-repeat top left;
}

a#featuredClientThree {
	background: url(../images/three.gif) no-repeat top left; 
}
a#featuredClientThree:hover {
	background: url(../images/three_over.gif) no-repeat top left;
}

a#featuredClientFour {
	background: url(../images/four.gif) no-repeat top left; 
}
a#featuredClientFour:hover {
	background: url(../images/four_over.gif) no-repeat top left;
}

#featuredClientLeftColumn {
	width: 250px;
	float: left;
	
}

#featuredClientRightColumn {
	width: 345px;
	float: right;
}

#featuredClientTitle {
	margin-left: 12px;
	width: 226px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	height: 30px;
	line-height: 30px;
	font-size: 11pt;
	font-weight: bold;
}

#featuredClientContentContainer {
	margin-left: 20px;
	width: 218px;
	margin-top: 10px;
}

.featuredClientHeader {
	color: #1A5FD1;
	font-size: 11pt;
	font-weight: bold;
}

#featuredClientImageContainer {
	height: 231px;
	width: 335px;
	margin-right: 13px;
}

#featuredClientLinks {
	margin-top: 15px;
	margin-right: 13px;
	width: 335px;
}

#featuredClientLinks a {
	width: 32%;
	display: inline-block;
	color: #434343;
	text-decoration: underline;
	text-align: center;
}

#featuredClientLinks a:hover {
	text-decoration: none;
}

#recentClientsContainer {
	width: 100%;
	clear: both;
	padding-top: 30px;
}

.recentClientFrame {
	width: 25%;
	background: url(../images/iconBorder.gif) no-repeat center center;
	height: 136px;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.recentClientFrame a img {
	margin-top: 9px;
	margin-left: auto;
	margin-right: auto;
	width: 161px;
	height: 111px;
	border: none;
}

#recentClientsHeader {
	margin-left: 25px;
}

#portfolioGalleryContainer {
	width: 810px;
	height: 417px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.panelOverlayTitle {
	float: left;
	padding-bottom: 0.2em;
	font-weight: bold;
	font-size: 12pt;
	width: 60%;
	padding-top: 5px;
}

.panelOverlayWebsite {
	float: right;
	width: 20%;
	text-align: right;
}
.panelOverlayWebsite a {
	color: #FFFFFF;
	text-decoration: underline;
}

.panel .panel-overlay .panelOverlayWebsite a:hover { 
	color: #279AC1; 
	text-decoration: none; 
	font-weight: bold; 
}

.panel .panel-overlay .panelOverlayDetails a:hover { 
	color: #279AC1; 
	text-decoration: none; 
	font-weight: bold; 
}

.panelOverlayDetails {
	float: right;
	width: 20%;
	text-align: right;
}
.panelOverlayDetails a {
	color: #FFFFFF;
	text-decoration: underline;
}
.panelOverlayDetails a:hover {
	text-decoration: none;
}

.panelOverlayDesc {
	clear: both;
}

h1.portfolioTitle {
	font-size: 18pt;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	color: #356AA0;
	font-weight: bold;
}