body {
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 14px;
    color: #000;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
    margin: 0;
    padding: 0;
}

a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #70203C;
}

#wrapper {
	width: 1200px;	
}

header {
	height: 208px;
}

#headerContent{
	position: relative;
	width: 1200px;
	height: 208px;
	margin: 0 auto;
	background: url(../images/header_background_left_bottom.jpg) no-repeat left bottom /50% 4px, url(../images/header_background_right_bottom.jpg) no-repeat right bottom /50% 38px;
}

#headerLogo {
	margin-top: 40px;
}

#menu {
	width: 1200px;
	height: 46px;
	background-color: #8D1313;
	text-align: center;
}

#subMenuContent {
	position: absolute;
	height: 38px;
	width: 872px;
	right: 0;
	background: url(../images/submenu.png) no-repeat;
}

#subMenu {
	height: 38px;
	text-align: center;
}

#quickLinks {
	position: absolute;
	width: 235px;
	height: 38px;
	left: 50%;
	margin-left: -117px;
/*  margin-left: -35px;*/
	bottom: 0;
	background-image: url(../images/quick_links.png);
	text-align:  center;
}

#menu a,
#subMenu a,
#quickLinks a {
	color: #FFF;
	font-weight: bold;
	margin: 0 10px;	
	display: inline-block;	
	padding-left: 20px;
	padding-right: 20px;
}

#menu a {
	line-height: 46px;
	min-height: 46px;
}

#subMenu a,
#quickLinks a {
	font-size: 12px;
	line-height: 38px;
	min-height: 38px;
}

#menu a:hover {
	background: -webkit-linear-gradient(#8D1313, #AF5959 40%, #AF5959 60%,#8D1313);
	background: -o-linear-gradient(#8D1313, #AF5959 40%, #AF5959 60%,#8D1313);
	background: -moz-linear-gradient(#8D1313, #AF5959 40%, #AF5959 60%,#8D1313);
	background: linear-gradient(#8D1313, #AF5959 40%, #AF5959 60%,#8D1313);
}

#subMenu a:hover,
#quickLinks a:hover {
	background: -webkit-linear-gradient(#6E0F0F, #995757 40%, #995757 60%,#6E0F0F);
	background: -o-linear-gradient(#6E0F0F, #995757 40%, #995757 60%,#6E0F0F);
	background: -moz-linear-gradient(#6E0F0F, #995757 40%, #995757 60%,#6E0F0F);
	background: linear-gradient(#6E0F0F, #995757 40%, #995757 60%,#6E0F0F);
}

#quickLinks span:nth-of-type(1) {
	vertical-align: top;
}

#quickLinks span:nth-of-type(2) {
	font-size: 14px;
}

#subMenu a:first-of-type {
	margin-left: 40px;
}

#searchLanguage {
	position: absolute;
	right: 0;
	top: 113px;
}

#searchLanguage a {
	color: #1B3768;
	font-size: 12px;
	font-weight: bold;
}

#searchLanguage a:hover{
	color: #8D1313;
}

#searchLanguage img {
	margin-left: 5px;
	vertical-align: middle;
}

#searchLanguage a:first-of-type img {
	margin-right: 20px;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}

#slideShowControls {
	width: 400px;
	height: 350px;
	float: left;
}

#slideShowControl1,
#slideShowControl2,
#slideShowControl3,
#slideShowControl4 {
	height: 88px;
	background-color: #EEE;
	padding: 10px 20px;
	border-bottom: 2px solid #AAA;
}

#slideShowControl1 {
	background-color: #FFF;
}

#slideShowControl4 {
	height: 86px;
	border-bottom: none;
}

#myCarousel {
	width: 800px;
	height: 350px;
	float: left;
	margin-bottom: 40px;
	background-color: #999;
}

.carousel-fade .carousel-item {
  transition-duration: 2s;
}

#connect img,
#future img,
#discover img,
#calendarNews img {
	display: block;
}

#connect {
	margin-bottom: 40px;
}

#future {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/future_background_g_sharp.jpg);
	min-height: 100%;
	padding: 80px 0;
	margin-bottom: 40px;
}

#futureHeader {
	position: absolute;
	top: 0;
	left: 0;
}

#future1 {
	margin-left: auto;
    margin-right: auto;
}

#discover {
	margin-bottom: 40px;
}

#testimonials {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/lowell_background_g_sharp.jpg);
	min-height: 100%;
	padding: 80px 0;
	margin-bottom: 40px;
	text-align:  center;
}

#testimonialsHeader {
	position: absolute;
	top: 0;
	left: 0;
}

#calendarNews {
	margin-bottom: 40px;
}

#footer {
	width: 100%;
	height: 268px;
	background: url(../images/footer_background_line.jpg) repeat-x, url(../images/footer_background_mcc.jpg) no-repeat left top /50% 38px, #6E0F0F;
}

#footerContent {
	width: 1200px;
	height: 268px;
	margin: 0 auto;
	background: #6E0F0F url(../images/footer_background_line.jpg) repeat-x;
}

#footerContent img {
	display: block;
}

/* Also change c.TRANSITION_DURATION=1500 to new transform time */
@media all and (transform-3d),
               (-webkit-transform-3d) {
  .carousel-inner > .item {
	  -webkit-transition: -webkit-transform 1.5s ease-in-out;
	  -o-transition:      -o-transform 1.5s ease-in-out;
	  transition:         transform 1.5s ease-in-out;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.carousel-inner {
		-webkit-transform: scale(1);	
	}
	.carousel-inner > .next,
	.carousel-inner > .prev {
		position: fixed;	
	}
}

@media screen and (min-width: 1200px) {
	header {
		background: url(../images/header_background_left.jpg) no-repeat left top /50% 46px, url(../images/header_background_right.jpg) no-repeat right top /50% 84px;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	#future,
	#testimonials {
		background-size: cover;
		background-attachment: scroll;
	}

}