﻿@charset "utf-8";
/* CSS Document */

/* ---- Isabella County Commission On Aging Stylesheet ---- */

/* Colors used ...more
#94aa62 body background
#7C3638 Logo Burgandy
#20683A Logo Green
#FFD57C Logo Yellow

#E3A950 Golden Brown
#DDAA55 Brown-Golden Light
#CC9966 Paste Brown
#FDF8A7 ??? Featured Color ???
Ends Colors used */

body {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color: #94aa62;
}
h1 {
	margin:0px;
	padding:0px;
}
h3 {
	margin:0px;
	padding:0px;
}

h2 {
	margin:0px;
	padding:0px;
}

img {
	border: 0px;
}

.italic {
	font-style: italic;
}

.icaption {
	font-style: italic;
	font-size: 12px;
}

hr {
	border-width: 1px;
	width:95%;
}
/* Links for navigation begins */
a:link {
	text-decoration: none;
 	color: #20683A; 
}

a:visited {
	text-decoration: none;
	color: #20683A; /*green*/
}

a:hover {
	text-decoration: underline;
	color: #7C3638; /*burgandy*/
}

a:active {
	text-decoration: none;
	color: blue;
} 
/* Links for navigation ends */

/* shadow?? is a shadow bar in ?thickness and ?color ...more
b=black, g=gray, bg=burgandy, gn=green, */
.shadow1b {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow2b {
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: black;
}

.shadow2g {
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: #808080;
}

.shadow4g {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: #808080;
}

/* newsheading is blocked heading in white text */
.newsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #DDAA55;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #808080;
	border-bottom-color: #808080;
}

/* newsheading is blocked heading in white text */
.bnewsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #7C3638;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #808080;
	border-bottom-color: #808080;
}

/* newsheading is blocked heading in white text */
.gnewsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #2F5D45;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #808080;
	border-bottom-color: #808080;
}

/* sectionheading is italic text in chosen color */
.sectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #7C3638;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
}

.gsectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #2F5D45;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
}

.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.center {
	text-align: center;
}

.more {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* -- Questions and Answer Section -- */
.q {
	text-align: left;
	color: #2F5D45;
	font-style: italic;
	font-weight: bold;
}

.cimage {
	text-align: center;
}

#wrapper {
	border:1px solid black; z-index:1;
	text-align:left;
	overflow:hidden;
	margin:0px auto 0px auto;
	padding:0px;
	width:1000px;
	background-color: white;
}

/* ----- Header section begins -----*/
#header {
	margin: 0px;
	padding: 10px 10px 2px 10px;
	color: black;
	width: 	1000px;
	height: 146px;
	background-color: #20683A;
}

#hnav {
	margin:0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: black;
	width: 770px;
	height: 23px;
	background: white;
	float: left;
}

#search {
	text-align: right;
	margin: 0px;
	padding: 5px 5px 8px 10px;
	font-weight: 800;
	width: 195px;
	height: 20px;
	background: white;
	float: left;
}
/* ----- Header section ends -----*/

/* vnav is the left vertical navigation menu */
#vnav {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	clear: both;
	border-right: 1px solid #2F5D45; z-index: 1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align:left;
	/* -- font-family: "Arial Black";
	font-weight: normal; -- */
	width:165px;
	/*min-height: 2850px;*/
	height: auto;
	background-color: #FFF8C0;
	float:left;
}
/* Internet Explorer * 
/*\*/ 
#vnav {height: 2850px;}
/**/

.pagenav {
	width: 100%;
	text-align: center;
}

/* featured article will span c1, c2, and push c1 and c2 down */
#featured {
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align: justify;
	width:589px;
	height: auto;
	background-color: white;
	float: left;
}

/* ----  Content replaces the featured section when there isn't a sidebar  ---- */
#content {
	margin:0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 790px;
	height: auto;
	background-color: white;
	float: left;
}

/* ----  subcon1 is the section below the featured section
when we want only one box below featured section that matches "c1" settings  ---- */
#subcon1 {
	margin: 0px 0px -10000px 189px;
	padding: 10px 10px 10000px 10px;
	border-top:1px solid #2F5D45; z-index:1;
	/*border-right:1px solid #2F5D45; z-index:1;*/
	text-align: justify;
	width: auto;
	height: auto;
	background-color: #F5DDA9;
	float: left;
}

/* ----  subcon2 is the section below the featured section
when we want only one box below featured section that matches "c2" settings  ---- */
#subcon2 {
	margin: 0px 0px -10000px 189px;
	padding: 10px 10px 10000px 10px;
	border-top:1px solid #2F5D45; z-index:1;
	text-align: justify;
	width: auto;
	height: auto;
	background-color: #FFCC66;
	float: left;
}

.announcementnews {
	margin: 0px 0px 10px 15px;
	padding: 15px 0px 5px 10px;
	text-align: justify;
	font-family: Tahoma;
	font-size: smaller;
	width: 300px;
	height: 150px;
	background-color: white;
	float: right;
}

/*c1 is the left content column after vnavigation */
#c1 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	border-top:1px solid #2F5D45; z-index:1;
	margin: 0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 593px;
	background-color: #F5DDA9;
	float: left;
}
/* ccolumn is the center column after vnavigation */
#c2 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	border-top:1px solid #2F5D45; z-index:1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align:justify;
	width:175px;
	background-color:#E3A950;
	float:left;
}

/* rcolumn is the right column after vnavigation */
#c3 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	border-left: 1px solid #2F5D45; z-index: 1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align: left;
	width:180px;
	background-color: #FFF8C0;
	float: right;
}

#staff1 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	border-top:1px solid #2F5D45; z-index:1;
	border-right:1px solid #2F5D45; z-index:1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align:justify;
	width: 385px;
	height: auto;
	background-color: white;
	float:left;
}

#staff2 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	border-top:1px solid #2F5D45; z-index:1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align:justify;
	width: 384px;
	height:auto;
	background-color: white;
	float:left;
}

#board {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	
	border-top:1px solid #2F5D45; z-index:1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align:justify;
	width: 794px;
	background-color: white;
	float: right;
}


#board1 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	
	border-top:1px solid #2F5D45; z-index:1;
	border-right:1px solid #2F5D45; z-index:1;
	margin:0px 0px -10000px 186px;
	padding:10px 10px 10000px 10px;
	text-align:justify;
	width: 285px;
	background-color: white;
	float: left;
}

#board2 {
/* margin-bottom is set to -10000px and padding-bottom is set to 10000px to correct column overflow lengths */
	border-top:1px solid #2F5D45; z-index:1;
	margin:0px 0px -10000px 0px;
	padding:10px 10px 10000px 10px;
	text-align:justify;
	width: 284px;
	background-color: white;
	float: left;
}

#footer {
	border:1px solid black;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	text-align:center;
	width:1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color:#20683A;
	color:white;
}
