/* @group Knowledge Base */
body
{
	background-color: #FFFFFF;
}
#content {
	width: 960px;
	margin-top: 20px;
	position: relative;
}

#content .kbhome {
	width: 389px;
	float: left;
	background: url(../images/kb_top.png) no-repeat;
	position: relative;
	margin-right: 25px;
	margin-bottom: 35px;
}

#content .kbhome span {
	width: 389px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 0;
	background: url(../images/kb_bottom.png) no-repeat;
}

#content .kbhome img {
	position: relative;
	left: 6px;
}

#content h1 {
	margin-bottom: 20px;
}

#content .kbhome a {
	display: block;
	font-size: 1.2em;
}

#content .kbhome a.go {
	padding: 0 20px;
	margin-bottom: 15px;
}

#content .kbhome h2, #content .kbhome h3 {
	padding: 20px 20px 20px 20px;
	font-size: 1.8em;
	font-weight: normal;
}

#content .kbhome .textwrap {
	padding: 10px 20px;
}


#content .kbhome ul {
	padding: 0 30px;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 10px;
	margin-top: -10px;
}

#content .kbhome li {
	padding-left: 15px;
  overflow:hidden;
  white-space:nowrap;	
	background: url(../images/bullet.png) no-repeat left center;
}

#content .kbhome ul li a {
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 0;
	padding: 0;
}

#content .rss {
	text-align: center;
	padding: 25px;
	padding-bottom: 10px;
	width: 349px;
	line-height: 1em;
	font-size: 1.4em;
	margin-right: 15px;
}

#content .rss img {
	vertical-align: middle;
	margin-right: 15px;
}

#content .rss a {
	display: inline;
}
/* @end */

/* @Group Reset Content Styles */
#content 
{
	background:none;
	float:none;
	padding: 0;
}
#contentbackground
{
	background-image: none;
}

