﻿/* CSS layout */
#masthead {
width:823px;
height:117px;
background-image:url('../images/Header.gif');
}

body{
	background-image:url('../images/BackGroundDots.gif');
font-family:Trebuchet MS;
font-size:0.85em;
}
#top_nav {

background-image:url('../images/NavBarblank.gif');
background-repeat:no-repeat;
margin-left: 8px;
}


#wrapper {
width: 956px;
padding: 10px;
padding-top:10px;
margin: -30px auto 0px 7%;

height: auto;
text-align: left;
}

#wrapper a:hover
{
	
	font-style:normal;
	}

#container {
padding: 0px;

margin: -4px 0px 0px 0px;
margin-left:8px;
background-image:url('../images/ContainerBackGround.gif');
background-repeat:repeat-y;
background-position: 0px 0px;
width: auto;


}

#left_col {

width: 164px;
float: left;



}

#page_content {
height: auto;
width:475px;
margin-left:-25px;
margin-right:-47px;
margin-top:15px;
float: left;
padding-left:0px;
font-family:Trebuchet MS;

    
}
#page_content p{width:472px;}

#right_col {
top:-95px;
padding-left:64px;
height: auto;
width: 160px;
float: left;
margin: 0px 0px 0px 6px;	

}

a
{
    text-decoration:none;
    border-style:none;
    color:#822e2e;
    font-weight:bold;
}
a:hover
{
	
	font-weight:lighter;
	
	}

#page_content a
{
    text-decoration:none;
    border-style:none;
    color:#822e2e;
    font-weight:bold;
    }
    
    #page_content a:hover
{
    text-decoration:none;
    border-style:none;
   background-color:#822e2e;
	color:#FFF;
	font-weight:bold;
    }
#SidePanelContents{
	padding-top:0px;
	margin-top:-4px;
	width:200px;
	padding-right:40px;
	padding-left:18px;
	background-image:url('../images/SidePanelBackground.gif');
	background-repeat:repeat-y;
	margin-left:0px;
	margin-right:0px;
	font-family:Trebuchet MS;

	}
	
	#FirstNations{
	padding-top:0px;
	margin-top:-4px;
	width:120px;
	padding-right:40px;
	padding-left:40px;
	
	background-color:#FFF;
	margin-left:0px;
	margin-right:0px;
	font-family:Trebuchet MS;

	}
	
	.sidepanelimage{ padding-left:35px;}
#FirstNations img
{
    
    border-style:none;
    }
    
    #FirstNations a 
{
    text-decoration:none;
    border-style:none;
    color:#822e2e;
    
    
    }
    
#SidePanelContents a 
{
    text-decoration:none;
    border-style:none;
    color:#822e2e;
    
    }

.sidepanelimage{ padding-left:35px;}
#SidePanelContents img
{
    
    border-style:none;
    }
#SidePanelContents a 
{
    text-decoration:none;
    border-style:none;
    color:#822e2e;
    
    }
    
#footer {

}
.style1 {
	
}
.style2 {
	
}
.style3 {
	margin-left: 0px;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #000;
    color: white;
    background-color: #822e2e;
      font-family: Trebuchet MS, Arial, Sans-Serif;
      
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Trebuchet MS,Arial, Sans-Serif;
      
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #fefcee;
    border: 1px solid #000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Trebuchet MS,Arial, Sans-Serif;
    
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#menuitems a:hover
{
	font-weight:bold;
	/*background-color:#822e2e;*/
	color:#000;
	}