/* CSS Document MOHLTC */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	margin-top: 10px;
}

/* LEFT NAV STYLES --------------------------------------------- */

/* holds menu - side nav */
#left_column {
	width: 250px;
	display: inline;
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#left_column ul { 
	margin: 0;
	padding: 0;
}

#left_column a {
	text-decoration: none;
	color: #000;
}

#left_column a.menuBox:hover b {
	text-decoration: underline;
}

.leftnav {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

/* -- Channel header bar -- */

.sectionheader {
	width: 100%;
	background: #71873e;
	height: 38px;
	border-bottom: 1px solid #999;
	margin-bottom: 7px;
}

/* -- First/Default colour of Header bar for Menu titles -- */

.leftnav .header { 
	width: 100%;
	height: 2em;
	border-bottom: 1px solid #bfbfbf;
	float: left;
	position: relative;
	background: #4a1910 url(../images/arc_left.gif) 0 0 no-repeat;
    padding: 0;
}

.leftnav .header a { 
	color: #333;
	font-weight: bold;
	display: block;
	padding: 4px 5px 6px;
	font-size: 13px;
}

.leftnav .header img, .downarrow {
	position: absolute;
	left: 235px;
	top: 7px;
	padding-left: 0;
}

/* -- Second/Optional colour of Header bar for Menu titles -- */

.leftnav .mycolour .header {
	border-bottom: 1px solid #fff;
	background: #E4F0C3 url(../images/arc_right_main.gif) top left no-repeat;
	border-top: 3px solid #fff;
}

.leftnav .mycolour .header a { 
	color:#353f5b; /* COLOUR CHANGE update font to contrast w BG color (above in .leftnav .mycolour .header) */ 
	font-weight: bold;
	display: block;
	/* padding: 3px 5px; */
	font-size: 13px;
} 

/* -- Standard MY GOVERNMENT colour of Header bar for Menu titles -- */

.leftnav .mygovt .header {
	background-color: #8B1716; /* STANDARD COLOUR - DO NOT EDIT */
	background-image: url(../images/arc_left_red.gif);
	background-repeat: no-repeat;
	height: 25px;
	overflow: hidden;
	border: 0;
}

#explore_arrow {
	margin-top:	3px;
}

#left_column .leftnav .mygovt .header a { 
	color: #fff; 
	font-weight: 700;
	display: block;
	padding: 5px 5px 0 5px;
} 

.leftnav h2 { 
	font-size: 13px;
	padding-bottom: 6px;
	font-family: Verdana,Geneva,sans-serif;
} 

/* EXPANDING MENU STYLES --------------------------------------------- */

.menu {
	width: 100%;
	float: left;
}

.menu li {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
}

.menu a {	
	color: #666666; 
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display: block;
	padding: 8px 8px 10px 19px; /* this creates the size of the menu item box - last value is the distance of the text from the side */
	border-bottom: 1px dotted #c0c0c0; 
	background: #f7f7ef url('../images/triangle_right.gif') no-repeat 7px 11px;
}

.menu a#subHeading {
	background-image: none;
	padding: 8px 4px 10px 6px;
}

.menu a:hover {
	color: #000;
}

.menu li li a {/* sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	padding: 8px 8px 8px 31px;
	background: #fff url('http://www.health.gov.on.ca/images/layout/triangle_right2.gif') no-repeat 18px 11px; 
}

.menu li li li a {/* sub sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	padding: 8px 8px 8px 43px;
	background: #fff url('http://www.health.gov.on.ca/images/layout/triangle_right2.gif') no-repeat 29px 11px; 
}

.menu li li li li a {/* sub sub sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	padding: 8px 8px 8px 55px;
	background: #fff url('http://www.health.gov.on.ca/images/layout/triangle_right2.gif') no-repeat 40px 11px; 
}

.menu li li li li li a {/* sub sub sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	padding: 8px 8px 8px 65px;
	background: #fff url('http://www.health.gov.on.ca/images/layout/triangle_right2.gif') no-repeat 51px 11px; 
}

.menu li li li li li li a {/* sub sub sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	padding: 8px 8px 8px 75px;
	background: #fff url('http://www.health.gov.on.ca/images/layout/triangle_right2.gif') no-repeat 62px 11px; 
}

.menu li li li li li li li a {/* sub sub sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	padding: 8px 8px 8px 85px;
	background: #fff url('http://www.health.gov.on.ca/images/layout/triangle_right2.gif') no-repeat 73px 11px; 
}

.menutitle{/* sub sub sub menu styling - positions the arrow graphic in a bit more */
	font-size: 0.9em; /* 10pt x 0.9 = 9pt */
	font-weight: bold;
}

/* use on <a> tag to highlight background */
a.current { 
	background-color: #fff; /* f0f2f6 */
}  

/* --- open/close submenus --- */

#homemenu {
	display: block;	 /* open Main submenu */
}

#contacts { 
	display: none; /* open Contacts submenu */
} 

#explore { 
	display: none; /* close Explore Gov't submenu */
}

/* ------------ HEADER - ONTARIO LOGO / BANNER FLASH / SEH / NAV -------------------- */

#header { 
	width: 980px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}

/* HEADER LAYOUT STYLES --------------------------------------------- */

#header a {
	text-decoration: none;	
}

#arc {
	width: 100%;
	height: 92px;
	float: left;
	background-image: url('../images/header_arc.gif');
}

#arc form { /* search form */
	float: right;
	margin: 48px 0 0 0;
	padding-right: 20px;
}

#search { /* search box */
	width: 300px;
	height: 1.5em;
	padding: 3px;
	border: 1px solid #1D2D44;
	background-color: #fff;
	vertical-align: middle;
}

#search:hover {
	border: 1px solid #fff;
}

#submit { 
	width: 28px;
	height: 28px;
	position: relative;
	border: solid 1px #69783d;
    background: url(../images/goBtn.png) no-repeat -0.1em -0.1em;
    color: #69783d;
    vertical-align: middle;
}

#submit:hover {
	border: solid 1px #fff;
}

/* -- top nav -- */

#textlinks a.last, #navbar p a.last { 
	border: none; 
	padding-right: 0;
}

#textlinks {
	position: absolute;
	right: 0px;
	top: 5px;
	text-align: right;
	color: #000;
	margin: 1em 0 1.5em;
}

#textlinks a {
	padding: 0 .75em 0 1em;
	font-weight: bold;
	color: #000;
	font-size: 10px;
}

#textlinks a.last {
	border-left: 1px solid #999;
	/* margin-right: 15px; */
}

#textlinks a.skipNav:link, a.skipNav:visited, a.skipNav:hover { 
	color: #fff; 
	border: none;
}

#textlinks a.skipNav:active, a.skipNav:focus { 
	color: #17397d; 
	border-right: 1px solid #999;
}

#navbar { /* the main nav bar */
	width: 100%;
	height: 28px;
	float: left;
	border-bottom: 8px solid #fff;
	background-image:url(../images/navbar.jpg);
}

#navbar p { /* text in navbar */
	font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

#navbar p a { /* links in navbar */
	color: #fff; /* high contrast */
	padding: 0 10px 0 8px;
	border-right: 2px solid #fff;
	font-weight: 700;
	font-size: 11px;
}

#navbar p a:hover {
	color: #dce5ea;	
}

/* -- END topnav --*/

#arc label {
	font-size: 1.2em; /* 10pt x 1.2 = 12pt */
	color: #fff;
	margin: 0 8px 0 0;
}

/* left nav */

.photocap  { 
	background-repeat: no-repeat; 
	height: 6px; 
	line-height: 1px; 
	font-size: 0.1em;  /* 10pt x 0.1 = 1pt */
	clear: left;
}

.nav_top      { 
	background-image: url(../images/corner_nav_top.gif);
	background-position: top left;
}

.grey {
	background-color: #666;
}

.mycolour { 
	background-color: #0D73A1;
}

/* FOOTER STYLES ------------ */

#full_footer { 
	border-top: 1px solid #7f7f7f;
	width: 100%;
}

#footer {
	clear: both;
	width: 980px;
	padding-top: 20px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	height: 30px;
}

#footer p {
    color: #666;
	font-size: 10px;
	font-weight: 700;
	margin: 0.5em 0 1.5em;
}

p.left {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
} 

p.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: right;
}

#footer a { 
	color: #666;
	text-decoration: none;
	font-size: 10px;
	font-weight: 700;
}

#footer a:hover { 
	color: #000;
	text-decoration: none;
}

.menuBox {
	margin: 5px 0;
	padding : 0 0 5px 0;
	border-bottom: 1px dotted #666;
	float : left;
	width : 100%;
	display: block;
}

.menuBox img {
    float: left;
    margin-right: 10px;
}

.grid3noBorder  {
	float: left;
	margin-left:0;
	padding-right: 9px;
	margin-right: 10px;
	width: 160px;
}