﻿
.logo
{
	position: absolute;
	left:0px;
	top:32px;
	width:217px; 
	height:90px;
	background: url("/App_Themes/Default/images/header/logo.png") no-repeat;
}

.toronto_tab:hover
{
    background: url("/App_Themes/Default/images/city_links/toronto_over.gif") no-repeat;
}
.toronto_tab
{
	position: absolute;
	left:886px;
	top:0px;
	width:72px;
	height:35px;
	z-index:1;
    background: url("/App_Themes/Default/images/city_links/toronto.gif") no-repeat;
}
.calgary_tab:hover
{
    background: url("/App_Themes/Default/images/city_links/calgary_over.gif") no-repeat;
}
.calgary_tab
{
	position: absolute;
	left:812px;
	top:0px;
	width:74px;
	height:35px;
	z-index:2;
    background: url("/App_Themes/Default/images/city_links/calgary.gif") no-repeat;
}
.select_city_marker
{
    color:#AFBD22;
    font-size:10px;
	position: relative;
	left:300px;
	top:1px;
	width:99px; 
	height:30px;
}
.header_city_date_marker
{

	position: absolute;
	left:794px;
	top:66px;
	width:160px; 
	height:57px;
}
.header_city_date_marker *
{
    text-align:right;
}


.header_city_date_marker h1
{
    font-size:24px;
    text-align:right;
}
.header_city_date_marker h2
{
    margin-left:24px;
    font-size:14px;
}

