div.forum-content {
	padding: 25px 25px 0;
	min-height: 571px;
}

div.forum-posts {
	background: #FFFFFF;
	border: 1px solid #a7a7a4;
	margin-bottom: 25px;
	color: #4c4c4c;
}

div.forum-posts-view {
	background: #FFFFFF;
	border: 1px solid #a7a7a4;
	margin-bottom: 25px;
	padding: 25px;
	color: #4c4c4c;
}

div.forum-welcome {
	margin-bottom: 20px;
}

div.forum-welcome h2 {
	font-size: 22px;line-height:normal; font-weight: normal; font-family: 'ArcherSemibold', sans-serif;
	color: #445026;
	margin: 0;
}

div.forum-welcome p {
	font-size: 18px;line-height:normal; font-weight: normal; font-family: 'ArcherSemibold', sans-serif;
	color: #445026;
	margin: 0;
	
}

div.forum-posts > div#discussions table#latest {
	width: 100%;
}

table#latest tr.forum-headers {
	border-bottom: 1px solid #cccac6;
	background: #FFFFFF;
}

tr.forum-headers th{
	padding:5px 15px; text-align:left;
	font-family: arial, sans-serif;
}

th.forum-col-1 {
	width:428px;
	border-right: 1px solid #cccac6;
}
th.forum-col-2 {
	width:236px;
	border-right: 1px solid #cccac6;
}
th.forum-col-3 {
	width:130px;
}
table#latest {
	margin: 0;
}
table#latest tr {
	background: #edecea;
}
table#latest tr.alt {
	background: #FFFFFF;
}
table#latest td{
	padding:10px 15px; text-align:left;
}
td.forum-col-1 {
	border-right: 1px solid #cccac6;
}

td.forum-col-2 {
	border-right: 1px solid #cccac6;
	font-family: arial, sans-serif;
}
td.forum-col-3 {
}
div#topic-info {
	border-bottom: 1px dotted #cccac6;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
h2.topictitle {
	margin: 0;
	font-size: 22px;font-weight: normal; font-family: 'ArcherSemibold', sans-serif;
	color: #666666;
	line-height:22px;
	margin-bottom: 10px;
}

div#thread > div > div {
	padding-left: 40px;
	margin-bottom: 20px;
}
div#thread > div > div#position-1 {
	padding: 0;
}
div.new-post {
	padding: 25px;
}
div.new-post input[type="text"], div.new-post input[type="password"], div.new-post textarea{
border:1px solid #999999;
margin-top:10px;
padding:5px;
width:739px;
}

div.forum-posts-view input[type="text"], div.forum-posts-view input[type="password"], div.forum-posts-view textarea {
	width:739px;
	margin-top: 10px;
	padding:5px;
	border:1px solid #999999;
}
div.bbcrumb {
	margin-bottom: 10px;
}
div.threadpost {
	padding: 20px;
	border: 1px solid #cccac6;
	background:#F7F7F7 none repeat scroll 0 0;
}
div#thread > div > div#position-1 > div.threadpost {
	background: #fff;
}
h2.post-form {
	border-top: 1px solid #cccac6;
	padding-top: 20px;
}
div.poststuff {
	border-top: 1px dotted #cccac6;
	padding-top:10px;
}
div#thread > div > div#position-1 > div.threadpost > div.post p{
margin-bottom: 0;
}
div#thread > div > div#position-1 > div.threadpost > div.poststuff{
	display: none;
}
span.topic-author {
	margin-right: 30px;
	color: #445026;
}
span.red-text {
	color: #445026;
}
