/* the widget title */
.sidebar .widget-title {
  background: #02aaab;
  color: #ffffff;
  margin:0px;  	  
  padding:4px;
}

/*main area id=sidebar-secondary class=sidebar id=content*/
.content-wrap {
	float: left;
    width:940px;
  	margin: 0;
  	padding: 0;
}


#content {
 margin: 0;
  padding: 0;
  width:615px; /*67%;*/
}

/*main content to the left skipping primary widgets*/
.featured-wrapper {
	float: left;
}


/* Made invisible!! displays where you are in the page hierarchy */
.breadcrumbs {
  height: 0px;
  visibility: hidden;
  padding: 0;
  margin: 0;
}


/* space between top image and primary links */
#menu-primary {
  margin-top: 10px;
  margin-bottom: 0px;
}

#menu-primary li a h2
{
  text-transform: uppercase;
  font-family: 'Lato', Helvetica;
}

#aboutIntroText {
  color: black;
  background-color: white;
  text-align: justify;
  padding: 0px 0px 0px 0px;
  margin: 0;
    border-collapse: collapse;
}

#aboutTeaser1{
  float: left; 
  background-color: #ebf0f5;
  color: black;
  padding: 20px 20px 5px 20px;
  margin-bottom: 20px;
  margin-right: 25px;
  width: 240px;
  text-align: justify;
}