@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #85cc17;
}

img, img:hover {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body, p, a, h1, h2, h3, ul, li, label, input, textarea, select, option, table, tr, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

/* CATEGORIES */

div.categories a {
	margin: 3px 0px 3px 51px;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
}

div.categories a:hover {
	text-decoration: underline;
}

/* FORMS + BUTTONS  */

dl.zend_form {
	width: 550px;
	margin: 10px auto 10px 51px;
}

dl.zend_form dt {
	float: left;
	width: 100px;
	margin: 1px;
}

dl.zend_form dd {
	width: 400px;
	margin: 1px;
}

dl.zend_form dt label {
	width: 100px;
	display: block;
}

.btnSend {
	width: 80px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

/* FILTER */

.filtertable {
	width: 500px;
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.filtertable td {
	width: 250px;
}

.filtertable label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
}

.filtertable input,
.filtertable select{
	padding: 1px;
	width: 230px;
	margin-bottom: 1px;
}

.filtertable #category {
	width: 480px;
}

.filtertable input.date_from,
.filtertable input.date_to {
	float: left;
	width: 100px;
	margin-right: 5px;
}

.filtertable input.btnFilter {
	width: 80px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

/* CONTENT */

h1.pagetitle {
	width: 570px;
	height: 22px;
	padding-left: 31px;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px auto 25px auto;
	background-image: url(../img/pagetitlebg.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
}

h1.article_title {
	width: 601px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px auto 20px auto;
}

p.time {
	width: 580px;
	font-size: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #a1c364;
	margin-bottom: 10px;
}

.article_preview,
.article_content {
	width: 601px;
}

.article_preview p,
.article_preview a,
.article_content p,
.article_content a {
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	background-color: transparent;
}

.article_preview p,
.article_preview a {
	font-weight: bold;
}

.contentspacer {
	width: 500px;
	height: 1px;
	margin: 30px auto 30px auto;
	background-color: #a1c364;
}

/* TEXTBOX */

.textbox {
	width: 601px;
	background-image: url(../img/textboxbottombg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.textbox2 {
	width: 601px;
	background-image: url(../img/textboxbottombg2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

.textbox3 {
	width: 601px;
	background-image: url(../img/textboxbottombg_simple.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 16px;
	margin-bottom: 20px;
	position: relative;
}

.textbox h1,
.textbox2 h1,
.textbox3 h1 {
	background-image: url(../img/textboxtopbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 550px;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 51px;
}

.textboxcontent {
	background-image: url(../img/textboxbg.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 601px;
}

.textbox3 .textboxcontent { padding-bottom: 10px; }

.textboxcontent p {
	font-size: 11px;
	margin: 10px 20px 10px 51px;
}

.textboxcontent p span {
	font-weight: bold;
}

.textbox a.textboxbottomlink {
	display: block;
	width: 110px;
	height: 26px;
	float: right;
	text-decoration: none;
}

/* BANNER */

.leftbanner {
	display: block;
	float: left;
	margin: 10px auto 10px 50px;
	border: 2px solid #a1c364;
	background-color: #FFF;
}

.topbanner {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	border: 2px solid #a1c364;
	background-color: #FFF;
}

.inlinebanner {
	display: inline-block;
	border: 2px solid #a1c364;
	background-color: #FFF;
}

/* MENU */


ul.navigation {
	margin-top: 140px;
	padding-left: 70px;
/*
	padding-left: 100px;
	list-style-image: url(../img/menulist_button.gif);
*/
	margin-bottom: 50px;
	min-height: 220px;
}

/*
ul.navigation li {
	margin-bottom: 5px;
	margin-top: 5px;
}
*/

ul.navigation li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

ul.navigation li ul {
	padding-left: 0px;
/*
	list-style-image: none;
	list-style-type: circle;
	margin: 5px 0px 15px 5px;
*/
}

/*
ul.navigation li ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}
*/

ul.navigation li ul li a {
	text-decoration: none;
	font-size: 10px;
}

ul li a:hover {
	text-decoration: underline;
}


/* LAYOUT */

.container {
	width: 1000px;
}

.main {
	width: 1000px;
	background-image: url(../img/main_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
/*	overflow: auto;*/
}

.left {
	width: 356px;
	background-image: url(../img/left_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	min-height: 650px;
}

.right {
	width: 644px;
	margin-left: 356px;
	background-image: url(../img/right_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 650px;
}

.main, .left, .right {
	overflow: hidden;
}

.foot {
	clear: both;
	width: 1000px;
	height: 160px;
	background-image: url(../img/foot_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.foot a.topofpage {
	display: block;
	width: 90px;
	height: 100px;
	margin-top: 60px;
	float: right;
	text-decoration: none;
}

.topbannerdiv {
	padding-top: 10px;
	width: 644px;
	height: 147px;
}

.filter {
	width: 520px;
	height: 265px;
	padding: 5px 74px 5px 50px;
}

.content {
	width: 600px;
	padding: 20px 24px 20px 20px;
}

.download_button { background: url(../img/download_button.png) no-repeat left top; display: block; width: 129px; height: 42px; position: absolute; bottom: -5px; right: 17px; }
.recommend_button { background: url(../img/recommend_button.png) no-repeat left top; display: block; width: 129px; height: 42px; position: absolute; top: -5px; right: 17px; }
.back_link { background: url(../img/back_link.gif) no-repeat left top; display: block; width: 108px; height: 26px; position: absolute; bottom: 0px; left: 0px; }