/*
CSS Document
*/

hr {
  margin: 0 auto 19px auto;
  width: 940px;
}

/* Banner */

#coup_date {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	margin-left: 5px;
	
}

#banner {
	position: relative;
	clear: both;
	z-index: 900;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dashed #999;
	height: 300px;
	width: 940px;
	overflow: hidden;
}

#banner h2 {
border: none;	
}


/* Testimonials */

#testimonials {
	background-color: #FFF;
	border: 1px dashed #ccc;
	margin-top: 0;
	width: 100%;
	height: 220px;
		
}

#test_count {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	letter-spacing: -0.05em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 425px;
	display: inline;
	z-index: 0;
	padding-top: 10px;
}

#previous {
	position: absolute;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	display: inline;
	
}

#next {
	position: absolute;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	display: inline;
	
}
#see_all {
	position: absolute;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	display: inline;
	text-align: right;
	margin: 20px 0 0 360px;
	padding: 0px;
	display: inline;
	
}

#previous:hover, #next:hover, #see_all:hover {
	text-decoration: none;
	
}

#writereview {
	position: absolute;
	margin-top: 170px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
 
/* Services */
.services h2 {
	display: block;
	height: auto;
	width: auto;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*
.services {
	overflow: hidden;
	position: relative;
	clear: both;
}

.services .lockup {
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin: 0;
  text-indent: -9999px;
}

.services p { line-height: 30px; }


.services h2 {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: bold;
	letter-spacing: -0.05em !important;
	line-height: 24px !important;
}

.services .pitch p {
  color: #999;
  font-size: 1.1em;
  font-weight: bold;
}

.services .buttons { margin-bottom: 20px; }
.services em {
  font: italic 14px/20px Georgia, Times, 'Times New Roman', serif;
  
} */

/* Logos */

.endorsements ul {
  margin-bottom: 30px;
  overflow: hidden;
}

.endorsements ul li.alpha { clear: left; }
.endorsements ul li img { display: block; }

