﻿/* SELECT YOUR PROVINCE
*************************************************************/
#location{
	text-align: center;
	margin: 165px 0 0 0;
	background:url('../../images/layout/bgd_home.gif') repeat;
}

/* PROVINCE CONTAINER
*************************************************************/
#location .province_container{
	width: 580px;
	margin:0 auto;
	text-align: left;
	position:relative;
}
#location .province_container .box_container {
	width: 560px;
	margin-bottom: -29px;
	background: #ffffff;
}
#location .province_container .inner_box {
	margin-bottom: 0;
	margin-right: 0;
}
#location .rounded_box .br {
    background: url(/images/home/box_br.png) no-repeat right bottom;
}
#location .rounded_box .bl {
    background: url(/images/home/box_bl.png) no-repeat left bottom;
}
#location .rounded_box .tr {
    background: url(/images/home/box_tr.png) no-repeat right -1px;
}
#location .rounded_box .tl {
    background: url(/images/home/box_tl.gif) no-repeat left -1px;
}
#location .province_container .rounded_box{
	width: 560px;
}
#selections {
	float: left;
	width: 286px;
	margin: 23px 0 0 33px;
	padding: 0;
}
#feature {
	float: left;
	width: 230px;
	height: 261px;
	margin: 55px 0 11px 0;
	padding: 0;
	overflow: hidden;
	background: url(/images/home/bgd_phone.jpg) top left no-repeat;
}
#feature .bubble{
	float: left;
	position: relative;
	width: 230px;
	height: 51px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#feature .bubble img{
	float: left;
	position: absolute;
}
#feature .phone{
	float: left;
	width: 230px;
	height: 210px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#location .logo{
	float: left;
	background: url(/images/home/logo-provSelector.gif) no-repeat scroll top left;
	width: 231px;
	height: 97px;
	text-indent:-9999px;
	overflow:hidden;
}
#location .english, #location .french{
	float: left;
	margin:52px 0 0 0;
}
#location .english{
	float: left;
	width: 128px;
	text-align:center;
	border-right: 1px solid #d2d2d2;
}
#location .french{
	text-align:left;
	float: left;
	width: 128px;
	margin-left: 26px;
}
#location .english span, #location .french span{
	float: left;
	width: 100px;
	font-size:12px;
	color:#f3732e;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 28px 30px 0;
}
#location .english span {
	text-align:right;
}
#location .french span {
	margin: 0 0 30px 0;
}
#location .english a, #location .french a{
	float: left;
	width: 88px;
	font-size:11px;
	background:url(/images/home/bg-cheveron-list-right.gif) no-repeat right center;
	color:#000;
	text-decoration:none;
	margin: 0 28px 4px 0;
	padding-right:12px;
}
#location .english a {
	text-align:right;
}
#location .french a{
	text-align:left;
	width: 116px;
	background:url(/images/home/bg-cheveron-list-left.gif) no-repeat left center;
	margin: 0 0 4px 0;
	padding-left:12px;
}
#location .english a:hover, #location .french a:hover{
	color: #f3732e;
	text-decoration: underline;
}


/* IE6
*************************************************************/

* html #selections {
	margin-left:12px;
}

* html #location .province_container .box_container {
	margin-left: 0px;
}
* html #location .french {
	overflow: hidden;
}
* html #location .rounded_box .br {
    background: url(/images/home/box_br.gif) no-repeat right bottom;
}
* html #location .rounded_box .bl {
    background: url(/images/home/box_bl.gif) no-repeat left bottom;
}
* html #location .rounded_box .tr {
    background: url(/images/home/box_tr.gif) no-repeat right -1px;
}
* html #location .rounded_box .tl {
    background: url(/images/home/box_tl.gif) no-repeat left -1px;
}