@charset "UTF-8";
/* CSS Document */

.left-image {
	float: left;
	margin: 20px 20px 20px 56px;
}

/*------------------------------ custum formating -------------------------------*/
/*---   This sets the background colors (add the class where the column class is defined   ----*/
.dark-color {
background-color: #511111;
}
/*---------- Sets the font colors to white when the background color is dark (delete if all the colors are to light for reversed text ------- */ 
.dark-color h1, .dark-color h2, .dark-color h3, .dark-color p, .dark-color a:link, .dark-color a:visited, .dark-color li {
color: #ffffff !important;
}

.med-color {
background-color: #cccccc;
}

.light-color {
background-color: #6d1818;
}

/*-------------------------------- Heading Colors ---------------*/
#content-container h1, #content-container  h2, #content-container  h3, #content-container  h4, #content-container  h5, #content-container  h6 { 
color: #511111;
font-weight: normal !important;
}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
color: #511111;
}
/*------------ sets the path to the list arrow change in common/images/ ---------*/
#content-container ul li{
list-style-image:url(/departments/leadership/aboriginal/common/images/listarrow.gif) !important; 
*list-style-image:url(/departments/leadership/aboriginal/common/images/listarrow-ie.gif) !important;
}
/*------------------------------- Template color Formating -----------------------------------*



/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #ffffff !important;
}

#nav-container  a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

#nav-container {
	background-color: #511111;
}


/*----------------------------------- Left Navigation colloring -----------------------------------*/
#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 8px;
	color: #037EFC;
}

#left-nav-container a:link {
color: #fff;
}

#left-nav-container a:visited {
color: #fff;
}

#left-nav-container h2 a:link, #left-nav-container h2 a:visited{
	padding-left: 14px;
	border-bottom: 0px solid #6d1818;
}

#left-nav-container h3 a:link, #left-nav-container h3 a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #6d1818;
}

#left-nav-container h4 a:link, #left-nav-container h4 a:visited{
	padding-left: 30px;
}

#left-nav-container a:hover{
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}


/*set background color of left nav */
#left-nav-container{
background-color: #6d1818 !important;
}
/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/
#inner-container {
background-image:url(/departments/leadership/aboriginal/common/images/nav-color.gif);
background-repeat: repeat-y !important;
}
/*------------------------------ footer Nav Coloring ----------------------------------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #ffffff !important;
}

#footer-container  a:hover {
	background-color: #999999
	color: #ffffff;
	text-decoration: none;
}
/*set background color of footer */
#footer-container {
	background-color: #511111;
}

/*--- add for non linked text in leftnav */
h3.nav-nolink {
color: #ffffff !important;
padding-left: 22px !important;
padding-top: 8px;
}

h2.nav-nolink {
color: #ffffff !important;
padding-left: 14px !important;
padding-top: 8px;
}

