/* CSS Philanthropy 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------*/


/*-----YELLOW MENU STYLES--------*/
#yellowMenu {
	float:left;
	padding-left:6px;
	margin-top:66px;
}
#yellowMenu .yellowMenuSpacer {
	padding-right:6px;
}
#yellowMenu ul {
	list-style:none;
}
#yellowMenu li {
	float:left;
	padding-right: 6px;
}
/*-----YELLOW MENU STYLES ENDS------*/


/*-----HEADER STYLES ENDS------*/

/*-----HEADMASTER STYLES------*/
#headMaster{
background:url(../images/sys/community_Headmaster_fr.jpg) no-repeat;
width:950px;
height:83px;
}

/*-----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;
}
/*-----PAGE BOOKMARKS STYLES------*/
#pageBookmarks{
width:950px;
height:34px;
text-align:right;
display:block;
}


/*CENTER COLUMN BEGINS*/

#centerCol{
float:left;
width:750px;
}



/*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*/

/*START LEFT and RIGHT PANES and Gutters FOR STAND UP FOR KIDS PAGE*/


#leftPane{
float:left;
width:442px;
}

#rightPane{
float:left;
width:308px;
}

.leftPaneGutter{
padding:0 29px 12px 29px;
}

/*RIGHT COL GUTTER CONTROLS*/
.rightPaneGutter{
padding:0 29px 0 0px;
}

#sponsorCol{
float:right;
width:750px;
}

.floatbreaker{ 
clear:both;
float:right;  
}

/*-----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;
} 

.sponsorColGutter{
padding:0 29px 12px 29px;
}

/*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;
}