#foxboro_container {
	padding: 0 2px;
	overflow: visible;
}

/* *** slider *** */
#slidercontainer {
	display: block;
	position: relative;
	margin: 12px -2px 35px;
	width: 938px;
	background: url(style/slide-background.png) no-repeat;
	padding: 1px 3px 6px;
}
#slidercontainer div.carousel {
	height: 281px;
	width: 938px;
	overflow: hidden;
	position: relative;
}
#slidercontainer div.carousel .items {
	position:absolute;
	width:20000em;
}

#slidercontainer #carouselInfoBar {
	position: absolute;
	bottom: 19px;
	right: 33px;
}
#slidercontainer ul#carouselNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 48px;
	overflow: hidden;
}
#slidercontainer ul#carouselNav li {
	display: block;
	float: left;
	margin-right: 5px;
}
#slidercontainer ul#carouselNav li span {
	display: block;
	height: 11px;
	width: 11px;
	background: url(style/slide-marker.png) no-repeat;
	cursor: pointer;
}
#slidercontainer ul#carouselNav li span.current {
	background: url(style/slide-marker-current.png) no-repeat !important;
}

#slidercontainer div.slide {
	height: 281px;
	width: 938px;
	overflow: hidden;
	float: left;
}


/* *** home blocks *** */
div.home-blocks {
	width: 100%;
	overflow: hidden;
}
div.home-blocks div.home-block {
	float: left;
	width: 300px;
	/*height: 185px;*/
	margin-right: 20px;
	position: relative;
	/*padding-bottom: 129px;*/
}
div.home-blocks div.home-block.last {
	margin:0;
}

div.home-blocks div.home-block h3 {
	font-family: Futura, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1a1613;
	line-height: 1em;
	margin: 0 0 6px;
}
div.home-blocks div.home-block p {
	margin: 6px 0;
	font-size: 14px;
	line-height: 20px;
	color: #1a1613;
}
div.home-blocks div.home-buttons {
	height: 123px;
	position: absolute;
	bottom: 0;
}
div.home-blocks div.home-buttons a {
	display: block;
	width: 300px;
	height: 37px;
	line-height: 37px;
	margin-bottom: 6px;
/*	background: url(style/home-button.png) no-repeat;removed by HubSpot Support to correct stylesheets issue 10/28*/
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #481749 !important;
	text-decoration: none !important;
}
div.home-blocks div.home-buttons a.home-button.last {
	margin: 0;
}
div.home-blocks div.home-buttons a:hover {
	background: url(style/home-button-hover.png) no-repeat;
	color: #ffffff !important;
}



/* *** content *** */
#foxboro_two-column-right #foxboro_col2 {
	width: 620px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#foxboro_two-column-right #foxboro_col2 div.pad {
	padding-right: 0;
}
#foxboro_two-column-right #foxboro_col3 {
	width: 300px;
}

#foxboro_col2 h1 {
	font-size: 25px;
	color: #481749 !important;
	line-height: 1em;
	margin: 8px 0 20px;
}

/* *** ctas bottom of content *** */
#home-cta-container {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
#home-cta-container a.home-cta {
	display: block;
	height: 40px;
	padding: 0 40px 0 12px;
	line-height: 40px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#home-cta-container a.home-cta:hover {
	background: url(style/cta-purple.png) no-repeat;
}
#home-cta-container a.trial {
	float: left;
}
#home-cta-container a.backup {
	float: right;
}


/* *** newsfeed *** */
#foxboro_content #foxboro_col3 div.newsfeed div.pad {
	padding: 0 0 0 60px;
	margin: 0;
}
#foxboro_content div.newsfeed h3 {
	line-height: 1em;
	padding: 0;
	margin: 8px 0 20px;
}
#foxboro_content div.newsfeed div.ItemLink a {
	font-size: 14px;
	line-height: 17px;
	color: #49174a !important;
	text-decoration: none;
}
#foxboro_content div.newsfeed div.ItemLink a:hover {
	text-decoration: underline;
}
#foxboro_content div.newsfeed td.Item, #foxboro_content div.newsfeed td.AltItem {
	padding: 0 0 20px;
}


/* *** home logos *** */
div.home-bottom {
	width: 940px;
	margin-top: 50px;
}
div.home-bottom div.pad {
	padding: 0;
}
div.home-bottom h3 {
	display: none;
}