@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:none;
}
html{
	height:101%;
}
/******************************************************************************
								 Layout 
******************************************************************************/							 
body{
	font-family:Helvetica, sans-serif;	
	background-color:#fff;
	font-size: 62.5%;
}
#wrapper{
	width:1000px;
	margin:0 auto;	
}

#header {}
#footer{
	clear: both;
	width:1000px;
	height:20px;
	background:url(../i/footer_bottom.gif) no-repeat bottom;
}
	
/******************************************************************************
								 Navigation 
******************************************************************************/	


#navTop {	/************TOP NAVIGATION************/
	display:none;
}
	


#navBottom {	/********BOTTOM NAVIGATION********/
	display:none;
}
				
	
#QuickLinks_dropNav{	/**QUICK LINKS DROP NAVIGATION**/
	display:none;
}
	
#subPageNavigation{		/**SUBPAGE NAVIGATION TEIR 1**/
	display:none;
}
/******************************************************************************
								 Search 
******************************************************************************/	
		
#search{
	display:none;
}
#srcString{display:none;}

/******************************************************************************
								 Type 
******************************************************************************/	

a {
	text-decoration:none;
}

/******************************************************************************
								 Classes 
******************************************************************************/	

.hCenter{ /* --------------- Center Horizontally ------------------ */
		position:absolute !important;	
		*:position:relative !important;
		position:relative;
		width: 50%;
		margin:0 auto;
		right: 0;
		left: 0;
	}
img.FloatRight{
	float:right;
	padding:0px 0 10px 10px;
}
img.FloatLeft{
	float:left;
	padding:0px 10px 10px 0;
}
img.Centre{
	display: block;
	margin:15px auto;
}
	
	
/******************************************************************************
						Home Page Print Styles
******************************************************************************/	
#homeContentWrapper{}
#homeContent{
	position:absolute;
	top:160px;
	margin-left:30px;
	width:470px;
}

/******Background image, right side of page******/

#bg_ImageTop{
	position:absolute;
	top:147px;
	margin-left:507px;
}
#bg_ImageBottom{
	position:absolute;
	top:299px;
	margin-left:689px;
}



/***************Home page buttons***************/

#btn-BusinessEconomic{
	position:absolute;
	top:299px;
	margin-left:0px;
}
#btn-Energy{
	position:absolute;
	top:299px;
	margin-left:170px;
}
#btn-miningoilgas{
	position:absolute;
	top:299px;
	margin-left:292px;

}
#btn_Diamonds{
	position:absolute;
	top:299px;
	margin-left:431px;
}
#btn_tourismparks{
	position:absolute;
	top:299px;
	margin-left:558px;
}

#btn_artscrafts{
	position:absolute;
	top:404px;
	margin-left:689px;
}

#btn_FurAgriculture{
	position:absolute;
	top:404px;
	margin-left:815px;
}

/*What's New, Questions*/
#bottomcontentWrapper{
	position:absolute;	
	width:1000px;
	margin:377px 0 5px 0 !important;
	*:margin:377px 0 5px 0 !important;
	margin:307px 0 5px 0;
	padding:0 0 0px 0;
	sbackground:url(../i/homepage/bg_home_bottom.gif) repeat-y;
	
	
	}
	#bottomcontentBackground{
		background:url(../i/homepage/bg_home_bottom.gif) repeat-y;
		height:100%;
		}
		#bg-whatsNewQuestions{
			float:left;
			width:558px;
			margin-top:0px;
			padding:0px;
			height:181px;
			background:url(../i/homepage/bg_whats_new_questions.jpg) no-repeat;
			}
			
			#whatsNewContent{		
				float:left;		
				margin:34px 0 0px 20px !important;	
				*:margin:34px 0 0px 20px !important;
				margin:34px 0 0px 10px;	
				width:230px;
			}		
			#QuestionsContent{
				position:relative;
				margin:56px 0 10px 285px !important;	
				*:margin:48px 0 10px 285px !important;
				margin:48px 0 10px 283px;
				width:230px;
			}
		


/******************************************************************************
								Home Page Type 
******************************************************************************/	


/********* Home Main Content *********/
#homeContent p {
	font-size:1.2em !important;
	*:font-size:1.2em !important;
	font-size:1em;
	line-height:16px;
	margin: 0 0 10px 0;
	color:#272425;
}
#homeContent h1 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
	color:#df7005;
}


/********* What's New Content *********/
#whatsNewContent p, #QuestionsContent p, #didYouKnowContent p{
	font-size:1.1em;
	margin: 0 0 5px 0;
	color:#272425;
}
#whatsNewContent h1, #QuestionsContent h1, #didYouKnowContent h1 {
	font-size: 1.1em;
	padding-left:18px;
	margin:7px 0;
	/*background:url(../i/homepage/bullet_whats_new.gif) no-repeat left;*/
	color:#0f92cc;
}

.readmore{
	color:#0f92cc;
}
