/**********************************************************************
*
*   File: Global CSI Spokane Stylesheet
*   Author: Craig Nelson / Classic Labs
*
*/

  /* globals */
  body {
    margin: 15px 0;
		color: #000;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		line-height: 22px;
  }
	a:link, a:visited, a:active {
	  color: #990000;
		text-decoration: underline;
	}	
	a:hover { color: #2F71FF; }	
  img { border: none; }
	ul { list-style: none; }
	ul.check { list-style-image: url(/images/checkmark.png); }
	  ul.check li { margin: 15px 0; }
	h1, h2, h3, h4, h5, h6, ul, ol, dl, p { margin: 20px 0; }
	h2 {
	  padding: 7px;
	  color: #fff;
	  font-size: 20px;
	  text-align: center;
	}
	h3, h4 { color: #0C0065; }
	h3 { font-size: 18px; }
	h4 { font-size: 15px; }
	h2,
	#nav li a { background: #0C0065 url(/images/nav-blue-fade.jpg) repeat-x 0 0; }
	.separator {
		margin: 20px 0;
		font-size: 0;
		height: 0;
		border-bottom: 1px solid #ccc;
	}
	#nav li,
	#footer-nav li { display: inline; }
	  #nav li a,
	  #footer-nav li a {
	    display: block;
      float: left;
      color: #fff;
      text-align: center;
      text-decoration: none;
	  }
	/* --globals */
	#container {
	  margin: 0 auto;
	  width: 900px;
	}
	  #header {
	    height: 140px;
	    background: url(/images/header.png) no-repeat 0 0; 
	  }
	  #nav {
	    margin: 5px 0;
	    padding: 0 0 0 3px;
	    overflow: hidden;
	  }
      #nav li a {
        margin: 0 2px;
        padding: 5px 0;
        width: 145px;
        font-size: 17px;
        letter-spacing: 1px;
      }
      #nav li a.last { margin-right: 0; }
      #nav li a:hover,
      #nav li a.current { background: #79000B url(/images/nav-red-fade.jpg) repeat-x 0 0; }
	  #content { border: 1px solid #3646AF; }
	    #content-left {
	      float: left;
	      padding: 20px;
	      width: 660px;
	    }
	      /* what is csi pages */
	      #what-is-csi { height: 120px; }
	      #what-is-csi-beanguy-left,
	      #what-is-csi-beanguy-right {
	        margin: 20px 0;
	        height: 200px;
	        overflow: hidden;
	      }
	      #what-is-csi { background: #fff url(/images/what-is-csi-banner.jpg) no-repeat 64px 0; }
	      #what-is-csi-beanguy-left { background: #fff url(/images/what-is-csi-banner-beanguy-left.jpg) no-repeat 64px 0; }
	      #what-is-csi-beanguy-right { background: #fff url(/images/what-is-csi-banner-beanguy-right.jpg) no-repeat 64px 0; }
	        #what-is-link,
	        #whats-in-link {
	          display: block;
	          text-decoration: none;
	        }
	        #what-is-link,
	        #what-is-link.small { float: left; }
	        #what-is-link {
	          margin: 25px 0 0 60px;
	          height: 140px;
            width: 160px;
	        }
	        #what-is-link.small {
	          margin: 10px 0 0 60px;
	          width: 200px;
	          height: 90px;
	        }
	        #whats-in-link,
	        #whats-in-link.small { float: right; }
	        #whats-in-link {
	          margin: 22px 64px 0 0;
	          height: 150px;
            width: 180px;
	        }
	        #whats-in-link.small {
	          margin: 10px 64px 0 0;
	          width: 240px;
	          height: 94px;
	        }
	        /* --what is csi pages */
	        /* calendar page */
	        #calendar { padding: 0 0 0 10px; }
	        #calendar li { padding-left: 32px; }
	        #calendar li.current-month { background: url(/images/beanguy-banner.png) no-repeat 0 0; }
	        #calendar h3 {
	          padding: 7px;
	          border: 2px solid #ddd;
	        }
	        #calendar li.current-month h3 {
	          border: 2px solid #79000B;
	          background: #fff;
	        }
	          #calendar .events { margin-left: 40px; }
	            #calendar h4 { color: #990000 }
	            #calendar h4,
	            #calendar p { margin: 10px 0; }
	            #calendar h4 span {
	              padding-left: 20px;
	              font-size: 14px;
	              font-weight: normal;
	            }
	        /* --calendar page */
	        /* newletters page */
	        ul.newsletters { 
	          padding: 0;
	          text-align: center;
	          overflow: hidden;
	        }
	          ul.newsletters li {
	            float: left;
	            margin: 0 10px 20px;
	          }
	            ul.newsletters li img {
	              display: block;
	              margin-bottom: 10px;
	            }
	        ul.newsletters.archives li { float: none; }
	        /* --newletters page */
	        /* membership page */
	        ul#membership { list-style: circle; }
	          ul#membership li { margin: 20px 0; }
	        /* --membership page */
	        /* leadership page */
	        table#leadership {
	          width:100%;
	          border: none;
	        }
	          table#leadership td {
	            padding: 10px;
	            line-height: 17px;
              vertical-align: baseline;
	            border: 2px solid #ddd;
	          }
	        /* --leadership page */
	        /* credits */
	        #credits p {
	          margin: 15px 0;
	          text-align: center;
	        }
	        /* --credits */
	    #content-right {
	      float: right;
	      width: 195px;
	      text-align: center;
	    }
	  #footer {
	    clear: both;
	    height: 40px;
	  }
	    #footer-nav {
	      margin: 0 0 0 80px;
        padding: 0;
	      width: 660px;
	    }
	      #footer-nav li a {
	        margin-right: 10px;
	        padding: 2px 10px;
	        background: #0C0065;
	      }
	      #footer-nav li a:hover { background: #79000B }