@charset "UTF-8";
/* CSS Document */

.NavigationPanePartners, .NavigationPane {
	display: none;
}
a, a:link, a:visited {
	color: #43543c;
	text-decoration: none;
}
a:hover, a:active {
	color: #43543c;
	text-decoration: underline;
}
/* DNN Specific CSS */
/* style for module titles */
.Head, h1, h1 a:link, h1 a:visited
{
	font-family: "News Gothic MT";
	font-weight: normal;
	color: #43543c;
}

/* style of item titles on edit and admin pages */
.SubHead, h2, h2 a:link, h2 a:visited
{
	font-family: "News Gothic MT";
	font-weight: normal;
	color: #43543c;
	text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead, h3, h3 a:link, h3 a:visited
{
	font-family: "News Gothic MT";
	font-weight: normal;
	color: #43543c;
	text-decoration: none;
}
h4,, h4 a:link, h4 a:visited, h5, h5 a:link, h5 a:visited {
	font-family: "News Gothic MT";
	font-weight: normal;
	color: #43543c;
}
.Head, h1
{
	font-family: "News Gothic MT";
	font-weight: normal;
	color: #43543c;
}
h1:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active {
	text-decoration: underline;
	color: #43543c;
}

.hdrClientType, .hdrClientType a, .hdrClientType a:link, .hdrClientType a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	line-height: 184.6153846153846%;
	font-family: "Avenir LT Std";
	margin-top:0;
	padding-top:0;
}
.hdrClientType a:hover, .hdrClientType a:active {
	color: #fff;
	text-decoration: underline;
}
.txtClientType {
	color: #b4c47c;
	font-size: 85%;
	line-height: 163.6363636363636%;
	font-family: "Avenir LT Std";
}
.txtClientType a, .txtClientType a:link, .txtClientType a:visited {
	color: #fff;
	font-style: italic;	
	text-decoration: none;
}
.txtClientType a:hover,.txtClientType  a:active {
	color: #fff;
	text-decoration: underline;
}

h3.blogTitle {
	font-size: 108%;
	line-height: 150%;
	font-weight: bold;
}
.blogSmall {
	font-size: 77%;
	line-height: 180%;
}
.blogAuthor {
	padding-right: 1.2em;
}
.blogDate {
}
.blogSummary {
	font-size: 93%;
	line-height: 150%;
}
.blogSummary a, .blogSummary a:link, .blogSummary a:visited {
	color: #91b730;
	text-decoration: none;
}
.blogSummary a:hover, .blogSummary a:active {
	color: #91b730;
	text-decoration: underline;
}