.homeContent {
	display: relative;	
	margin: 0 auto;
	max-width: 960px;
	min-width: 620px;
}
.homeContent h2 {
font-size: 22px;
font-weight: #666;
text-align: left;
margin: 0px 0px 20px 0px;
}
.homeHeader {
		background-image: url("/assets/web/img/wwbackground.png");
		background-repeat: repeat;
		padding: 54px 5% 50px 5%;
}
.homeHeaderTop {
	height: auto;
	max-width: 960px;
	min-width: 620px;
	margin: 0 auto;
	overflow:visible;
}
#homeHeaderPadding {
 padding: 0px 0% 20px 0%;	
}
#homeNav a {
color: #fff;
}

#homeNav a:hover {
color: #e67e22;
}

.homeLearnMore {
padding: 5% 0px 40px 0px; 
width: 40%; 
text-align: center; 
 display: block;
}
.homeComputer {
	float: right;
	width: 59%;
	padding-top: 5%;
	margin-right: 0%;
	
	
}
#largeButton {
  padding: 14px 28px;
  font-size: 28px;	
  position: relative;
  text-align: center;
  text-decoration: none;
}
#largeButton a {
  text-decoration: none;
  text-align: center;	
}

#homeSectionHeadings h2 {
	font-size: 32px;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	padding: 40px 0px 0px 0px;
	font-family: sans-serif;
	
}
#homeSectionHeadings {
	max-width: 960px;
	margin: 0 auto;
}
#homeSectionHeadings img {
margin-bottom: 0px;
	
}

#homeSectionHeadings hr {
margin: 40px auto 30px auto;
	
}

.homepageAuthoringEnvironments {
width: 100%;
margin: 0 auto;
max-width: 960px;

}

.homeCTA {
	font-weight: lighter !important;
	font-size: 14pt !important;
	position: relative;
	top: 20px;
}
.hAEBox {
	width: 33%;
	text-align: justify;
	float: left;
	min-width: 200px;
}

.centeredimage {
	text-align: center;
}

.homeTestimonialContainer {
	width: 100%;
	padding: 0px 5%;
	background-color: #E1E1E1;
	margin: 0 auto;
}
.homeTestimonialBox {
	float: left;
	margin: 0 auto;
	padding: 50px 4%;
	font-family: arial, helvetica;
}
.homeTestimonialBox h2 {
color: #000;
font-size: 24px;
font-weight: bold;
line-height: 36px;
padding-bottom: 12px;
font-style: normal;
}
.homeTestimonialBox h3 {
	color: #444;
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 18px;
}
.homeTestimonialBox p {

text-align: justify;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
font-size: 24pt;
	}



@media only screen and (max-width : 614px) {
#largeButton {
	padding: 10px 20px;
  font-size: 20px;
}
}