@import "newton-base/newton-base.css";

#pageHeaderTop {
	background: no-repeat top url('newton-base/pageHeaderTopBg-red.png');
}

#pageHeader {
	background: repeat-y top url('newton-base/pageHeaderBg-red.png');
}

#globalNav {
	background: repeat-y top url('newton-base/globalNavBg-red.png');
}

#pageOuterBody {
	background: repeat-y top url('newton-base/pageOuterBodyBg-blue.png');
}

#pageInnerBodyFooter {
	background-image: url('newton-base/pageFooterBg-blue.png');
}

#globalNav a:hover,
#globalNav li.selected a {
	background-color: #900101;
}

#sectionNav ul {
	border-top: solid #95abb1 1px;
}
#sectionNav li a,
#sectionNav li.selected a,
* html #sectionNav li,
* html #sectionNav li.selected {
	color: #455b61;
	/* border-bottom: solid #8ca7af 1px; */
	border-bottom: solid #95abb1 1px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sectionNav li a:hover,
#sectionNav li.selected a,
* html #sectionNav li.selected {
	background-color: #a5bbc1;
	border-left: solid #85abb1 5px;
	padding-left: 5px;
}
#relatedLinks li a:hover,
#relatedLinks li.selected a,
* html #sectionNav li.selected {
	background-color: #ddd;
}

