/* 
==================
INDEX PAGE STYLES
==================
 */

body		{
 	background:url(../images/page_bg.jpg) repeat-x #FDFCFC;
	margin:0px;
	font-family: Arial, sans serif;
	font-size:12px;
	line-height:16px;
 	}

.wrapper	{
	width:954px;
	margin:0px 0px 0px 0px;
	}
.content_wrapper	{
	width:702px;
	background:url(../images/mc_bg.jpg) repeat-y;
	float:right;
	padding:0px 25px 0px 25px;
	min-height:610px;
	height:100%;
	}
	
/*
====================
NAV STYLES
====================
*/
	
.main_nav	{
	width:594px;
	}

.nav_btn_ctn	{
	margin-right:2px;
	height:32px;
	float:left;
	}

.nav_btn_l	{
	background:url(../images/nav_l.jpg) no-repeat;
	width:10px;
	height:32px;
	float:left;
	}

.nav_btn_m	{
	background:url(../images/nav_bm.jpg) repeat-x bottom #DFE5D4;
	float:left;
	height:32px;
	}

.nav_btn_m a	{
	color:#36512E;
	display:block;
	font-size:12px;
	text-decoration:none;
	padding:5px 2px 2px 2px;
	}

.nav_btn_m a:hover	{
	background:url(../images/nav_arrow.jpg) top no-repeat;
	}
	
.nav_btn_r	{
	background:url(../images/nav_r.jpg) no-repeat;
	width:10px;
	height:32px;
	float:left;
	}
	
/*
====================
CONTENT STYLES
====================
*/

.main_content	{
	clear:both;
	padding:10px;
	width:594px;
	}
	
.main_content h1	{
	color:#606656;
	font-size:16px;
	line-height:21px;
	}
	
.main_content a	{
	color:#506F52;
	}	

hr	{
	color:#B5BCA8;
	}

.ns_ctn	{
	float:left;
	padding:0px 7px 0px 0px;
	}
	
.nature_source	{
	border:1px solid #D1D5C8;
	}

.total_control	{
	float:right;
	}	
	
hr	{
	clear:both;
	}
	
.footer	{
	text-align:center;
	font-size:11px;
	line-height:16px;
	}
	
.footer a	{
	text-decoration:none;
	}

/*
====================
LEFT MODULE STYLES
====================
*/

.left_ctn	{
	width:143px;
	float:left;
	position:relative;
	top:25px;
	left:66px;
	}

.left_ctn form	{
	padding:0px 0px 10px 10px;
	}

.left_ctn form select	{
	border:1px solid #000;
	width:120px;
	}
	
.left_top	{
	background:url(../images/left_top.jpg) no-repeat;
	width:143px;
	height:9px;
	margin-bottom:-5px;
	}
	
.left_content	{
	background:url(../images/left_bg.jpg) repeat-y;
	width:143px;
	}

.left_content h1	{
	background:#818F69;
	color:#fff;
	font-size:13px;
	margin:2px 0px 0px 0px;
	padding:2px 2px 2px 10px;;
	}

.left_content ul	{
	margin:5px 0px 0px 25px;
	padding:0px 0px 5px 0px;
	color:#818F69;
	}

.left_content span	{
	color:#000;
	}

.left_content a	{
	color:#36512e;
	}

.left_content a.more_link	{
	margin-left:25px;
	}

.left_content form	{
	padding:5px 0px 0px 10px;
	}

.left_content form select	{
	border:1px solid #000;
	width:120px;
	}

.left_bottom	{
	background:url(../images/left_bottom.jpg) no-repeat;
	width:143px;
	height:9px;
	}
