/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background: url(/images/bg_01.gif) fixed;
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #2f2f2f;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}
#mosSite {
	width: 960px;
	margin: auto;
	text-align: left;
	background-image: url(/images/bg_02.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #2f2f2f;
}
#mosSite fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
}

/* skyscraper */
#skyscraper {
	width: 160px;
	margin: 0px 0px 6px 6px;
	height: 612px;
}
#skyscraperLabel {
	background-image: url(/images/skyscraper_tag.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 12px;
	margin-top: 0px;
}
#skyscraperAd {
	width: 160px;
	float: right;
}

/* Leaderboard*/
#leaderboard {
	display: inline;
	position: relative;
	margin: -83px 10px 0px 0px;
	float: right;
	width: 745px;
	height: 90px;
	background-image: url(/images/leaderboard_tag.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

html>body #leaderboard {
}

#leaderboardLabel{
	display: none;
}
#leaderboardAd{
	width: 745px;
	height: 90px;
	text-align: right;
}


/* 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 */
#frameworkTop{
	background-image: url(/images/leader_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 143px;
	height: 268px
}
#header h1 a{
	background-image: url(/images/header_01.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 960px;
	height: 143px;
	text-decoration: none;
	text-indent: -99999px;
}
#header h2 {
	display: none;
}


/* Content */
#contentBackground {
	width: 960px;
}
#contentColumns {
}
#contentEnclose {
	width: 787px;
	float: left;
}
#contentMiddle {
	width: 617px;
	float: right;
	background-image: url(/images/middle_back.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#contentLeft {
	width: 170px;
	float: left;
	text-align: right;
	background-image: url(/images/left_back.jpg);
	background-repeat: no-repeat;
}
#contentRight {
	width: 173px;
	float: right;
	position: relative;
	margin-top: -4px;
}

/* 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 {}

/* Quadrants */
#quadrantTop {
	background-image: url(/images/module-a_back.gif);
	background-position: 306px 0px;
	background-repeat: repeat-y;
}
#quadrantA {
	float: left;
	width: 289px;
	margin-right: 0px;
}
#quadrantB {
	position: relative;
	float: right;
	width: 304px;
	background-image: url(/images/quadrantb_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 30px;
}
#quadrantTopFooter {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: none;
}
#quadrantBottom {
	display: none;
}
#quadrantC {
	display: none;
}
#quadrantD {
	display: none;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	background-image: url(/images/footer.jpg);
	height: 84px;
	width: 960px;
	overflow: hidden;
}
#footerTop {
	display: none;
}
#footerBottom {
	clear: both;
}
#siteIndex{
	float: left;
	position: relative;
	top: 38px;
	left: 18px;
	width: 590px;
}
#siteIndex select {
	font-size: 1.1em;
	font-weight: bold;
	color: #7941ae;
	float: left;
}
#copyright {
	text-transform: uppercase;
	color: #5a7810;
	font-size: 10px;
	line-height: 10px;
	float: left;
	margin: 40px 0px 0px 20px;
}
#copyright A {
	color: #5a7810;
	text-decoration: none;
}
#copyright A:Hover {
	text-decoration: underline;
}
