.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 794px;
	height: 300px; /* Set height to be able to contain height of largest content shown*/
	border: 0px solid #687C98;
	overflow: hidden;
	display:block;
	clear:both;
	background-color:#B41C21
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

#canadaprovinces {
	margin:0;
	padding:0;
}
.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background-color:#B41C21;
	top:0px;
	visibility: hidden;
	width: 100%;
	left:-3px;
	overflow:hidden;
	clear:both;
	display:block;
}
.glidecontent h3 {
	color:#FFF;
	margin-top:0;
	margin-bottom:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:2em;
	font-weight:normal;
}
.glidecontent p {
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.5em;
}
.glidecontent p a {
	color:#FFF;
	text-decoration:underline;
}
.glidecontent .banner-more {
	border:0px solid #E73633;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	padding-top:0.5em;
	padding-bottom:0.55em;
	width: auto;
	display:block;
	text-align:left;
	position:relative;
	padding-left:13px;
	background-image:url(../images/bullet-banner.png);
	background-position:left;
	background-repeat:no-repeat
}
.glidecontent .banner-more a {
	color:#FFF;
	text-decoration: underline;
	outline:none;
}
.glidecontent .banner-more a:hover {
	color:#fff;
	outline:none;
	text-decoration: none;
}
.glideleft {
	width:285px;
	padding-left: 15px;
	padding-top:10px;
	background-color:#B31A1F;
	height:500px;
	float:right;
	clear:none;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/
#p-select {
	background-color:#F5F5F5
}
.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 100%;
	overflow:hidden;
	margin-top: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background: F5F5F5;/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 0px solid black;
	color:#A0A0A0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	margin-right: 0px;
	font-weight: normal;
	text-decoration: none;
	outline:none;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	background-color: #D4E5EF;
	color: #000;
	outline:none;
}
.glidecontenttoggler a:hover {
	background-color: #E4EFFA;
	color: black;
	outline:none;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	outline:none;
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color:#CACACA;
	outline:none;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
	background-color: transperent;
	color: black;
	outline:none;
}
