/* CSS Document */

/* CSS Undo */
html { height: 100%; margin-bottom: 1px; } /* forces a scrollbar so page doesn't jump */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
:link,:visited { text-decoration:none }
/* End CSS Undo */
/* Force scrollbar so pages doesn't jump */
html {height:100%}
body {min-height:101%}
/* End Force Scrollbar */
body {
	line-height: normal;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	font-size: 1em;
	}
	
#container { 
  	margin: 2px auto 20px auto; 
	width: 750px; 
	background: #ffffff url(../images/container_bkg.gif) top left repeat-y; 
	border: 1px solid #000099;
	text-align: left;
	line-height: 1.1em;
}

#header {
	position: relative;
	height: 144px;
	width: 750px;
	background: #000099;
}

#topmenu {
	position: absolute;
	top: 5px;
	right: 15px;
	color: white;
	z-index: 10;
}

#topmenu a {
	font-size: 0.85em;
	background: transparent;
	color: white;
}	

#footer {
	background: #000099;
	color: white;
	font-size: 0.8em;
	padding: 3px 0 3px 5px;
	text-align: right;
}

#footer a {
	color: white;
	}

a:link {
	text-decoration: underline;
	font-size: 1em;
}

a:visited {
	color: purple;
	text-decoration: underline;
}
a:hover {
	color: #555599;
}


/* Header Sub-divs */
h1 span {
  	display:block;
  	position:relative;
  	height:144px;
  	background:transparent url(../images/title.gif) no-repeat top right;
  	z-index:2;

}
h1 {
  	height:144px;
  	overflow:hidden;
  	margin:0;
  	padding:0;
  	z-index:1;
}
#logo {
  	width: 170px;
	float: left;
}

	
#shadow {
	height: 32px;
	background: transparent url(../images/shadow.jpg)}

#content {
	float: right;
	width: 545px;
	font-size: 0.90em;
	padding: 10px;
}

#menu {
	width: 167px;
	padding: 10px 0 0 2px;
	font-size: 0.75em;
}




/* Main Side Menu */
#menu ul {
	margin-bottom: 10px;
	margin-top: 0;
	list-style: none;
}

#menu h3 {
	margin: 10px 0 0  0;
	padding: 0 0 0 3px;
}

#menu h3 a{
	font-weight: bold;
	color: black;
	}


#menu h3 a:hover {
	color: #000099;
}

#menu li {
	padding: 0 0 0 7px;
	margin-left: -35px;
}

#menu li a {
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 15px;
	background: url(../images/list_bkg.gif) no-repeat center left;
	white-space: nowrap;
	color: black;
}

#menu li a:hover {
	color: #000099;
}
	
/* End Main Side Menu */	

/* Content Div styling All Pages */
#motto {
	font-style: italic;
	font-size: 1em;
}
.center {
	text-align: center;
}

.center img {
	padding: 10px 0;
}

p {
	margin: 10px 10px;
	line-height: 1.2em;
}

p.caption {
	font-size: 0.95em;
	font-style: italic;
}

p.indent {
	margin: 10px 10px 10px 30px;
}


p.bold {
	font-weight: bold;
	padding-top: 20px;
}

p.notop {
	margin-top: 0;
}


.backtop {
	text-align: left;
	font-size: 0.75em;
}

.backtop img {
	border: none;
}

.floatleft {
	float: left;
	margin-right: 20px;
	margin-top: 0;

}

.floatright {
	float: right;
	margin-left: 20px;
	margin-top: 0;
}
.bold {
	font-weight: bold;
}




/* End Content Div styling All Pages */

/* Footer subdivs */
#footer p {
	margin: 0;
	padding: 2px 0;
}

#footer span {
	padding-right: 15px;
}
/* End Footer subdivs */


/*Headings */
h2 {font-size: 1.2em;
}


h2.raven {
	background: url(../images/h2_raven.gif) no-repeat bottom left;
	padding: 20px 0 2px 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}

h3.moose {
	background: url(../images/h3_moose.gif) no-repeat bottom left;
	padding: 20px 0 2px 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
	font-size: 1em;
}

h3.loons {
	background: url(../images/h3_loons.gif) no-repeat bottom left;
	padding: 20px 0 2px 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
	font-size: 1em;
}


h3.raven {
	background: url(../images/h2_raven.gif) no-repeat bottom left;
	padding: 20px 0 2px 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
	font-size: 1.2em;
}

.nobottom {
	margin-bottom: -10px;
}

h3.notop {
	margin-top: 0;
}

h4, h5 {
	font-weight: bold;
	margin-left: 10px;
}

h4 {
	font-style: italic;
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

/*End Headings */
		
/*Non-menu Lists */
ul.disc {
	list-style: disc;
	margin: 10px 10px 20px 15px;
}

ul.disc li {
	margin-bottom: 10px;
	margin-left: 15px;
}

ul.disc_tight {
	list-style: disc;
	margin: 10px 10px 20px 15px;
}

ul.disc_tight li {
	margin-bottom: 3px;
	margin-left: 15px;
}

ol {
	margin: 10px 10px 10px 22px;
}
ol li {
	margin-bottom: 7px;
	line-height: 1.2em;
}

/*End Non-menu Lists */


/* Lists inside Lists */
ul.double_menu ul, ul.double_list ul {
	list-style: circle;
}

.double_list li {
	margin-top: 7px;
}
/* End Lists inside Lists */
		
/*Content menu Lists */
ul.awards {
	margin-left: 15px;
	margin-bottom: 20px;
}

ul.awards li {
	padding-top: 5px;
}

/* End Content menu Lists */


/*Home Page Content*/


/* End Home Page Content */

/* End Content */	

/* Images */
img.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px
}

img.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px
}

.imgcredit {
	text-align: center;
	margin: 0;
	font-size: 0.65em;
}

/* End Images  */
		
/* Extras */
div.clearer {clear: both; line-height: 0; height: 0;}
.toplink {text-align: right; font-size: 0.80em;}
.borderleft {border-left: 1px solid #000;}
.borderbottom {border-bottom: 1px solid #000;}
.bordertop {border-top: 1px solid #000;}
table.center {margin: 10px auto;}
.indent {margin-left: 30px;}
/* End Extras */



/* Forms pages*/
dl.listlinks  {
	margin: 20px 30px 20px 30px;
}

dl.listlinks dt {
	margin-top: 10px;
}

dl.listlinks dt a {
	text-decoration: underline;
	font-size: 1em;
}

dl.listlinks dt a:visited {
	color: purple;
}
dl.listlinks dt a:hover {
	color: #555599;
}
/* End Forms pages*/


/* Table Dot Leader - to make a table of contents*/
.left {
	width: 250px;
	margin-bottom: 20px;
}

table.dot-leader {
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 12px 5px 20px 30px;
	padding: 0px;
	}
table.dot-leader td {
	vertical-align: bottom;
	padding-top:12px;
}
table.dot-leader td.left {
	background-image : url(../images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 450px;
}

table.dot-leader td.head {
	font-weight: bold;
}

table.dot-leader tr.subitem td {
	padding-top: 3px;
}	
table.dot-leader td.right {
	text-align: right;
	width: 20px;
}
table.dot-leader td span {
	background-color: #ffffff;
}
table.dot-leader td.left span {
	padding-right: 6px;
}
table.dot-leader td.right span {
	padding-left: 6px;
}
table.dot-leader tr.subitem td.left span {
	padding-left: 36px;
}
/* End Table Dot Leader*/	


/*Project Ideas Pages */
table#projectlist, table#photogallery {
	width:98%;
}

table#projectlist td, table#photogallery td {
	vertical-align: top;
	width: 50%;
}


table.projects td, table.photos td {
	padding-top: 5px;
	vertical-align: top;

}

td.p_desc {
	padding: 0 10px 30px 5px;
	vertical-align: top;
}

td.p_img {
	width: 105px;
	padding-left: 5px;
	padding-bottom: 30px;
}

span.savinraven {
	font-family: "Tempus Sans ITC", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}  

/* End Project Ideas Pages */

/* ATCEM Awards */
p.population {
	margin-top: 0;
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
}

h5.awardee {
	margin-bottom: 0;
	margin-top: 30px;
	font-style: italic;
	text-align: center;
}

ul.awards_list {
	margin: 10px 30px;
	list-style: disc;
	list-style: outside;
}

ul.awards_list li {
	margin-bottom: 5px;

}

table.villages {
	width: 90%;
	border: none;
}

table.villages td {
	padding-left: 35px;
	background: url(../images/salmon_sockeye.jpg) center left no-repeat;
}

table.villages td.blank {
	background: none;
}
/* End ATCEM Awards */


/* Table Menus */
.table_menu {
	width: 100%;
	border: none;
	margin-bottom: 10px;
}
.table_menu td {
	padding-right: 10px;
	padding-bottom: 3px;
} 
/* End Table Menus */


/*Other Tables */
table.border, table.border td, table.border th {
	border: 1px solid #000099;
}
table.border td {
	vertical-align: top;
}

table.border td, table.border th {
	padding: 3px;
}

table.border th {
	font-weight: bold;
	text-align: left;
}

table.downloads {
	width: 98%;
}

table.downloads td.type {
	width: 35px;
	padding-bottom: 5px;
}

table.downloads td {
	padding-top: 5px;
}

td.type img  {
	border: none;
}

table.links {
	margin-left: 10px;
}

table.links td {
	padding-bottom: 10px;
}


/* End Other Tables */

/* Sitemap */
table#sitemap {
	width: 100%;
}

table#sitemap td {
	padding: 10px 5px;
	vertical-align: top;
	width: 50%;
}

table#sitemap h4 {
	background: #000099;
	color: #fff;
	margin: 5px 0 10px;
	padding: 2px 5px;
}

table#sitemap ul {
	margin-top: 1px;
	margin-bottom: 15px;
}

table#sitemap ul ul {
	margin-bottom: 2px;
}
table#sitemap h5 {
	font-style: italic;
}

/* End Sitemap */


