#logo-parish {
    width: 980px;
    height: 108px;
    float: left;
    background: url(images/logo-parish.png) 0 0 no-repeat;
}

#logo-faith {
    width: 980px;
    height: 108px;
    float: left;
    background: url(images/logo-faith.png) 0 0 no-repeat;
}

/* gets rid of any box around the artilces if nothing is there */
table.contentpaneopen-alert {



}

/* makes the alert section red, bold and bigger so it gets noticed */
table.contentpaneopen-alertbig {
	font-weight: bold; 
        color: red;
        font-size: 130%;

}


/* contactinfo */
table.contactinfo {
  margin: 0 0 0 0;
  background: whitesmoke;
  border-collapse: collapse; 
  width: 100%;
}

table.contactinfo th, table.contactinfo td, table.infotables th, table.infotables td  {
  border: 1px black solid;
}

table.contactinfo th, table.infotables th {
  background: url(images/th-bg.jpg) repeat-x top #325569;
  text-align: center;
  color: #d6dce8;
  padding: 0.1cm;
}

table.contactinfo td, table.infotables td {
  background: url(images/td-bg.jpg) repeat-x top #d6dce8;
  text-align: left;
  color: #325569;
  padding: 0.1cm;
}

table.contactinfo td:hover, table.infotables td:hover {
  color: #325569;
  background: #aaafb8;
}


/* infotables */
table.infotables {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
}

