/* CSS Document */


#features {
	margin-top: 10px;
	position:relative;
}

#features ul {
	list-style-type: none;
}

#features ul li {
	float: left;
	margin-right: 40px;
	display:inline;
}

/*

#features ul li:first-child {
	margin-left: 5px;
}
*/

/* IE 6 ONLY */
* html #features ul li {
	float: left;
	margin: 0 21px 0 21px;
	display:inline;
}





/* STYLES FOR THE NEWS HEADLINES AND FROM NPR SECTIONS */

#contentcolumn1 {
	width: 56%;
	float: left;
	border-top: 1px dotted #666666;
	border-right: 1px dotted #666666;
	padding: 0 12px 0 0;
	margin-top: 15px;
}


.contentcolumn2 {
	width: 41%;
	float: right;
	border-top: 1px dotted #666666;
	border-right: 1px dotted #666666;
	margin-top: 15px;
}

#contentcolumn1b {
	margin-left: 2px;
}

.headline-region {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #BF2F1C;
}

.headline-region a {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #BF2F1C;
}

.headline-title {
	font-size: 9pt;
	color: #000000;
}

.headline-title a {
	font-size: 9pt;
	color: #000000;
}

.headline-title a:hover {
	cursor:pointer;
	font-variant: normal;
	text-transform: none;
	color: #BF2F1C;
}

.headline-title a:visited {
	cursor:pointer;
	font-variant: normal;
	text-transform: none;
}

.headline-tease {
	font-size: 9pt;
	color: #666666;
}


#programhighlights {
	padding: 0 3px 0 0;
}

#programhighlights img {
	margin-right: 3px;
	margin-bottom: 10px
}

#programhighlights ul {
	margin-top: 10px;
}

#programhighlights ul li {
	list-style: none;
	clear: both;
}

#programhighlights a {
	font-size: 9pt;
	color: #BF2F1C;
}

#programhighlights a:hover {
	cursor:pointer;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#programhighlights a:visited {
	cursor:pointer;
	font-variant: normal;
	text-transform: none;
}

#photoofweek {
	margin: 10px 0 0px 0;
	padding-bottom: 20px;
}

/* END NEWS HEADLINES AND FROM NPR SECTIONS */



#trafficmod {
	float: left;
	clear: both;
}


/* BOTTOM BANNERS SECTION */

#bottombanners {
	width: 58%;
	margin: 10px 0 0 0;
	border-top: 1px dotted #666666;
	border-right: 1px dotted #666666;
	padding-bottom: 30px;
	float: right;
}


#bottombanners h1 {
	padding-bottom: 30px;
}


#bottombanners img {
	padding: 15px 28px 20px 0px;
}


/* END BOTTOM BANNERS SECTION */
