@charset "utf-8";
body  {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 13px;
	width: 1000px;
}
.door {
	width: 672px;
	height: 641px;
	margin: 0 auto;
}
.door a {
	background-image: url(images/door_closed.gif);
	background-repeat: no-repeat;
	background-position: center;
	visibility: visible;
	width: 672px;
}
.door span.invisible {
	width: 672px;
	height: 641px;
}
.door a:hover {
	background-image: url(images/door_open.gif);
}
body.red {
	background-image: url(images/bg_red.gif);
	width: 1000px;
}
body.blue {
	background-image: url(images/bg_blue.gif);
	width: 1000px;
}
body.yellow {
	background-image: url(images/bg_yellow.gif);
	width: 1000px;
}
body.green {
	background-image: url(images/bg_green.gif);
	width: 1000px;
}
body.purple {
	background-image: url(images/bg_purple.gif);
	width: 1000px;
}
body.pink {
	background-image: url(images/bg_pink.gif);
	width: 1000px;
}
strong {
	font-weight: bold;
	color: #3366CC;
}
dd {
	padding-bottom: 10px;
	font-size: 13px;
}
dl {
	margin: 0;
	padding-top: 10px;
}
h1  {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 5px;
}
.press h2 { 
	margin-bottom: 0;
	padding-bottom: 0;
}	

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #52833D;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
}
p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}
em {
	color: #009933;
}
.heading {
	text-align: center;
}
span.red {
	color: #C62513;
}

.small {
	font-size: 12px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

#container  {
	border: 1px solid #000000;
	text-align: left;
	border-top: 0;
	border-bottom: 0;
} 
#header {
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
img.logo  {
	float: left;
	padding-left: 25px;
	padding-right: 20px;
}






/* ------------------- main menu ---------------------- */
#menu_main {
	margin-top: 10px;
	margin-bottom: 10px;
}
.invisible  {
	visibility: hidden;
}
#menu_main .button {
	padding-left: 10px;
}
#menu_main .button, #menu_main .button a {
	height: 50px;
	float: left;
	text-decoration: none;
}
#menu_main #registration a {
	background-image: url(images/button_registration.gif);
	width: 130px;
}
#menu_main #registration a:hover {
	background-position: 0px -50px;
}
#menu_main #glossary a {
	background-image: url(images/button_glossary.gif);
	width: 119px;
}
#menu_main #glossary a:hover {
	background-position: 0px -50px;
}
#menu_main #rollcall a {
	background-image: url(images/button_rollcall.gif);
	width: 88px;
}
#menu_main #rollcall a:hover {
	background-position: 0px -50px;
}
#menu_main #desk a {
	background-image: url(images/button_desk.gif);
	width: 121px;
}
#menu_main #desk a:hover {
	background-position: 0px -50px;
}
#menu_main #blog a {
	background-image: url(images/button_blog.gif);
	width: 118px;
}
#menu_main #blog a:hover {
	background-position: 0px -50px;
}
#menu_main #numbers a {
	background-image: url(images/button_numbers.gif);
	width: 112px;
}
#menu_main #numbers a:hover {
	background-position: 0px -50px;
}
#menu_main #rules a {
	background-image: url(images/button_rules.gif);
	width: 86px;
}
#menu_main #rules a:hover {
	background-position: 0px -50px;
}
#menu_main #staff a {
	background-image: url(images/button_staff.gif);
	width: 141px;
}
#menu_main #staff a:hover {
	background-position: 0px -50px;
}






.menu_sub {
	background-image:url(images/menu_left.gif);
	height:194px;
	padding-top:9px;
	width:174px;
}
#careers a, #enter a, #store a, #arts a, #afterschool a, #media a, #store a, #study a {
	float:left;
	height:26px;
	margin-left:12px;
	width:149px;
	text-decoration: none;
}
.menu_sub #careers a {
	background-image: url(images/button_careers.gif);
}
.menu_sub #careers a:hover {
	background-position: 0px -26px;
}
.menu_sub #enter a {
	background-image: url(images/button_enter.gif);
}
.menu_sub #enter a:hover {
	background-position: 0px -26px;
}
.menu_sub #store a {
	background-image: url(images/button_store.gif);
}
.menu_sub #store a:hover {
	background-position: 0px -26px;
}
.menu_sub #arts a {
	background-image: url(images/button_arts.gif);
}
.menu_sub #arts a:hover {
	background-position: 0px -26px;
}
.menu_sub #afterschool a {
	background-image: url(images/button_afterschool.gif);
}
.menu_sub #afterschool a:hover {
	background-position: 0px -26px;
}
.menu_sub #media a {
	background-image: url(images/button_media.gif);
}
.menu_sub #media a:hover {
	background-position: 0px -26px;
}
.menu_sub #store a {
	background-image: url(images/button_store.gif);
}
.menu_sub #store a:hover {
	background-position: 0px -26px;
}
.menu_sub #study a {
	background-image: url(images/button_study.gif);
}
.menu_sub #study a:hover {
	background-position: 0px -26px;
}








#sidebar1 {
	float: left; 
	width: 175px;
	padding-left: 6px;
}
#sidebar2 {
	float: right; 
	width: 327px; 
	padding-right: 6px;
}
#sidebar2.thin {
	width: 177px;
	float: right;
}

.mediaPlayer_sm {
	background-image: url(images/mediaPlayer.gif);
	background-position: right;
	padding-left: 5px;
	background-repeat: no-repeat;
	width: 316px;
	height: 247px;
	float: left;
}
.mediaPlayer_sm .screen {
	width: 250px;
	height: 190px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 25px;
}





/* ------------------- content -------------------- */
#mainContent {
	margin: 0 193px;
} 
#wide {
	margin: 0 193px;
	margin-right: 0;
}
#medium {
	margin: 0 193px;
	margin-right: 192px;
}
* html #medium {
	margin: 0;
	margin-right: 192px;
}
#wrap {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	width: 463px;
}
.medium {
	background-image: url(images/content_bg-m.gif);
	width: 613px;
}
.wide {
	background-image: url(images/content_bg-w.gif);
	width: 786px;
	background-repeat: repeat-y;
}
.content {
	padding-left: 25px;
	padding-right: 25px;
}
.staff p {
	padding-top: 0px;
	padding-left: 110px;
}
.staff td {
	padding-top: 10px;
	vertical-align: top;
}
.careers table, tr, td, th {
	vertical-align: top;
	background-color: #FFFFFF;
}
.careers table {
	background-color: #000000;
}
.careers ul, .careers li {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.careers .content img {
	float:right;
	height:160px;
	padding-right:60px;
	width: auto;
}
.careers .heading img {
	float: none;
	width: auto;
	height: auto;
}
.careers .content img.profession {
	clear:right;
	float:right;
	height:150px;
	margin:0px 0 15px;
	padding:0 0 0 10px;
	width:auto;
}
ul.indent {
	margin-left: 40px;
}





		/* ---- homepage ---- */
img#welcome {
	margin-left: 20px;
	margin-top: 5px;
}		
img.staff {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}

.home h1 {
	font-size:30px;
	font-weight:normal;
	padding-left:75px;
	padding-top:60px;
	margin: 0;
}		
.home p {
	font-size: 12px;
	margin-bottom: 0;
}
.home a {
	margin: 0;
	color: inherit;
	font-size: 12px;
	float: right;
}
.home #contact a {
	float: none;
}
#signup, #earn{
	margin-top: 15px;
}
#signup {
	background-image: url(images/signup.gif);
	background-position: 7px top;
	background-repeat: no-repeat;
	float: left;
	color: #357E8C;
	width: 195px;
	padding-right: 15px;
}
#signup p {	
	margin-left: 10px;
}
#signup h1 {
	color: #357E8C;
}
#earn {
	background-image: url(images/earn.gif);
	background-position: 15px 0px;
	background-repeat: no-repeat;	
	float: left;
	color: #4B2165;	
	width: 195px;
}
#earn h1 {
	margin-left: 5px;
	color: #4B2165;	
}
#shop {
	background-image: url(images/shop.gif);
	background-position: 15px 0px;
	background-repeat: no-repeat;	
	float: left;
	color: #3C7B62;
	width: 390px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#shop h1 {
	margin-left:31px;
	padding-top:25px;
	text-align:left;
	color: #3C7B62;
}
#shop p {
	margin-left: 88px;
}
.advertising table {
	font-size: 11px;
}
.advertising th {
	text-align: left;
	color: #3399FF;
	font-size: 12px;
}
.advertising th.top{
	font-size: 14px;
	color: #CC3300;
	text-align: center;
}
.advertising th.ipod {
	font-size: 13px;
	color: #339933;
}





#art {
	background-image: url(images/art_bg.gif);
	width: 700px;
	height: 646px;
}
#art #top {
	padding-bottom:10px;
	padding-left:35px;
	padding-top:35px;
	width:300px;
}
#art #bottom {
	float:right;
	font-size:15px;
	margin-top:175px;
	padding-right:60px;
}





.movie .content {
	background-image:url(images/movie_page.png);
	height:850px;
	margin-left:14px;
	padding:0;
	width:762px;
}
.movie .content h1 {
	text-align: left;
	margin: 0;
	padding-left: 23px;
	padding-top: 10px;
}
.movie .content p {
	font-size:13px;
	font-weight:bold;
	padding-left:23px;
	padding-top:10px;
	width:266px;
}
.movie #screen {
	background-color:#000000;
	height:330px;
	left:112px;
	position:relative;
	top:53px;
	width:435px;
}
.movie .heading {
	float: left;
	width: 300px;
}




.contest img {
	float: right;
	height: 250px;
	width: auto;
	margin-top: 10px;
	padding-right: 10px;
}
.contest .heading img {
	float: none;
	width: auto;
	height: auto;
}
#contact {
	border:2px solid #336699;
	height:17px;
	line-height:17px;
	text-align:center;
	width:180px;
	margin: 0 auto;
	margin-top: 10px;
}
#contact a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
#contact a:hover {
	text-decoration: underline;
}




#footer {
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-size:11px;
	font-weight:bold;
	margin:0 auto;
	padding:2px 10px 2px 20px;
	text-align:center;
	width:950px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a {
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}










/* -------------------  ads  --------------------- */

.ad_banner {
	background-image: url(images/ad_banner.gif);
	width: 753px;
	height: 112px;
	float: left;
	margin-top: 10px;
}
.ad_banner .ad {
	width: 728px;
	height: 91px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
}
.ad_sidebar {
	background-image: url(images/ad_sidebar.gif);
	width: 177px;
	height: 632px;
	float: left;
}
.ad_sidebar-m {
	height: 517px;
	background-image: url(images/ad_sidebar-m.gif);
	width: 177px;
	float: left;
}
.ad_sidebar-m img {
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 12px;
	float: left;
}
.ad_sidebar-m-s {
	height: 437px;
	background-image: url(images/ad_sidebar-m-s.gif);
	width: 177px;
	float: left;
}
.ad_sidebar-m-s img {
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 9px;
	float: left;
}
.ad_sidebar-s {
	background-image: url(images/ad_sidebar-s.gif);
	height: 315px;
	width: 177px;
}
.ad_sidebar-s img {
	margin-left: 10px;
	margin-top: 10px;
}
.ad_sidebar .ad {
	width: 147px;
	height: 600px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 15px;
}
.ad_sidebar img {
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 10px;
}
.ad_box {
	background-image: url(images/ad_box.gif);
	width: 327px;
	height: 282px;
	float: left;
}
.ad_box .ad {
	width: 300px;
	height: 250px;
	background-color: #000000;
	margin: 0 auto;
	margin-top: 16px;
}
.ad_box img {
	margin-left:20px;
	margin-top:15px;
}





.contests h3 {
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0;
}


.reset {
	clear: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
