.pagegroup {
	margin-bottom: 20px;
}
.pagegroup a:link,
.pagegroup a:visited {
	color: #335a8a;
}
.pagegroup a:hover,
.pagegroup a:active,
.pagegroup a:focus {
	color: #335a8a;	
}
.pagegroup h2 {
	font: normal 28px "Times New Roman", Times, serif; 
	color:#1E4E7E; 
	border-bottom: 1px solid #e2d4c3; 
	margin: 0 0 20px;
}
.pagegroup h3 {
	font-size:18px; 
	color:#2b404d; 
	border-bottom:1px #2b404d solid;
	margin: 0 0 20px;
	font-weight: 700;
}
.pagegroup ul.list-group li.list-group-item {
	border-radius: 0 !important;
	background: url(../images/bullets/bluearrow.gif) 12px 12px no-repeat;
	border-color: #e2d4c3;
	padding-left: 20px;
}
.pagegroup .alert {
	border-radius: 0;
	padding: 5px;
}
.pagegroup .btn {
	background: #f1f1e6;
	border: 1px solid #999;
	color: #2b404d;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
	border-radius: 0;
}
.pagegroup form legend {
	border-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}
.pagegroup .form-control {
	padding: 3px;
	line-height: 14px;
	border-radius: 0;
	border-color: #999;
	font-size: 12px;
	color: #2b404d;
	height: auto;
	width: 50%;
	background: #f1f1e6;
}
.pagegroup textarea.form-control {
	height: 200px;
	width: 75%;
}
.pagegroup .control-label {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
}
.pagegroup .required {
	color: red;
	font-weight: 700;
}

/*
h4{color:#14395f}
*/

.pagegroup_textblocks .article {
	margin-bottom: 20px;
}

.pagegroup_faqs ul.faqs {
	padding-left: 15px;
	list-style-image: url(../images/bullets/bluearrow.gif);
}
.pagegroup_faqs dl dt {
	font-size:18px; 
	color:#2b404d; 
	border-bottom:1px #2b404d solid;
	margin: 0 0 10px;
}
.pagegroup_faqs dl dd {
	margin-bottom: 20px;
}
.pagegroup_faqs dl dd .returnToTop {
	display: block;
	padding-left: 10px;
	background: url(../images/bullets/bluearrow.gif) 0 center no-repeat;	
	color: #ff0000;
	text-decoration: underline;
	text-transform: lowercase;
}

.pagegroup_images .images {
}

.element_posttypes .filterbar {
	background-color: #f1f1e6;
	padding: 5px;
	border: 1px solid #e2d4c3;
	border-radius: 0;
	min-height: auto;
}
.element_posttypes .filterbar .navbar-form {
	padding: 0;
	margin: 0;
}
.element_posttypes .filterbar .navbar-form * {
	border-radius: 0;
}
.element_posttypes .filterbar .navbar-form select {
	padding: 3px;
	height: auto;
	border-color: #999;
	font-size: 12px;
}
/*
.element_posttypes .filterbar .navbar-form .btn {
	background: #f1f1e6;
	border: 1px solid #999;
	color: #2b404d;
	text-transform: uppercase;
	padding: 3px;
	font-size: 12px;
}
*/
.element_posttypes article {
	margin-bottom: 20px;
}
.element_posttypes article .header {
	margin-bottom: 20px; 
}
.element_posttypes article h1.title {
	font: normal 20px "Times New Roman", Times, serif; 
	line-height: 22px;
	color: #1d4c68; 
	border-bottom: 1px solid #e0d752; 
	margin: 0 0 5px;
	padding-bottom: 3px;
}
.element_posttypes article h1.title a {
	color: inherit;
}
.element_posttypes article h2.subtitle {
	font-size: 14px; 
	line-height: 16px;
	color:#2b404d; 
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	font-weight: 700;
}
.element_posttypes article h4.date-time {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
} 
.element_posttypes article h4.date-time .date {
	display: block;
}
.element_posttypes article h4.date-time .time {
	display: block;
}

.element_posttypes article .byline {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-style: italic;
	margin: 0 0 20px;
}
.element_posttypes article .post-image img {
	border-radius: 0;
	border: 1px solid #e2d4c3;
	padding: 4px;
}
.element_posttypes article .permalink {
	background: #fff;
	border-color: #e2d4c3;
}
/*
.element_posttypes .foot a.read-more {
	display: table-cell;
	margin-right: 5px;
	border: 1px solid #999;
	padding: 3px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	background: #f1f1e6;
	color: #2b404d;
}
.element_posttypes .foot a.read-more:hover,
.element_posttypes .foot a.read-more:active,
.element_posttypes .foot a.read-more:focus {
	text-decoration: none;
}
*/
.element_posttypes .webcast {
	background-color: #f1f1e6;
	padding: 5px;
	border: 1px solid #e2d4c3;
	min-height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.element_posttypes .webcast iframe {
	display: block;
	width: 300px;
	height: 200px;
	margin: 0 auto;
	border: 0;
}