/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#edf6ed;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
a img {
	border:none;
}
a {
	text-decoration:none;
	color:#5ab65a;
}
a, img, object {
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:13px;
	color:#5ab65a;
	margin:10px 0;
}
p, ul, li {
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.4em;
}
li {
	padding-bottom:7px;
}
td {
	vertical-align:top;
	font-size:12px;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
hr {
	height:1px;
	font-size:1px;
	border:none;
	background:none;
	border-bottom:1px solid #cbcbcb;
	margin:12px 0;
}
#site {
	width:950px;
	margin:0 auto;
	padding:0 10px;
	background:url(../images/site_repeat.gif) top center repeat-y;
	position:relative;
	min-height:100%;
	overflow:hidden;
}
* html #site {
	height:100%;
	overflow:visible;
}
#header {
	position:relative;
	height:190px;
}
#address {
	line-height:22px;
	text-align:right;
	padding-right:25px;
	font-size:12px;
}
#address strong {
	font-weight:normal;
	color:#5ab65a;
	font-size:12px;
}
#logo {
	position:absolute;
	top:70px;
	left:0;
	z-index:2;
}
#imgHeader {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

#container {
	margin:10px 25px 0 75px;
}
#menuWrap {
	border-bottom:1px solid #cbcbcb;
	padding-bottom:10px;
	overflow:hidden;
	position:relative;
	height:32px;
}
* html #menuWrap {
	height:1%;
	overflow:visible;
}
#menu {
}
#menu a {
	padding-right:20px;
}
#menu img {
	padding-right:20px;
	background:url(../images/divider.gif) right center no-repeat;

}
#menu .menu19 img {
	background:none;
	padding:0;
}
#adMenu {
	position:absolute;
	bottom:10px;
	right:0;
	font-size:14px;
}
#adMenu a {
	color:#666;
	padding-left:10px;
}

#adMenu .menu6 {
	font-weight:bold;
}

#container-left {
	float:left;
	width:530px;
}
#content {
	margin:30px 0;
}
#content .infoBoxWrap {
	overflow:hidden;
	margin:10px 0 35px 20px;
}
* #content .infoBoxWrap {
	height:1%;
}
#content .infoBox {
	/*float:left;*/
}
#content  ul, #content li {
	margin:0;
	padding:0;
	list-style:none;
}
#content  li {
	background:url(../images/list-bullet.gif) 0 3px no-repeat;
	padding-left:20px;
	padding-bottom:4px;
}
#container-right {
	float:right;
	width:280px;
}

#login {
	margin:30px 0 15px;
}
#login h1 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
#login input[type="submit"] {
	background:#5ab65a;
	border:none;
	color:#FFF;
}
.cc {
	border:1px solid #ebeeeb;
	background:#edf6ed;
	padding:6px;
}
.cc * {
	margin-top:0;
	margin-bottom:0;
}


#mailform label {
	width:90px;
	display:block;
	float:left;
}
#mailform input[type="text"], #mailform textarea {
	width:250px;	
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
}
.csc-mailform-field span {
	padding:2px 5px;
	background:#f0f8fe;
	border-bottom:2px solid #2891dd;
	font-weight:bold;
	display:block;
}
#mailform .csc-mailform-submit {
	margin-left:90px;
	margin-top:7px;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

/* forum */

td.tx-mmforum-subth2 {
	color:#5AB65A;
}
th.tx-mmforum-th {
	background-color:#5AB65A;
}

/* tt_news */

#content .news-single-img, #content .news-list-item img {
	float:left;
	padding-right:10px;
}
#content .news-list-morelink {
	text-align:left;
}
#content .news-list-item {
	margin-bottom:10px;
	margin-left:15px;
}
#content .news-list-item h2 {
	font-weight:normal;
	margin:0;
}
#content .news-list-item h2 a {
	text-decoration:none;
}
#content .news-list-item .bodytext {
	margin:2px 0;
}
#content .news-list-item hr, #content .news-single-item .clearer {
	clear:both;
}

#content .news-single-item h3 {
	color:#666;
}
