@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(rdm_banner.css); /* Rogers Media branding bar */

body {
	background-color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
body h1 { font-size: 18px; }
body h2 { font-size: 14px; font-weight: bold; }
body h3 { font-size: 12px; font-weight: bold; }
h1,h2,h3,p { margin-bottom: 10px; }
p { line-height: 1.3; }

a:link, a:visited {
	color: #99CCFF;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
/* controls width + non-IE6 centering of the 3 main boxes: header, body, footer */
.boxes {
	width: 665px;
	margin-left: auto;
	margin-right: auto;
}
#positioningContainer {
	height: 504px; 
	width: 99%;
	text-align: center; /* For IE6 centering */
	position: absolute; 
	top: 50%;
	margin-top: -255px; /* top 50% pushes content down 50% page, starting from TOP of content. So pull content up ~half its height to adjust */

}
#box-header {
	height: 128px;
	background: #333 url(/images/landing/bg_boxheader.jpg) right top no-repeat;
	}
#box-body {
	height: 260px;
	background: #333 url(/images/landing/bg_boxgeneral.jpg) right top repeat-y;
	text-align: left;
	position: relative; /* used to position contents */
	}
#box-footer {
	height: 106px;
	background: #333 url(/images/landing/bg_boxfooter.jpg) right bottom no-repeat;
	position: relative;
	}

/* Content in body */
#videoplayer {
	top: 10px;
	left: 10px;
	position: absolute;
	}
div#welcome-text {
	top: 10px;
	right: 16px;
	bottom: 10px;
	position: absolute;
	width: 320px;
	height: 240px;	
	
	overflow: auto;	
	
	background-color: #111;
	color: white;
	}	
div.spacerdiv {
	width: 10px;
	height: 220px;
	}
	
/* position the drop down menus */
#onJumpMenu {
	position: absolute;
	top: 40px;
	left: 25px;
	}
#bcJumpMenu {
	position: absolute;
	top: 40px;
	left: 239px;	
	}
#abJumpMenu {
	position: absolute;
	top: 40px;
	left: 450px;	
	}
	
/* turns all links relating to current language to a special character - for design & usability purposes */
.related-to-currlang a:link, .related-to-currlang a:visited {
	color: #ffcc33; /* should match .current-color */
	}
div.related-to-currlang {
 	height: auto;
	padding: 0;
	margin: 0;
	}