@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}	

body {
	padding: 0;
	margin: 0;
	color: #5A5D5A;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	background: #BDBDBD url('../images/background_copy.png') repeat-y top left;
}

div#wrap {
	background: url('../images/top_bg.png') repeat-x top;
	height: 132px;
}
.hidden {
	display: none;
}

h1 { font-size: 18px;
     color: #007A6D; 
     font-weight:lighter;}

h2 { 
     color: #007A6D; 
     font-size: 14px;
     }

h3 { 
     color: #007A6D; 
     font-size: 12px;
     }

h4 { 
     color: #007A6D; 
     font-size: 14px;
     }

h5 { 
     color: #007A6D; 
     font-size: 10px;
     }

h6 { 
     color: #007A6D; 
     font-size: 11px;
     font-weight: bold;}


a { text-decoration: none; color: #007A6D; }

a:link {
	color: #007A6D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007A6D;
}
a:hover {
	text-decoration: none;
	color: #007A6D;
}
a:active {
	text-decoration: none;
	color: #007A6D;
}


div#left-column {
	width: 225px;
/*	float: left; */
	position: absolute;
	top: 0px;
/*	background: url('../images/logo.gif') no-repeat top left;
	padding-top: 131px;
*/
}

div#navi {
/*	background-color: #FFFFFF; */
	width:225px;
	height:265px;
/*	border-top: 1px solid;
	border-color: #5A5D5A;
*/
	padding-top: 146px;
	background: #FFFFFF url('../images/logo.gif') no-repeat top left;
}

div#navi ul { 
	text-decoration: none;
	list-style: none;
	width: 172px;
	margin: 0;
	padding: 0;
	font-style: none;
	font-weight: bold;
	}


div#navi li { 
	text-decoration: none;
	list-style: none;
	margin-top: 10px;
	padding: 0;
	font-style: none;
	font-weight: bold;
	padding-left: 42px;
	border-bottom: 1px solid;
	border-color: #BDBEBD;
	color:  }

div#navi li:hover { 
	text-decoration: none;
	list-style: none;
	margin-top: 10px;
	padding-left: 42px;
	font-style: none;
	font-weight: bold;
	color: #C63429;
	border-bottom: 1px solid;
	border-color: #C63429;
	}

div#navi a { font-weight: bold; }


/*div#navi {
	padding-bottom: 30px;
	background: url('../images/m_bg.png') repeat-y;
	
}

div#navi ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
*/
div#navi li {

}

div#news {padding: 0;
	margin: 0;
	padding: 20px 15px 30px;
	background: url('../images/h_news.gif') no-repeat top left;
}

div#main-column {
	padding: 0;
	margin: 0;
	/*margin-left: 225px;*/
	width: 556px;
	min-height: 100%;
	/*padding: 15px 175px 15px 15px; */
	/*background: url('../images/border.png') repeat-y top right;
	border-left: 1px solid #5A5D5A; */
	/*float: left;*/ 
	position: absolute;
	top: 0px;
	left: 225px;
}

div#main-column div.inner {	
	border-left: 1px solid #5A5D5A;
	border-right: 1px solid #5A5D5A;
float: left;
}

div#top {
/*	border-bottom: 1px solid #5A5D5A; */
	height: 129px;
/*	background: white url('../images/border.png') repeat-y top right; */
	background: url('../images/border.png') repeat-y top right;
	padding-bottom: 2px;
	width: 556px;
/*float: left; */
}

div#top img {
	border-bottom: 1px solid #5A5D5A;
}

div#content {
	/*border-top: 1px solid #5A5D5A;*/
	padding: 15px 175px 30px 22px;
	width: 354px;
	float: left;
	}

div#content h1 {
	color: #00715B;
	font-weight: none;
}

div.news-list-container {
	color: white;
}
div.news-list-container h1, div.news-list-container h2, div.news-list-container h3 {
	margin: 5px 0px;
	color: white;
}
div.news-list-container p {
	margin: 5px 0px;
}
div.news-list-item {
	margin-bottom: 0.6em;
}
div.news-list-item hr.clearer {
	display: none;
}
