﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
}
#headimg {
	height: 80px;
	float: left;
	vertical-align: middle;
	margin: 9px 8px 8px 8px;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 780px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Horizontal Navigation Styles */
#hor-navigation {
	/*position: relative;*/
	/*float: left;*/
	/*width: 148px;*/
	margin-top: 5px;
	margin-bottom: 0px;
}
#hor-navigation ul {
	/*width: 100%;*/
	float: left;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	text-align: center;
}
#hor-navigation ul li {
	list-style: none;
	margin: 0;
	float: left;
}
#hor-navigation ul li a {
	/*padding: 12px 0.5em;*/
	padding: 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color:#3d6c87; /*navy;*/
	text-decoration: none;
	display: block;
	/*width: 7em;*/
	color: white;
	/*height: 30px;*/
}
/* Navigation Styles */
/*
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
*/
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
    /*width:100%;*/ /* caused image width issue */
    max-width:600px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
/* Officer List Styles */
.officer:{
	float:left;
}
.officer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
.officer-img {	
	/*float: left;	*/
	margin-left: 10px;
	margin-right: 10px;
	height: 90px; /*128px;*/
	width: 120px; /*170px;*/
}
.officer-info {
}
.officer-title {
}
.officer-name {
}
/* Using because of IE6/7 causing the .office:after to not position the float:left image correctly */
.officer-end {
	clear: both;	
	height: 1px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.officer-block {
  width: 350px;
  margin-bottom: 10px;
  /*height: 200px;*/
}

.block {
  width: 300px;
  height: 200px;
}

.float { float: left; }
.clear { clear: left; }

/*
Div test styles
.pink { background: #ee3e64; }
.blue { background: #44accf; }
.green { background: #b7d84b; }
.orange { background: #E2A741; }
*/

.calendar-month {
/*	Goal: space above the month/year text
	margin-top: 10px;
	padding-top: 10px;*/
	font-size:small;
	font-weight: bold;
	color: #3d6c87;
}
