﻿/* Link to this style sheet after linking to the base style-sheets
 * (layout, main-menu, sub-menus).
 */

/* ========== page layout ========== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
}

#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background: #fff;
}
#banner {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #261;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#banner {
  background: transparent;
}
#navigation {
  background: transparent;
}
#subNavigation {
  background: transparent;
}
.narrowColumn {
  background: transparent;
}
#footer {
  background: transparent;
}
#content{
	vertical-align: top;
	padding: 1px 10px 1px 10px; /* T & B >0, so parent color not seen in first/last child margins. */
  background: #fff;
	color: #050;
}

/* ========== main menu ========== */
.mainMenu a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background: #8fbc8f;
	color: #fff8dc;
}
.mainMenu a:hover {
	background: #ccc;
	color: #261;
}
.mainMenu a:focus {
	background: #ccc; /* TAB ACCESSIBILITY */
	color: #261;
}
.mainMenu a:active {
	background: #ccc; /* IE- TAB ACCESSIBILITY */
	color: #261;
}
.mainMenu .currentPageMenuItem a {
	background: #ddd none;
	color: #261;
}

/* ========== sub-menu ========== */
.subMenu {
	background: #ddd;
}
.subMenu a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background: #8fbc8f;
	color: #fff8dc;
}
.subMenu a:hover {
	background: #ccc;
	color: #261;
}
.subMenu a:focus {
	background: #ccc; /* TAB ACCESSIBILITY */
	color: #261;
}
.subMenu a:active {
	background: #ccc; /* IE- TAB ACCESSIBILITY */
	color: #261;
}
.subMenu .currentPageMenuItem a {
	background: #ddd;
	color: #261;
}


/* ========== drop menu ========== */
/* TBD: merge the drop-menu and other sub-menu approaches.
 * TBD: for row+column, does this mean including nested list twice?
 */
/* TBD TBD TBD TBD TBD */


/* ========== Styles ========== */
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}