

/* Margins & padding */
*, body, h1, h2, h3, h4, h5, h6, form, p, input, ul, li { margin: 0px;  padding: 0px; }

/* Font preferances */
body { 
	font-size:100%; 
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	margin-top:5px;
}

div#wrapper {
	width: 929px;
	margin: auto;
	text-align: left;
}

#menu {
	float:left;
	/*height: 50px;*/
	width: 929px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 5px #a4b0bb;
	background: #064e80;
	overflow:hidden;
}

#menu span {
	float: left;
    margin: 10px;
}

#layout { 
	float:left;
	width: 929px;
	background: #ffffff;
	margin-bottom:20px;
}

#content {
	float:left;
	background-color:#fafbfc;
	width: 599px;
	margin: 3px 0 10px 0;
	padding: 5px 15px 20px 15px;
}

#content h2 {
	font-size:1.3em;
	color:#275577;
	border-bottom:dotted 1px #275577;
	margin-bottom:5px;
}

#content h3 {
	font-size: .75em; /* 16px * 0.75 = 12px */ 
	margin-top:20px;
	color:#333;
	font-weight:bold;
}

#content h4 {
	font-size: 1em; 
	margin-top:20px;
	color:#333;
	font-weight:bold;
}

#content p {
	padding: 5px 0;
	color:#333;
}

#content a {
	color:#275577;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}


.newsbox {
	background-color:#e2ebf1;
	padding:10px;

}

#languages1 {
	float:left;
	width: 277px;
}

#languages2 {
	float:right;
	width: 277px;
	background-color:#ffffff;
}

.location_group {
	margin:10px 5px;
}

.location_group p {
/*	float:left;
*/}

.location_group h3 {
	font-size: .75em; /* 16px * 0.75 = 12px */ 
	color:#333;
}
.location_group img {
	float:left;
	margin-right:10px;
}


/******** sidebar ******/

.sidebar {
	float:left;
	color:#333333;
	background-color:#e2ebf1;
	border-top:3px solid #ffffff;
	width: 290px;
	margin-left:10px;
	margin-bottom:15px;
}

.sidebar_body {
	margin: 0 4px 15px 9px;
	font-size: 0.75em;
	line-height: 1.5em;
}

.sidebar h2 {
	font-size:1em;
	color:#ffffff;
	padding: 5px 15px;
	margin-bottom:10px;
	background: #a0a7ab;
}

.sidebar h3 {
	font-size: .75em; /* 16px * 0.75 = 12px */ 
	padding: 0px 15px;
	margin-top:20px;
	color:#333;
	font-weight:bold;
}

.sidebar p {
	padding: 5px 15px;
	margin-bottom:15px;
}

.sidebar a {
	color:#333333;
	text-decoration:underline;
}

/*
.sidebar a:hover {
	text-decoration:underline;
}
*/

.sidebar .lists {
	padding: 0 5px 10px 15px;
}

.sidebar .lists li {
	font-size:1em;
}

.sidebar img {
	text-align:center;
	width:250px;
	padding-left:10px;
	margin-bottom:10px;
	border:0;
}

.sidebar .topic_nav {list-style:none; padding:0;}

.sidebar .topic_nav li {margin:0 30px 0 10px; padding:5px;}

.sidebar .topic_nav li a { text-decoration:none;}

.sidebar .topic_nav li.active {background:#cad3d9;}

.sidebar .topic_nav a:hover {
	text-decoration:none;
}



/* end sidebar */


h1, h2, h3, h4, h5, h6{ 
	font-size: 1em; /* 16px * 0.75 = 12px */ 
	line-height: 1.5em;
}

p, li, form, h1, span { 
	font-size: .75em; /* 16px * 0.75 = 12px */ 
	line-height: 1.5em;
}


.lists {
	/* margin-bottom:15px; */
	padding:10px 0;
}

#content .lists {
	border-bottom:dotted 1px #275577;
}

.lists li {	
	margin-left: 25px;
	padding: 2px 0px;
	color:#333;  /* added to make bullet text same colour as paragraph text */
}

.lists li a{
	color:#275577;
	text-decoration:none;
}

.lists li a:hover{
	color:#275577;
	text-decoration:underline;
}


.hide { position: absolute; left: -200em;}

/* Positioning*/

/* Header */
#header { 
	display:block;
	float: left;
	height: 70px;
	padding:15px 0 0 15px;
	width: 914px; /*899px*/
	overflow: hidden;
	background: #ffffff;
}

#header a.logo {
	z-index:20;
	padding-top: 74px; /* height of the replacement image */
   	float:left;
	height: 0px;
	width:158px;
	margin-right:15px;
    	overflow: hidden;
    	background-image:  url(../images/cot_logo_home.gif);
    	background-repeat: no-repeat;
}

#main_nav {
	float:left;
	width:550px;
	list-style-type: none;
	background:#ffffff;
	margin-top:22px;
	padding:0;
	display:block;
}

#main_nav li {
	display:inline;
	font-size:0.9em;
}

#main_nav li.living a {
	padding-top: 25px; /* height of the replacement image */
   	float:left;
	height: 0px;
	width:132px;
	margin-right:5px;
    	overflow: hidden;
	background: transparent url(../images/livingintoronto.gif) no-repeat 0 0;
}

#main_nav li.living a:hover {
	background: transparent url(../images/livingintoronto.gif) no-repeat 0 -25px;
}

#main_nav li.business a {
	padding-top: 25px; /* height of the replacement image */
   	float:left;
	height: 0px;
	width:132px;
	margin-right:5px;
    	overflow: hidden;
	background: transparent url(../images/doingbusiness.gif) no-repeat 0 0;
}

#main_nav li.business a:hover {
	background: transparent url(../images/doingbusiness.gif) no-repeat 0 -25px;
}

#main_nav li.visiting a {
	padding-top: 25px; /* height of the replacement image */
   	float:left;
	height: 0px;
	width:132px;
	margin-right:5px;
    	overflow: hidden;
	background: transparent url(../images/visitingtoronto.gif) no-repeat 0 0;
}

#main_nav li.visiting a:hover {
	background: transparent url(../images/visitingtoronto.gif) no-repeat 0 -25px;
}

#main_nav li.accessing a {
	padding-top: 25px; /* height of the replacement image */
   	float:left;
	height: 0px;
	width:132px;
	margin-right:5px;
    	overflow: hidden;
	background: transparent url(../images/accessingcityhall.gif) no-repeat 0 0;
    	/*background-image: url(../images/accessingcityhall.gif);
    	background-repeat: no-repeat;*/
}

#main_nav li.accessing a:hover {
	background: transparent url(../images/accessingcityhall.gif) no-repeat 0 -25px;
}

#nav {
	float:left;
	color:#ffffff;
	display:block;
	margin:16px 10px 10px;
}

#nav li {
	list-style-type: none;
	color:#a4b0bb;
	display:inline;
	font-size:0.9em;
}

#nav li a {
	color:#a4b0bb;
	text-decoration:none;
	padding:5px;
}

#nav .first {
	margin-left:0;
}

#nav li.active a {
	color:#ffffff;
	padding: 0px;
}

#nav li.active {
	background: #043354;
	color:#FFFFFF !important;
	padding:5px;
}

#nav li a:hover {
	background: #043354/*A4B0BB*/;
	color:#FFFFFF !important;
}

form#siteSearch { float:right; display: block; margin:0; padding:0; background:#ffffff;}

#search {
    float: right;
    display:block;
    width:190px;
    padding-top: 18px;
    margin:0;
}
 
#search input.textbox { float: left; margin-top: 5px; padding: 2px 3px; border: 1px solid #b2b2b2; width: 110px; }

#search button { float:left; background: url(../images/search.gif); border: none; height: 22px; width: 60px; margin: 5px 0 0 5px; }

/* end Header */

#image {
	float:left;
	height: 153px;
	width: 929px;
	padding:0;
	margin:0;
	overflow:hidden;
}

/* end content */


#footer{
	float: left;
	display: block;
	font-weight:bold;
	color: #333333;
	background: #ffffff;
	padding: 5px 10px;
	border-bottom: solid 3px #b2b2b2;
	width: 909px;
	margin-bottom:20px;
}

#footer a, #footer a:visited  { 
	color: #333333;
	text-decoration:none;
}

#footer a:hover { text-decoration: underline;}


/****** Aural Styles *****/

.spell-out {
	speak:spell-out;
	font-size:1em;
}
