/*
-----------------------------------------------------
Northwest Service Academy Screen Styles 
Author: Dan Sorensen
Version: October 19, 2005
----------------------------------------------------- */


/* Standard HTML Elements
----------------------------------------------------- */
body {
  background: #ffffff;
  color: #000;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  text-align: left;
  margin: 0px;
  padding: 0;
  }
h1 {
  height: 20px;
  font-size:large;
  margin-bottom: 2px;
  }
h2 {}
h3 {
  font-size: medium;
  font-weight: bold;
  margin: 6px 6px 4px 0;
  color: #A25634;
  }
h4 {
  font-size: small;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 6px;
  color: #A25634;
  }
h5 {}
h6 {}
p {
  font-size: small;
  margin-top: 0px;
  }
hr {
  clear: both;
  height: 1px;
  color: #A25015;
  }
td {
  font-size: small;
  }


/* Page Author Formatting Classes
(Available to all page authors)
----------------------------------------------------- */
.underline_title {
  border-bottom: 1px solid #D5C4A8;
  margin-top: 30px;
  clear: both;
  }
.underline_title a {
  text-decoration: none;
  }
.float_right {
  float: right;
  margin: 0 10px 10px 10px;
  }
.float_left {
  margin: 0 10px 10px 10px;
  float: left;
  }
.indent {
  margin-left: 38px;
  }
.urgent {
  color:#FF0000;
  }
.deemphasize {
  color: #aaa;
  }
.single_spaced {
  margin-top: 0px;
  margin-bottom: 0px;
}
.strong_intro { 
  font-size: small;
  font-weight: bold;
  color: #A25634;
}
.leadin {
  font-size: 11pt;
  font-weight: bold;
  color: #456E2C;
}

/* Main Content Formatting
----------------------------------------------------- */
/* Position Maincontent Div */
#maincontent {
  margin: 0 0 0 0;
  z-index:10;
  padding: 0px 30px 1px 0px;
  }
/* Default Maincontent Formatting */
#maincontent p {
  margin-left: 6px;
  margin-right: 6px;
  color: #656462;
  }
#maincontent h2 {
  color: #809FBA;
  font-family:Papyrus, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
  }
#maincontent ul, ol, dl {
  font-size: small;
  }
#maincontent a {
  color: #5B7F9E;
  text-decoration: underline;
  }
#maincontent pre {
  padding-left: 10px;
  padding-right: 10px;
  }
#maincontent dt {
  font-weight: bold;
  }
#maincontent dd {
  margin-bottom: 0.5em;
  }

/* Tables
----------------------------------------------------- */
.table_header_dark {
  background-color: #626365;
  color: #FFFFFF;
  font-weight: bold;
  }
.table_header_white {
  font-weight: bold;
  padding-top: 20px;
  }
.table_row1 {
  background-color: #FFFFFF;
  }
.table_row2 {
  background-color: #D5C4A8;
  }
  

/* Header and Site Title
(Included at the top of all pages)
----------------------------------------------------- */
#header {
  margin: 0 0 0 0;
  padding:0 0 4px 0;
  background: #809644;
  width: 100%;
  }
#sitetitle {
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
  background: url(/assets/template/titlebg.gif) top left repeat-x;
  height: 40px;
  }
#sitetitle h1 {
  color:#A25634;
  margin: 0 0 4px 0;
  font-family:"Papyrus", Verdana, Arial;
  font-size:xx-large;
  padding: 0 0 0 0;
  background: url(/assets/template/titlecorner.gif) top left no-repeat;
  }

/* Breadcrumbs
----------------------------------------------------- */
#maincontent .breadcrumbs, #maincontent .breadcrumbs p {
  font-size: x-small;
  color: #A59E86;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 20px;
  }
#maincontent .breadcrumbs a {
  color: #A25634;
  text-decoration: none;
  border: none;
  }


/* Right Content Column
----------------------------------------------------- */
/* Align Column */
#rightcolumn {
  float:right;
  margin: 30px 0px 15px 15px;
  width: 164px;
  }
/* Mt. Adams Center Block */
#mtadams {
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #E9DDBC;
  }
#mtadams h3 {
  margin: 4px 4px 6px 4px;
  padding-top: 0;
  color: #6B4D43;
  font-size: 100%;
  }
#mtadams p {
  padding: 0 6px 2px 6px;
  }
#mtadams a {
  color: #BE553F;
  text-decoration: underline;
  }
/* Lower Columbia Center Block */
#lcc {
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #E9DDBC;
  }
#lcc h3 {
  margin: 4px 4px 6px 4px;
  padding-top: 0;
  color: #6B4D43;
  font-size: 100%;
  }
#lcc p {
  padding: 0 6px 2px 6px;
  }
#lcc a {
  color: #BE802D;
  text-decoration: underline;
  }


/* Footer
----------------------------------------------------- */
#footer {
  clear:both;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  background-color:#F9F6EE;
  height: 35px;
  }
#footer p {
  display: block;
  font-size: x-small;
  color: #726C5C;
  padding: 4px 0 4px 0;
  margin: 0;
  border-top: 1px solid #E9DDBC;
  background-color: #F9F6EE;
  }


/* Do Not Print
----------------------------------------------------- */
#no_print {display: none;}
#miscblock {display: none;}
#nav {display: none;}
#macie_menu {display: none;}
#footer a {display: none;}
#footer .deemphasize {display: none;}
#newheaderInner {display: none;}