/* CSS Layout DundeeWealth World Map Site */

/*	GLOBAL RESETS */
* {
	margin:0;
	padding:0
}

p{
margin:5px 0;
}
/*	END OF GLOBAL RESETS */
/*This resets the default font size to 10px from the default 16px to make the calculations based on em easier*/
body {
	background: #e9eef2 url(../images/sys/background_image2.gif) repeat-x;
}
#wrapper {
	min-width:950px !important;
	min-height:670px !important;
	width:950px; /* hack for IE*/
	height:670px;
	background-color:#FFFFFF;
	position: relative;
	margin: 0px auto 0 auto;
	text-align:center;
	border:#333333 1px solid;
}
/*-----HEADER STYLES--------*/
#header {
	width:950px;
	height:108px;
	background-color:#ffffff;
	position: absolute;
	text-align:left;
	top:0;
	left:0;
}
#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------*/

/*-----WORLD MAP STYLES--------*/

#worldMap {
	width:950px;
	height:300px;
	position:absolute;
	top: 108px;
	left:0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
}
/*-----WORLD MAP STYLES ENDS--------*/

/*-----MAIN MENU STYLES*-------------/

/*This hides the text on the main menu for a since they are images*/
#mainMenu #whoweare a span, #mainMenu #investor a span, #mainMenu #philanthropy a span, #mainMenu #careers a span, #mainMenu #about a span {
	display:none;
}
/*This hides the text on the main menu since they are images*/
#mainMenu #whoweare span, #mainMenu #investor span, #mainMenu #philanthropy span, #mainMenu #careers span, #mainMenu #about a span {
	display:none;
}
#mainMenu {
	background:url(../images/sys/menu_Bkgd.gif) repeat-x;
	width:950px;
	height:48px;
	position:absolute;
	top:404px;
	left:0;
}
#mainMenu ul {
	list-style:none;
}
#mainMenu li {
	float:left;
	padding-right: 20px;
}
/*ABOUT US STYLE*/
#mainMenu #whoweare a:link, #mainMenu #whoweare a:visited {
	background:url(../images/sys/menuWhatsNew_Off_fr.gif) no-repeat;
	width:152px;
	height:48px;
	position:absolute;
	outline:none;/*removes outline on links in FF*/
}
/*#mainMenu #whoweare a:hover{
background:url(../images/sys/menuWho_Off.gif) no-repeat;
width:149px;
height:48px;
position:absolute;
outline:none;removes outline on links in FF

}*/
#mainMenu #whoweare a:active {
	background:url(../images/sys/menuWhatsNew_On_fr.gif) no-repeat;
	width:152px;
	height:48px;
	position:absolute;
	outline:none;/*removes outline on links in FF*/
}
#mainMenu #whoweare a.selected {
	background:url(../images/sys/menuWhatsNew_On_fr.gif) no-repeat;
	width:152px;
	height:48px;
	position:absolute;
}
/*INVESTOR RELATIONS STYLE*/
#mainMenu #investor a:link, #mainMenu #investor a:visited {
	background:url(../images/sys/menuInvestorRel_Off_fr.gif) no-repeat;
	width:254px;
	height:48px;
	position:absolute;
	left: 152px;
	outline:none;/*removes outline on links in FF*/
}
/*#mainMenu #investor a:hover{
	background:url(../images/sys/menuInvestorRel_Off.gif) no-repeat;
	width:173px;
	height:48px;
	position:absolute;
	left: 149px;
	outline:none;removes outline on links in FF
}*/
#mainMenu #investor a:active {
	background:url(../images/sys/menuInvestorRel_On_fr.gif) no-repeat;
	width:254px;
	height:48px;
	position:absolute;
	left: 152px;
	outline:none;/*removes outline on links in FF*/
}
#mainMenu #investor a.selected {
	background:url(../images/sys/menuInvestorRel_On_fr.gif) no-repeat;
	width:254px;
	height:48px;
	position:absolute;
}
/*PHILANTHROPY STYLE*/
#mainMenu #philanthropy a:link, #mainMenu #philanthropy a:visited {
	background:url(../images/sys/menuCommunity_Off_fr.gif) no-repeat;
	width:140px;
	height:48px;
	position:absolute;
	left: 406px;
	outline:none;/*removes outline on links in FF*/
}
/*#mainMenu #philanthropy a:hover{
background:url(../images/sys/menuPhilanthropy_Off.gif) no-repeat;
width:140px;
height:48px;
position:absolute;
left: 322px;
outline:none;removes outline on links in FF
}*/
#mainMenu #philanthropy a:active {
	background:url(../images/sys/menuCommunity_On_fr.gif) no-repeat;
	width:140px;
	height:48px;
	position:absolute;
	left: 406px;
	outline:none;/*removes outline on links in FF*/
}
#mainMenu #philanthropy a.selected {
	background:url(../images/sys/menuCommunity_On_fr.gif) no-repeat;
	width:140px;
	height:48px;
	position:absolute;
	outline:none;/*removes outline on links in FF*/
}
/*CAREERS STYLE*/
#mainMenu #careers a:link, #mainMenu #careers a:visited {
	background:url(../images/sys/menuCareers_Off_fr.gif) no-repeat;
	width:190px;
	height:48px;
	position:absolute;
	left: 546px;
	outline:none; /*removes outline on links in FF*/
}
/*#mainMenu #careers a:hover{
background:url(../images/sys/menuCareers_Off.gif) no-repeat;
width:105px;
height:48px;
position:absolute;
	left: 462px;
	outline:none;removes outline on links in FF
}*/
#mainMenu #careers a:active {
	background:url(../images/sys/menuCareers_On_fr.gif) no-repeat;
	width:190px;
	height:48px;
	position:absolute;
	left: 546px;
	outline:none; /*removes outline on links in FF*/
}
#mainMenu #careers a.selected {
	background:url(../images/sys/menuCareers_On_fr.gif) no-repeat;
	width:190px;
	height:48px;
	position:absolute;
}
/*ABOUT US STYLE*/
#mainMenu #about a:link, #mainMenu #about a:visited {
	background:url(../images/sys/menuAboutUs_Off_fr.gif) no-repeat;
	width:172px;
	height:48px;
	position:absolute;
	left: 740px;
	outline:none; /*removes outline on links in FF*/
}
#mainMenu #about a:active {
	background:url(../images/sys/menuAboutUs_On_fr.gif) no-repeat;
	width:172px;
	height:48px;
	position:absolute;
	left: 740px;
	outline:none; /*removes outline on links in FF*/
}
#mainMenu #about a.selected {
	background:url(../images/sys/menuAboutUs_On_fr.gif) no-repeat;
	width:172px;
	height:48px;
	position:absolute;
}

/*-----MAIN MENU STYLES ENDS------*/

/*CONTENT MENU CONTAINER STYLES */

#defaultMenuContainer {
	background-color:#f9f4ea;
	width:950px;
	height:218px;
	position:absolute;
	top:452px;
	left:0;
	text-align:left;
}

#whoweareContainer{
float:left;
width:950px;
height:218px;
}

#investorRelationsContainer{
float:left;
width:950px;
height:218px;
}

#philanthropyContainer{
float:left;
width:950px;
height:218px;
}
#careersContainer{
float:left;
width:950px;
height:218px;
}
#aboutContainer{
float:left;
width:950px;
height:218px;
}

#leftColumn{
float:left;
width:532px;
}

#rightColumn{
float:left;
width:253px;
}

#worldmapThumb{
float:left;
width:165px;
}
/*-----MENU CONTAINER STYLES ENDS------*/

/*RIGHT COLUMN STYLES FOR LISTS */

.quickLinks {
padding-left:20px;
}

.quickLinks li{
padding:0 0 10px 5px;
}

.quickFacts {
padding-left:20px;
}

.quickFacts li{
padding:0 0 10px 5px;
}

/*FOOTER STYLE BEGINS*/
#footer{
	text-align:right;
	width:570px;
	height:41px;
	position:absolute;
	top:671px;
	left:380px;
}

/*FOOTER STYLE ENDS*/

/*GUTTER CONTROLS*/

/*TAKES CARE OF MARGIN FOR MAIN CONTENT HOLDER i.e. defaultMenuContainer*/

.worldmapThumbGutter{
padding:32px 32px 0 32px;
}

.leftColumnGutter{
padding:32px 32px 0 0;
}

.rightColumnGutter{
padding:32px 32px 0 0;
}


