.mwrap {
	margin-top: 10px;
}

.mwrap h1
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #4D7F17;
}

#kb_search {
	width: 918px;
	height: 54px;
	overflow: hidden;
	background: #fff url(../img/bg_kb_search.jpg);
}

.kb_search_inner
{
	padding: 18px;
	color: #53603B;
	font-size: 12px;
}

#kb_content {
	float: left;
	width: 668px;
	min-height:300px;
	height:auto !important;
	height:300px;
	overflow: hidden;
}

#kb_sidebar {
	float: right;
	width: 250px;
	min-height:300px;
	height:auto !important;
	height:300px;
	overflow: hidden;
}

.kb_sidebar_inner
{
	border-left: 1px solid #ccc;
	min-height: 300px;
	height: auto !important;
	padding: 10px;
	font-size: 11px;
	color: #555;
}

.kb_content_inner
{
	padding: 10px;
	font-size: 12px;
	color: #444;
}

.kb_sidebar_inner h2 { font-size: 12px; margin-bottom: 5px; color: #4D7F17; }


.kb_content_inner h2 { font-size: 18px; margin-bottom: 15px; color: #4D7F17; }
.kb_content_inner h3 { font-size: 16px; margin-bottom: 5px; color: #4D7F17; }
.kb_content_inner h4 { font-size: 14px; margin-bottom: 5px; color: #4D7F17; }
.kb_content_inner h5 { font-size: 12px; margin-bottom: 5px; color: #4D7F17; }
.kb_content_inner h6 { font-size: 12px; margin-bottom: 5px; color: #4D7F17; }
.kb_content_inner p { margin-bottom: 10px; }
.kb_content_inner ul { margin-bottom: 10px; list-style-type: disc; margin-left: 25px; }
.kb_content_inner ul ul { margin-bottom: 0px; }

.kb_sidebar_inner p {
	margin: 4px 0px 15px 0px;
}

#kb_content fieldset {
	margin: 30px 0;
	border: 1px solid #eee;
	padding: 8px 8px 0px 8px;
}

#kb_content fieldset h3 { font-size: 12px; }
#kb_content fieldset p { font-size: 11px; }

.hide {
	display: none;
}

.homelisting td {
	vertical-align: top;
	width: 49%;
}