/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:770px;
}

#header{
	float:left;
	border-bottom:3px solid #006221;
}

#header_left{
	float:left;
}

#header_right{
	float:left;
}

#menu{
	float:left;
	clear:left;
}

#menu ul { 
	margin-top:0; 
	padding-top:0px;
	padding-left:0;
	list-style: none;
	width: 180px; /* Width of Menu Items */ 
	border-bottom:1px solid #ccc;
	position:absolute;

}  

#menu li ul { 
	position:absolute; 
	left: 179px; /*Set 1px less than menu width */ 
	display: block;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 


* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 


/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #FF8000; 
	background: #fff; /* IE6 Bug */ 
	padding:5px; 
	border: 1px solid #ccc; 
	border-bottom:0;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #1C6537; 
	background: #F3EDE1; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #FF8000; 
	background: #fff; /* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #ccc; 
	border-bottom: 0; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #1C6537; 
	background: #F3EDE1;
}

#content{
	color:#666666;
	line-height:20px;
	font-weight:bold;
	float:left;
	padding-left:195px;
	width:600px;
}

#news{
	float:left;
	padding:4px 0 4px 195px;
	font-size:13px;
	font-weight:bold;
}

#news a{
	color:red;
	text-decoration:none;
}

#news a:hover{
	color:red;
	text-decoration:underline;
}

h1{
	font-size:20px;
	color:#006329;
	font-weight:200;
	margin:0;
	padding:0;
}

#home_table{
	float:left;
	margin-top:10px;
	border:1px solid #CCCCCC;
}

#home_table td{
	border:1px solid #CCCCCC;
	padding:4px;
	font-size:12px;
	color:#666;
}

#home_table td a{
	color:#FF7300;
	text-decoration:none;
}

#home_table td a:hover{
	color:#FF7300;
	text-decoration:underline;
}

#images{
	float:left;
	margin-top:15px;	
	width:700px;
}

#article{
	float:left;
	margin-left:200px;
}

#article_img{
	float:right;
	width:180px;
	margin-left:15px;
	background-color:#FFF8DE
}

#article_content{
	float:left;
	width:500px;
}

h3{
	margin:0;
	padding:0;	
	font-size:22px;
	font-weight:200;
}

.newsletter{
	padding:5px;
	line-height:20px;
}
