* {
	margin: 0pt;
	padding: 0pt;
	border: medium none;
	}


body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	line-height: 1.4;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

.block {
	height: 1%; /*<- holly hack*/
	}
	
#centerWell .contentblock {
    clear: both;
    }

.block .contentblock {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	}

#blockContainer{
	padding: 10px;
	margin: 10px;
	background: #fff;
	}
	
	
/*----------
STANDARD MARKUP 
-----------*/

.block a {
	color: #0d2569;
	}

.block hr {
	border-top: dotted 1px #999;
	padding-bottom: 5px;
	padding-top: 5px;  
	}

.block h1 {
    color:#0D2569;
    font-size:21px;
    font-weight:bold;
    padding:5px 0pt 0pt;
    line-height: 1.2em;
   }

.block h1 a {
	color: #0d2569;
	}

.block h2 {
	color: #0d2569;
	font-weight: bold;
	font-size: 16px;
	}

.block h2 a {
	color: #0d2569;
	}

.block h3 {
	color: #aa0706;
	font-weight: bold;
	font-size: 16px;
	background: none;
	}
	
.block h3 a {
	color: #aa0706;
	background: none;
	}

.block h4 {
	font-size: 14px;
	color: #aa0706;
	background: none;
	}
	
.block h4 a {
	font-size: 14px;
	color: #aa0706;
	}
	
.block h5.indexKicker {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
	padding-top:4px;
    }
	
.block h5 {
	font-weight: bold;
	font-size: 14px;
	color: #0d2569;
	}
	
.block h5 a {
	color: #0d2569;
	}

.block h6 {
	font-weight: bold;
	font-size: 12px;
	color: #0d2569;
	}
	
.block h6 a {
	color: #0d2569;
	}
	
.block h7 {
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
	}

.block p {
	/*margin-bottom: 8px;*/
	font-size: 12px;
	padding: 5px 0 5px 0;
	background: none;
	}

.block .timeStamp {
	color: #333;
	font: normal;
	font-size: 11px;
	}

.block .more {
	display: block;
	background: #e5e5e3 url(/graphics/more.gif) no-repeat right 5px;
	font-size: 12px;
	font-weight: bold;
	color: #0d2569;
	}
	
.block .adAlert {
    font: 11px arial, helvetica, verdana, sans-serif;
    color: #333;
    text-align: center;
    }

/*----------
LIST STYLES 
-----------*/

.block ul {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 12px;
	}

.block ul li {
	/* list-style-image: url(/graphics/li_bullet.gif); */
	background-image: url(/graphics/li_bullet.gif);
	background-position: 1px 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	}

/*for a selexted headline in rotating viewer*/
.block ul li.HLselected {
	background: #ccc;
    border-left: solid 2px #669900;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	}

.block ul li.selected {
	font-weight: bold;
	}

.block ul li.selected a {
	color: #000;
	font-weight: bold;
	}
	
.block ul.bulletNone li,
.block ul li.bulletNone {
	background-image: none;
	padding: 0;
	}

.block ul.bulletSquare li,
.block ul li.bulletSquare {
	background-image: url(/graphics/li_bullet_sq_lg.gif);
	background-position: .1em 0.45em;
	background-repeat: no-repeat;
	padding: 0pt 0px 0pt .9em;
	}

.block ul.bulletSquareBlk li,
.block ul li.bulletSquareBlk {
	background-image: url(/graphics/li_bullet_sqblk_lg.gif);
	background-position: .1em 0.45em;
	background-repeat: no-repeat;
	padding: 0pt 0px 0pt .9em;
	}

.block ul.HLine li,
.block ul li.Hline {
	clear: left;
	background-image: none;
	background: #ebeced;
	padding: 2px 0 2px 5px; 
	border-bottom: solid 1px #ccc;
	color: #0d2569;
	font-weight: bold;
	font-size: 12px;
	}
	
.block ul.HLine li h3 { /* heading has to be an <li> to look right in IE */
	color: #999;
	background: #fff;
	margin: -2px 0 -2px -5px;
	padding: 0;
	}

	
.block li a.rss {
	background: url(/graphics/article/listIcons/rss.gif) no-repeat left 0;
	padding-left: 20px;
   /* list-style-image: url(/graphics/article/listIcons/rss.gif);*/
	}	

/*----------
LAYOUT - COLUMNS
-----------*/
.col {
	
	}

.cols2 .col {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
	}

.cols2 .colTight {
	float: left;
	width: 43%;
	margin: 0 2% 0 0;
	}

.cols3 .col {
	float: left;
	width: 32%;
	margin-right: 1%;
	}

.cols3photo .col {
	float: left;
	width: 250px;
	}

.cols4 .col {
	float: left;
	width: 24%;
	margin-right: 1%;
	}

.cols7 .col { /* used for sitemap in footer */
	float: left;
	width: 12%;
	padding-right: 2%;
	}

.cols2 .last,
.cols3 .last,
.cols4 .last {
	margin: 0;
	}

/*---------- 
Main story styles 
-----------------------------------*/

.block .homeContainer {
	width: 660px;
	clear: both;
	text-align: left;
	}

.block .sectionContainer {
	width: 639px;
	clear: both;
	}

.block .contentblock .RhomeCol { /*special selector for home page main content */
	margin-left: 300px;
	}
	
.block .LhomeCol {
	float: left;
	width: 320px;
	height: 100%;
	margin-right: 10px;
	}

.block .RhomeCol {
    margin-left: 330px;
    }

.block .dateStamp {
	float: right;
	text-align: right;
	color: #000;
	font: bold;
	font-size: 12px;
	padding: 0 0 10px 0; 
	margin: 0 0 5px 0;
	border-bottom: solid 1px #ccc;
	} 

.sectionContainer .dateStamp {
	width: 305px;
	}

.homeContainer .dateStamp {
	width: 325px;
	}
	
.block .dateStampNoline {
	float: right;
	text-align: right;
	color: #000;
	font: bold;
	font-size: 12px;
	padding: 0 0 10px 0; 
	margin: 0 0 5px 0;
	border-bottom: none;
	} 

/*---------- 
storySet/sectiontitle head dropdown class 
------------------------------------------*/

.block h1.sectionTitle {
	font: bold 16px arial,helvetica,sans-serif;
	color: #aa0706;
	padding: 5px 6px 5px 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	background-color: #fff;
	}

.block h1.sectionTitle a {
	color: #aa0706;
	}
	
.block h1.sectionTitle a:hover {
	color: #aa0706;
	}

.block h1.sectionTitle a.headlink {
	font-size: 12px;
	color: #0d2569;
	float: right;
	}

.block h1.sectionTitle a.headlink {
	font-weight: normal;
	text-transform: none;
	margin-right: 6px;
	}

.block h1.sectionTitle img {
	float: right;
	}

.block .rss_link {
	float: right;
	padding-top: 1px;
	}

/*----------
scrolling blocks
--------------------------*/

.block .scrollBoxSmall {
	overflow: auto;
	overflow-x: hiddden;
	padding: 0px 6px 0px 6px;
	height: 135px;
	}

.block .scrollBox {
	overflow: auto;
	overflow-x: hiddden;
	padding: 6px;
	height: 196px;
	}

.block .scrollBoxTall {
	border: solid 1px #aeadab;
	overflow: auto;
	overflow-x: hiddden;
	padding: 6px;
	height: 299px;
	}

/*----------
Rotating Viewer Styles


.on_tab {
    font-weight: bold;
    }
	
.off_tab {
    font-weight: normal;
    }
	
.is_paused {
    font-weight: bold;
    }
    
.is_playing {
    font-weight: normal;
    }

.block .rotater li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 10px;
	}

#r1_caption {
	font-size: 12px;
	margin-top: 5px;
	}
----------*/
/*----------
IMAGES (and image containers) 
------------*/

/* used to float images one way or the other ie <img class="imageL"> */
.imageR {
	float: right;
	margin: 0 0 0 10px;
	}

.imageL {
	float: left;
	margin: 0 10px 0 0;
	}

/* puts border and padding around images like in News Buzz */
.imageLbrdr {
	float: left;
	text-align: center;
	padding: 6px;
	margin-right: 10px;
	background: #c5c2c2;
	border: solid 1px #aeadab;
	}
	
.imageRbrdr { 
	float: right;
	text-align: center;
	padding: 6px;
	margin-left: 10px;
	background: #c5c2c2;
	border: solid 1px #aeadab;
	}
	
.imageRnobrdr { 
	float: right;
	text-align: left;
	padding: 2px;
	margin-left: 8px;
	}
	
/*----------
LINK EXTRAS 
-----------*/

li.extras {
	margin: 0;
	padding: 0;
	}

.extras {
	display: block;
	}

.extras a:link,
.extras a:visited,
.extras a:active {
	display: block;
	font-size: 11px;
	}

.extras a.comment {
    background: transparent url(/graphics/icons/comment.gif) no-repeat 0 2px;
    padding: 0 3px 0 20px;
    }

.extras a.comment:hover {
    background-position: 0 -46px;
    }

.extras a.photos {
	background: transparent url(/graphics/icons/photo.gif) no-repeat 0 3px;
	padding: 0 3px 0 20px;
	margin: 0;
	}

.extras a.photos:hover {
	background-position: 0 -44px;
	
	}
.extras a.interactive {
	background: transparent url(/graphics/icons/interactive.gif) no-repeat 0 3px;
	padding: 0 3px 0 20px;
	margin: 0;
	}

.extras a.interactive:hover {
	background-position: 0 -47px;
	}

.extras a.video {
	background: transparent url(/graphics/icons/video.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin: 0;
	}
	
.extras a.video:hover {
	background-position: 0 -46px;
	}
	
.extras a.audio {
	background: transparent url(/graphics/icons/audio.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin: 0;
	}
	
.extras a.audio:hover {
	background-position: 0 -45px;
	}
	
.extras a.weather {
    background: transparent url(/graphics/icons/weather.gif) no-repeat 0 2px;
    padding: 0 3px 0 20px;
    }

.extras a.weather:hover {
    background-position: 0 -46px;
    }

.extras a.cal {
    background: transparent url(/graphics/icons/calendar.gif) no-repeat 0 2px;
    padding: 0 3px 0 20px;
    }

.extras a.cal:hover {
    background-position: 0 -45px;
    }

.extras a.doc {
    background: transparent url(/graphics/icons/documents.gif) no-repeat 0 2px;
    padding: 0 3px 0 20px;
    }

.extras a.doc:hover {
    background-position: 0 -48px;
    }

.extras a.data {
    background: transparent url(/graphics/icons/database.gif) no-repeat 0 2px;
    padding: 0 3px 0 20px;
    }

.extras a.data:hover {
    background-position: 0 -46px;
    }

.extras a.poll {
    background: transparent url(/graphics/icons/poll.gif) no-repeat 0 1px;
    padding: 0 3px 0 20px;
    }

.extras a.poll:hover {
    background-position: 0 -47px;
    } 
	
.extras a.arrow {
    background-image: url(/graphics/li_bullet.gif);
	background-position: 1px 4px;
	background-repeat: no-repeat;
    padding: 0 0 0 10px;
    }

.extras a span {
	color: #000;
	text-transform: uppercase;
	font-size: .85em;
	/*margin-top: -1px;*/
	}

.extras h5 {
	display: inline;
	}
	
*html .extras {
    height: 1%;
    }

.divLine {
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.byline {
	font-size: .85em;
	padding: 0;
	margin: 0;
	}

.spacer {
	margin-top: 6px;
	}
	
.spacerBottom {
	margin-bottom: 8px;
	}

.nospace {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	}

/*----------
CLEARFIX
----------*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*----------
HORIZONTAL RULE
----------*/

.hDots {
    background: transparent url(/graphics/h_dots.gif) repeat-x left bottom;
    padding-bottom: 6px;
    }
	
/*----------
CLEARFIX style applied to 'block'
----------*/

.block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.block {
    display: inline-block;
    }

* html .block {
    height: 1%;
    }

.block {
    display: block;
    }
