/* classes for news/index.html */
/* == center column styles == */
/* styles for the highlighted feature story at the top of the center column */
#highlightfeature {
	background: url(http://www.sas.com/news/images/blue_white_tile.gif) repeat;
	height: 149px;
	margin-bottom: 5px;
}
#highlightfeaturehead {
	text-align: left;
	background: #fff;
}
#highlightfeaturetext {
	margin: 0 10px 0 150px;
	padding: 0;
	border-bottom: 1px hidden #ceefff;
}
#highlightfeaturetext a {
	text-transform: uppercase;
	font-size : 95%;
	font-weight : bold;
	color : #39c;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}
#highlightfeaturetext a:hover {
	text-decoration: underline;
}
#highlightfeaturephoto {
	float: left;
	margin: 0;
	padding: 0;
	/* border-bottom: 1px solid #fff; */
	height: 149px;
}
#highlightfeaturephoto img {
	border: 0;
	margin: 0;
	padding: 0;
}
#highlightfeaturedoodad {
	clear: left;
	background: #fff;
	margin: 0 0 0px 0;
	padding: 0;
}

#featureStory {
    border: 1px solid #ccc;
    padding: 0;
    position: relative;
    margin-bottom: 40px; 
}
/* the guts of each container, be it a table cell or a div, are the same */
.featureGraphic {
    float: left;
    padding: 10px;
}
.featureText {
    margin: 0 0 0 160px;
    padding: 5px 5px 0 0;
}
.featureText h3 {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
    font-size: 120% !important;
}
.featureText h3 .featureDate{
                font-size:0.7em;
                font-weight:normal;
                color:#666666;
}
.featureText p {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}
.featureText p a {
    font-weight: bold;
}
.featureClear {
    clear: both;
    height: 1px;
}

.featureplus { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#D4D4D4), color-stop(.6,#DEDEDE));
	background-image: -moz-linear-gradient(19% 75% 90deg,#F0F0F0, #D4D4D4, #DEDEDE 100%);
	background-color: #F5F5F5;
	border-top: 1px #999 solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#D4D4D4');	
	clear: both;
	float: right;
	width: 100%;
}

.featureplus ul { margin: 0; padding: 0; list-style: none; float: right;}
.featureplus ul li { padding: 10px; float: left; }

/* styles for the six featured news stories in a grid */
.newsbox {
	float: left;
	width: 30%;
	margin: 10px 15px 5px 5px;
}
.news_graphic {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 85px;
	border: 0;
}
.news_graphic img {
	border: 0;
	margin: 0;
}
.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 3px 0 3px;
	font-size : 85%;
	color : #333;
}
.news_text a {
        color: #0066CC;
        margin-top: 5px;
        margin-bottom: 0px;
        text-decoration: none;
        font-weight: bold;
        display: block;
}
.news_text a:hover {
        text-decoration: underline;
}
.news_text p a { font-weight: normal; text-decoration: underline; display: inline; margin: auto; padding: auto;}
.news_greybar {
	margin: 0 3px 0 3px;
	padding: 0 0 2px 15px;
	font-size: 70%;
	font-weight : bold;
	color : #000;
	text-transform: uppercase;
	background: #dedbde url(http://www.sas.com/images/arrow_in_graybar.gif) no-repeat;
}
/* this props open the center column so that it won't collapse when the browser window is resized. */
.newsspacer {
	width: 400px;
}



/* == right column styles == */
#rightnav form {
	margin-top: 10px;
}
#rightnav form select {
	font-size : 8pt;
	color : #000;
	margin-right: 8px;
}
#readmore ul {
	margin: 0;
	padding-left: 17px;
	list-style: url(http://www.sas.com/images/diamond_table.gif);
}
#readmore ul li {
	margin-top: 10px;
	font-size : 8pt;
	color : #425566;
	text-decoration: none;
}
#readmore ul li.more {
	font-weight : bold;
	list-style: none;
}
#readmore ul li ul {
	padding-left: 15px;
	list-style: url(http://www.sas.com/images/carrot.gif);
}
#readmore ul li ul li {
	margin-top: 5px;
}

.citedate {
	padding-left: 8px;
}
/* the block that allows readers to subscribe to the rss feed of press releases */
#rssblock {
	background: #E3E8EF;
}
#rssblock h4 {
	background: #004080;
	color: white;
	font-size: 65%;
}
#rssblock p {
	font-size: 70%;
	padding: 2px 10px 7px 10px;
	margin: 0;
}
#rssblock img {
	border: 0;
}
#rssblock hr {
	width: 60%;
	background-color: #808080;
	color: #808080;
	height: 1px;
	border: none;
	padding: 0;
	margin: 0 0 0 45px;
}
#rssblock p.tiny {
	font-size: 60%;
	padding: 7px 10px 3px 40px;
}


/* classes for the RSS Feeds index, not currently in use */
#content .RSS h3 {
   margin: 10px 0px 5px 0px;
   padding: 10px 0px 5px 0px;
   background: transparent url(http://www.sas.com/images/homepage/dot.gif) top left repeat-x;

}
.RSS img {
	border: none;
	vertical-align: middle;
}
.RSS ul {
	list-style-type: none;
	margin: 0px 5px 5px 15px;
	padding: 0 0 0 0;
}
.RSS ul li {
	padding: 7px 0px 7px 0px;
	margin: 0 0 0 0;
}

#jumplist { width: 100%; margin: 10px 0;  }


