#foxboro_container {
	background: none;
}

#foxboro_top {
	padding-top: 18px;
}

/* *** slider *** */
#slider-wrapper {
	overflow: hidden;
	width: 922px;
	height: 360px;
	margin: 0 -1px;
}
#slider-wrapper #home-slider {
	height: 338px;
	width: 922px;
	position: relative;
	overflow: hidden;
}
#slider-wrapper #home-slider .items {
	position:absolute;
	width:20000em;
}
#slider-wrapper #home-slider div.slide {
	height: 338px;
	width: 922px;
	float: left;
	overflow: hidden;
	font-family: Arial, sans-serif;
	position: relative;
}

#slider-wrapper #slide-nav {
	height: 22px;
	width: 130px;
	margin: 0 auto;
}
#slider-wrapper #slide-nav ul {
	list-style-type: none;
	margin: 6px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#slider-wrapper #slide-nav ul li {
	display: block;
	height: 10px;
	width: 10px;
	float: left;
	margin-left: 7px;
}
#slider-wrapper #slide-nav ul li.first {
	margin: 0;
}
#slider-wrapper #slide-nav ul li span {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	background: #d3d3d3;
}
#slider-wrapper #slide-nav ul li span.current {
	background: #777777;
}

/* *** news ticker *** */
div.news-block {
    margin: 0 0 10px;
    width: 920px;
    overflow: hidden;
    height: 37px;
    font-size: 13px;
    color: #0c3d6a;
}
div.news-block .news-head {
    width: 75px;
    height: 37px;
    text-indent: -999em;
    background: url(style/news-head_1.png) no-repeat;
    float: left;
}
div.news-block div.news-center {
    width: 843px;
    height: 35px;
    padding: 0 0 2px;
    background: url(style/news-background_1.png) repeat-x;
    float: left;	
}
div.news-block div.news-right {
    width: 2px;
    height: 37px;
    background: url(style/news-right_1.png) no-repeat;
    float: left;	
}

div.news-block #rss-ticker {
    float: left;
    margin-left: 6px;
    width: 801px;
    height: 35px;
    line-height: 35px;
    padding-right: 36px;
    position: relative;
    background: url(style/news-arrows-disabled_1.png) no-repeat 807px 10px;
}
div.news-block #rss-ticker #latestnews {
    width: 801px;
    height: 35px;
    overflow: hidden;
    position: relative;
}
div.news-block #rss-ticker #latestnews .rssSlides {
    position: absolute;
    width: 20000em;
}
div.news-block #rss-ticker #latestnews .rssItem {
    float: left;
    width: 801px;
}
div.news-block #rss-ticker div.date {
    float: left;
    margin-right: 6px;
}
div.news-block #rss-ticker h4 {
    margin: 0;
    font-weight: normal;
    float: left;
}
div.news-block #rss-ticker h4 a {
    color: #ffffff;
}
div.news-block #rss-ticker a.arrow {
    height: 16px;
    width: 8px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}
div.news-block #rss-ticker a.rssPrev {
    background: url(style/news-arrows_1.png) no-repeat 0 0;
    right: 22px;
}
div.news-block #rss-ticker a.rssNext {
    background: url(style/news-arrows_1.png) no-repeat -8px 0;
    right: 9px;
}
div.news-block #rss-ticker a.arrow.disabled {
    display: none;
}


/* *** content *** */
#foxboro_two-column-right {
    padding-top: 0;
}
div.pad {
    overflow: visible;
}
#foxboro_two-column-right #brighton_col2 div.pad {
    padding-bottom: 15px !important;
}

/* *** tabbed area *** */
#tabbed-area {
	overflow: hidden;
	width: 568px;
	height: 263px;
	padding: 6px 7px 9px;
	margin: 0 -1px 19px;
	background: url(style/tabbed-area.png) no-repeat;
}
#tabbed-area #tabbed-stage {
	width: 568px;
	height: 219px;
	position: relative;
	overflow: hidden;
}
#tabbed-area #tabbed-stage .items {
	position:absolute;
	width:20000em;
}
#tabbed-area #tabbed-stage div.slide {
	width: 540px;
	height: 191px;
	padding: 14px;
	float: left;
	overflow: hidden;
	font-family: Arial, sans-serif;
	position: relative;
}
#tabbed-area #tabbed-stage div.slide .content {
    width: 245px;
    float: left;
    overflow: hidden;
}
#tabbed-area #tabbed-stage div.slide .content p {
    margin: 0 0 5px 0;
    font-size: 0.9em;
}
#tabbed-area #tabbed-stage div.slide .content a.learnmoreBtn {
    display: block;
    height: 30px;
    width: 107px;
    text-indent: -999em;
    background: url(style/learnmoreBtn.png) no-repeat;
    float: right;
}
#tabbed-area #tabbed-stage div.slide .image {
    float: right;
    width: 280px;
}

#tabbed-area #tabbed-nav {
	height: 44px;
	width: 568px;
	margin: 0;
}
#tabbed-area #tabbed-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#tabbed-area #tabbed-nav ul li {
	display: block;
	height: 44px;
	width: 189px;
	float: left;
}
#tabbed-area #tabbed-nav ul li.messaging {
	width: 190px;
}
#tabbed-area #tabbed-nav ul li span {
	display: block;
	height: 44px;
	text-indent: -999em;
	cursor: pointer;
}

/* tab backgrounds */
#tabbed-area #tabbed-nav ul li.active span {
	background: url(style/tabbed-area-tabs.png) no-repeat 0 0;
}
#tabbed-area #tabbed-nav ul li.messaging span {
	background: url(style/tabbed-area-tabs.png) no-repeat -189px 0;
}
#tabbed-area #tabbed-nav ul li.mobile span {
	background: url(style/tabbed-area-tabs.png) no-repeat -379px 0;
}

/* hover states */
#tabbed-area #tabbed-nav ul li.active:hover span {
	background: url(style/tabbed-area-tabs.png) no-repeat 0 -44px;
}
#tabbed-area #tabbed-nav ul li.messaging:hover span {
	background: url(style/tabbed-area-tabs.png) no-repeat -189px -44px;
}
#tabbed-area #tabbed-nav ul li.mobile:hover span {
	background: url(style/tabbed-area-tabs.png) no-repeat -379px -44px;
}

/* active states */
#tabbed-area #tabbed-nav ul li.active span.current {
	background: url(style/tabbed-area-tabs.png) no-repeat 0 -88px;
}
#tabbed-area #tabbed-nav ul li.messaging span.current {
	background: url(style/tabbed-area-tabs.png) no-repeat -189px -88px;
}
#tabbed-area #tabbed-nav ul li.mobile span.current {
	background: url(style/tabbed-area-tabs.png) no-repeat -379px -88px;
}

/* testimonial */
div.testimonial {
    padding: 36px 0 0 22px;
    background: url(style/testimonial-quote.png) no-repeat 2px 0;
    width: 522px;
}
div.testimonial div.quote {
    font-weight: bold;
    font-style: italic;
    color: #474848;
    width: 522px;
}
div.testimonial div.name {
    font-size: 12px;
    text-align: right;
    color: #605f5f;
    padding-top: 15px;
}

/* *** new styles for testimonials *** */
#testimonial-slider {
    margin: 10px 0;
    height: 174px;
}
#testimonial-slider div.rotator {
    padding: 36px 0 0 22px;
    background: url(style/testimonial-quote.png) no-repeat 2px 0;
    width: 522px;
    display: none;
}
#testimonial-slider div.rotator.r1 {
    display: block;
}
#testimonial-slider blockquote {
    font-weight: bold;
    font-style: italic;
    color: #474848;
    width: 482px;
}
#testimonial-slider p.name {
    font-size: 12px;
    text-align: right;
    color: #605f5f;
    padding-top: 15px;
    width: 482px;
    display: block;
}
.slides_container {
    width: 288px;
}
.slides_container div {
    display: block;
    width: 288px;
}

/* *** featured case study new *** */
div.scrollable-case-study {
    width: 288px;
    overflow: hidden;
    position:relative;
    height:250px;
}
div.scrollable-case-study img {
    margin: 0 auto;
    display: block;
}
div.scrollable-case-study a.casestudyBtn {
    display: block;
    height: 30px;
    width: 140px;
    text-indent: -999em;
    background: url(style/casestudyBtn.png) no-repeat;
    float: right;
}
div.scrollable-case-study .items {
	/* this cannot be too large */
    width: 20000px;
    position:absolute;
}
div.scrollable-case-study .items > div {
    float: left;
    width: 288px;
}

div.scrollable-case-study .browse {
    height: 16px;
    width: 8px;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    bottom: 0;
    display: none;
}
div.scrollable-case-study .study-prev {
    background: url(style/news-arrows_1.png) no-repeat 0 0;
    right: 22px;
}
div.scrollable-case-study .study-next {
    background: url(style/news-arrows_1.png) no-repeat -8px 0;
    right: 9px;
}



/* *** bottom logos *** */
#bottomLogos {
	height: 135px;
	margin-bottom: 35px;
	overflow: hidden;
}
#bottomLogos div.rotator {
	width: 100%;
	overflow: hidden;
}
#bottomLogos div.rotator div.logo {
	float: left;
}

/* spacing for logos */
#bottomLogos div.facebook {
	margin-left: 7px;
	margin-top: 42px;
}
#bottomLogos div.hillKnowlton {
	margin-left: 44px;
	margin-top: 49px;
}
#bottomLogos div.fox {
	margin-left: 58px;
	margin-top: 34px;
}
#bottomLogos div.cbre {
	margin-left: 58px;
	margin-top: 51px;
}
#bottomLogos div.bn {
	margin-left: 56px;
	margin-top: 30px;
}
#bottomLogos div.wendys {
	margin-left: 16px;
	margin-top: 40px;
}

#bottomLogos div.inspectorGeneral {
	margin-left: 57px;
	margin-top: 0px;
}

#bottomLogos div.nyse {
	margin-left: 7px;
	margin-top: 47px;
}
#bottomLogos div.kmart {
	margin-left: 65px;
	margin-top: 66px;
}
#bottomLogos div.uva {
	margin-left: 64px;
	margin-top: 15px;
}
#bottomLogos div.directv {
	margin-left: 62px;
	margin-top: 15px;
}
#bottomLogos div.vinci {
	margin-left: 55px;
	margin-top: 51px;
}

#bottomLogos div.ucs {
	margin-left: 27px;
	margin-top: 9px;
}
#bottomLogos div.miamiHerald {
	margin-left: 56px;
	margin-top: 67px;
}
#bottomLogos div.westfield {
	margin-left: 55px;
	margin-top: 55px;
}
#bottomLogos div.blueCrossAZ {
	margin-left: 63px;
	margin-top: 58px;
}
#bottomLogos div.coles {
	margin-left: 54px;
	margin-top: 52px;
}

#bottomLogos div.chemtura {
	margin-left: 8px;
	margin-top: 22px;
}
#bottomLogos div.carnegieNY {
	margin-left: 34px;
	margin-top: 23px;
}
#bottomLogos div.depaul {
	margin-left: 34px;
	margin-top: 23px;
}
#bottomLogos div.bet {
	margin-left: 47px;
	margin-top: 61px;
}
#bottomLogos div.bcps {
	margin-left: 40px;
	margin-top: 1px;
}