/* MAIN */

body {	
		text-align: center;	
		padding: 0;	
		margin: 0; 
		font-family: Verdana,Arial,Helvetica,sans-serif;	
		font-size:11px;	
		background:#22231C  url(../images/bgd_cont.gif) repeat-x;
	}
div, ul ,li {
	margin:0;
	padding:0;
}	

li {
	list-style:none;
	line-height:12px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:bold;
}

p {
	margin:0 0 10px 0;
	padding:0;
	line-height: 18px;
	font-size:12px;
	}
	
img {
	border:0
	}

a:visited, a:link, a:active {
	text-decoration:none;
	color:#59763A;
}	

a:hover {
	text-decoration:underline;
	color:#99FF66;
}
	
.clear {clear:both}
	
/* CONTAINERS */	

.main_container {
	width:1000px;
	position:relative;
	background:url(../images/bgd_main.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #ffffff;
}	

.footer {
	width:1000px;
	position:relative;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	padding:10px;
	color:#999999;
}

.footer a, .footer a:hover {
	color:#ffffff;
}

.logo_container {
	width:996px;
	height:84px;
	background:url(../images/bgd_top.gif) repeat-x;
	border:2px solid #fff;
}

div#header_search{
	position:absolute;
	right: 10px;
	top: 15px;
	color:#666;
	}	
	
	div#header_search a {
	font-size: 11px;
	color: #42510A;
	text-decoration: none;
	}
	
	div#header_search a:hover {
		text-decoration: underline;
	}
	
	div#google {
		font-size:9px;
		margin:15px 0 0 0;
		}	

.main_menu {
	width:996px;
	height:52px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background:url(../images/menu_bgd.gif) repeat-x;
	text-align:center;
}	
		
/* ----------------------*/

.mbrdl {
	position:absolute;
	top:0;
	left:0;
}
.mbrdr {
	position:absolute;
	top:0;
	right:0;
}

.mbrdlb {
	position:absolute;
	bottom:0;
	left:0;
}
.mbrdrb {
	position:absolute;
	bottom:0;
	right:0;
}

.container_hp_box {
	width:100%;
	height:100%;
	background:#ffffff url(../images/box_green_bg.gif) repeat-x;
	position:relative;
	}

.li_mm {
	 display:inline;
}

.title {
	display:block;
	margin-left:10px;
	margin-bottom:10px;
}

.hp_content {
	padding:15px;
	padding-top:5px;
}

div.homepage_blog_date {
		float:left;
		font-size:12px;
		padding: 5px;
		background:#E8E6CD;
		color:#706913;
		width:100px;
		text-align:center;
		}
	
		
	h2.blogtitle {
		font-size:16px;
		color:#597601;
		font-weight:bold;
		margin-left:120px;
		font-family:arial;
		}
	div.blog_content {
		clear:both;
		line-height: 18px;
		color: #333;
		padding-left:5px;
		padding-right:5px;
		padding-top:10px;
		}
		
	div.blog_content a {
		color:#597601;
		}
	
	div.blog_content a:hover {
		text-decoration:underline;
		color:#99FF66;
		}
	
	div.blog_content a.readmore {
		color:#2E380A;
		text-decoration:underline;
		}

	div.blog_content a.readmore:hover {
		text-decoration:none;
		}

/*----------------------*/

.button {
	background: #D16D18;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 80px;
	cursor: hand;
	}	

