@charset "utf-8";
/* CSS Document */

/*Begin new styles for April 2013 redesign */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: none;
	background-color: #fff;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	font-variant: normal;
	border: 0;
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
	*font-size:100%;
}

legend {
	color:#000;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold; 
}

a:link {
	color: #db4d69;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #00675A;
	text-decoration: underline;
}

a:visited {
	color: #db4d69;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breathe*/
	margin:1em;
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}

ul.ulWithTitle {
	margin-top: 5px;
}

dl dd {
	margin-left:1em;
}

caption {
	text-align: center;
	font-weight: bold;
}

table {
	position: relative;
	font-size: 12px;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 0;
}

th {
	font-weight: bold;
	text-align: center;
}

table td {
	padding: 2px;
}

table thead tr:first-child, table thead tr th:first-child {
    border-radius: 2px 0 0 0;
}

table thead tr:last-child, table thead tr th:last-child {
    border-radius: 0 2px 0 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

table.plainTable {
	border: none;
	width: 800px;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'open_sans', Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

h1 {
	font-weight: 700;
	font-size: 174%;
	text-transform: uppercase;
	color: #E98300;
	margin: 2px 0 7px 0;
}

h1.homeHeader a, h1.homeHeader a:hover {
	color: #E98300;
	text-decoration: none;
}

h1.altColor {
	color: #FFF;
}

h1.altColor a, h1.altColor a:hover {
	color: #FFF;
	text-decoration: none;
}

nav h1 {
	color:#C60C30;
}

h2 {
	font-weight: 700;
	font-size: 138.5%;
	color: #00675A;
	margin: 5px 0;
}

h3 {
	font-weight: bold;
	font-size: 123.1%;
	color: #C60C30;
}

h4 {
	font-weight: bold;
	font-size: 131%;
	color: #555555;
}

h5 {
	color: #00675A;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	font-weight: bold;
}

.slide-out-div, nav#navPrimary, nav#navSecondary, nav#navTertiary, header#headerMain, header#headerMainHome, #backgroundBar, .prevLargeSlideShowBanner, .nextLargeSlideShowBanner, footer#footerMain, #connectBar, .sectionNav, div#bodySectionTitle, section#breadcrumb, div.gameContent div.gamesColumn3, .retailColumnSmaller a, section.column2 div.winningNumberColumn3, div.largeBanner, div.largeBannerBackground, div.pbInset, div.template2Games section.column1, section.pressRelease div.prShare {
	display: none; visibility: hidden; width: 0px; height: 0px; margin: 0; }

div#sitewideNavigation img#siteLogo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

section.column2 h1 {
	margin-top: 10px;
}

header#headerMain {
	background: none;
}

.contentAreaMainHome {  margin-top: 0; }

div.templateHomepage {
	padding: 0;
	margin: 0;
}

#bodyMain { margin-bottom: 0; top: 0; }

div.templateHomepage section.homepageFirstRow {
	padding: 0 12px;
	margin: 35px 0 5px 0;
}

div.templateHomepage section.homepageSecondRow {
	padding: 0 6px;
	margin: 35px 0 5px 0;
}

div#bodyMain div.template2Games { padding-top: 80px; visibility: visible; display: inline; }

div#gameContentLeft, section#currentWinningNumbers, table#results {
	width: auto;
}

.gameBannerImg { margin-top: 20px; margin-bottom: 0; }

table.games, .gamePageNumbers, p.tableFootnotes { width: 600px; }

p.tableFootnotes { padding: 0; margin-left: 0; }

table.timelineTable {
	width: 98%;
	border: none;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
}

div#gameContentLeft {
	margin: 25px;
}

.hidden {
	display: none;	
}

img {
	border: none;	
}

table {
	max-width: 98%;
}

.retailColumnSmaller, .retailColumnSmaller div, div.retailColumn {
	float: none;
	width: 98%;
}

div.businessPartners {
	float: left;
	width: 430px;
}

div#bodyContent section.column2 > img.oigLogo {
	width: 217px;
}

.lottoOffice {
	width: auto;
	margin: 20px -50px 20px -10px;
	font-size: 10px;
}

.lottoOffice p {
	display: table-cell;
	border-left: #ccc solid 1px;
	padding: 0 8px;
	width: 19%;
}

.lottoOffice p:first-child {
	border-left: none;
}

div.terminations { background: url(../images/png/logo_192x192.png) no-repeat 0 0; }