html {
  overflow-y: scroll;
}
body {
  background-color: #222222;
  color: #3d3d3d;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
}
#main {
  background: #ffffff url('../img/header.jpg') center 70px no-repeat;
  min-width: 1100px;
}
.body .container,
footer .container,
header .container,
nav .container {
  width: 1100px;
}
header {
  background: transparent url('../img/nav_repeat.png') 0 -70px repeat-x;
}
header .logo a {
  display: block;
  height: 160px;
  text-indent: -9999px;
}
/* NAV */
nav {
  background-color: #222222;
  border-bottom: 1px solid #ffffff;
  height: 69px;
}
nav .container {
	position: relative;
}
nav .nav {
  margin: 0;
}
nav .nav li.dropdown {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  outline: 0 !important;
  z-index: 1000;
}
nav .nav li.dropdown:hover,
nav .nav li.dropdown.open,
nav .nav li.dropdown.active {
  background-position: 0 -80px;
}
nav .nav li.dropdown a.dropdown-toggle {
  background-color: transparent !important;
  height: 69px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
nav .nav li.dropdown .dropdown-menu {
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1098px;
  z-index: 999;
}
nav .nav li.dropdown .dropdown-menu .inner {
  padding: 30px;
}
nav .nav li.dropdown .dropdown-menu .inner ul {
  margin: 0;
  width: 250px;
}
nav .nav li.dropdown .dropdown-menu .inner ul.pull-left {
  margin-right: 20px;
}
nav .nav li.dropdown .dropdown-menu .inner ul li {
  background: transparent url('../img/arrow.png') left 18px no-repeat;
  border-top: 1px solid #dcdcdc;
  list-style: none;
  padding: 13px;
}
nav .nav li.dropdown .dropdown-menu .inner ul li:first-child {
  border-top: 0;
  margin-top: -15px;
}
nav .nav li.dropdown .dropdown-menu .inner ul li:first-child {
  margin-bttom: -15px;
}
nav .nav li.dropdown .dropdown-menu .inner ul li a {
  color: #464646;
  font-size: 13px;
}
nav .nav li.dropdown .dropdown-menu .inner ul li a:hover {
  color: #a0620d;
}
nav .nav li.dropdown .dropdown-menu .inner .text {
	margin-left: 270px;
	width: 500px;
}
	nav .nav li.dropdown .dropdown-menu .inner .text h3.title {
		font-weight: 700;
		font-size: 13px;
		line-height: 15px;
		color: #464646;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px;
	}
	nav .nav li.dropdown .dropdown-menu .inner .text .abstract {
		font-weight: 400;
		font-size: 13px;
		line-height: 15px;
		color: #464646;
	}
nav .nav li.dropdown-the-committee {
  background-image: url('../img/nav_thecommittee.png');
  width: 156px;
}
nav .nav li.dropdown-the-committee .dropdown-menu {
  background: #ffffff url('../img/dropdown_thecommittee.png') bottom right no-repeat;
  /*margin-left: 50px;*/
}
nav .nav li.dropdown-subcommittees {
  background-image: url('../img/nav_subcommittees.png');
  width: 170px;
}
nav .nav li.dropdown-subcommittees .dropdown-menu {
  background: #ffffff url('../img/dropdn_subcommittees.jpg') bottom right no-repeat;
  margin-left: -156px;
}
	nav .nav li.dropdown-subcommittees .dropdown-menu ul.subcommittees h3.title {
		font-weight: 700;
		font-size: 13px;
		line-height: 15px;
		color: #464646;
		margin: 0px;
		padding: 0px;
	}
		nav .nav li.dropdown-subcommittees .dropdown-menu ul.subcommittees h3.title a {
			font-size: 13px;
			font-weight: 700;
			color: #464646;
		}
	nav .nav li.dropdown-subcommittees .dropdown-menu ul.subcommittees p.abstract {
		margin: 0px;
		padding: 0px;
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
		color: #464646;
	}
nav .nav li.dropdown-hearings-and-legislation {
  background-image: url('../img/nav_hearings.png');
  width: 244px;
}
nav .nav li.dropdown-hearings-and-legislation .dropdown-menu {
  background: #ffffff url('../img/dropdown_hearings.png') bottom right no-repeat;
  margin-left: -326px;
}
nav .nav li.dropdown-issues {
  background-image: url('../img/nav_issues.png');
  width: 86px;
}
nav .nav li.dropdown-issues .dropdown-menu {
  background: #ffffff url('../img/dropdown_issues.png') bottom right no-repeat;
  margin-left: -570px;
}
nav .nav li.dropdown-news {
  background-image: url('../img/nav_news.png');
  width: 79px;
}
nav .nav li.dropdown-news .dropdown-menu {
  background: #ffffff url('../img/dropdown_news.png') bottom right no-repeat;
  margin-left: -656px;
}
nav .nav li.dropdown-multimedia {
  background-image: url('../img/nav_multimedia.png');
  width: 136px;
}
nav .nav li.dropdown-multimedia .dropdown-menu {
  background: #ffffff url('../img/dropdown_multimedia.png') bottom right no-repeat;
  margin-left: -735px;
}
.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .4s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#searchForm {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 200px;
	height: 36px;
}
	#searchForm form {
		margin: 0px;
		padding: 0px;
	}
		#searchForm form input[type=text] {
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 146px;
			height: 36px;
			line-height: 36px;
			margin: 0px;
			padding: 0px 42px 0px 10px;
			/*border: 1px solid white;*/
			border-radius: 5px;
			box-shadow: inset 2px 2px 3px rgba(0, 0, 0, .3);
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			font-size: 12px;
			color: #515151;
		}
		#searchForm form input[type=submit] {
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
			width: 34px;
			height: 36px;
			background: transparent url('../img/btn_search.png') 0px 0px no-repeat;
			margin: 0px;
			border: 0px;
			padding: 0px;
		}
		#searchForm form input[type=submit]:hover {
			background-position: 0px -36px;
		}
/* BODY */
.body .primary-col {
  /*background-color: @color-debug-y1;*/

  width: 754px;
}
.body .secondary-col {
  background: transparent url('../img/sidebar_bg.png') top center no-repeat;
  min-height: 600px;
  padding: 22px;
  padding-top: 15px;
  width: 282px;
}
/* BODY */
.home .primary-col h3,
.home .primary-col h4 {
  margin: 0;
}
.home .primary-col #featured {
  background-image: url('../img/featured_bg.png');
  border-radius: 8px;
  height: 348px;
  width: 754px;
}
.home .primary-col #featured .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 26px;
  list-style: none;
  margin: 0;
  right: auto;
  top: auto;
  z-index: 5;
}
.home .primary-col #featured .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  color: #4b4b4b;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  margin-left: 0;
  margin-right: 1em;
  min-width: 19px;
  padding-bottom: 23px;
  text-align: center;
  text-indent: 0;
  width: auto;
}
.home .primary-col #featured .carousel-indicators li.active {
  background: transparent url('../img/featured_arrow.png') bottom center no-repeat;
  color: white;
}
.home .primary-col #featured .carousel-inner .item {
  background: transparent url('../img/featured_default.jpg') center right no-repeat;
  border-radius: 8px;
  color: #ffffff;
  height: 348px;
  width: 754px;
  /*					Abstract - OS font weight: 400, 13px @white (char limit: 5 lines)*/

  /*					Image Size - 502px x 348px, float right*/

  /*					Video Size - 334px x 288px (30px margins)*/

  /*					Numbers - OS font weight: 700, 18px #4b4b4b (active: @white)*/

}
.home .primary-col #featured .carousel-inner .item.has-video {
	background-image: none !important;
}
.home .primary-col #featured .carousel-inner .item .item-inner {
  background: transparent url('../img/featured_overlay.png') center right no-repeat;
  border-radius: 8px;
  height: 294px;
  padding: 30px;
  padding-top: 24px;
  width: 694px;
}
.home .primary-col #featured .carousel-inner .item .video {
	position: absolute;
	top: 30px;
	right: 30px;
}
.home .primary-col #featured .carousel-inner .item h3 {
  color: #ee951a;
  font-family: Times New Roman;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.33em;
  margin: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
  width: 350px;
}
.home .primary-col #featured .carousel-inner .item h3 a {
  color: #ee951a;
}
.home .primary-col #featured .carousel-inner .item .abstract {
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 400;
  line-height: 1.66em;
  max-height: 8.33em;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 348px;
}
.home .primary-col #featured .carousel-inner .item .read-more {
  background: transparent url('../img/button_readmore.png') top center no-repeat;
  border: 0;
  display: block;
  height: 46px;
  margin-top: 20px;
  text-indent: -999px;
  width: 144px;
}
.home .primary-col #featured .carousel-inner .item .read-more:hover {
  background-position: bottom center;
}
.home .primary-col .latest {
	position: relative;
	background: transparent url('../img/title_latestnews.png') top left no-repeat;
	padding-top: 42px;
}
.home .primary-col .latest .view-all {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 61px;
	height: 10px;
	background: url('../img/btn_viewall.png') 0px 0px no-repeat;
	text-indent: -10000px;
}
.home .primary-col .latest .view-all:hover {
	background-position: 0px -10px;
}
.home .primary-col .latest article {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 30px;
}
.home .primary-col .latest article.item-1 {
  padding-top: 0px;
}
.home .primary-col .latest article:last-child {
  border: 0;
}
.home .primary-col .latest article .date-time {
  color: #b77518;
  font-size: 13px;
  font-weight: 700;
}
.home .primary-col .latest article h4 a {
  color: #515151;
  font-size: 14px;
  font-weight: 700;
}
.home .primary-col .latest article .abstract {
  color: #515151;
  font-size: 12px;
  font-weight: 400;
}
.home .secondary-col #Calendar {
	padding-top: 26px;
	background: url('../img/title_calendar.png') center top no-repeat;
}
.home .secondary-col #Calendar .calendar {
  position: relative;
  float: left;
  width: 282px;
  height: 277px;
  background: url('../img/calendar_bg.png') 0px 0px no-repeat;
  margin: 0px 0px 0px;
  padding: 0px 3px 0px 0px;
}
.home .secondary-col #Calendar .calendar.processing {
  cursor: wait;
}
.home .secondary-col #Calendar .calendar h2 {
  margin: 0px 0px 0px;
  padding: 0px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.home .secondary-col #Calendar .calendar .previous,
.home .secondary-col #Calendar .calendar .next {
  display: block;
  position: absolute;
  top: 13px;
  text-indent: -10000px;
  width: 8px;
  height: 10px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-decoration: none;
}
.home .secondary-col #Calendar .calendar .previous:hover,
.home .secondary-col #Calendar .calendar .next:hover {
  background-position: 0px -10px;
  text-decoration: none;
}
.home .secondary-col #Calendar .calendar .previous {
  background-image: url('../img/calendar_prev.png');
  left: 20px;
}
.home .secondary-col #Calendar .calendar .next {
  background-image: url('../img/calendar_next.png');
  right: 20px;
}
.home .secondary-col #Calendar .calendar table {
  width: 282px;
  margin: 0px;
  padding: 0px;
}
.home .secondary-col #Calendar .calendar table tr {
  height: 30px;
}
.home .secondary-col #Calendar .calendar table tr td {
  height: 39px;
  line-height: 39px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #ccc;
  border: 1px solid #ccc;
}
.home .secondary-col #Calendar .calendar table tr td.this-month {
  color: #4f4f4f;
}
.home .secondary-col #Calendar .calendar table tr td.current-day {
  background-color: #eef1f5;
  border-color: #d59628;
}
.home .secondary-col #Calendar .calendar table tr td a {
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #ccc;
  background: url('../img/calendar_marker.png') right top no-repeat;
}
.home .secondary-col #Calendar .calendar table tr td.this-month a {
  color: #4f4f4f;
}
.home .secondary-col #Calendar .calendar table tr td a:hover {
  text-decoration: none;
}
.home .secondary-col #Calendar .upcoming {
  float: right;
  width: 266px;
  margin: 5px 0px 0px;
  padding: 0px;
}
.home .secondary-col #Calendar .upcoming h2 {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 800;
  color: #4f4f4f;
  text-transform: uppercase;
}
.home .secondary-col #Calendar .upcoming ul {
  margin: 0px;
  padding: 0px;
}
.home .secondary-col #Calendar .upcoming ul li {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}
.home .secondary-col #Calendar .upcoming ul li .date {
  display: block;
  font-weight: 700;
  color: #8d1915;
}
.home .secondary-col #Calendar .upcoming ul li .title {
  display: block;
  font-weight: 700;
  color: #4f4f4f;
}
h1.page-title {
	margin: 1px 0px 0px;
}
h1.page-title a {
  background: transparent url('../img/bg_pagetitle.png') 0 0 no-repeat;
  color: white;
  display: block;
  font-family: Times;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  padding-left: 30px;
  padding-top: 12px;
  overflow: hidden;
  text-transform: uppercase;
  width: 724px;
}
h1.page-title a:hover {
  text-decoration: none;
}
.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  color: #404040;
  display: inline-block;
  font-family: Times;
  font-family: bold;
  font-size: 14px;
  font-style: italic;
  margin: 20px 30px 20px;
  padding: 5px 0;
  width: 560px;
}
.breadcrumb a {
  color: #404040;
  font-family: Times;
  font-family: bold;
  font-size: 14px;
  font-style: italic;
  text-transform: lowercase;
}
.bookmarklet {
  margin-top: 25px;
  margin-right: 0px;
  width: 110px;
}
.secondary-col > div {
  margin-bottom: 20px;
}
.secondary-col ul.nav-list {
  background: transparent url('../img/title_relatedlinks.png') top left no-repeat;
  padding: 0;
}
.secondary-col ul.nav-list li > a,
.secondary-col ul.nav-list .nav-header {
  margin: 0;
}
.secondary-col ul.nav-list .nav-header {
  border: 0;
  font-size: 2px;
  height: 29px;
  text-indent: -9999px;
  padding: 0;
}
.secondary-col ul.nav-list li {
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
}
.secondary-col ul.nav-list li:last-child {
  border: 0;
}
.secondary-col ul.nav-list a {
  background: transparent url('../img/arrow.png') left 8px no-repeat;
  color: #464646;
  font-size: 13px;
  font-weight: 400;
}
.secondary-col ul.nav-list a:hover {
  color: #a0620d;
}
.secondary-col ul.nav-list .active > a,
.secondary-col ul.nav-list .active > a:hover,
.secondary-col ul.nav-list .active > a:focus {
  background-color: transparent;
}
.secondary-col .social {
  margin-bottom: 17px;
}
.secondary-col .social .accordion {
  margin: 0;
}
.secondary-col .social h3.social-title {
  background: transparent url('../img/title_stayconnected.png') center center no-repeat;
  height: 26px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.secondary-col .social .accordion-group {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  margin: 0;
}
.secondary-col .social .accordion-group .accordion-heading {
  border: 0;
  padding: 0;
  position: relative;
}
.secondary-col .social .accordion-group .accordion-heading .icon {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  height: 18px;
  left: 0;
  position: absolute;
  text-indent: 9999px;
  top: 9px;
  width: 18px;
}
.secondary-col .social .accordion-group .accordion-heading a {
  color: #515151;
  padding: 8px;
  padding-left: 25px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.secondary-col .social .accordion-group .accordion-heading a:hover {
  text-decoration: none;
}
.secondary-col .social .accordion-group.open .accordion-heading a {
  color: #274264;
}
.secondary-col .social .accordion-group.open .accordion-heading .icon {
  background-position: bottom center;
}
.secondary-col .social .accordion-group .accordion-inner {
  border: 0;
  padding: 0;
  padding-bottom: 9px;
}
.secondary-col .social .facebook .icon {
  background-image: url('../img/icon_fb.png');
}
.secondary-col .social .twitter .icon {
  background-image: url('../img/icon_tw.png');
}
.secondary-col .social .youtube .icon {
  background-image: url('../img/icon_yt.png');
}
	.secondary-col #collapseTwitter ul {
		margin: 0px 0px 0px 25px;
		padding: 0px;
		list-style: none;
	}
		.secondary-col #collapseTwitter ul li {
			margin: 0px 0px 14px;
			padding: 0px;
			font-size: 12px;
			line-height: 14px;
		}
	.secondary-col #collapseTwitter .follow {
		display: block;
		margin-left: 25px;
		font-size: 12px;
		line-height: 14px;
		font-style: italic;
	}
	.secondary-col #collapseYouTube iframe {
		width: 100%;
		height: 250px;
		margin-bottom: 14px;
	}
	.secondary-col #collapseYouTube .follow {
		display: block;
		font-size: 12px;
		line-height: 14px;
		font-style: italic;
	}
.secondary-col .signup {
	background: transparent url('../img/newsletter_bg.png') center center no-repeat;
	height: 78px;
	width: 282px;
}
	.secondary-col .signup h2 {
		margin: 0px;
		padding: 0px;
		height: 35px;
		text-indent: -10000px;
	}
	.secondary-col .signup form {
		margin: 0px;
		padding: 0px;
		position: relative;
	}
		.secondary-col .signup .email {
			display: block;
			position: absolute;
			top: 0px;
			left: 10px;
			width: 220px;
			height: 33px;
			line-height: 33px;
			margin: 0px;
			border: 0px;
			padding: 0px 10px;
			background: transparent;
			font-family: 'Open Sans', sans-serif;
			font-size: 12px;
			color: #515151;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		.secondary-col .signup .submit {
			display: block;
			cursor: pointer;
			position: absolute;
			top: 0px;
			right: 10px;
			width: 30px;
			height: 33px;
			line-height: 33px;
			margin: 0px;
			border: 0px;
			padding: 0px;
			background: transparent;
			font-family: 'Open Sans', sans-serif;
			font-size: 12px;
			color: #515151;
			font-weight: 700;
		}
		
.btn-primary {
	background: #efbe5a;
	background-image: linear-gradient(to bottom, #efbe5a, #976826);
	border: 1px solid #976826;
}		
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #976826 none;
}
		
.pagegroup {
  padding: 0 30px 20px;
}
.pagegroup:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}
.pagegroup a {
  color: #b77518;
  font-weight: normal;
  font-size: 14px;
}
.pagegroup a:hover {
  text-decoration: underline;
}
.pagegroup .element h1,
.pagegroup .element h2,
.pagegroup .element h3,
.pagegroup .element h4,
.pagegroup .element h5 {
  margin-top: 0;
}
/*
.pagegroup .element h1 a {
  font-family: Times;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #b77518;
}
.pagegroup .element h2 {
  color: #515151;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}
.pagegroup .element h3 {
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.pagegroup .element h4 {
  font-size: 16px;
  line-height: 26px;
}
.pagegroup .element h5 {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
}
*/

.pagegroup .element {
}
.pagegroup .element h2 {
  font-family: Times;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #b77518;
}
.pagegroup .element h3 {
  color: #515151;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}
.pagegroup .element h4 {
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
/*
.pagegroup .element h4 {
  font-size: 16px;
  line-height: 26px;
}
.pagegroup .element h5 {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
}
*/

/* *************************************** Links ****************************************************** */
.pagegroup_links ul {
	margin: 0px;
	padding: 0px;
}
	.pagegroup_links ul li {
		list-style: none;
	}
	
/* *************************************** FAQS ****************************************************** */
.pagegroup_faqs ul.faqs {
	list-style-position: inside;
	margin-left: 0px;
}
.pagegroup_faqs dl.faqs {
	margin: 0px;
	padding: 0px;
}
	/* h3 styles */
	.pagegroup_faqs dl.faqs dt {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #262626;	
		margin: 0px 0px 20px;
		padding: 20px 0px 0px;
		border-top: 1px solid #e3e3e3;
	}
	.pagegroup_faqs dl.faqs dt:first-child {
		border-top: 0px;
		padding-top: 0px;
	}
	.pagegroup_faqs dl.faqs dd {
		margin: 0px 0px 20px;
		padding: 0px;
	}
		.pagegroup_faqs dl.faqs dd .returnToTop {
			display: block;
			width: auto;
			font-style: italic;
			font-size: .8em;
		}
		
/* *************************************** Audios ****************************************************** */
.pagegroup_audios .article {
	list-style: none;	
}
	.pagegroup_audios .article h3 {
		line-height: 1em;
		margin-top: 0px;
	}
	
/* *************************************** Images ****************************************************** */

.pagegroup_images .galleria-container {

}

/* *************************************** Files ****************************************************** */
.pagegroup ul.files {
	margin: 0px 0px 20px;
	padding: 10px;
	list-style-position: inside;	
	list-style-image: url('../../../../_resources/images/icons/files/attach.gif');
}
	.pagegroup ul.files li.document {
		list-style-image: url('../../../../_resources/images/icons/files/page.gif');	
	}
	.pagegroup ul.files li.image {
		list-style-image: url('../../../../_resources/images/icons/files/image.gif');	
	}
	.pagegroup ul.files li.audio {
		list-style-image: url('../../../../_resources/images/icons/files/music.gif');	
	}
	.pagegroup ul.files li.video {
		list-style-image: url('../../../../_resources/images/icons/files/photo.gif');	
	}
	.pagegroup ul.files li.doc {
		list-style-image: url('../../../../_resources/images/icons/files/doc.gif');	
	}
	.pagegroup ul.files li.pdf {
		list-style-image: url('../../../../_resources/images/icons/files/pdf.gif');	
	}
	.pagegroup ul.files li.jpg,
	.pagegroup ul.files li.jpeg {
		list-style-image: url('../../../../_resources/images/icons/files/jpg.gif');	
	}
	.pagegroup ul.files li.xls {
		list-style-image: url('../../../../_resources/images/icons/files/xls.gif');	
	}
	
/* *************************************** POSTS ****************************************************** */
.pagegroup_posttypes .recordsContainer .recordListDate {
	width: 80px;
}
.pagegroup_posttypes .element h1 {
  font-family: Times;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #b77518;
}
.pagegroup_posttypes .element h1 a {
  font-family: Times;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  color: #b77518;
}
.pagegroup_posttypes .element h2 {
  font-family: 'Open Sans', sans-serif;
  color: #515151;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}
.pagegroup_posttypes .element h3 {
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.pagegroup_posttypes .post h4 {
	font-size: 14px;
}
.pagegroup_posttypes .element h5.byline {
	font-weight: 400;
	font-style: italic;
	font-size: 13px;
}
.pagegroup .permalink {
  font-style: italic;
}
#footer {
  background: transparent url('../img/footer_bg.png') bottom center no-repeat;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  height: 190px;
}
#footer .container {
	padding: 25px 0px;
}
#footer .container a {
  color: white;
}
#footer .container li {
  padding: 0;
}
#footer .container li a {
  color: #8c8c8c;
  padding: 0;
  padding-right: 0.66em;
}
#footer .container .social {
	height: 18px;
	line-height: 18px;
	margin-top: 10px;
}
#footer .container .social a {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-right: 2px;
	text-indent: -10000px;
}
#footer .container .social a:hover {
	background-position: 0px -18px;
}
#footer .container .social a.fb {
	background-image: url('../img/icon_fb.png');
}
#footer .container .social a.tw {
	background-image: url('../img/icon_tw.png');
}
#footer .container .social a.yt {
	background-image: url('../img/icon_yt.png');
}
/* members page */
.partyPage {
}
	.partyPage .readMore {
		display: block;
		text-transform: uppercase;
		font-style: italic;
		font-size: 12px;
	}
	.partyPage .biography {
		margin-bottom: 20px;
	}
		#copy .partyPage .biography h3 {
			margin: 0px;
			padding: 0px;
		}
		.partyPage .biography img {
			display: block;
			float: left;
		}
		.partyPage .biography .item_text {
			margin-left: 120px;
		}
	.partyPage .committeeMembers {
		margin-bottom: 20px;
	}
		.partyPage .committeeMembers ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
			.partyPage .committeeMembers li {
				margin: 0px 0px 20px;
				padding: 0px;
				width: 50%;
				height: 160px;
				float: left;
			}
				.partyPage .committeeMembers li h3 {
					margin: 0px;
					padding: 0px;
					font-size: 18px;
					font-weight: bold;
				}
					.partyPage .committeeMembers li h3 a {
						font-size: 18px;
						font-weight: bold;
					}
				.partyPage .committeeMembers li img {
					display: block;
					float: left;
				}
				.partyPage .committeeMembers li .item_text {
					margin-left: 120px;
				}


