/* Print CSS */
body, p, a {
	font-size: 10px;
}

html, body, #container,
#homeBlurbs, 
#carouselMenu,
#footer,
#footer ul {
	width: 100%;
	padding: 0;
}


html, body, #container {
  height: 100%;
}

#langMenu,
#topNavLinks,
#sideBar,
#contentHead img {
	display: none;
}
#contentArea,
#carouselSelect3,
#carouselMenu,
.image_left,
#homeBlurbs,
#footer,
#footer ul {
	 float: none;
}

#contentHead h1 {
  padding-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
}

#homeBlurbs,
#footer,
#footer ul,
#contentArea,
#micro_callout_wrapper {
	clear: both;
	display: block;
	width: 912px;
}

.aboutColumns {
  width: 290px;
}

.homeBlurb,
#homeBlurb1,
#homeBlurb3 {
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

.homeBlurbHeadImage,
.homeBlurb ul {
	width: 100%;
}

.carouselSelect,
#carouselSelect3 {
	width: 32%;
}
.carouselText {
	/* position: static; 
	margin: 0;
	float: right; */
	margin-left: 460px;
}

#carouselSelect2 .carouselMenuLink {
  clear: both;
}

#footer li {
	/* width: auto; */
	/* margin-left: 5px; */
	width: 15%;
	overflow: hidden;
}
#footer ul {
  height: 75px;
  overflow: hidden;
  /* clear: both; */
}
#footer li#lastFooterLink {
	width: auto;
	overflow: hidden;
}
#footerContact,
#footerCopyrights {
  display: block;
}
.carouselArrow {
  display: none!important;
}
