/*****Main*****/
body { background: #fff ; margin: auto; overflow: visible; }
.page-wrap { background: none; width: 100%; }

/*****Topmost Navigation*****/
.top-nav { display: none; }

/*****Header and Headmast Navigation*****/
.logo { float: left; width: 240px; }
.headmast-nav { display: none; }

/*****Headmast Graphics*****/
.head-main-box { display: none; }

/*****Secondary Headmast Graphic*****/
.secondary-head-main-box { display: none; }

/*****Secondary Righthand Headmast Graphic (right of the Main Headmast Graphic)*****/
.head-right-box { display: none; }

/*****Secondary Lefthand Headmast Graphic (to the left of the Main Headmast Graphic)*****/
.head-left-box { display: none; }

/*****Landing Pages - Monopoly Card Area*****/
.fpo-box { display: none; }

/*****Level 2 Pages - Monopoly Cards and Content Box*****/
.lvl2-lcol { display: none; }
.lvl2-rcol { float: none; width: auto; }
.lvl2-rcol .content { float: none; }

/*****Footer Buttons*****/
.footer-btns { display: none; }

/*****Footer*****/
.footer { padding-top: 20px; }
.footer .left { float: left; width: 485px; }
.footer .right { float: right; text-align: right; width: 485px; }
.footer a:link { color: #0760ad; text-decoration: none; }
.footer a:visited { color: #0760ad; text-decoration: none; }
.footer a:hover { color: #0760ad; text-decoration: underline; }
