/* CSS Investment Management 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{
background:url(../images/sys/investmentManagement_Headmaster.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;
}

#contentContainerMenuless {
	background:url(../images/sys/inside_mainContentNoCol.gif) repeat-y; /*chevrons and 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;
}


/*CENTER COLUMN BEGINS*/

#centerCol{
float:left;
width:750px;
}

/*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;
}

/*-----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;
}

/*RIGHT COL GUTTER CONTROLS*/
.rightColGutter{
padding:0 29px 0 0px;
}
/*PAGE BOOKMARKS GUTTER CONTROLS*/
.pageBookmarksGutter{
padding:5px 29px 0 0;
}

.containerListTopGutter{
padding-top:29px;
}
