@charset "UTF-8";
/* CSS Document */

#subpageContentWrapper{/* This wrapper surrounds the main body of a subpage.  Header, top and bottom nav is not included inside this div.*/
	margin-top:65px;
}

#subPageContent{
	padding:20px 10px 0px 230px !important;
	*:padding:20px 10px 0px 10px!important;
	padding:20px 10px 0px 10px;
	min-height:480px;
	width:680px;
}
#subPageContent ul{	
	margin:0 0 8px 30px;
}
#subPageContent ul li{
	line-height:16px;
	margin:0 0 3px 0;
}

/******************************************************************************
								Right Bar items 
******************************************************************************/	
#rightBarWrapper{
	position:absolute;
	width:216px;
	margin-left:780px !important;
	*:margin-left:530px !important;
	margin-left:580px;
	top:160px;
	height:100%;	
}

#whatsNew, #Questions, #didYouKnow{	
	margin:10px 0;	
}
#whatsNewTitle, #QuestionsTitle, #didYouKnowTitle{
	width:216px;
	height:26px;
	padding-bottom:6px;
}

#whatsNewContent, #QuestionsContent, #didYouKnowContent{
	background:url(../i/subpage/secondary_box_bg.gif) repeat-y;
	padding:8px 8px;
}

#whatsNewContent p, #QuestionsContent p, #didYouKnowContent p{
	font-size:1em;
	margin: 0 0 5px 0;
	color:#272425;
}
#whatsNewContent h1, #QuestionsContent h1, #didYouKnowContent h1 {
	font-size: 1.1em;
	width:198px;
	padding:0 0 0 18px;
	margin:0;
	background:url(../i/subpage/secondary_box_bullet_green.gif) no-repeat left;
	color:#5A8D10;
}

#whatsNewTitle{
	background:url(../i/subpage/secondary_box_whats_new.gif) no-repeat;
}
#QuestionsTitle{
	background:url(../i/subpage/secondary_box_questions.gif) no-repeat;
}
#didYouKnowTitle{
	background:url(../i/subpage/secondary_box_did_you_know.gif) no-repeat;
}
/******************************************************************************
								 Type 
******************************************************************************/	

p {
	font-size:1.2em !important;
	*:font-size:1.2em !important;
	font-size:1em;
	line-height:16px;
	margin: 0 0 10px 0;
	color:#272425;
}
h1{
	width:485px;
	
}
	
h2{}
h3{}

.h1_business{
	height:58px;
	background:url(../i/subpage/title_bg_business.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
.h1_arts{
	height:58px;
	background:url(../i/subpage/title_bg_arts.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
.h1_diamonds{
	height:58px;
	background:url(../i/subpage/title_bg_diamonds.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
.h1_energy{
	height:58px;
	background:url(../i/subpage/title_bg_energy.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
.h1_fur{
	height:58px;
	background:url(../i/subpage/title_bg_fur.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
.h1_mining{
	height:58px;
	background:url(../i/subpage/title_bg_mining.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
.h1_tourism{
	height:58px;
	background:url(../i/subpage/title_bg_tourism.jpg) no-repeat;
	font-size:1.2em;
	font-weight:bold;
	padding:10px 0 0px 70px;
	margin:0 0 -50px 0;
	color:#636466;
}
h2.h1_textBottom{
	position:relative;	
	font-size:1.6em;
	font-weight:bold;
	padding:5px 0 30px 70px !important;
	*:padding:5px 0 30px 70px !important;
	padding:5px 0 30px 70px;
	color:#0A6EB6;
}

.readmore{
	color:#5A8D10;
}
