/****** IRIS COLOR THEME ********/
/*
 * #1B1924 -- almost black
 * #3C585A -- dark blue green
 * #4A7272 -- bright blue green
 * #557A7B -- faded blue green
 * #9FBFAF -- light sea green
 * #D7E1D8 -- light mint gray green
 * #E7E3D3 -- green toned light tan
 * #FFFFFD -- barely offwhite
 *
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       BASICS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html
{
        background-color: #E7E3D3;
}

body
{
	font-family: arial, helvetica, sans-serif;
	background-color: #E7E3D3;
	color: #1B1924;
}

a
{
	color: #3C585A;
	font-weight: bold;
}

a:hover
{
	color: #4A7272;
	font-weight: bold;
}


#main h1, #main h2, #main h3, #main h4, #main h5
{
	color: #3C585A;
}

#main h1
{
	font-size: 1.7em;
}

#main h1.pagetitle
{
	font-size: 2em;
}

#main h2
{
	font-size: 1.4em;
}

#main h3
{
	font-size: 1.2em;
}

#main h4
{
	font-size: 1.1em;
}

#main h5
{
	text-transform: uppercase;
	font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       CONTAINER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#page
{
	border: 3px solid #3C585A;
	background-color: #FFFFFD;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       HEADER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header
{
	color: #3C585A;
}

#header h1 a
{
  color: #4A7272;
  text-decoration: none;
}

#header h2
{
	color: #557A7B;
}

#header a
{
  text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 NAVLIST
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.navlist
{
  border-top: 3px solid #3C585A;
}

.navlist li a
{
  color: #3C585A;
  background-color: #E7E3D3;
  border: 1px solid #3C585A;
  text-decoration: none;
  font-weight: bold;
}

.navlist li a:hover
{
  color: #D7E1D8;
	background-color: #3C585A;
  border: 1px solid #557A7B;
  border-top: 3px solid #557A7B;
  border-bottom: 3px solid #557A7B;
}

.navlist li.active a
{
  border: 1px solid #557A7B;
  border-top: 3px solid #557A7B;
  border-bottom: 3px solid #557A7B;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 CONTENT AREA
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                               FOOTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.footer
{
	background-color: #D7E1D8;
	border: solid 2px #779c9c;
}

.footer ul li
{
	border-left: 2px solid #3C585A;
}

.footer ul li a
{
	text-decoration: none;
}

.footer ul li a:hover
{
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 SIDEBAR
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.sidebar
{
	background-color: #D7E1D8;
	border: 2px solid #557A7B;
}

.sidebar .text
{
	border: 2px solid #557A7B;
}

.sidebar .button
{
	border: 2px solid #557A7B;
	background-color: #9FBFAF;
}
