/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
/*	border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sup {
	font-size:0.5em;
	vertical-align: top;
}


/* GLOBAL STYLES */

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.825em;
}

p {
	line-height: 1.125em;
}

a {
	color: #b184b3;
	text-decoration: none;
}

/* STRUCTURE */

.container {
	margin: 10px auto 0;
	position: relative;
	width: 940px;
}

#header {
	min-height: 165px;
	height: auto !important;
	height: 165px;
	overflow: hidden;
	margin-bottom: 5px;
}

#flash-navigation {
	position: absolute;
	right: -104px;
	top: -30px;
}

#content {
	clear: both;
	overflow: hidden;
}

.main {
	float: left;
	width: 664px;
}

.main a {
	color: #e59103;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar {
	float: right;
	margin-top: 23px;
	width: 258px;
}

.main p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.main p.content {
	padding: 6px 10px;
}

.main .wrapper {
	background: url(../images/main_repeat.png) repeat-y;
	padding: 0px 14px 7px;
	width: 636px;
}

.main .modules {
	margin-top: 20px;
	overflow: hidden;
}

.module {
	font-size: 0.875em;
	position: relative;
}

.module .wrapper {
	position: relative;
	
}

.main .module {
	float: left;
	margin-right: 15px;
	width: 302px;
	

}

.main .module .wrapper {
	background: url(../images/module_repeat.png) repeat-y;
	overflow: hidden;
	padding: 5px 12px;
	width: 278px;
}

.main .module .wrapper .image {
	float: left;
	margin-right: 10px;
}


.main .modules-3col {
	margin-top: 20px;
	overflow: hidden;
}

.module-3col {
	font-size: 0.875em;
	position: relative;
	width:300px;
	
	
	
}

.module-3col .wrapper {
	position: relative;
}

.main .module-3col {
	float: left;
	margin-right: 15px;
	width: 196px;
}

.main .module-3col .wrapper {
	background: url(../images/module_3col_repeat.png) repeat-y;
	overflow: hidden;
	padding: 5px 12px;
	width: 172px;
}

.main .module-3col .wrapper .image {
	float: left;
	margin-right: 10px;
}

.module-3col .wrapper .image {
	float: left;
	margin-right: 6px;
}

.module-3col .wrapper p {
	line-height: 1.4em;
}

.module-3col .wrapper span {
	display: block;
	padding-top: 5px;
}


.main .intro {
	background: url(../images/promotions/intro_background_top.png) no-repeat 463px 0;
	padding: 7px 0 20px;
}

.main .intro a {
	color: #fff;
}

span.spc {
	color: #fdb945;
	text-transform: uppercase;
}

.main .intro p {
	background: #6a207f url(../images/promotions/intro_background.png) no-repeat 463px 0;
	color: #fff;
	font-size: 0.875em;
	min-height: 40px; height: auto !important; height: 40px;
	padding: 20px 218px 20px 25px;
	width: 395px;
}

.sidebar .module {
	margin-bottom: 20px;
}

.sidebar .wrapper {
	background: url(../images/sidebar_repeat.png) repeat-y;
	overflow: hidden;
	padding: 5px 11px 15px;
	width: 236px;
}

.sidebar .long-cta .wrapper {
	padding-bottom: 35px;
}

.module .wrapper .image {
	float: left;
	margin-right: 6px;
}

.module .wrapper p {
	line-height: 1.4em;
}

.module .wrapper span {
	display: block;
	padding-top: 10px;
}

.module-long {
/*	position: relative;*/
}

.module-long .wrapper {
	padding-bottom: 40px;
}

.module a {
/*	float: right;*/
/*	margin-top: 10px;*/
	position: absolute;
	bottom: 6px;
	right: 10px;
}

.footer {
	clear: both;
	margin-top: 40px;
}

/* FOOTER */

.footer {
	color: #b184b3;
	font-size: 10px;
	position: relative;
	text-align: center;
}

.footer ul.logos {
	margin: 30px 0;
	overflow: hidden;
}

.footer ul.logos li.knowyourlimits {
	float: left;
	margin-left: 120px;
	width: 169px;
}

.footer ul.logos li.olgca {
	float: right;
	margin-right: 120px;
}

.footer p {
	margin: 0 auto 15px;
	width: 600px;
}

#footer1 p {
	margin-bottom: 4px;
}

.footer p.links a {
	border-right: 1px solid #b184b3;
	margin-right: 4px;
	padding-right: 5px;
}

.footer p.links a.last {
	border: 0;
	margin: 0;
	padding: 0;
}

/* TEXT-RESIZER */

.size-chooser {
	color: #666;
	position: absolute;
	top: 55px;
	right: 5px;
}

.size-chooser span, .size-chooser a {
	display: block;
	float: left;
	margin-left: 2px;
}

.size-chooser span {
	cursor: default;
	margin-top: 2px;
}

.size-chooser a {
	color: #666;
	height: 10px;
	width: 10px;
	padding: 2px;
}

.size-chooser a#size-small {
	padding-top: 5px;
	height: 7px;
}

.size-chooser a#size-medium {
	padding-top: 3px;
	height: 9px;
}

.size-chooser a:hover, .size-chooser a.active {
	background-color: #666;
	color: #fff;
}

/* HOMEPAGE */

#homepage {
	background: transparent url(../images/homepage/background.jpg) no-repeat;
	position: relative;
	width: 953px;
}

#homepage #content {
	height: 474px;
	overflow: visible;
	position: relative;
}

#homepage #background-left {
	background: transparent url(../images/homepage/background_left.jpg) no-repeat;
	height: 664px;
	left: -57px;
	position: absolute;
	width: 57px;
}

#homepage .sidebar {
	bottom: 20px;
	position: absolute;
	width: 953px;
}

#homepage .sidebar .module {
	float: right;
	margin-bottom: 0;
	margin-right: 10px;
}

#homepage .sidebar .last-module {
	margin-right: 0px;
}

#homepage .footer {
	margin-top: 0;
}

/* BINGO CENTRES */

#bingocentres .main .wrapper {
	padding-bottom: 20px;
}

#bingocentres .main p {
	margin-top: 10px;
}

#bingocentres .main div.intro p {
	margin-top: 0;
}

#bingocentres .main h2.replace {
	background: transparent url(../images/bingocentres/ebingocentres.gif) no-repeat;
	height: 29px;
	margin: 20px 0;
	text-indent: -9999px;
	width: 295px;
}

#bingocentres li.centre {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#bingocentres li.centre .permanent {
	margin-bottom: 14px;
	overflow: hidden;
	width: 100%;
}

#bingocentres li.centre .main-section {
	display: inline;
	float: left;
	margin-left: 20px;
	padding-top: 15px;
	width: 425px;
}

#bingocentres li.centre h2 {
	display: block;
	overflow: hidden;
	width: 100%;
}

#bingocentres li.centre h2 img {
	float: left;
	margin-right: 8px;
	padding-top: 3px;
	width: auto;
}

#bingocentres li.centre h2 a {
	background: transparent url(../images/bingocentres/learnmore.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 20px;
	text-indent: -9999px;
	width: 130px;
}

#bingocentres li.centre h2 a.hover {
	background-position: 0 -20px;
}

#bingocentres ul.centres li.selected h2 a, #bingocentres ul.centres li.selected h2 a.hover {
	background-position: 0 -40px;
}

#bingocentres li.centre span.phone-number {
	color: #e59103;
	display: block;
	font-weight: bold;
	margin-top: 7px;
}

#bingocentres li.centre .supplement {
	float: left;
	width: 165px;
}

#bingocentres li.centre .expandable {
	background: transparent url(../images/bingocentres/selected_background.png) no-repeat left bottom;
	clear: both;
	display: none;
	overflow: hidden;
	padding-bottom: 10px;
}

#bingocentres li.centre .expandable .image, #bingocentres li.centre .expandable a {
	clear: right;
	float: right;
	margin-bottom: 10px;
}

#bingocentres li.centre .expandable .main-section {
	padding-top: 3px;
}

#bingocentres .find p {
	margin-top: 20px;
}

#bingocentres .find p, #bingocentres .find .choose {
	padding-left: 20px;
}

#bingocentres .find .choose {
	margin-top: 20px;
	overflow: hidden;
}

#bingocentres .find .choose .header {
	margin-bottom: -6px;
	margin-right: 10px;
}

#bingocentres .find .choose .view {
	margin-left: 10px;
	margin-top: 4px;
}

#bingocentres .find div.headers, #bingocentres .find div.centres {
	border: 4px solid #6a207f;
	display: none;
	overflow: hidden;
	width: 608px;
}

#bingocentres .find div.headers {
	background-color: #6a207f;
	margin-top: 12px;
	border-bottom: 0;
}

#bingocentres .find div.headers div {
	background-color: #6a207f;
	float: left;
	padding: 6px 0 5px 5px;
	vertical-align: top;
}


#bingocentres li.centre h2 img#barrie {
	width:235px;
}
#bingocentres li.centre h2 img#treasure {
	width:148px;
}
#bingocentres li.centre h2 img#kawartha {
	width:149px;
}
#bingocentres li.centre h2 img#sudbury {
	width:247px;
}
#bingocentres li.centre h2 img#windsor {
	width:184px;
}

#bingocentres .find div.city {
	width: 170px;
}

#bingocentres .find div.site {
	width: 268px;
}

#bingocentres .find div.availability {
	width: 147px;
}

#bingocentres .find div.centres div.centre {
	clear: left;
}

#bingocentres .find div.centres div.centre div.cell {
	border: 2px solid #e59103;
	display: inline;
	float: left;
	margin: 2px;
}

#bingocentres .find div.centres div.centre div.cell div {
	min-height: 93px; height: auto !important; height: 93px;
	padding: 4px;
}

#bingocentres .find div.centres div.city {
	width: 156px;
}

#bingocentres .find div.centres div.site {
	width: 258px;
}

#bingocentres .find div.centres div.availability {
	width: 146px;
}


/* PROMOTIONS
------------------------------------------------- */
#promotions .promo-main{
position: relative;
margin-top:44px;
margin-bottom:44px;
left: 10px;
}
#promotions .main .intro {
	padding-bottom: 0;
}
#promotions .promo-row{
position: relative;
min-height:180px;
margin-bottom: 15px;
}
.promo {
display:block;
width:296px;
float:left;
padding:1px;
margin-right:15px;
border:2px solid #fecf7f;
}
.promo-last {
margin-right:0;
}
.promo-inner {
border:2px solid #8a429f;
}
.promo .content {
padding-bottom:22px;
background:url('../images/promotions/footer_bingo.gif') 1px bottom no-repeat;
border-bottom:1px solid #fff;
min-height:114px;
}
.promo #scantastic .content {
background-image:url('../images/promotions/footer_bingo.gif');
}
.promo #boardwalk-barrie .content {
background-image:url('../images/promotions/footer_boardwalk-barrie.gif');
}
.promo #boardwalk-sudbury .content {
background-image:url('../images/promotions/footer_boardwalk-sudbury.gif');
}
.promo #kawartha-club .content {
background-image:url('../images/promotions/footer_kawartha-club.gif');
}
.promo img {
float:left;
margin:9px;
}
.promo h4 {
color: #6a207f;
font-size: .9em;
font-weight: bold;
width:170px;
/*margin-top:9px;
margin-left: 102px;*/
margin:9px 0 2px 102px;
}

.promoChallenge, .promoChallenge a {
color: #6a207f;
font-size: 17px;
font-weight: bold;
width: 600px;
margin-left: 10px;
}

.promo p {
width: 170px;
margin-left: 102px;
font-size: 0.8em;
line-height: 1.3em;
padding-bottom: 9px;
}

p.learn-more {
text-align:right;
}
p.learn-more img {
float:none;
margin:0;
padding:0;
}

/* WINNERS GALLERY */

#winnersgallery .winner {
	margin-bottom: 20px;
	overflow: hidden;
}

.winners-left{
	width:300px;
	float:left;
	margin-top:10px;
	}
	
	.winners-right{
	width:300px;
	float:right;
	padding-right:20px;
	margin-top:10px;
	}
.name {
	color: #6a207f;
	font-weight: bold;
	text-transform: uppercase;
} 
#winnersgallery .winner .winner-image {
	float: left;
	margin-right: 20px;
	width: 240px;
}

#winnersgallery .winner .winner-main-image {
	float: left;
	margin-right: 20px;
	width: 240px;
}

#winnersgallery .winner .winner-story-img {
	float: left;
	margin-right: 10px;
	width: 94px;
}

#winnersgallery .winner .winner-header {
	margin-bottom: 10px;
}

#winnersgallery .winner p {
	font-size: 0.875em;
	margin-bottom: 10px;
}



#winnersgallery .winners ul {
	margin-left: 30px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}

#winnersgallery .winners ul li {
	float: left;
	margin-bottom: 10px;
	width: 250px;
}

#winnersgallery .winners ul li span {
	display: block;
	margin-bottom: 3px;
}

#winnersgallery .winners ul li .name {
	color: #6a207f;
	font-weight: bold;
	text-transform: uppercase;
}

#winnersgallery .winners ul li .location {
	color: #6a207f;
	font-style: italic;
}

#winnersgallery .winners ul li .total {
	color: #e59103;
	font-weight: bold;
}

/* CONTACT US */

#contactus .main .header {
	margin: 5px 0 10px 25px;
}

#contactus .main table {
	border: 8px solid #6a207f;
	font-size: 0.85em;
	margin-left: 15px;
	margin-bottom: 40px;
}

#contactus .main table tr .cell {
	border-bottom: 1px solid #a679b2;
	padding: 8px;
}

#contactus .main table tr.first .cell {
	margin-top: 8px;
}

#contactus .main table tr.last .cell {
	border-bottom: 0;
	margin-bottom: 8px;
}

#contactus .main table td .cell {
	border-right: 1px solid #a679b2;
	margin-left: 8px;
}

#contactus .main table td.last .cell {
	border-right: 0;
	margin-left: 0;
	margin-right: 8px;
}

/* GAMING OVERVIEW */

#gamingoverview .main .short-header {
  margin-top: 4px;
}

#gamingoverview-biglink .main .module {
	margin-bottom: 20px;
}

#gamingoverview-biglink .main .module .wrapper {
	padding: 12px 6px 30px;
	width: 290px;
}

#gamingoverview-biglink .main .module .cta {
	padding-right: 6px;
}


#gamingoverview-community .main {
	font-size: 0.875em;
}

#gamingoverview-community .main div.lists {
	margin-left: 30px;
	padding: 20px 0;
	overflow: hidden;
}

#gamingoverview-community .main ul {
	float: left;
	width: 300px;
}

#gamingoverview-community .main ul li {
	list-style: circle inside url(../images/gamingoverview-community/bullet.gif);
	padding-bottom: 10px;
}

#gamingoverview .table {
	float: right;
	margin-left: 10px;
}


/* FAQS */

#faqs .main ul li {
	margin-top: 25px;
}

#faqs .main ul li .expander {
	cursor: pointer;
	display: block;
	margin: 10px 0 10px 18px;
	overflow: hidden;
	width: 100%;
}

#faqs .main ul li .expander img {
	cursor: pointer;
	float: left;
}

#faqs .main ul li .expander span.plus {
	background: transparent url(../images/bingocentres/learnmore.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 19px;
	margin: 3px 0 0 10px;
	text-indent: -9999px;
	width: 22px;
}

#faqs .main ul li span.selected span.plus {
	background-position: 0 -40px;
}

#faqs .main ul li .expandable {
	background: transparent url(../images/faqs/selected_background.png) no-repeat left bottom;
	clear: both;
	display: none;
	overflow: hidden;
	padding: 0 40px;
	width: 559px;
}

#faqs .main ul li .expandable p {
	margin: 10px 0;
}

#faqs .main .wrapper {
	padding-bottom: 40px;
}

/* PROGRAM DETAILS */

#programdetails .main .header {
	margin: 14px;
}

#programdetails .table {
	float: right;
	margin-left: 10px;
}

#programdetails p.content img {
	margin-right: 3px;
}

#programdetails p.note {
	font-style: italic;
	margin: 14px;
}

#programdetails p.disclaimer {
	font-size: 0.625em;
	margin: 14px;
}


.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

.main .modules-3col {
	margin-top: 20px;
	overflow: hidden;
}

.module-3col {
	font-size: 0.875em;
}

.module-3col .wrapper {
	position: relative;
}

.main .module-3col {
	float: left;
	margin-right: 15px;
	width: 196px;
}

.main .module-3col .wrapper {
	background: url(../images/module_3col_repeat.png) repeat-y;
	overflow: hidden;
	padding: 5px 12px;
	width: 172px;
}

.main .module-3col .wrapper .image {
	float: left;
	margin-right: 10px;
}

.module-3col .wrapper .image {
	float: left;
	margin-right: 6px;
}

.module-3col .wrapper p {
	line-height: 1.4em;
}

.module-3col .wrapper span {
	display: block;
	padding-top: 10px;
}


p.rules {
padding:0;
margin:1em 0 0 14px;
}
