/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(/images/bg.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#mosSite {
	width: 960px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
}
#frameworkTop {
	float: left;
	background-image: url(/images/framework-bg.gif);
}
#frameworkTop .contentAreaPadding {
	padding: 0px 5px 3px 5px;
}

/* Ads */
#leaderboard {
    float: left;
	postion: relative;
	margin: -15px 0px 0px -7px;
	padding: 0px 0px 0px 0px;
}
html>body #leaderboard {
    float: left;
	postion: relative;
	margin: -15px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
}
#leaderboardLabel {
	background: url(/images/advertisement-black.gif) no-repeat center;
	text-indent: -9999px;
	height: 90px;
	width: 18px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leaderboardAd {
    width: 728px;
    height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: relative;
	float: left;
}
#skyscraper {
	width: 160px;
}
#skyscraperLabel {
	background: url(/images/advertisement-black-sky.gif) no-repeat center;
	text-indent: -9999px;
	height: 12px;
	width: 160px;
	float: left;
}
#skyscraper .containerPadding {
	padding: 0px;
}

/* CCB */
#ccb {
	display: none;
	text-align: center;
}
#ccb .moduleHeader {
	display: none;
}
#ccb .moduleFooter {
	display: none;
}
#ccb .moduleContainer{
	border: 0px;
}
#ccb .moduleContentContainer {
	background: none #fff;
}
#ccb .containerPadding {
	padding: 5px 10px 5px 10px;
}
#ccb ul li {
	padding: 0px 5px;
	border-left: 2px solid #2e3092;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#ccb ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #ed1c24;
}
#ccb ul li a:hover {
	color: #000;
}

/* Header */
#header .tagline {
	float: left;
}
#header h1 {
	float: left;
}
#header h2 {
	display: none;
}
/* Content */
#contentBackground {
	background-image: url(/images/framework-bg.gif);
	float: left;
}
#contentEnclose {
	width: 789px;
	position: relative;
	float: left;
}
#contentMiddle {
	width: 616px;
	float: right;
}
#contentLeft {
	width: 173px;
	float: left;
}
#contentRight {
	width: 171px;
	float: right;
}
#contentMiddle .contentAreaPadding {
	padding: 0px 4px 0px 4px;
}

#contentBottom {
	clear: both;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {}
#quadrantA {
	float: left;
	width: 304px;
}
#quadrantB {
	float: right;
	width: 304px;
}
#quadrantTopFooter {
	clear: both;
}
#quadrantBottom {}
#quadrantC {
	float: left;
	width: 50%;
}
#quadrantD {
	float: left;
	width: 50%;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	float: left;
	background: url(/images/footer.gif) top no-repeat;
	width: 960px;
	height: 121px;
}
#footerBottom {
	clear: both;
}
#siteIndex {
	margin: 30px 0px 10px 0px;
	width:150px;
	word-wrap:yes;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#copyright {
	font-size: .9em;
	text-transform: uppercase;
	color: #c3c3c3;
	width: 230px;
	margin-bottom: 15px;	
}
#copyright A {
	color: #c3c3c3;
}

