.header-overlay-dark #rt-logo {
    background: url(images/logo.png) 0 0 no-repeat;
    display: block;
    width: 296px;
    height: 70px;
	margin-left: -10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.rt-block {
	padding-top: 0px !important;
	padding-bottom: 5px !important;
}

p {
	margin-bottom: 10px;
}


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



}


/* 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 #58829e;
  text-align: center;
  color: #ffffff;
  padding: 0.1cm;
}

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

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


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

/* Make the side module take up less room on the homepage */
.rt-container .rt-grid-5 {
	width: 250px;
	margin-top: 20px;
}

.rt-container .rt-grid-7{
	width: 670px !important;
}

/************ SLIDESHOW FIX ************/
.component-content .rg-ss-slice-list ul { list-style-type: none; padding: 0; margin: 0;}

.title1 .rt-blog > h1.title{color: #888; line-height: 1.2em; font-size: 3.5em; letter-spacing: 0; padding: 10px 0px;} 
.title1 h2.title .subheading-category {color: #888; line-height: 1.5em; font-size: 1.5em; letter-spacing: 0; padding: 10px 0px;}

.rt-more-articles {display:none;}

