/* CSS ir_common Layout DundeeWealth World Map Site */

#insidewrapper {
	min-width:950px !important;
	width:950px; /* hack for IE*/
	background-color:#FFFFFF;
	position: relative;
	margin: 0 auto;
	text-align:center;
}
/*-----HEADER STYLES--------*/
#header {
	width:950px;
	height:108px;
	background:url(../images/sys/headerBackground.gif) repeat-y;
	text-align:left;
}
#logo {
	float:left;
	margin-left:1px;
}
/*-----SUB MENU STYLES--------*/
#subMenu {
	float:right;
}
#subMenu .subMenuSpacer {
	padding-right:6px;
}
#subMenu ul {
	list-style:none;
}
#subMenu li {
	float:left;
	padding-right: 20px;
}
/*-----SUB MENU STYLES ENDS------*/


/*-----HEADER STYLES ENDS------*/

/*-----HEADMASTER STYLES------*/
#headMaster {/*for investor relations section*/
	background:url(../images/sys/investorRelations_headmaster.jpg) no-repeat;
	width:950px;
	height:84px;
}
#careersheadMaster {/*for careers section*/
	background:url(../images/sys/careers_headmaster.jpg) no-repeat;
	width:950px;
	height:84px;
}
#aboutheadMaster {/*for about section*/
	background:url(../images/sys/header_about.jpg) no-repeat;
	width:950px;
	height:84px;
}
/*-----CONTENT CONTAINER STYLES------*/

#contentContainer {
	background:url(../images/sys/inside_mainContentFauxCol.gif) repeat-y; /*grey and white col background*/
	width:950px;
	height:auto;
	text-align:left;
	float:left;
	border-bottom: 1px solid #cccccc;
}
/*-----CONTENT CONTAINER WITH NO SIDEBAR MEU STYLES------*/

#contentContainerMenuless {
	background:url(../images/sys/inside_mainContentBorderWhite.gif) repeat-y; /*white with border background*/
	width:950px;
	height:auto;
	text-align:left;
	float:left;
	border-bottom: 1px solid #cccccc;
}
/*-----PAGE BOOKMARKS STYLES------*/
#pageBookmarks {
	width:950px;
	height:34px;
	text-align:right;
	display:block;
}
/*THIS STYLE IS FOR THE BREADCRUMB TITLES THAT APPEAR ON TOP OF SECTION HEADERS SITE WIDE*/
/*TO INSTANTIATE BREADCRUMBS ON PAGE UNCOMMENT THIS TOO*/
/*#breadcrumbTitles {
	text-align:left;
	width:400px;
	float:left;
}
*//*TO INSTANTIATE BREADCRUMBS ON PAGE UNCOMMENT THIS TOO*/

/*#printandemail {
width:279px;
float:right;
}*/

/*CENTER COLUMN BEGINS*/

#centerCol {
	float:left;
	width:750px;
}
/*CENTER COLUMN FOR INVESTORE RELATIONS LANDING PAGE ONLY*/

#center2Col {
	float:left;
	width:442px;
}
/*CENTER COLUMN BEGINS WITH NO LEFT HAND MENU*/
#fullcenterCol {
	float:left;
	width:950px;
}
/*RIGHT COL BEGINS*/

#rightCol {
	float:left;
	width:308px;
}
#rightCol ul.newsRelease {
	list-style:none;
}
#rightCol ul.newsRelease li {
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:1em;
	border-bottom: #CCCCCC dotted 1px;
}
/*CENTERCOL LEFT AND RIGHT COLUMNS*/

#containerList {
	width:692px;
}
#centerLeftCol {
	float:left;
	width:331px;
}
.centerLeftColGutter {
	margin-right:29px;
}
#centerRightCol {
	width:332px;
	float:left;
}
/*END OF CENTERCOL LEFT AND RIGHT COLUMNS*/



/*-----BOARD OF DIRECTORS LIST STYLES------*/

.bof {
	list-style:none;
}
.bof li {
	padding-bottom:20px;
}

ul.bof {
	margin-left:0px;
	padding-left:0px;
}

ul.bof li{
	margin-left:0px;
	padding-left:0px;
}

/*-----OFFICERSS LIST STYLES------*/

.officers {
	list-style:none;
}
.officers li {
	padding-bottom:20px;
}
/*FOOTER STYLE BEGINS*/

#footerContainer {
	width:950px;
	height:41px;
	margin:0 auto;
	text-align:center;
}
#footer {
	text-align:right;
}
/*#ir_corporategovernance #footerContainer #footer{
	border-top: 1px solid #999999;
}*/

/*FOOTER STYLE ENDS*/

/*----------GUTTER CONTROLS----------------------*/
.inside {
	padding:0 32px;
}
.insideSpecial { /*for right hand section on world map page*/
	padding:0 12px 0 32px;
}
.ontop {
	padding-top:16px;
}
.footerGutter {
	padding:0 0 16px 0;
}
/*INSIDE MAIN MENU GUTTER CONTROLS*/

.insidemainmenu {
	padding:0 15px 0 15px;
}
.mainContentTop {
	padding-top:34px;
}
/*INSIDE CENTRE COL GUTTER CONTROLS*/

.centerColGutter {
	padding:0 13px 29px 29px;
}
.center2ColGutter {
	padding:0 13px 29px 29px;
}
/*RIGHT COL GUTTER CONTROLS*/
.rightColGutter {
	padding:0 29px 0 0px;
}
/*PAGE BOOKMARKS GUTTER CONTROLS*/
.pageBookmarksGutter {
	padding:5px 29px 0 0;
}
/*CONTAINER LIST TOP GUTTER*/
.containerListTopGutter {
	padding-top:29px;
}
/*#ir_corporategovernance #insidewrapper #contentContainer #print_content #centerCol .centerColGutter #biopage*/

/* Added by Dale for the Directors and Officers bios and headshots. */

#centerCol #biopage {
	width:700px;
float:left;
	margin-bottom:20px;
	display: inline;
}
#biopage #bioimage {
	width:83px;
	padding-right:10px;
	float: left;
}
#biopage #biotext {
width:600px;
float:left;
}
