#menu-holder {
	background-image: url(../images/global/menu/background_newspaper.jpg);
	height: 30px;
}

#header.interior #menu-holder {
	height: 65px;
}


#menu li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 35px;
	font-size: 16px;
	background-image: url(../images/global/menu/breaker.jpg);
	background-repeat: no-repeat;
	background-position: right 7px;
	height: 35px;
}

*html #menu li {
	width: 1%;
	white-space:nowrap;
	padding: 0 0 0 5px;
}

#menu li h3 {
	line-height: 35px;
	padding: 4px 10px 0 0;
	height: 30px;
	line-height: 25px;
}

*html #menu li h3 {
	font-size: 14px;
	padding: 4px 0px 0 0;
}

#menu li a {
	display: block;
	height: 30px;
	padding: 0;
	margin: 0;
	color: #FFF;
}

#menu li.end {
	background-image: none;
	
}

#menu li.selected {
	padding: 0 0 0 10px;
	background-image: url(../images/global/menu/tab_selected.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
}

#menu li.selected h3 {
	padding: 4px 10px 0 0;
	background-image: url(../images/global/menu/tab_selected.jpg);
	background-position: right 3px;
	background-repeat: no-repeat;
}

#menu li.selected h3 a {
	color: #669900;
}

#menu li {
	display: block;
	visibility: visible;
}

#newspaper-interior #header.interior {
	height: 286px;
	overflow: hidden;
}

#newspaper-interior #header.interior #logospace {
	height: 118px;
}

#newspaper-interior #header.interior #info {
	top: 90px;
}

#newspaper #header {
	height: 226px;
	overflow: hidden;
}


#title-newspaper {
	/* background-image: url(../images/newspaper/pagetitle.jpg); */
	background-color: #EFF5E5;
	border: none;
	padding: 5px 15px 0;
	color: #669900;
}

#newspaper-highlight {
	background-color: #FFF;
	padding: 0 0 10px 0;
}

#fold-1 {
	background-color: #EFF5E5;
	margin-bottom: 10px;
	padding: 0 10px 10px;
	width: 920px;
}

#newspaper-wrapper {
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	width: 920px;
}

*html #newspaper-wrapper {
	position: relative;
}

#newspaper-map {
	/*width: 300px;*/
	height: 415px;
	float: left;
}

#newspaper-content {
	width: 280px;
	height: 415px;
	padding: 0 10px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

*html #newspaper-content h3 {
}

#newspaper-sidebar {
	width: 300px;
	height: 415px;
	margin: 0 0 0 620px;
}

*html #newspaper-sidebar {
	position: absolute;
	top: 10px;
	left: 0;
}

.banner {
	margin: 0 0 5px 0;
}

div.pages {
	border-top: 1px solid #666;
	padding-top: 5px;
	width: 630px;
}

div.pages h2 {
	height:30px;
}


div.pages div.content-col1 {
	width: 290px;
}

div.pages div.content-col2 {
	margin-left: 305px;
} 

div.scoop {
	background-image: url(../images/newspaper/column_header.jpg);
	background-repeat: no-repeat;
	width: 315px;
	min-height:180px;
	padding:40px 0 10px;
	background-color: #EEE;
}

div.scoop ul {
	padding: 0 0 0 10px;
	list-style: none;
}

div.scoop ul li {
	background-image: url(../images/newspaper/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	line-height: 15px;
	height: 15px;
}

div.border-top-dotted {
	border-top: 1px dotted #CCC;
	padding-top: 5px;
}

#fold-2 div.pagetitle {
	width: 640px;
	height: 27px;
	padding: 3px 0 0 0;
	margin: 0;
	border: none;
}

#newspaper-buttons {
	position: relative;
}


#newspaper-buttons a {
	position: absolute;
	display: block;
	float: left;
	background-image: url(../images/newspaper/blank.gif);

}

#newspaper-buttons a.selected, #newspaper-buttons a:hover {
	border: 3px solid #FF6600;
	background-color: transparent;
}

