/**
 *	The stylesheet of our greenness section.
 *	Tsuen "Chris" Siu
 */

/* ************************************************************************************** */
/* two column box  */ 
/* ************************************************************************************** */
.green_two_col_box {
/*	border:1px solid red; */
	display:block;
	padding:10px 20px;  
/*	width:100%; */
}
.green_two_col_box .left_col {
	float:left;	
}
.green_two_col_box .right_col {
	float:right	
}
 
 
/* ************************************************************************************** */
/* the green header box */ 
/* ************************************************************************************** */
.green_header_box {
/*	border:1px solid black;  */
}
.green_header_box img.icon {
	float:left;
}
.green_header_box .header {
/*	float:right; */ /* don't work in ie6 */
	margin-top:30px;
}

.green_header_box .header_2 {
/*	float:right; */ /* don't work in ie6 */
	margin-top:0px;
}

 
/* ************************************************************************************** */
/* the green menu */ 
/* ************************************************************************************** */
#green_menu_box {
/*border:1px solid black; */
	position:relative;
	top:-15px;
	left:15px;
	background: #fff url("../images/nav/green_menu_bg.png") no-repeat;  
	width:565px;
	height:113px;
}

#green_menu_box ul {
	display:block;
	float:left;
	list-style-type: none;
	position:relative;
	top:87px;
	left:4px;
}

#green_menu_box ul li{
	margin:0 0;
	position: relative;
	display: inline;
	float: left;
	text-align:center;	
}

#green_menu_box ul li a{
	font-weight:normal; 
	font-size:13px;
	color:#838383;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	text-decoration:none; 
}

#green_menu_box ul li a:hover{
	font-weight:bold; 
	color:#616161;
/*	text-decoration:none; */
	text-decoration:underline;
}

#green_menu_item_1 {
	width:85px;
}
#green_menu_item_2 {
	width:92px;
}
#green_menu_item_3 {
	width:90px;
}
#green_menu_item_4 {
	width:90px;
}
#green_menu_item_5 {
	width:88px;
}
#green_menu_item_6 {
	width:115px;
}

/* ************************************************************************************** */
/* article box, override the default in global.css */ 
/* ************************************************************************************** */
.article_box ul{
	padding:0px 35px; 
	list-style-type: square;
}

.article_box ul li{
/*border:1px solid black; */
	padding: 2px 0px;
	margin:0px 10px;
}



