html, body{
	background-image: url(../images/common2/greyXBG.gif);
	margin-top: 0px;
	padding-top: 0px;
}

td {
	vertical-align:top;
}
img {
	border: 0px;
}

/* ==============================
Layout for Frames used in all pages 
================================= */
#pageFrame {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align:left; /* counteract the IE5/Win page center above  */
	border-top: none;
}

#siteFrame {
	background-color:#FFFFFF;
	/*border: 1px solid #AAA9AB;*/
	padding: 27px 20px 20px 20px;
	background-repeat:repeat-y;
    width:960px;
	background-image: url(../images/common/background.gif);
}

#topFrame{
	position: relative;
	border: 0px;
	margin: 0px;
	border: 1px solid #ffffff;
}

#topNavFrame{
	float: left;
	border: 0px;
	margin: 0px;
	padding-right:130px;
}

#logoFrame{
	float: right;
	border: 0px;
	margin: 0px;
}


/* ==============================
Layout for Frames used in homepage 
================================= */

#homeContentFrame{
	width: 900px;
	margin: 9px 0px 0px 0px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	text-align: center;
}

#homeFooterFrame{
	width: 760px;
	margin: 0px auto;
	text-align:center; /* counteract the IE5/Win page center above  */
	padding-top: 10px;
}

/* ==============================
Layout for Frames used in site selector 
================================= */
#ss_mainImage {
	/*background: url('images/siteSelector/ss_mainImage.gif') no-repeat;*/
	left: 23px;
	width:721px;
	height:382px;

}
/* ==============================
Layout to clear the float problem
================================= */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ==============================
Layout for Frames used in most content pages 
================================= */
#bannerFrame{
	width: 960px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	clear:both;
}

#contentFrame{
	width: 938px;
	margin: 9px 0px 0px 0px;
	background-color: #C1B4AD;
	padding: 12px 12px 12px 12px;
	clear: both;
}

#whiteColumnBackground{
	background-color:#ffffff; 
}

#leftColumnFrame{
	background-color:#FFFFFF;
	width: 420px;
	padding: 20px 21px 20px 21px;
}

#rightColumnFrame{
	background-color:#FFFFFF;
	width: 420px;
	padding: 20px 21px 20px 21px;
	float: right;
}

/* this column will wrap around the longest column therefor the html 'brownColumn' div tag will have to wrap around the appropriate column div */
#brownColumnLeft{
	width: 475px;
	background-color:#C1B4AD;
	float: left;
	padding: 0px 0px 0px 0px;
}

#brownColumnRight{
	width: 354px;
	background-color:#C1B4AD;
	float: right;
	padding: 0px 0px 0px 0px;
}

#subNavFrame{
	background-color: #666666;
}

#subNavFrameFR{
	background-color: #666666;
	height: 107px;
}


#printableSubNav{
	background-color: #666666;
	display: none;
}


/* ================================
Layout for frames in Area of Expertise and Contact
=================================== */

#leftColumnFrameExpertise{
	background-color:#FFFFFF;
	width: 382px;
	padding: 20px 21px 20px 21px;
	float: left;
}

#rightColumnFrameExpertise{
	background-color:#FFFFFF;
	width: 410px;
	padding: 20px 21px 20px 21px;
}

#brownColumnRightExpertise{
	width: 452px;
	background-color:#C1B4AD;
	padding: 0px 0px 0px 12px;
	float: right;
}

/* ================================
Layout for frames in Team
=================================== */

#whiteColumnBackgroundTeam{
	background-color:#ffffff; 
}


#teamInfoHeaderFrame{
	padding: 20px 21px 0px 21px;
}

#teamSelectorFrame{
	float: left;
	width: 189px;
	padding: 0px;
	margin: 0px;
}

#teamTextFrame{
	float:right;
	width: 658px;
}

#teamInfoFrame{
	clear: both;
	padding: 20px 21px 0px 21px;
}

#teamNamesFrame{
	float:left;
	width: 135px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ==============================
Layout for Frames used in Privacy Policy
================================= */

#privacyFrame{
	padding: 20px 21px 20px 21px;
}

#whiteColumnBackgroundPrivacy{
	background-color:#ffffff; 
}

/* ==============================
Layout for Frames used in main navigation 
================================= */

#clientsFrame{
	float: left;
}

#candidatesFrame{
	float: left;
}

#lockFrame{
	float: left;
}

#infoFrame{
	float: left;
	width: 360px;
	padding-top: 15px;
	background-color: #666666;
}

#infoFrameFR{
	float: left;
	width: 340px;
	height: 82px;
	padding-top: 15px;
	background-color: #666666;
}


