
	/* GENERAL SYLINGS - BEGIN */

.harveybox{
    padding:10px; 
    background-color:#085100;
}

a.harvey-link:link, a.harvey-link:visited, a.harvey-link:hover, a.harvey-link:active{
 color:white !important;
}

.text-red {
color: #bf0000;
}

.text-gray {
color: #656565;
}

.text-small {
font-size: 0.9em;
}

.single-space {
line-height: 110%;
}

/* GENERAL SYLINGS - END*/





/* HOME PAGE SOCIAL MEDIA BUTTONS STYLES - BEGIN */

.socialmedia-epr {
 margin-bottom: 8px;
}

.socialmedia-epr p {
margin: 0;
padding: 0;
}

.socialmedia-epr a {
margin-right: 8px;
}

.socialmedia-epr img {
border: 0;
}

/* STYLINGS FOR EMERGENCY PARTNERS NEWSLETTER ELEMENTS    */
hr{
margin: 5px 0px;

}


/* HOME PAGE SOCIAL MEDIA BUTTONS STYLES - END*/

/*NEW STYLES FOR RIGHT HAND MODULES ON INDEX - BEGIN*/
.rh_column-wrapper {
position: relative;
margin:8px 0px;
border: 1px solid #cecece;
line-height: 20px;
overflow:visible;
}

.rh_column-logo {
position: absolute;
top:8px;
left: -5px;
}

.rh_column-headline{
position:relative;
min-height:40px;
font-size:15px;
line-height:17px;
margin-top:10px;
margin-left:48px;
margin-bottom:10px;
}

.rh_column-logo_news_bar-blue{
position:relative;
width:100%;
min-height:31px;
padding-top:1%;
text-align:center;
color:white;
background-color: #003366;
}
.rh_column-logo_news_bar-red{
height:10px;
background-color: #d90000;
}

.rh_column-content {
margin:8px 8px;
}

.rh_column-logo_news {
width:100%;
top:0px;
left: 0px;
}

.rh_column-headline_news{
position:relative;
min-height:40px;
font-size:15px;
line-height:17px;
margin: 3px 16px 16px 8px;
}

div[class~="rh_column-wrapper"] p{
position:relative ! important;
text-align:center ! important;
float:none ! important;
width:56px;
margin-right: 25px ! important;
margin-left: auto ! important;
margin-bottom: 10px ! important;
right: 0px ! important;
bottom: 0px ! important;
}

.resourceBlock{
  float: left;
  display: block;
  min-height: 124px;
  margin-bottom: 13px;
}


/*NEW STYLES FOR RIGHT HAND MODULES ON INDEX - END*/


/* ADJUSTING MORE BUTTON FOR RESOURCES MODULE ON INDEX PAGE  - BEGIN*/
/*  looking for <p> element whose parent has a class of index-resources-module  */
div[class~="index-resources-module"] p{

    margin-top: -30px !important;
    position: relative;

}

@media screen and (max-width: 979px) {
    div[class~="index-resources-module"] p{

          margin-top: 0px !important;

    }
}




/* ADJUSTING MORE BUTTON FOR RESOURCES MODULE ON INDEX PAGE  - END*/



/* PHM BLOG MODULE STYLINGS- BEGIN */

.phm-wrapper {
position: relative;
margin: 8px 0;
padding: 0;
border: 1px solid #cecece;
box-shadow: 0 0 4px #cecece;
}

.phm-image {
margin: 0;
padding: 0;
margin-top:-20px;
}

.phm-image img {
width: 100%;
}

.phm-logo {
position: absolute;
left: -5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

   .rh_column-logo_phm{
       
    }
   .rh_column-headline_phm{
       margin-left:43px;
    }

}

@media screen and (min-width: 768px) and (max-width: 979px) {

   .rh_column-logo_phm{
       
    }
   .rh_column-headline_phm{
       margin-left:47px;
    }

}

@media screen and (min-width: 980px) and (max-width: 1199px) {

   .rh_column-logo_phm{
       
    }

   .rh_column-headline_phm{
       margin-left:43px;
    }

}

@media screen and (min-width: 1200px) {

   .rh_column-logo_phm{
       
    }

   .rh_column-headline_phm{
       margin-left:43px;
    }

}


.rh_column-logo_phm{
position: absolute;
/*left: -47px;
top: -25px;*/
left:-48px;
top:-40px;
}

.rh_column-headline_phm{
position:relative;
min-height:17px;
font-size:15px;
line-height:17px;
margin-top:3px;
margin-bottom:0px;
}

.rh_column-headline_phm-text{
position:absolute;
}


.phm-link {
padding: 16px 8px 12px 8px;
line-height: 110%;
overflow: auto;
height: 40px;
}

/* PHM BLOG MODULE STYLINGS- END*/







/* CAMPAIGN IMAGES - BEGIN
Styles the images used in all localRDCampaign SSIs throughout EPR sites. Place all images within DIV that calls this class. */

.localRDCampaign {
clear: both;
margin-top: 15px;
border-top: 5px solid #ececec;
padding-top: 8px;
text-align: center;
}

.localRDCampaign img {
margin-right: 5px;
margin-bottom: 5px;
border: 0;
}


.localcampaignepr {
clear: both;
margin-top: 15px;
border-top: 5px solid #ececec;
padding-top: 8px;
text-align: center;
}

.localcampaignepr img {
margin-right: 5px;
margin-bottom: 5px;
border: 0;
}


/* CAMPAIGN IMAGES - END */







/* STYLES FOR TABLES - BEGIN

* GREEN THEME Hex Equivalents
*    Primary BG Color   = #c1d5b0;
*    Secondary BG Color = #d7e4cc;
*/

.epr-table table, table td, table th {
border: 1px solid #777777;
}

caption {
font-size: 110%;
font-weight: bold;
}

.epr-table table {
width: 90%;
margin: 0 auto;
border-collapse: collapse;
}

.epr-table th, td {
padding: 4px;
}

.epr-table th {
background-color: #c1d5b0;
}

.epr-table th.align-center {
text-align: center;
}

.epr-table td.align-center {
text-align: center;
}

.epr-table th.align-left {
text-align: left;
}

.epr-table td.align-left {
text-align: left;
}

.epr-table th.align-right {
text-align: right;
}

.epr-table td.align-right {
text-align: right;
}

.epr-table th.valign-top {
vertical-align: top;
}

.epr-table td.valign-top {
vertical-align: top;
}

.epr-table th.valign-middle {
vertical-align: middle;
}

.epr-table td.valign-middle {
vertical-align: middle;
}

.epr-table th.valign-bottom {
vertical-align: bottom;
}

.epr-table td.valign-bottom {
vertical-align: bottom;
}

/* STYLES FOR TABLES - END */







/* ---------------------- LEGACY CSS ------------------------------------------------------------ */


.newupdated {
    color: #FF7F7F;
    font-size: 0.9em;
    font-weight: normal;
}

div#emergencybox {
    border-color: #E4EDF6 #AEC9E4 #93B7DB #C9DBED;
    border-style: solid;
    border-width: 1px;
    clear: both;
    float: none;
    margin: 20px 8px 10px 0;
}
div#emergencybox a, div#emergencybox a:visited {
    background: url("../images/report_emergency2.gif") repeat-x scroll 0 0 #C36A6A;
    border: 1px solid #F8F8F8;
    color: #FFFF66;
    display: block;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    min-height: 25px;
    padding: 15px 10px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 143px;
}
div#emergencybox a em {
    color: #FFFF66;
    font-style: normal;
    text-decoration: underline;
}
div#emergencybox a:hover {
    color: #D59797;
    text-decoration: none;
}
div#emergencybox a:hover em {
    color: #FFFFCC;
    text-decoration: none;
}














/*Styling for the Latest News module on the index page*/

#rss-block ul, #rss-mediablock ul {
                padding-left: 5px;
                list-style: none;
}

#rss-block li, #rss-mediablock li {
                padding: 5px 0 2px 0;
                border-bottom: dotted 1px #999999;
                line-height: 1.1em;
 }

#rss-block .item-title, #rss-mediablock .item-title {
                display: block;
                font-size: 1em;
                font-weight: normal;

}

#rss-block .item-pubdate, #rss-mediablock .item-pubdate {
                display: block;
                font-size: 0.8em;
                color: #999999;
}
