﻿@charset "utf-8";
body {
	margin-left:20px; 
}

/* Fix PNG transparency globally */
img, div {
	behavior: url('/css/iepngfix.htc');
}
/* Exclude Google Map from PNG transparency fixing. Otherwise,
 * the map & controls wont's show in IE6! See page with Google Map:
 * http://www.stmichaelshospital.com/directions.php
 */
#googleMapCanvas img, #googleMapCanvas div {
	behavior: url();
}


#quick_links_menu ul li {                        
  	margin:-3px 0 0 -10px;
}


#homepage_carousel_middle ul li .content {
	margin-top:-62px;
}

#homepage_carousel_middle ul li p {
	padding:0;
}


#homepage_main_nav .col_content {
	margin-top:0px;
}

#homepage_main_nav .col_content ul {
	list-style-image:url('/images/bullet_blue.gif');
	margin-left:20px;
}


#header_search_box input.search_text {
	margin-top:6px;
}

#content_links .menu_content {
	margin-top:0px;
}


#content_links .menu_content ul {
	list-style-image:url('/images/bullet_blue.gif');
	margin-left:20px;
}

/* added to accommodate Knowledge Institute Graphic -- KM 20110527 */
#content_main_wide {
	position:relative;
	float:left;
	width:724px;
	margin-left:10px;
	margin-right:10px;
	background:#fff;
	border:none;
	height:auto;
	padding:10px;
	font-size:.8em;
	line-height:1.4em;
}