div#contentSection {
    background: #fff;
}
div#contentSection div#contentBanner {
    height: auto;
}
div#contentSection div#contentBanner a,
div#contentSection div#contentNagivation a {
    color: #da8500 !important;
    text-transform: none;
}
div#contentBanner p.Description {
    display: none;
}

div#contentSection div#contentNagivation {
    float: right;
    margin-left: 2em;
    margin-bottom: 4em;
}
div#contentSection div#contentNagivation h3 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
div#contentBanner p.GetFeed {
    background: url(/Templates/Styles/images/feed-icon-25.png) no-repeat scroll 100% 0;
    float: none;
    height: 25px;
    padding: 0px;
    position: absolute;
    right: 0.9em;
    top: 11px;
    width: 9em;
}
div#contentSection div#contentBanner p.GetFeed a {
    color: #FFFFFF !important;
    display: block;
    font-size: 0.85em;
    line-height: 1em;
    margin-top: -1em;
    padding-right: 30px;
    position: relative;
    text-align: right;
    top: 12.5px;
}
div#contentNagivation div.Inner {
    margin-right: 27px;
    width: 196px;
}

div#contentSection div#contentNagivation ul {
    margin: 0px;
    padding: 0px;
    margin-left: .5em;
    margin-top: .5em;
}
div#contentSection div#contentNagivation ul li {
    float: none;
}

/* content Section */
div#content {
	margin-right: 240px;
}
div#content div.InnerContent div.ArticlePhoto {
    margin: 1em 0em;
    text-align: center;
}
div#content div.InnerContent div.DemoVideo {
    margin-top: 1em;
    text-align: center;
}
div#content div.InnerContent p.Description {
    font-weight: bold;
}
div#content div.InnerContent p {
    margin: 0px;
    margin-top: .6em;
}
div#contentSection div#content p,
div#contentSection div#content ul,
div#contentSection div#content li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div#content blockquote {
	font-style: italic;
	padding: 1em;
	background-color: #eee;
	margin-right: 0px;
	
	-moz-border-radius: .5em;
	border-radius: .5em;
}
div#content blockquote p {
	margin: 0px !important;
}

div#content div.Picture {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
div#content div.Picture a img {
	border: none;
}
div#content div.Picture *.Caption {
	text-align: left;
	font-size: .85em;
	display: block;
	
	width: 260px;
	font-style: normal;
	
	color: #444;
}
div#content div.Picture *.Caption cite {
	font-size: .9em;
	display: block;
}

div#content p {
	margin-top: 0em !important;
	margin-bottom: 1.3em !important;
}

/* Paginator */
div#content div#newsList div.Paginator a {
    font-weight: bold;
}
