/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(/images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color:#352F0F;
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
}
#mosSite {
	width: 954px;
	margin: auto;
	text-align: left;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 954px;
}
#frameworkTop {
	background:url(/images/header-bg.jpg) no-repeat;
	background-position:left bottom;
	height:240px;
}

/* Ads */
#leaderboard {
    float: left;
	position:relative;
	width:753px;
	height:98px;
	background:url(/images/leaderboard-bg.gif) no-repeat;
}
#leaderboardLabel {
	display:none;
}
#leaderboardAd {
    padding:8px 0px 0px 11px;
}
#skyscraper {
	width:181px;
	height:695px;
	float:right;
	clear:none;
	background:url(/images/skyscraper-bg.gif) no-repeat;

}
#skyscraperLabel {
	display:none;
}
#skyscraperAd {
	float:right;
	padding:6px 9px 0px 0px;
}

#banner {}

/* CCB */
#ccb {
	text-align: center;
}
#ccb p {
	display: none;
}
#ccb ul {
	text-align: center;
	display: inline;
	padding: 3px 0px;
} 
#ccb ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#ccb ul li a {}

/* Header */
#header {
	width:533px;
	height:69px;
	
	height:85px;
	width:548px;
	float:left;
	clear:left;
}
#header h1 {
	padding:14px 0px 0px 13px;
}
#header h2 {
	display: none;
}


/* Content */
#contentBackground {
	background:url(/images/framework-bg.jpg) repeat-y;
	width:954px;
}
#contentColumns {}
#contentColumns A {} /* All Content Links */
#contentEnclose {
	width: 627px;
	float: left;
}
#contentMiddle {
	width: 467px;
	float: right;
	background:url(/images/contentMiddle-bg.jpg) no-repeat;
}
#contentMiddle .contentAreaPadding {
	padding:18px 0px 0px 16px;
}
#contentLeft {
	width: 160px;
	float: left;
}
#contentRight {
	width: 327px;
	float: right;
	background:url(/images/contentRight-bg.jpg) no-repeat;
}

/* START FireFox Adjustments to Fix IE Box Model Bug */
html>body #contentMiddle {
}
html>body #contentLeft {
}
html>body #contentRight {
}
/* END FireFox Adjustments to Fix IE Box Model Bug */

#contentBottom {
	clear: both;
}
.storySeparator {
	display:none;
}
.storySeparatorstorySeparatorLast {
	display:none;
}
/* Quadrants */
#quadrantTop {}
#quadrantA {
	float: left;
	width: 50%;
}
#quadrantB {
	float: left;
	width: 50%;
}
#quadrantTopFooter {
	clear: both;
}
#quadrantBottom {}
#quadrantC {
	float: left;
	width: 50%;
}
#quadrantD {
	float: left;
	width: 50%;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	height:177px;
	background:url(/images/footer-bg.jpg) no-repeat;
}
#footerTop {
	height:58px;
}
#footerBottom {
	clear: both;
}
#siteIndex {
	height:33px;
	padding-left:10px;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	font-size:1.1em;
	color:#000;
	font-weight:bold;
	background:#FBC628;
	border:1px solid #799BB7;

}
#copyright {
	font-size:1.1em;
	color:#ED3637;
	padding-left:10px;

}
#copyright A {
	color:#FBC628;
}
#copyright .privacyPolicy {}

