/* Tan and teal styles for skin - color schemes */
/* Copyright 2008 Evenhouse Consulting, Inc. */

a {
    color: #9a9049;
}
a:hover {
    color: #9a9049;
    background: #eae0bc;
}

#logo a {
	background: transparent url(../../images/logos/ecilogo.png) no-repeat 0 0;
}
/* IE Hack */
* html #logo a {
	background: transparent url(../../images/logos/ecilogo.gif) no-repeat 0 0;
}

#bg-header {
	background: transparent url(../../images/eci-header-bg-teal.jpg) repeat-x left top;
    height: 129px;
}
#bg-footer {
	background: transparent url(../../images/eci-footer-bg-tan.jpg) repeat-x left top;
    height: 241px;
}

#subheader {
    border-bottom: 2px solid #b5b8c3;
    padding-top: 5px;
    margin-bottom: 20px;
}
#subheader h2, #subheader p {
    color: #acafbc;
}

#content h1, #content h2 {
    color: #666;
    font-family: Georgia,'Times New Roman',Times,serif;
}

#index #content h1 a {
    color: #666;
}

#footer {
    color: #313e66;
    }
    #footer h2, #footer h3, #footer h4 {
        color: #313e66;
    }
    #footer .box { 
        color: #fff;
        background: #a7c3c4; 
        border: 2px solid #679998;
    }
    #footer .box h2, #footer .box h3, #footer .box h4 { 
        color: #fff;
    }
    #footer .box p { 
        color: #f8fbfa;
    }

/* NAV MENU
--------------------------------------------------------------------- */

       ul#navmenu li a {
               color: #fff;
               border-right: 1px solid #fff;
               }
       ul#navmenu li a:hover {
               color: #fff;
               }

/* ROUNDED CORNER BOX (spiffycorners.com)
--------------------------------------------------------------------- */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e7dfb5}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f4f1df;
  border-right:1px solid #f4f1df;
  background:#ede7c7}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfbf7;
  border-right:1px solid #fcfbf7;
  background:#ebe5c3}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ebe5c3;
  border-right:1px solid #ebe5c3;}
.spiffy4{
  border-left:1px solid #f4f1df;
  border-right:1px solid #f4f1df}
.spiffy5{
  border-left:1px solid #ede7c7;
  border-right:1px solid #ede7c7}
.spiffyfg{
  background:#e7dfb5}
.commentdate {
  padding: 1em 1em .5em 1em;
  font-size: .8em;
  font-family: Arial, Helvetica, sans-serif;
  }

