
/**
 * ERCC, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
* {
	padding:0px;
	margin:0px;
}

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #494949;
  background: #d4cfc3;
}
.hidden { display:none; }

.page { position:relative; width:1100px !important; 
	margin:0 auto !important; 
	background: url(images/bg_bottom.jpg) no-repeat bottom center;
    padding-top:20px;
}
body#inner .page { background:url(images/bg_bottom_inner.jpg) no-repeat bottom center; 
}
.clr { clear:both; font-size: 1px; line-height: 1px; overflow: hidden; height: 1px;}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
	font-size: 24px;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
    margin-bottom: 20px;
	margin-top:10px;
}

h4 { font-family:Arial, Helvetica, sans-serif; font-weight:bold;
  font-size: 110%;
  margin-bottom: 20px;
}

h5 {
  font-size: 120%;
  margin-bottom: 10px;
}

h6 {
  font-size: 110%;
  margin-bottom: 10px;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p { margin:0 0 30px;
  margin-bottom:30px !important;
  padding: 0;
  line-height: 20px;
}

ol li { line-height:20px; }

.GrayTextItalic { color:#6C6C6C; font-style:italic; }

a { /*color: #f5931c;*/ color:#086cb6;
  text-decoration: none;
}
a:hover {
  /*color: #f5931c;*/
  text-decoration: underline;
}
.node .content p a,
.node .content p a span { color:#086cb6 !important; font-size:inherit !important; }

a.active {
  color: #f5931c !important;
}

#lightboxFrame body object { margin:0 auto !important; text-align:center; }
#lightboxFrame body { margin:0 auto; padding:0 !important; text-align:center; }

hr {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  height: 1px;
  background: #ccc;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0;
  padding: 0;
}
ul {  margin: 0 0 20px 30px; }
ul li {
  list-style: square;
  line-height: 20px;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  /* background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #f5931c;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}
dl {  margin: 0.5em 0 1em 1.5em; /* LTR */
}
dl dd {  margin: 0 0 .5em 1.5em; /* LTR */
}
img, a img {
  border: none;
}
table {
  margin: 1em 0;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #d37400;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}
td, th {
  padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
  border: solid #ce7100;
  border-width: 1px 0;
}
tr.odd, tr.info {
  background-color: #fdebc6;
}
tr.even {
  background-color: #fff;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #e3e2de;
}
tr.even td.active {
  background-color: #ffffff;
}

tr.odd { background-color: #e3e2de; }
tr.even { background-color: #ffffff; }

tr.even a, tr.odd a { color:#666666 !important; }

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #ce7100;
  background-color: #f5931c;
  color: #455067;
  font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}
span.form-required {
  color: #f5931c;
}
span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}
.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}
.messages ul {
  margin: 0;
}
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}
#center .title-page {
	display:none;
}
#center form {
  margin-bottom: 2em;
}
.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Header
 */

#header-region {
	margin: 0 auto !important;
    max-width: 948px !important;
	padding: 48px 73px 0 79px !important;
    background: url(images/bg_top.jpg) no-repeat top center;
}

#inner #header-region { 
	padding-bottom:15px;
	background: url(images/bg_top_inner.jpg) no-repeat top center;
}

#header-region .block {
  display: block;
  /* clear:both; */
}

#header-region #block-block-2.block { margin:0px 0px 30px 0; padding:0 18px 4px 0; /*border-right:1px solid #ccc;*/
  float:left; width:355px;
}
#block-views-breaking_news-block_1 { margin-left:180px;}
#block-block-16,
#block-views-breaking_news-block_1 { float:left; width:320px; padding:10px 20px; border:1px solid #ccc; margin-bottom:15px; margin-top:-30px; position:relative; }
#block-block-16 h2,
#block-views-breaking_news-block_1 h2 { padding-bottom:7px !important; font-family: arial; font-size: 17px; }
#block-views-breaking_news-block_1 #node-178 { font-size: 14px; }
#block-block-16 p,
#block-views-breaking_news-block_1 p { margin:0 !important; font-weight:normal !important; line-height:17px; display:inline;
}
#block-views-breaking_news-block_1 strong,
#block-views-press_release-block_1 .views-row p,
#block-views-media_block_front_page-block_1 .views-row p { font-weight:normal !important;
}
#block-views-media_block_front_page-block_1 .views-row { padding-bottom:15px;
}

#block-views-media_block_front_page-block_1 { margin-top: -219px!important;  }
#block-views-media_block_front_page-block_1 h2{ margin-top: -38px!important; margin-bottom: 0px!important;}

.date-display-single { font-style:italic; color:#6C6C6C; padding-right:4px; padding-bottom:15px; display:inline-block;
}
.views-row .date-display-single { padding-bottom:0;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
/*
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
    */
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}
#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}
#header-region h3, #header-region label, #header-region li {
  margin: 0;
  padding: 0;
  background: none;
}
#header-region #header { 
}
#header-region #header #logo-floater {
	padding-top:17px;
	float:left;
}
#inner #header-region #header #logo-floater { width:370px; border-bottom:2px solid #ccc; padding-bottom:90px; padding-top:35px;
}

#header-region #header h1, #header-region #header h1 a:link, #header-region #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
#header-region #header h1 span {
  font-weight: bold;
}
#header-region #header h1 img {
  float: left; /* LTR */
}
#header-region #header h1, #header-region #header h1 a:link, #header-region #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}
#header-region #header h1 a:hover {
  text-decoration: none;
}

#wrapper {
	background: url(images/bg_cnt.jpg) repeat-y center top;
	font-size:14px;
	width:948px;
	margin:0 auto;
}
#inner #wrapper {
	background: url(images/bg_cnt_inner.jpg) repeat-y center top;
	margin: 0 auto;
    max-width: 948px;
    padding: 30px 73px 0 79px;
}
.front-page#wrapper {
	background: none;
}

.bg-slider {
	background: url(images/bg_cnt.jpg) repeat-y center top;
	margin:0 auto;
	width:1100px;
}
.bg-slider .primary-links .first {
	display:none;
}
#wrapper #container {
  margin: 0 auto;
  max-width: 948px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {

}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {

}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  width: 100%;
}

#inner #center { width:740px !important; position:relative; 
}

#wrapper.front-page { clear:both; padding: 15px 0 55px 0;}

#wrapper.front-page #container #center {
	width:630px;
	background: #717171;
	color: #ffffff;	
	margin-left: 35px;
	padding: 20px 30px 20px 20px;
	float:left;
}

/* So we move the #center container over the sidebars to compensate
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}
*/

/* And add blanks left and right for the sidebars to fill
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}
*/

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0;
  width: 233px;
  float: left;
  z-index: 2;
  position: relative;
}
#wrapper #container .sidebar h2 {
	/*background: none repeat scroll 0 0 #e3e2de;*/
    color: #262626;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 10px;
    text-align: left;
    text-transform: uppercase;
    width: 233px;
}
#block-block-5 h2 { text-transform:none !important; font-size:22px !important; }
#wrapper #container .sidebar .content {
	margin: 20px 0 0 0;
}

#wrapper #container .sidebar .block {}

#sidebar-right {
	float: right !important;
	width: 280px !important;
	margin-left: 40px !important;
}
body.sidebar-right #center {
	width: 625px !important;
	float: left !important;
}
.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}
#wrapper #container .sidebar .block-block-5 h2 {
	background:#e3e2de;
	padding:15px 0;
	margin-right:20px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
}

#footer {
    max-width: 948px;
	margin: 0 auto;
	float: none;
	clear: both;
	padding: 0 0 70px 0;
}

#inner #footer	{ padding-top:180px; 
}
#footer .footer-content {
    max-width: 948px;
	background-color: #262626;
    color: #ffffff;
	min-height:40px;
	position:relative;
	line-height:40px;
}
#footer p { 
	margin:0px !important;
}
#wrapper #container .breadcrumb {
  font-size: 0.92em;
}
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #f5931c;
}
#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}
.slogan {display: none;}

/**
 * Primary navigation
 */
 
.bg-menu-bottom { 
    float: right;
    width: 350px;
	background: url(images/menu-bottom.gif) no-repeat bottom;
	margin-top:13px;
	position:relative;
	margin-bottom:13px;
}
ul.primary-links { display:block; overflow:hidden;
	background: url(images/menu-top.gif) no-repeat top;
	padding:20px 32px;
}
ul.primary-links li {
  margin: 0;
  padding: 0;
  background-image: none;
}
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
    color: #262626;
    display: block;
    font-size: 17px;
    /*line-height: 28px;*/ padding-bottom:10px;
    padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul.primary-links li a:hover, ul.primary-links li a.active {
	background: transparent url(images/list_style_img.png) no-repeat 0px 3px;
	color: #f5931c;
}
/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}
ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
}
ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}
/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
#tabs-wrapper {
/*  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  */
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
/*
h2.with-tabs {
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}
*/

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  /*border-bottom: 1px solid #e9eff3;
  margin: 0 -26px 1.5em;
  padding: 1.5em 26px; */
}
ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}
ul.links.primary-links li { padding:0px; }

.node .links, .comment .links {
  text-align: left; /* LTR */
}
.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}
.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}
.new {
  color: #f5931c;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}
.terms {
  float: right; /* LTR */
}
.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}
.sticky {
  padding: 1em;
  background-color: #fff;
  margin-bottom: 2em;
}
#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}
#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}
.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}
.indented {
  margin-left: 25px; /* LTR */
}
.comment h3 a.active {
  color: #494949;
}
.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}
.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}
.poll .percent {
  font-size: .9em;
}
/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}
/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0px solid #F5931C/*#d9eaf5*/;
}
#protected-node-enterpassword fieldset label,
#protected-node-enterpassword fieldset a { display:none; }
#protected-node-enterpassword .description { color:#494949; display:none; }
#protected-node-enterpassword input#edit-submit { background:url(images/login-btn.png) 0 0 no-repeat; width:116px; height:29px; border:0; font-size:0; text-indent:-999px; cursor:pointer; margin-left:2px;}
#protected-node-enterpassword input#edit-submit:hover { background-position:0 100%; }

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}
fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}
html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}
html.js fieldset.collapsible legend a {
  padding: 0 0.5em; /* LTR */
  /* background: url(images/menu-expanded.gif) no-repeat 0% 50%;  LTR */
}
html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}
#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}
#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}
table.system-status-report th {
  border-color: #d3e7f4;
}
#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}
tr.taxonomy-term-divider-top {
  border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}
#admin-menu, #admin-menu ul { font-size:11px; }

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}
.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}
div.status {
  color: #33a333;
  border-color: #c7f2c8;
}
div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}
/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}
tr.dblog-user td.active {
  background-color: #fbf5cf;
}
tr.dblog-content {
  background-color: #fefefe;
}
tr.dblog-content td.active {
  background-color: #f5f5f5;
}
tr.dblog-warning {
  background-color: #fdf5e6;
}
tr.dblog-warning td.active {
  background-color: #fdf2de;
}
tr.dblog-error {
  background-color: #fbe4e4;
}
tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
/* Blocks on Front page*/
#block-block-2 h2 {
	background: none repeat scroll 0 0 #E3E2DE;
    color: #262626;
	letter-spacing:1px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 168px;
}
#block-block-2 a { font-size: 16px; color: #F9AD16;}
#block-block-2 .big-gray-text  {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
    line-height: 24px;
	color:#6c6c6c;
}

#block-block-2 .content p {	margin:0 !important;
}
h2.video-title { font-size:20px; }

 /*gray block*/
#block-block-4 								{ background:#717171;}
#block-block-4 .content 					{ padding:15px; font-size:12px; line-height:17px; color:#FFF; }

.front-gray-block a.title 					{ display:block; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:700; text-decoration:none; color:#f5931c; }
.front-gray-block a.title:hover 			{ color:#000; }
.front-gray-block .main  a.title			{ margin-bottom: 10px;}

.front-gray-block .main 					{ float:left; width:480px; margin-right:20px; }
.front-gray-block .main .main-img 			{ float:left; margin-right:25px; }
.front-gray-block .list 					{ float:right; width:450px; padding:0; }
.front-gray-block .list .item 				{ display:block !important; clear:both; margin:0; padding:0; }

.front-gray-block .list .item a.theme 		{ margin:0px; text-decoration:none; color:#f5931c; font-weight:500; }
.front-gray-block .list .item a.theme:hover { color:#000; }

.front-gray-block .list .item p				{ margin: 3px 0 5px 0; }

.front-gray-block .list .item .list-img 	{ float:left; display:block; margin:0 5px 20px 0;}

/*Carousel*/
.block-id-1 { position: relative; clear: both;}
.block-id-1 h2 {
	color: #7c7b79;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 5px;
	padding-left: 50px;
	line-height: 36px;
}
.views_slideshow_singleframe_teaser_section h2 {
	font-weight: bold;
	color:#94b400;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px !important;
	margin: 20px 1em 10px 0 !important;
	line-height: 15px;
}
.views_slideshow_singleframe_teaser_section h2 a {
	color:#000000 !important;
}
.views_slideshow_singleframe_teaser_section .views-row {
	float: left;
	width: 230px;
	padding-right:10px; 
	min-height:270px;
}
.views_slideshow_singleframe_teaser_section .views-row.views-row-3 {
	background:none;
}
.views_slideshow_controls a {
	/* display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background-repeat: no-repeat;
	top:0;
	text-indent: -999px;
	overflow: hidden; */
	display:none;
}
.views_slideshow_previous { background-image: url(images/left_arrow.gif); left:0;background-position: 0 0;}
.views_slideshow_next {background-image: url(images/right_arrow.gif); right:0;background-position: 0 0;}
.views_slideshow_pause {background-image: url(images/pause_icon.gif); right: 37px;background-position: 0 0;}
.views_slideshow_play {background-image: url(images/play_icon.gif); right: 37px;background-position: 0 0;}

.views_slideshow_previous:hover { background-position: 0 -36px;}
.views_slideshow_next:hover {background-position: 0 -36px;}
.views_slideshow_pause:hover {background-position: 0 -36px;}
.views_slideshow_play:hover {background-position: 0 -36px;}

.views-slideshow-controls-bottom { display:none; }

/*Footer links*/
#block-menu-menu-footer-links {}
#block-menu-menu-footer-links h2 { display: none;}
#block-menu-menu-footer-links ul.menu { margin: 0; padding: 0;}
#block-menu-menu-footer-links ul.menu li { display: inline; margin: 0 !important; padding: 0 !important;}
#block-menu-menu-footer-links ul.menu li a { color: #FFF !important; text-decoration: underline !important; display: inline; background: url(images/menu_sep.gif) no-repeat 0 2px; padding: 0 10px;}
#block-menu-menu-footer-links ul.menu li.first a { background: none !important;}
#block-menu-menu-footer-links ul.menu li a:hover { color: #ffffff !important;}

#footer { position: relative; min-height: 40px; clear:both; }
#footer .block-id-1 { /*position: absolute; top:12px; left:10px; clear: none !important;*/ float: left; width:auto; margin-left:10px; }
#footer .block-id-2 { /* position: absolute; top:12px; right:10px; clear: none !important;*/ float:right; width:auto; }


#footer .block-id-1 .content p,
#footer .block-id-2 .content { line-height:40px !important; }

#footer a.edit-link { position:absolute; top:-20px; left:0px; line-height:15px; }

/*Home block*/
.header-region-3	{ width:948px; background:url("images/bg-3columns.png") 0px 0px repeat; }

#header				{ clear:both; min-height:180px;}

#block-addtoany-0 { float:left; padding-top:15px; min-width:30px;  }
#block-addtoany-0 .content { margin:0 !important; }
#block-block-21 { float:left; clear:left; }
#block-block-21 .content { margin:0; }
#block-block-22 { float: right; width: 240px; text-align:right; padding-top:40px; }

.block-id-2 { width: 720px; }


.header-region-2 {background: #717171; color: #FFFFFF; padding: 20px; margin-bottom: 40px; position: relative; width:908px; clear:both; }
.header-region-2 #block-block-7 { float: left; width: 480px; clear: none !important; position: relative;}
.header-region-2 #block-views-video_list-block_1 { float: right; width: 380px; clear: none !important;  position: relative;}
.view-video-list h2, .view-video-list h2 a{color: #ffffff; font-size:13px; line-height:16px; text-decoration: none !important; font-weight: normal;}
.view-video-list .views-row { margin-bottom: 10px; min-height: 100px; overflow:hidden;}
.view-video-list .views-row p, #block-block-7 p { margin-bottom:5px !important; line-height: normal;}
.node-video-thumbnail-field { float: left; width: 208px; margin-right: 10px;}
.node-video-short-text-field  { width:160px; float:right; }
.header-region-2 #block-block-7 h2, .header-region-2 #block-block-7 h2 a { margin: 0; padding: 0; font-weight:normal;color: #ffffff; font-size: 20px; text-decoration: none !important; line-height: normal;}
.header-region-2 #block-block-7 img { border: 1px solid #ffffff; float: left; margin-right: 10px;}
.header-region-2 #block-block-7 a {color: #ffffff;}
#block-block-7 p { line-height: 18px;}

.video-data { float:left; width:50%;
}
.video-data h2 { padding:0 !important;
}
.header-region-2 .video-data { width:42%; color:#fff !important;
}
.header-region-2 .video-data .date-display-single { color:#fff;
}



#block-block-13 { float:right; width:380px; clear:right; text-align:right; margin-top:-10px; }
#block-block-13 a { color:#fff !important; }
.divide { padding:0; height:1px; background:#ccc; margin-bottom:25px; width:85%; }

#block-block-8 {  margin:30px 0 0 165px; position:relative; float:left; text-align:left; padding-top:0px; vertical-align:baseline; clear:right; width:40px; }
#block-block-8 p { margin-bottom:0px !important; }
#block-block-8 img { vertical-align:middle; }

#node-6 h2, .grey-box h2 { margin-bottom:20px; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#efede9; }
#node-6 p, .grey-box p { margin-bottom:15px !important; }

#block-views-articles-block_1 { float:left !important; }

#block-views-articles-block_1 p { margin-bottom:10px !important; }

#node-5 p a,
.left-indent-1 a,
.left-indent a,
.view-content .more a,
.header-region-3 .read-more-article a,
.header-region-3 .more a			{ /*color:#086cb6 !important;*/ }

#block-views-articles-block_1 .view-content .views-row { 
	float:left;
	width:230px;
	background: url(images/bg-articles.png) repeat-y left;
	padding-right:10px;
	min-height:370px;
}
#block-views-articles-block_1 .view-content .views-row .short-text-field {
	padding-right:20px;
}

#block-views-articles-block_1 .view-content .views-row h2 { padding:0; margin-bottom:10px; line-height:15px; }

#block-views-articles-block_1 .view-content .views-row h2 a { 
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}
#block-ercc_helper-banner_2 { float:right; margin-right:14px; width:210px; margin-bottom:4px; }
#block-views-articles-block_1 .view-content .views-row img,
#block-ercc_helper-banner_2 img { border:1px solid #767676;}
#block-block-9 p { margin:0px !important; padding:0px; }
#block-views-articles-block_1 .views-row img { margin-bottom:4px;
}

#block-views-press_release-block_1,
#block-block-18,
#block-views-media_block_front_page-block_1 { 
	float:right;
	width:210px;
	margin-right:14px;
}
#block-views-press_release-block_1 h2,
#block-views-media_block_front_page-block_1 h2 { 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
	color:#000;
}
#block-views-press_release-block_1 p,
#block-views-media_block_front_page-block_1 p				{ margin-bottom:0px; }
#block-views-press_release-block_1 a,
#block-views-media_block_front_page-block_1 a				{ color:#000; }
#block-views-press_release-block_1 .more a,
#block-views-media_block_front_page-block_1 .more a { color:#086cb6; }
#block-views-press_release-block_1 p strong,
#block-views-media_block_front_page-block_1 p strong { font-weight:normal; }

#block-block-5 p 											{ font-size:14px; }
#block-block-5 a											{ color:#494949; }
#block-block-5 .subject-wrapper.front						{ margin-left:-10px; position:relative; width:270px; /*background: url(images/shadow-title-top.jpg) no-repeat top;*/ }
#block-block-5 .subject-wrapper.front h2 					{ width:240px !important; padding:0px 10px 1px 10px !important; 
/*background: url(images/shadow-title-bottom.jpg) no-repeat bottom !important; */}

#block-block-8 .content 									{ vertical-align:middle; }
/* End blocks on Front page*/


.read-more-article { display:block; margin-top:-8px; position:relative; }

.view-press-release h2    													{ padding-bottom:5px !important; margin-bottom:0px !important; line-height:20px; }
#block-views-block_to_front_header-block_1 h2 								{ line-height:20px; margin-bottom: 10px; }
.header-region-2 #block-block-7 h2 											{ margin-bottom: 10px; }
.view-press-release h2 a, #block-views-block_to_front_header-block_1 h2 a	{ font-size:14px;color: white; }
#block-views-block_to_front_header-block_1 h2 a								{
	color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-decoration: none !important;}
.view-press-release	p							{ margin-bottom:15px; }
.view-press-release .date-display-single		{ font-style:italic; }
.view-press-release .views-row					{ padding-bottom:20px; }
.view-press-release span.read-more			{ display:block; padding-top:4px; }
.view-press-release span.more { display:block; }

iframe.pagepreview-preview {    
	border: 1px solid grey !important;
    height: 620px !important;
    left: -80px;
    position: relative;
    width: 1050px !important;
    z-index: 10;
    width: 1117px !important;
	margin-top: -336px;
}
.form-item select.multiselect_unsel,
.form-item select.multiselect_sel 				{ width:321px; }

#block-block-11 { float:left; padding:0px 15px 0;
}
#block-search-0 { float:right; position:relative; width:200px; margin-top:40px; }
#block-search-0 .subject-wrapper, #edit-search-block-form-1-wrapper label { display:none;
}
#block-search-0 .form-submit,
#block-search-0 .form-item { margin:0 2px; float:left;
}
#block-search-0 .form-submit { margin-top: -2px; position: relative; }
#block-search-0 .form-item { padding:1px 0 0;
}
#block-search-0 .container-inline { float:right; padding-right:15px;
}
#block-block-12 { width:120px; padding:5px 0; 
	position:absolute; top:225px; left:477px;
}
#block-block-5 { margin-top:0px; }

.login-btn { display:block; background:url(images/members-only-btn.png) top center no-repeat; color:#fff !important; text-decoration:none !important;
	font-size:15px; font-weight:bold;
	text-align:center;
	height:27px; padding-top:10px;  margin-left: -23px;
}
.login-btn:hover { background-position:center bottom; }
.left-indent { padding-left:50px; }
#block-block-14 .content, #block-block-15 .content { border:1px solid #CCC; padding:15px 15px; margin:0 0 25px;
	position:relative; width:343px; float:right; margin:0; /*-190px 25px 25px;*/
}
#block-block-14, #block-block-15 { position:absolute; top:-25px; right:-190px; color:#494949; }
#block-block-14 a, #block-block-15 a { color:#494949 !important; }
#block-block-14 p, #block-block-15 p { padding-bottom:0; margin-bottom:0 !important;
}
#block-block-15 .content a { text-decoration:underline;}
#block-block-15 .content a:hover { text-decoration:none;}

#block-block-14 p {line-height:15px;}
#block-block-14 p a {text-decoration:underline;}
#block-views-media_type_list-block_1, #block-views-media_type_list-block_2,
#node-2 { border-top: 1px solid #CCCCCC;
    margin-right: 145px;
    margin-top: -30px;
    padding-top: 30px;
}
#block-views-media_type_list-block_2,
#block-views-media_type_list-block_3		{ border-top:1px solid #ccc; padding-top:25px; padding-bottom:10px; margin-right:145px; }
#block-views-media_list-block_1				{ padding-top: 20px; padding-bottom:10px;  }

.box1 p { margin:0 0 0 0 !important; }
.email { color:#494949 !important; }
.email:hover { color:#F5931C !important; }
.view-media-list { width:940px; padding:0; }
.view-media-list .views-row { overflow:hidden; margin-bottom:20px; float:left; width:47%; margin-right:3%; height:150px; }
.view-media-list .views-row h2 { margin:0; padding:0 0 10px; font-size: 14px; line-height: 16px; font-family:Arial, Helvetica, sans-serif; }
.view-media-list .views-row h2 a { color:#494949; }
.view-media-list .views-row .node-video-short-text-field { float:none; width:auto; font-size: 13px; line-height: 16px; }
.view-media-list .views-row .node-video-short-text-field p { line-height:16px; margin:0 !important; padding:0 0 10px; }
.view-media-list .views-row h2,
/*.view-media-list .views-row .node-video-short-text-field { float:right; width:50%; }*/

.view-media-type-list .views-row h2, .view-media-type-list .views-row h2 a { font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#494949; line-height:17px; padding:0 0 15px; margin:0; }
.view-media-type-list .views-row p, .view-media-type-list-archive .views-row p { padding-bottom:5px; margin:0 !important; }
.view-media-type-list .views-row, .view-media-type-list-archive .views-row { overflow:hidden; padding-bottom:25px; }
.view-media-type-list .terms { float:none; }
.view-media-type-list .terms ul, .view-media-type-list .terms ul li,
.subject-wrapper h2, h2.subtitl { padding:0 0 15px !important; margin:0; font-weight:bold; line-height: 130% !important; font-family:Helvetica,Arial,sans-serif; font-size:17px; display:block; }
.subject-wrapper h2 { color:#494949; }

table.data-table1 { margin-bottom:20px; }
table.data-table1 td, table.data-table1 th { border:1px solid #ccc;
}
table.data-table1 th { background:#666; color:#fff; border:1px solid #eee;
}
.note-list,
.small-text { font-size:13px; }
.search-info { display:none; }
.search-results dt.title a { color:#494949; font-weight:bold; }
	
.grey-box {  background:#717171;
    color: #FFFFFF;
    padding: 20px 30px 20px 20px;
}
a.under { text-decoration:underline; }
a.under:hover { text-decoration:none; }

#block-block-23 { position: absolute; left: 665px; top:253px; vertical-align: baseline; }

#inner #block-block-8 { position:absolute; top:50px; left:535px;
}
#inner #block-addtoany-0 { position:absolute; top:-236px; left:375px;
}
#inner #block-block-11 { position:absolute; top:125px; left:410px;
}

#inner #block-block-8 a.g-plus-icon img,
#inner #block-block-8 a.facebook_icon img,
#inner #block-block-8 a.twitter_icon img { display:none; }

#inner #block-block-8 a.g-plus-icon { display:inline-block; width:20px; height:23px; 
	background:url(/sites/all/themes/ERCC/images/g-plus-icon-sm.png) 0 0 no-repeat;
	font-size:9px;
}
#inner #block-block-8 a.facebook_icon { display:inline-block; width:23px; height:23px; 
	background:url(/sites/all/themes/ERCC/images/facebook_logo-sm.png) 0 0 no-repeat;
	font-size:9px;
}

#block-block-8 a.twitter_icon {margin-left: -5px;}
#inner #block-block-8 a.twitter_icon { display:inline-block; width:33px; height:23px; 
	background:url(/sites/all/themes/ERCC/images/twitter2.png) 0 0 no-repeat;   /*twitter_logo-sm.png*/
	font-size:9px;
}
#inner #block-addtoany-0 a.da2a_button { display:block; width:76px; height:24px;
	background:url(/sites/all/themes/ERCC/images/share-sm.png) 0 0 no-repeat;
}
#inner #block-addtoany-0 a.da2a_button img { visibility:hidden; }

#block-block-16 .subject-wrapper.front h2,
#block-views-breaking_news-block_1 .subject-wrapper h2 { color: #F5931C!important; }
#block-views-media_type_list-block_1 .more {text-align:right; float: right; padding-right: 50px; margin-top: -7px;}

.view-dom-id-3 .more { 
    margin-top: 0!important;}
#label_selected {margin-right:70px!important;}

.node-pressrelease-short-text-field p { display:inline; 
}

/*****-- Admin styles --******/
#block-menu-menu-adminmenu { display:block; position:absolute;   
    left: -120px;
    top: 50px;
}
#block-menu-menu-adminmenu ul li.expanded {list-style-image: url("/../misc/menu-collapsed.png");
}
#block-menu-menu-adminmenu ul li.active-trail {list-style-image: url("/../misc/menu-expanded.png")!important;
}
#block-menu-menu-adminmenu ul li ul li.expanded {list-style-image: url("/../misc/menu-collapsed.png");
}
#block-menu-menu-adminmenu ul li ul li.active-trail {list-style-image: url("/../misc/menu-expanded.png")!important;
}   
   
#block-menu-menu-adminmenu ul li a {color:#262626!important;}	
#block-menu-menu-adminmenu ul li a.active { font-weight:bold;
}
#block-menu-menu-adminmenu ul.menu { margin:0 !important;
}
#block-menu-menu-adminmenu ul.menu ul {
    margin:0 !important;
	padding-left:15px !important;
}

#block-menu-menu-adminmenu ul.menu li ul { margin:0 !important;}


a.edit-link { display:inline-block; padding:2px 5px; background:#F5931C; color:#fff !important;
}
a.edit-link:hover { background:#E78917; 
}
#block-block-11 .edit-link,
#block-block-8 .edit-link,
#block-block-12 .edit-link,
#block-search-0 .edit-link,
#block-block-13 .edit-link,
#block-block-17 .edit-link,
.front-page #center ul.tabs .active { display:none;
}
#tabs-wrapper .tabs a { display:inline-block; padding:3px 15px; margin:0 5px; border:1px solid #F5931C; background:#f8e2c7; color:#c26d07 !important; }
#tabs-wrapper .tabs a:hover,
#tabs-wrapper .tabs a.active { background:#F5931C; color:#fff !important; }

#edit-field-m-short-txt-0-value-wrapper iframe,
#edit-field-a-short-txt-0-value-wrapper iframe,
#edit-field-n-short-txt-0-value-wrapper iframe,
#edit-field-pr-short-txt-0-value-wrapper iframe,
#edit-field-v-short-txt-0-value-wrapper iframe { height:200px !important;
}
#block-admin-configure iframe { height:300px !important;
}

.header-region-2 #block-views-block_to_front_header-block_1 {
  clear: none !important;
  float: left;
  position: relative;
  width: 480px;
}
.header-region-2 #block-views-block_to_front_header-block_1 a {
	}
#block-block-18			{ float: right; }
#block-block-18 .node	{ width:210px; }
.right-banner-front h3{
     color: #EFEDE9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#block-- .node-articles-body-field.body-field							{ padding-left:221px; }
#block-- .node-articles-body-field.body-field p							{ line-height:18px; margin-bottom:0px; }
#block-- .node-articles-body-field.body-field a							{ color:#FFF; }
#block-- a																{ display:inline; color:#FFF; }
#block-- a.edit-link													{ display:inline; padding:2px 5px; }
#block-- .node-articles-body-field p									{ display: inline; }

.view-block-to-front-content .view-content .views-field-title			{ display:none; }
.view-block-to-front-content .view-content h3							{ color: #EFEDE9; font-family: Arial,Helvetica,sans-serif; font-size: 24px; font-weight: bold; margin-bottom: 20px; }
#node-62																{ line-height:20px; }

#block-views-media_type_list-block_2 .more,
.view-display-id-block_3 .more											{ float:right; padding-right:50px; }
#block-views-media_type_list-block_2 .views-row,
.view-display-id-block_3 .views-row										{ clear:both; }
.imagecache																{ display:block; border:1px solid #767676; }


#views_slideshow_singleframe_div_articles_carousel_to_front-block_1_0 .views-row p
{ margin-bottom:10px; }

.views_slideshow_singleframe_teaser_section .views-row .short-text-field	{ padding-right:20px; }
.view-block-to-front-content .views-field-edit-node a						{ background: none repeat scroll 0 0 #F5931C; color: #FFFFFF !important; display: inline-block; padding: 2px 5px; text-transform:capitalize; }


#bg_wrapper_preview															{ position:absolute; top:0px; left:0px; width:100%; background-color: #000000; opacity: 0.8; z-index:9; }

.members-page { overflow:hidden; }
#wrapper #container #center #node-108 { width:870px; }
.members-page .pdf-link { margin-top:-15px; border-bottom:1px solid #CCCCCC; margin-bottom: 20px; padding-bottom:20px;}
.members-page .noborder { border-bottom:0; }
.members-page .colmn1 { float:left; width:48%; }
.members-page .colmn2 { float:right; width:48%; }
.members-page .date-display-single { font-weight:normal; }

#edit-field-member-report-title-0-value-wrapper iframe {
	height: 100px !important;
}

.view-id-member_reports .view-content .views-row { margin-bottom:20px; width:800px;}
.view-id-member_reports .view-content .views-row .views-field-field-member-report-title-value p { margin-bottom:0px!important;}
.view-id-member_reports .view-content .views-row .views-field-field-member-report-date-value { margin-bottom:15px; font-style:italic;}
.view-id-member_reports .view-content .views-row .views-field-body p { margin-bottom:10px!important;}
.view-id-member_reports .view-content .views-row .views-field-field-member-report-pdf-fid { border-bottom:1px solid #CCCCCC; padding-bottom:20px;}
.view-id-member_reports .view-content .views-row .views-field-field-member-report-pdf-url-value { border-bottom:1px solid #CCCCCC; padding-bottom:20px;}
.view-member-reports h3 { text-decoration:underline;}

#center .view-block-to-front-content p { margin-bottom:15px !important; }

/*Home*/
#block-views-block_to_front_header-block_1 .content .content div:first-child { display:none;}
#block-views-block_to_front_header-block_1 .node-articles-body-field.body-field { padding-left:0px;
background-image: url("//www.electricreliability.org/sites/default/files/electrical-bg.jpg");
    background-position: 0px 150px;
    background-repeat: no-repeat;
    height: 310px;}
#block-views-block_to_front_header-block_1 .node-articles-body-field.body-field p { font-size:15px;
line-height:20px;}	
#block-views-block_to_front_header-block_1 .content .content h2 { padding-left:0px;}	
/*Home end*/