/* === STYLES FOR A NEWS FEATURE PAGE === */

/* IN THE MAIN BODY OF CONTENT */
#content p.Subtitle {
	font-style: normal;
	margin-left: 24px;
	font-weight: bold;
	margin-top: -7px;
}

#content p.sascomSubtitle {
	font-style: normal;
	margin-left: 24px;
	margin-top: 5px;
	font-weight: bold;
}

#content p.Byline {
	font-style: italic;
	margin: -12px 0 0 24px;
	padding-top: 0;
	color: #036;
}


/* IN THE SPOTLIGHT */
#inthespotlight {
	float: left;
	width: 158px;
	margin: 0 10px 3px 0;
	border: solid 1px #BAB8BA;
	background: #EDF2F9;
	padding: 0 0 2px 0;
}
#inthespotlight h4 {
	font-weight : bold;
	font-size: 90%;
	color : #06c;
	background: #E3E8EF;
	text-decoration: none;
	text-transform: none;
	margin: 0 0 0 0;
	padding: 8px 5px 5px 8px;
}
#inthespotlight p strong {
	font-weight: bold;
	font-style: normal;
	color: #06c;
	font-size: 120%;
}
#inthespotlight img {
	border-top: solid 1px #BAB8BA;
}
#inthespotlight p {
	font-size : 70%;
	color : #000;
	padding: 0 5px 0 5px;
}
#inthespotlight ul {
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
}
#inthespotlight ul li {
	background: transparent url(http://www.sas.com/images/carrot.gif) 0px 4px no-repeat;
	padding: 0 0 0 7px;
	margin: 0;
	color : #000;
	font-size: 70%;
}



/* VIDEO BAR */
#videobar {
	float: left;
	width: 200px;
	margin: 0 20px 5px 0;
	padding: 0 0 0 0;
	font-size: 85%;
	border: none;
}
#videobartop {
	margin: 0 0 0 0;
	padding: 23px 0 0 0;
	background: url(http://www.sas.com/success/images/video_tab.gif) top left no-repeat;
}

.videobartitle {
	  color : #039;
}

#videobartext {
	margin: 0 0 0 0;
	padding: 10px 5px 0 5px;
	border-left: solid 1px #708090;
	border-right: solid 1px #708090;
	background: #eee;
	color: #333;
	text-decoration: none;
}

#videobarbottom {
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	background: url(http://www.sas.com/success/images/video_bottom.gif) top left no-repeat;
}


.videobarphoto {
	margin: 12px 0 5px 0;
	color: #333;
	text-decoration: none;
	font-size: 95%;
	/* height: 60px; */
	clear: both;
}


.videobarphoto img {
	float: left;
	margin: 5px 8px 5px 0;
	border: 1px;
}

#videobartext p {
	color: #333;
	text-decoration: none;
}

.viewvideo {
	margin: 0;
	font-weight: bold;
}

#videobartext ul {
	margin: 0 0 0 0;
	padding-left: 0px;
	list-style: url(http://www.sas.com/images/carrot.gif);
}


#videobartext ul li {
	margin: 0 0 0 15px;
	color: #333;
	text-decoration: none;
}

#videobartext hr {
	border: 0;
	width: 170px;
	text-align: center;
	height: 1px;
	color: #000;
	background: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}



/* COMPELLING MOMENTS SECTION AT BOTTOM OF MAIN CONTENT AREA */
#compellingmoments {
	margin-top: 24px;
	padding-top: 8px;
 	text-align: left;
   background: url(http://www.sas.com/images/homepage/dot.gif) repeat-x;
}
#compellingspacer { width: 430px; }
#lookingformore {
	padding: 2px 8px 10px 0;
    margin-right: 170px;
    background: url(http://www.sas.com/images/homepage/dot.gif) repeat-y right;
}
#lookingformore p {
	margin-top: 0;
	font-weight: bold;
}
#lookingformore ul {
	margin-bottom: 10px;
}
#lookinggraphic {
	float: right;
	width: 150px;
	padding: 0 20px 0 5px;
   text-align: center;
}
#lookinggraphic p {
	margin-top: 0;
	font-size : 8pt;
	font-style : normal;
	color : #333;
	text-decoration: none;
}
#lookinggraphic img {
	border: none;
}





/* COLUMNIST PHOTO AND CAPTION IN SASCOM ARTICLES */
#columnist {
	background: #E2E6EE;
	padding: 4px;
	width: 190px;
}
#columnist img {
	margin-bottom: 7px;
}
#columnist strong {
	color: #036;
}

/* GRAY CONTENT BOX IN RIGHT COLUMN */

#ContentBox {
	background: #e8e8e8;
	color : #333;
	padding: 10px;
	font-size: 70%;
}
#ContentBox p { font-size: 100%; }

/* BOILERPLATE FOR SASCOM ARTICLES, IN RIGHT COL */
#sascomBoiler {
	text-align: center;
    font-size: 80%;
    margin: 0;
    padding: 5px 0 0 0;
    border-top: 2px solid #ccc;
}
#sascomBoiler p {
	margin: 0;
	padding: 0;
}
#sascomBoiler img {
	margin-top: 10px;
}

/* Hide the Opinion Labs link */
a#ooFeedback { display: none !important; }