* { margin: 0; padding: 0;}

html
{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#5A5B5E;
}

body
{
	margin: 0px;
	background-color: #FFFFFF;
}

a img
{
	border:none;
}

hr
{
	border: 0;
	border-top: 1px solid #C6C9CB;
}

h1
{
	margin-top:0px;
	margin-bottom:1em;
	font-size:47px;
	font-weight:normal;
	color:#7D2C29;
	line-height:1em;
}

h2
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:42px;
	font-weight:normal;
	color:#7D2C29;
	line-height:1em;
}

h3{
	margin-bottom:10px;
	font-size:25px;
	font-weight:normal;
	color:#7D2C29;
	line-height:1em;
}

p
{
	margin-bottom:1em;
}

a
{
	text-decoration:none;
}
a:link 
{
	text-decoration:none;
	
	color:#7D2C29;
} /* unvisited link */
a:visited 
{
	color:#7D2C29;
} /* visited link */
a:hover 
{
	
	color:#464749;
	text-decoration: underline;

} /* mouse over link */
a:active
{
	color:#7D2C29;
} /* selected link */

div.clearer
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;       
}

label
{
	font-weight:bold;
}

input[type=text], textarea
{
	margin-bottom:6px;
}


table.tableForm td{
    padding: .25em .5em .5em .5em;
    border-bottom: 1px inset; 
}

table.tableForm select{
    width:200px;
}
table.tableForm input[type=text]{
    width:100%;
}

#bodyWrapper 
{
    margin: 0pt auto;
    height : auto;
    min-height : 680px;
    width : 950px;
	max-width: 950px;
	padding:0;
	background-color:#FFFFFF;
}


#contentWrapper
{
	
}

#brand
{
	padding:20px 0px 20px 20px;
}

#brand .logo
{
	float:left;
}

.language_selection
{
	position: relative;
	float:right;
	margin-top:10px;
	font-size:10px;
}
.language_selection input[type="submit"]
{
	float:right;
}

#twitter_div
{

	background: transparent url(/rogers_media/images/twitterBG.gif) no-repeat scroll left top;
	width: 570px;
	float:right;
	clear:right;
	margin-top:20px;
	font-size:11px;
}

#twitter_div ul li
{
	list-style-type: none;
	float:left;
	margin-top:	2px;
	width:450px;
}

#twitter_div em{
	float:right;
	margin-top:10px;
	margin-right:1em;
}

.twitterIcon{
	background: transparent url(/rogers_media/images/twitterIcon.png) no-repeat scroll left top;
	/*display:block;*/
	float:left;
	width:24px;
	height:24px;
	margin: 5px 15px 5px 5px;

	text-indent:-1000px;
}
#homePageLocations a a:link a:visited a:hover a:active{
	font-size:16px;
	color:#7D2C29;
	text-decoration:none;
 
	
}

#MainNavBar
{
	padding:20px;
	position:relative;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#464749;
	text-transform:uppercase;
}
#MainNavBar a.activeLink
{
	color:#7D2C29;
}
#MainNavBar ul li
{
	list-style-type: none;
	padding-left:1em;
	border-right: 1px solid #C6C9CB;
	padding-right:1em;
	display:inline;
}
#MainNavBar ul li.first
{
	padding-left:0;
}
#MainNavBar ul li.last
{
	border:none;
}

#main_articles
{
	margin:25px 0;
	background-color:#E0E1E3;
	padding:20px;
}

.article
{
	padding:10px;
	padding-right:25px;
	text-align:left;
	line-height:1.5em;
}
.article img
{
	padding:10px;
	background-color:#ffffff;
	border:1px solid #B9A688;
	border-bottom-color: #8A7C66;
	border-right-color: #8A7C66;
	margin-right:25px;
	margin-bottom:5px;
	line-height:0;
}
.article .img_right
{
	margin-right:0;
	margin-left:25px;
}

#footer
{
	background-color:#E0E1E3;
	position:relative;
	width:910px;
	padding:15px 20px;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#5A5B5E;
	margin-top:25px;
	margin-bottom:25px;
}

#lower_first_block
{
}
#lower_second_block
{
}
#lower_third_block
{
	width:270px;
	border:none;
}
.articleFloatBlock
{
	position:relative;
	width:300px;
	height:auto;
	min-height:244px;
	float:left;
	padding-right:5px;
	margin-right:20px;;
	border-right:1px solid #C6C9CB;
}


.detailBanner {
	background-color:#7d2c29;
	height:auto;
	margin-bottom:40px;
	margin-left:0;
	margin-top:20px;
	position:relative;
	width:950px;
	z-index:10;
}

.detailBanner .innerContent
{
	margin-left:20px;
	position:relative;
	top:0;
	width:900px;
	line-height:0;
	height:28px;
}

.detailBanner div.TopLeftCorner
{
	background:transparent url(/rogers_media/images/20pxRoundCorners.png) no-repeat scroll 0 0;
	height:20px;
	left:0px;
	position:absolute;
	top:-20px;
	width:20px
}
.detailBanner div.BottomLeftCorner
{
	background:transparent url(/rogers_media/images/20pxRoundCorners.png) no-repeat scroll 0 -20px;
	height:20px;
	position:absolute;
	bottom:-20px;
	left:0px;
	width:20px
}

.detailBanner div.LeftEdge
{
	background-color:#7d2c29;
	position:absolute;
	top:-1px;
	left:0px;
	width:21px
}
.detailBanner div.TopEdge
{
	background-color:#7d2c29;
	height:20px;
	left:20px;
	position:absolute;
	top:-20px;
	width:930px;
}
.detailBanner div.BottomEdge
{
	background-color:#7d2c29;
	bottom:-20px;
	height:20px;
	left:20px;
	position:absolute;
	width:930px;
}

.detailBanner img {
bottom:10px;
position:absolute;
right:10px;
}

.detailBanner h1 {
	color:#FFFFFF;
	font-size:32px;
	font-weight:normal;
}

.detailBanner h2 {
	color:#FFFFFF;
	font-size:28px;
	font-weight:normal;
}

.detailBanner h3 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
}

.detailBanner p {
color:#E6E6E6;
font-size:14px;
margin:0 10px;
}

.detailBanner .coverButton 
{
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:115px;
	z-index:10;
}

#itemList {
	 
	width:280px;
	height:auto;
	min-height:244px;
	float: left;
	padding-right:5px;
	margin-right:20px;;
	border-right:1px solid #C6C9CB;
}

.eventListing
{
	margin-top:30px;
	margin-bottom:30px;
}

.box
{
	padding:20px;
	margin-left:20px;
	border: 1px solid #C6C9CB;
}
.box label
{
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:6px;
}
.box input[type=text]
{
	margin-bottom:5px;
	margin-left:0;
	border:1px solid #333333;
	background-color:#CCCCCC;
	width:297px;
	height:2em;
	font-size:12px;
}


.detailContent
{
	margin:25px 0;
	padding:30px;
	background-color:#E0E1E3;
}


.locations
{
	display:block;
	position:relative;
	margin: 0px 10px 0 60px;
	float:left;
}
.location
{
	display:block;
	position:relative;
	margin: 30px 10px;
	color: #7D2C29;
}
#appointment {
	font-size: 16px;
	color: #7D2C29;
}
