/**
 * @file
 * Views Styling
 */


/* Views */
.view {
}


.view-content {
}

#home-featured-content .view-content {
  width: 2500px;
  position: relative;
}

.views-row {
	margin-bottom:10px
}

#home-featured-content .views-row {
  display: block;
  float: left;
  overflow: auto;
  width: 785px;
  padding: 15px;
}

.view-service-locations .views-row {
  margin-bottom: 15px;
}

.views-row-odd {
}


.views-row-even {
}


.views-row-first {
}


.views-row-last {
}


.views-field {
}

.views-field-field-featured-image {
  float: left;
  width: 250px;
  margin-bottom: 80px;
  margin-right: 20px;
}

.views-field-title {
}


.views-field .field-content {
}


/* Body class when viewing a Views page */
.page-views {
}


/* Block class */
.block-views {
}


/* Views Slideshow */
.view-content .skin-default {
}


.view-content .skin-default img {
}


.views-slideshow-controls-top {
}


.views-slideshow-controls-bottom {
}

.faqitembody{
	margin-top: -20px;
}	