/*
-----------------------------------------------
Mapmobility Style Sheet
version:  January 21, 2008
----------------------------------------------- */
body,html{height:100%;}
html,body,div,p {font: normal 12px/16px Lucida Grande, Verdana, sans-serif; }
a img {border-width: 0; border-style: none;}
body {
	background: #fff;
	/* previous background
	background: #666 url(../images/bg.gif) center top repeat-y;
	background-attachment: fixed;
	*/
	text-align: center;
	color: #6E7681;
}

h1 {
    color: #FF2700;
}
h1,h2 {
    text-transform: uppercase;
    font: 18px/24px Lucida Grande,Verdana,sans-serif;
	font-weight: bold;
    margin: 5px 0 0;
}

h3 {
    font: 14px Lucida Grande,Verdana,sans-serif;
	font-weight: bold;
    margin: 1em 0 0;
}

#page { 
	margin: 0 auto;
	width: 740px;
	position: relative;
	text-align: left;
    height: 100%;
}

a:link, a:visited {
    color: #6E7681;
	text-decoration: none;
}

#logo {
	position: absolute;
	top:7px;
    width: 222px;
    height: 66px;
}

div.mainImage {
	position: absolute;
	top: 70px;
	width: 720px;
	height: 190px;
}

#TopMenu {
	position: absolute;
    top: 35px;
    left: 350px;
    width: 350px;
	text-align: right;
	z-index:1;
	}

div#SideTabs {
	position: absolute;
    /*background: url(../images/sidetabs.gif) no-repeat;*/
    top: 65px;
	left: 736px;
    width: 35px;
    height: 300px;
	float: right;
}
div#SideTabs a, div#SideTabs a:hover {
    display: inline;
    width: 33px;
    height: 100px;
    float: right;
    text-decoration: none;
}
div#breadcrumb {
	position:absolute;
	top: 270px;
	left:200px;
	width:520px;
    text-align: right;
    font-weight: bold;
    font-size: .8em;
}
div#breadcrumb a{
	color: #6E7681;
}
strong {
    color: #FF2700;
}
div#breadcrumb strong {
    color: #B7CB50;
}
#ContentRight {
 	position: absolute;
    top: 300px;
	left: 256px;
	width: 450px;
    float: right;
	text-align: left;
}
#ContentRight a {
    color: #FF2700;
	}
#ContentRight a:hover {
	background-color: #E5E5E5;
	}

p.customName {
	margin: 0 0 0 5em;
	color:#666;
	text-transform: uppercase;
    font: 18px/24px Lucida Grande,Verdana,sans-serif;
	font-weight: bold;
	}
p.sitemap {
	margin: .5em 0 0 2em;
	}

#ContentLeft {
	position: relative;
	top: 300px;
	height: auto;
	width: 237px;
	float: left;
}
#ContentLeft p {
	margin: 225px 0 0 20px;
	font-size: 0.9em;
	}
#ContentLeft a {
    color: #FF2700;
	font-weight: bold;
	}
#ContentLeft a:hover {
	background-color: #fff;
	}
div#LeftBox{
    background: url(../images/custom/map-detail.gif) no-repeat ;
    margin: 0 0;
    padding: 70px 0 0 0;
    width:179px;
    /*For IE*/
    //width:219px;   
}
div#BottomLeftBox{
    background:url(../images/BottomLeftBox.gif) no-repeat;
    width:219px;
    height:35px;
}
div.LeftBoxHeader{
    top: 25px;
    color: #FF2700;
    height: 27px;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: groove 4px #C0C0C0 ;    
}
div#LeftBox a, div#LeftBox a:hover{
    display: inline;
	font: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
    float: right;
}
div#LeftBox p {
	clear:both;
    margin:0;
    padding: 2px 0 2px 0;
	font-size: 10px;
	line-height: 13px;	
}

div#LeftBox.img {
	float: left;
	}
#ontariomap {
		}

.goButton {
	list-style: none;
	margin: 20px 0 100px 150px;
	padding: 0;
	text-align:center;
	}
.goButton li {
	height: 52px;
	width: 124px;
	float: left;
	padding: 0;
	margin: 0;
	display: block; 
}
.goButton a {
	background:url(../images/go-button.gif) no-repeat left top;
	width: 124px;
	 height: 52px;
	 display: block;
	}
.goButton li a:hover {
	background-position: 0 -52px;
	}
.goButton a span {
	display: none; 
	width: 124px;
	height: 52px;

}
	
#buttons {
	text-align:right;
	margin-top: 30px;
	}
	
#footer {
	position:relative;
	right:256px;
	margin-top: 15px;
    border-top:dotted 1px #6E7681;
    font-size:9px;
    width:716px;
    padding: 5px 0 0 0;
	text-align:left;
}

#footer a {
	color: #6E7681;
}

#footer a:hover, #breadcrumb a:hover {
	background-color: #E5E5E5;
}

#footer div {
	float:right;
	display: inline;
	font-size:9px;
	}
	
.clear {clear: both;}
