﻿@charset "utf-8";
/* CSS Document */

/* ---- Isabella County Recycling Center Main 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: 1px 0px 0px 0px;
	padding: 0px;
	background-color:white;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;
}

.icaption {
	font-style: italic;
	font-size: 12px;
}

hr {
	border-width: 1px;
	width:95%;
}
/* Link Decoration Comment Begins */
a:link {
	text-decoration: none;
	color: #2F5D45;
}

a:visited {
	text-decoration: none;
	color: #2F5D45;
}

a:hover {
	text-decoration: underline;
	color: #7C3638;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #2F5D45;
}
/* Link Decoration Comment Ends */

.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-color: black;
}

.shadow4g {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: #808080;
}

.newsheading {
	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-color: #808080;
	border-bottom-color: #808080;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
}

/* newsheading is blocked heading in white text */
.ynewsheading {
	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-color: #808080;
	border-bottom-color: #808080;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
}

/* 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-color: #808080;
	border-bottom-color: #808080;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
}

.sectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #7C3638;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: 800;
}

.gsectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #20683A;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
}

.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.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;
}

#wrapper {
	border:1px solid black; z-index:1;
	text-align:left;
	overflow:hidden;
	margin:0px auto 0px auto;
	padding:0px;
	width: 1000px;
}

#header {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: black;
	width: 	auto;
	height: auto;
	background-color: #2f5d45;
}

/* ---- Navigation Menus & Search Section Begins ---- */
#hnav {
	background:white;
	margin:0px;
	padding: 5px 10px 5px 20px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: 800;
	color: #2F5D45;
	width: 550px;
	height: 40px;
	float: left;
}

#search {
	text-align: right;
	margin: 0px;
	padding: 5px 5px 8px 10px;
	font-weight: 800;
	width: 200px;
	height: 20px;
	float: right;
}

#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;
	width: 168px;
	/*min-height: 500px;*/
	height: auto;
	background-color: #FFF8C0;
	float: left;
}
/* Internet Explorer * 
/*\*/ 
#vnav {height: 500px;}
/**/

/* ------- Dropdown Menu Begins ------- */
#vnav ul .item{display:none;font-family: Tahoma;font-size: smaller;}
#vnav ul:hover .item{display:block;background:#FFF8C0;padding:1px;margin:1px;}
 
#vnav ul:hover .item a{text-decoration:none;color: #2F5D45;}
#vnav ul:hover .item a:hover{color:#7C3638;}
 
#vnav ul{width:auto;float:left;margin:0px;padding:2px;background:#FFF8C0;list-style:none;}
.clear{clear:both;height:10px;}
/* ------- Dropdown Menu Ends ------- */

.pagenav {
	width: 100%;
	text-align: center;
}

/* ---- Navigation Menus & Search Section Ends ---- */


#featured {
	margin:0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 370px;
	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;
	/*font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;*/
	text-align: justify;
	width: 790px;
	height: auto;
	background-color: white;
	float: left;
}

/* ------- Dropdown Menu Begins  ------- */
#dropmenu ul .item{display:none;font-family: Tahoma;font-size: smaller;}
#dropmenu ul:hover .item{display:block;background:#white;padding:1px;margin:1px;}
 
#dropmenu ul:hover .item a{text-decoration:underline;color: #2F5D45;}
#dropmenu ul:hover .item a:hover{color:#7C3638;}
 
#dropmenu ul{width:auto;float:left;margin:0px;padding:2px;background:white;list-style:none;}
.clear{clear:both;height:10px;}
/* ------- Dropdown Menu Ends ------- */

.announcement {
	margin: 0px 0px 10px 15px;
	padding: 10px;
	text-align: justify;
	font-family: Tahoma;
	font-size: smaller;
	width: 275px;
	height: auto;
	background-color: #E3A950;
	float: right;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #808080;
	border-bottom-color: #808080;
}

/* ----  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;
}

#subnews {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #2F5D45; z-index: 1;
	text-align: justify;
	width: 760px;
	height: auto;
	background-color: #F5DDA9;
	float: left;
}

/* ----  Column 1  ---- */
#c1 {
	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: 760px;
	background-color: #F5DDA9;
	float: left;
}

/* ----  Column 2  ---- */
#c2 {
	border-top:1px solid #2F5D45; z-index:1;
	margin: 0px 0px -10000px 189px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 370px;
	background-color: #FFCC66;
	float: left;
}

/* ----  Column 3  ---- */
#c3 {
	border-left:1px solid #2F5D45; z-index:1;
	margin: 0px 0px -10000px 0px;
	padding: 10px 10px 10000px 10px;
	text-align: justify;
	width: 180px;
	background-color: #FFF8C0;
	float: right;
}

#c3 p{
	text-align: center;
	font-size: 14px;
}

#footer{
	border:1px solid black; z-index: 1;
	text-align:center;
	margin:0px auto 0px auto;
	padding:15px 0px 15px 0px;
	width:1000px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color:#2F5D45;
	color:white;
}
