div#navBar.thinkAgain {
	width: 510px;
	background-image: url(../images/navRightOnWhite.gif);
}
ul.thinkAgain {
	padding-left: 40px;
	background-image: url(../images/navLeftOnWhite.gif);
}
h3.thinkagain {
	color:#C00;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}
div.body-content {
	padding: 0 20px 0 20px;
}
.body-content h2 {
	color:#C00;
}
div.mantra {
	text-align: center;
}
div.mantra img {
	display: block;
	position: relative;
	left:3px;
	
}

/* Digital Page Styles */
#aboutus-scc-digital {
	text-align:center;
}
#aboutus-scc-digital img {

}
#aboutus-scc-digital span.big-red {
	font-size: 30px;
	position: relative;
	top: -14px;
}

.aboutus-digital-grey-box {
	width: 280px;
	height: 205px;
	padding: 10px;
	margin-right: 31px;
	float: left;
	background-color: #f8f8f8;
}

.aboutus-digital-grey-box h3 {
	margin-top: 0;
	color: black;
	font-size: 20px;
}

.aboutus-digital-grey-box ul {
	padding-left: 0;
	font-size: 16px;
	line-height: 21px;
	font-family: "Gill Sans",Arial,Verdana,Sans-Serif;
}

.aboutus-digital-grey-box .last {
	padding-right: 0;
}

.aboutus-digital-reels {
	clear: left;
	padding-top: 37px;
	text-align: center;
}

.aboutus-digital-reels a {
	margin: 0 10px;
}

/* Grossman page styles */
#aboutus-scc-grossman {
	text-align:center;
}
#grossman-topbox-wrap {
	width:640px;
	margin:0px auto;
	border-top:13px solid black;
	border-right:13px solid black;
	border-left:13px solid black;
	border-bottom:8px inset black;
	background: black;
}
.aboutus-grossman-topbox {
	float: left;
	margin-right: 3%;
	text-align: center;
}

.aboutus-grossman-topbox h3 {
	text-align: center;
	color: black;
}
.aboutus-grossman-bottom {
	width: 33%;
	float: left;
}

.aboutus-grossman-bottom h3 a, .aboutus-grossman-bottom h3 {
	color: black;
	text-decoration: none;
}

.aboutus-grossman-bios {
	padding: 0;
	margin: 0;
}

.aboutus-grossman-bios li {
	float: left;
	margin-right: 15px;
}
.aboutus-grossman-bios li a {
	text-decoration: none;
	color: #959595;
}

.aboutus-grossman-greybox {
	background-color: #f8f8f8;
	padding: 10px 5px;
	margin: 0 10px 10px 0;
}
.aboutus-grossman-greybox h3, .aboutus-grossman-greybox p {
	margin: 0;
}
.grossman-perspectives {
	margin: 0;
	padding: 0;
}
.grossman-perspectives li a {
	text-decoration: none;
	color: #959595;
}

#cases_slider {
	margin-top: 10px;
}

.slide_container {
	width:200px; 
	height:50px; 
	overflow:hidden; 
	float: left;
	position:relative;
}
.slides {
	position: absolute;
}
.slide {
	width: 84px;
	padding: 0 8px;
}

a.previous,
a.next {
	display: block;
	width: 11px;
	height: 14px;
	margin: 20px 10px 10px 10px;
	float: left;
	background-repeat: no-repeat;
}

a.previous {
	background-image: url('../images/btn_arrowLeft.gif');
}

a.next {
	background-image: url('../images/btn_arrowRight.gif');
}

