<style type="text/css"> 
/* #e4dede; /* off white */
   #c4c8ca; /* gray*/
   #e9d7bf; /* tan*/
   #C0C0C0; /* silver */
   #efe6d5; /* light tan*/  
   #069; /* blue */
   #800020; /* burgundy */
   #eae581; /* yellow */   
*/
/************* Village of Mt Calvary, Fond du Lac County *************************/
/************* desktop first - universal styles*************************/
html, body, main {
	height: 100%;
	width: 100%;
}
body, address, dd, dl, hr, p, form {  
	margin: 0; 
	padding: 0;
	font-size: 16px;
	line-height: 1.5em; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video {
	max-width: 100%;
	height: auto;
	margin: 0;
} 
body {
	margin:0 auto;
	padding: 0; 
	background-image:url(../images/bkgd.jpg);
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}
h1, h1 a, h1 a:visited { 
	font-variant:small-caps;
	font-weight:bold;
	color: #800020; /* burgundy */
	font-size:150%;
	text-indent:none;
	margin: 1em 0;
	padding:0;
	line-height: 1.5em;
}
h2 {
	font-variant:small-caps;
	font-weight:700;
	color:#000; 
	font-size:135%;
	margin: 1em 0 .6em 0;
	padding:0;
	line-height: 1.4em;
}
h3  {
	font-weight:bold;
	font-size:115%;
	color: #800020; /* burgundy */
	margin: .5em 0;
	padding:0;
	line-height: 1.4em;
} 
h4, h4 a:link, h4 a:visited  {
	font-variant:small-caps;
	font-weight:bold;
	color:#069; /* blue */
	font-size:105%;
	margin: .5em 0;
	padding:0;
	line-height: 1.6em;
}
h4 a:active, h4 a:hover  {
	text-decoration:none;
	color:#800020; /* burgundy */
} 
h5 {
	font-variant:normal;
	font-weight:bold;
	font-size:100%;
	margin: .2em 0 1em 0;
	padding: 0;
	line-height: 1.5em;
}
h6 {
	font-variant:small-caps;
	font-weight:bold;
	color:#800020; /* burgundy */
	font-size:100%;
	margin: .5em 0;
	padding:0;
	line-height: 1.5em;
}
a, a:visited {
	text-decoration:none;
	color:#069; /* blue */
}
a:hover, a:active {
	text-decoration:none;
	color:#800020; /* burgundy */
}
p {
	text-indent: 0;
	padding:0;
	margin: .2em 0 1em 0;
	line-height: 1.4em;
}
.red {
	color:#800020; /* burgundy */
}
.blue {
	color:#069; /* blue */
}
.container {
    width:100%;
	margin:0 auto;
	padding: .3em 0 0 0;
	position:relative;	
	text-align:left;
	background-image:url(../images/bkgd.jpg); 
}
.banner {
	height:auto;
	min-height: 300px;
	width:auto;
	max-width: 1200px;
	margin: .4em auto 0 auto;
	padding: .1em 0 0 0;    
	border-radius:  0 0 .5em .5em;
	background-image:url(../images/banner.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	z-index: 100;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 1200px;
	background-color: #fff; /* white */
	border-bottom: 5px double #800020; /* burgundy */
	border-radius: .5em;
}
.main {
	margin: 0 auto;
	padding: .4em 1em .6em 1.2em;
	width: auto;
	max-width: 1200px;
	min-height: 45em;
	text-wrap:!important normal;
	background-color: #fff; /* white */
	border-top: 3px double #C0C0C0; /* silver */
	border-radius: .5em; 
}
.col-one {
	width: 30%;
	margin: 0;
	padding: 0 3% 1em 1%;
	border-right: 2px solid #000; 
	float: left;
}
.col-two {
	width: 29%;
	margin: 0;
	padding: 0 1% 1em 3%;
	float: left; 
}
.left {
	visibility: visible;
	float:left;
	min-height: 60em;
	margin: .2em .4em .8em -.5em;
	padding: 0 0 0 1em;
	width: 17.8em;
}
.nav {
	visibility: visible;
	background: none;
	width: 16.5em;
	margin: 0 0 1.5em -.7em;
	padding: 0 .2em;
	display: block;
	border-radius: 2em;
}
.nav a:link, .nav a:visited {
	color: #fff;
   	background-color:#800020; /* burgundy */
	text-align:left;
	text-decoration:none;
	font-size: 105%;
	display:block;
	line-height: 1em;
	border-bottom: .2em solid #000; 
	border-radius: .2em;
	padding: .5em  0 .4em .6em;
	margin: 0 0 .5em 0; 
}
.nav a:first-child {
    border-radius: .8em .8em .2em .2em;
	border-top: .2em solid #000; 
}
.nav a:last-child {
    border-radius: .2em .2em .8em .8em;
	border-bottom: .2em solid #000;
}
.nav a:active, .nav a:hover {
	color: #000; 
	background-color: #C0C0C0; /* silver */
	display:block;
	border-bottom: .2em solid #800020; /* burgundy */ 
}
.nav a:active:first-child, .nav a:hover:first-child {
	border-top: .2em solid #800020; /* burgundy */ 
}
#footer {
	margin: -1.45em auto 1.5em auto;
	padding: .1em 0 0 0;
	height: auto;
	line-height: 1em;
	background-image:url(../images/bkgd.jpg);
	color: #fff; 
}
.footer, .footer a:link, .footer a:visited {
	text-align:center;
	color: #fff; 
	font-weight: bold; 
}
.footer a:hover, .footer a:active {
	color: #800020; /* burgundy */
}
.byline {
	font-size: .7em;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.8em;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #fff;
}
.byline a:link, .byline a:active, .byline a:visited {
	font-size: 1em;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.8em;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #fff; 
}
.byline a:hover, .byline a:active {
	color: #C0C0C0; /* silver */
}
.disclaimer, .disclaimer a:link, .disclaimer a:active, .disclaimer a:visited {
	font-size: 1em;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.5em;
	text-align:center;
	margin: .8em 0 .5em 0;
	padding: 0;
	color: #fff; 
}
.disclaimer a:hover, .disclaimer a:active {
	color: #C0C0C0; /* silver */ 
}
.title {
	font-variant:small-caps;
	font-weight:bold;
	font-size:140%;
	color:#800020; /* burgundy */
	margin: .3em .6em 1em 1.2em;
	padding:0;
	line-height:1.6em;
}
.special {
	color:#800020; /* burgundy */
	font-weight:bold;
	font-variant:small-caps;
	line-height: 2em;
}
.notice { 
	font-size: 75%;
	font-weight: 700;
	text-align: center;
	color: #c00;
	margin: 0 1em 1em 0;
}
.agenda a:link, .agenda a:visited {
	color: #069; /* blue */ 
	font-size: 120%;
	font-variant:small-caps;
	font-weight:700;
	margin: 3em 0 1.5em 0;
	padding:0; 
}
.agenda a:active, .agenda a:hover {
	color: #800020; /* burgundy */   
}
.officials {
	color:#800020; /* burgundy */
	font-size:135%;
	font-weight:700;
	font-variant:small-caps;
	line-height: 1em;
}
.recycling {
	font-variant:small-caps;
	font-weight:700;
	color:#000; 
	font-size:135%;
	margin: 1em 0 -.6em 0;
	padding:0;
	line-height: 1em;
}
.form {
	text-align: center;
	font-weight: 900;
}
.iframe {
	text-align: center;
	height: 90%;
}
.imgRight {
	float:right;
	margin: 1em;
}
.imgLeft {
	float:left;
	margin: 1em;
}
.imgCenter {
	float:none;
	text-align:center;
	margin: 1em;
}
.imgHide {
	width: 100%
	height: 100%;
	margin: 1em;
	visibility:visible;
}
.main ul li {
	list-style:none;
	padding: 0;
	margin: .2em 0 .4em .5em;
}
li {
	list-style:none;
	padding: 0;
	margin: .2em 0 .2em 1em;
}
.hr {
	text-align:left;
	width:auto;
	border-top: 2px ridge #800020; /* burgundy */  
	padding: 0 15%;
	margin: 1em .5em;
	vertical-align: top;
}
.hr-thick {
	text-align:left;
	width:80%;
	border-top: 1px ridge #800020; /* burgundy */
	border-bottom: 4px ridge #c5da01; /* yellow green */
	padding: 0 10%;
	margin: 1em auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/******mobile nav & menu button hidden on desktop ******/
#mobile_nav ul { 
	display:none;
}
a.menu {
	display:none;
}
/****************************************************************************************************************************/
/******************************************** large tablet styles ********************************/
@media only screen and (min-width:781px) and (max-width:980px) {
.banner {
	height:auto;
	min-height: 200px;
	width:auto;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 auto;
	background-image:url(../images/banner.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	z-index: 0;
}
.content {
	margin: 0 auto -.2em;
	padding: 0;
	width: auto;
	max-width: 1000px;
	background-color: #fff; /* white */ 
	z-index: 0;
}
.main {
	margin: 0 auto;
	padding: .5em 1em 1em 1.5em;
	width: auto;
	float:none;
}
.col-one {
	width: 27%;
	margin: 0;
	padding: 0 3% 1em 1%;
	border-right: 2px solid #000; 
	float: left;
}
.col-two {
	width: 26%;
	margin: 0;
	padding: 0 1% 1em 3%;
	float: left; 
}
.left {
	visibility: visible;
	float:left;
	min-height: 62em;
	margin: .2em 1em 1em -.6em;
	padding: 0;
	width: 16em;
}
.nav {
	visibility: visible;
	background: none;
	width: 15.5em;
	margin: 0 0 .6em -.4em;
	padding: .2em .3em .1em .4em;
	display: block;
	border-radius: 2em;
	font-size: 98%;
}
.nav a:link, .nav a:visited {
	color: #fff;
   	background-color:#800020; /* burgundy */
	text-align:left;
	text-decoration:none;
	display:block;
	line-height: 1em;
	border-bottom: .2em solid #000;
	border-radius: .2em;
	padding: .4em  .2em .4em .6em;
	margin: 0 0 .5em 0; 
}
.nav a:first-child {
    border-radius: .8em .8em .2em .2em;
	border-top: .2em solid #000; 
}
.nav a:last-child {
    border-radius: .2em .2em .8em .8em;
	border-bottom: .2em solid #000;
}
.nav a:active, .nav a:hover {
	color: #000; 
	background-color: #C0C0C0; /* silver */
	display:block;
	padding: .4em  .2em .4em .6em;
	border-bottom: .2em solid #800020; /* burgundy */ 
}
.nav a:active:first-child, .nav a:hover:first-child {
	border-top: .2em solid #800020; /* burgundy */ 
}
.footer, .footer a:link, .footer a:visited {
	font-size: 95%;
	font-weight: 800; 
}
.byline {
	font-weight: 800;
}
}
/****************************************************************************************************************************/
/************************************ between large & small tablet styles*************************/
@media only screen and (min-width:521px) and (max-width:780px) {
.banner {
	min-height: 180px;
	max-width: 760px;
}
.content {
	margin: 0 auto -.2em;
	padding: 0;
	width: auto;
	max-width: 1000px;
	background-color: #fdfdfa; /* white */ 
	z-index: 0;
}
.main {
	margin: -.5em auto 0 auto;
	padding: .5em 1em 1em 1em;
	width: auto;
	background-color: #fdfdfa; /* white */
	float:none;
	font-size: 95%;
}
.col-one {
	width: 54%;
	margin: 0;
	padding: 0 4% 1em 2%;
	border-right: 0; 
	float: left;
}
.col-two {
	width: 52%;
	margin: 0;
	padding: 0 1% 1em 4%;
	float: left; 
}
.left {
	visibility: visible;
	float:left;
	min-height: 50em;
	margin: 0 .5em 1em .1em;
	padding: 0;
	width: 17.2em;
}
.nav {
	visibility: visible;
	background: none;
	width: 16.5em;
	margin: 0 0 .6em 0;
	padding: .2em .3em .1em 0;
	display: block;
	border-radius: 2em;
	font-size: 98%;
}
.nav a:link, .nav a:visited {
	color: #fff;
   	background-color:#800020; /* burgundy */
	text-align:left;
	text-decoration:none;
	display:block;
	line-height: 1em;
	border-bottom: .2em solid #000;
	border-radius: .2em;
	padding: .4em  .2em .4em .6em;
	margin: 0 0 .5em 0; 
}
.nav a:first-child {
    border-radius: .8em .8em .2em .2em;
	border-top: .2em solid #000; 
}
.nav a:last-child {
    border-radius: .2em .2em .8em .8em;
	border-bottom: .2em solid #000;
}
.nav a:active, .nav a:hover {
	color: #000; 
	background-color: #C0C0C0; /* silver */
	display:block;
	padding: .4em  .2em .4em .6em;
	border-bottom: .2em solid #800020; /* burgundy */ 
}
.nav a:active:first-child, .nav a:hover:first-child {
	border-top: .2em solid #800020; /* burgundy */ 
}
.footer, .footer a:link, .footer a:visited {
	font-size: 85%;
	font-weight: 700; 
}
.byline {
	font-weight: 700;
	font-size: .65em;
}	
}
/****************************************************************************************************************************/
/********************************************** small tablet styles **********************************************/
@media only screen and (min-width:481px) and (max-width:520px) {
h1, h2 {
	font-size: 110%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 110%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
.imgHide {
	width: 50%
	height: 50%;
	visibility:visible;
}
.banner {
	height:auto;
	min-height: 180px;
	width:auto;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 .2em;
	background-image:url(../images/banner-tablet.png);
}
.content {
	margin: 0 auto;
	padding: 0;
	width: auto;
	background-color: #fdfdfa; /* white */ 
}
.main {
	width: auto;
	margin: 0 auto;
	padding: .4em 1em 0 1em;
	background-color: #fdfdfa; /* white */
}
.col-one {
	width: 100%;
	margin: 0;
	padding: 0; 
	float: left;
	border-right: 0;
}
.col-two {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left; 
}
.sideBoxes {
	display: none;		
}
#footer {
	margin: -1em 0 1em 0;
}
.footer, .footer a:link, .footer a:visited {
	font-size: 90%;
	font-weight: 700;
	line-height: 1.4em; 
}
.byline {
	font-weight: 700;
	font-size: .70em;
	line-height: 1.5em;
}
/********* menu button links to nav at bottom of page ***********/
a.menu {
    width: auto;
	min-height: 50px;
	background-image:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;
    padding: .2em 0 0 0;
	margin: 0 auto .5em auto;
	display:block;
	visibility: visible;
	z-index: 100;
}
a.menu:hover,
a.menu:focus {
	background-position:center;
	background-image:url(../images/menu-hover.png);
	background-repeat: no-repeat;
	background-color: #800020; /* burgundy */
	border-radius: .6em; 
	width: 120px;
}
/********** desktop nav is hidden */
.left {	
	display:none;
}
/********* mobile nav at bottom of page ***********************************/ 
/**** block of links *****/ 
#mobile_nav ul {
    list-style: none;
	width: auto;
    padding: 0;
	margin: .1em .3em;
	visibility: visible;
	display:block;
}
/**** each link *****/  
#mobile_nav li a {
    display: block;
	width:auto;
    padding: 0 1em;
	margin: .2em .8em .2em 0;
    color: #fff; 
	background-color: #800020; /* burgundy */
	text-align: center;
    text-decoration: none;
    font-weight: 600;
	font-size:90%;
	font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: 2.5em;
	border-top: .1em solid #000; 
	border-bottom: .1em solid #000; 
	border-radius: 1em;
}
#mobile_nav li a:hover,
#mobile_nav li a:focus {
    color: #800020; /* burgundy */
   	background-color: #C0C0C0; /* silver */
}
}
/****************************************************************************************************************************/
/****************************************************** mobile styles ***************************************/
@media only screen and (max-width:480px) {
h1, h2 {
	font-size: 120%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h3, h4 {
	font-size: 100%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h5, h6 {
	font-size: 100%;
	margin: .5em 0;
	padding:0;
	line-height: 1.3em;
}
p {
	font-size: 100%;
	line-height: 1.2em;
}
.imgHide {
	display: none;
}
.container {
    width:100%;
	margin:0 auto;
	position:relative;	
	text-align:left;
	border-top: 5px double #800020; /* burgundy */
}
.banner {
	height:auto;
	min-height: 110px;
	width:auto;
	max-width: 540px;
	margin: 2px auto;
	padding: 0 auto;
	background-image:url(../images/banner-mobile.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	z-index: 0;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-top: 0;
	border-bottom: 0;
	background: none;
}
.main {
	margin: 0 auto;
	padding: .4em .8em .6em 1em;
	width: auto;
	background-color: #fdfdfa; /* white */ 
	border-bottom: 3px double #800020; /* burgundy */
	border-radius: .5em;
	min-height: 17em;
}
.col-one {
	width: 100%;
	margin: 0;
	padding: 0; 
	float: left;
	border-right: 0;
}
.col-two {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left; 
}
.sideBoxes {
	display: none;	
}
#footer {
	margin: 0 auto .8em auto; 
}
.footer, .footer a:link, .footer a:visited {
	font-size: 90%;
	font-weight: 700; 
}
.disclaimer, .disclaimer a:link, .disclaimer a:visited {
	font-size: 100%;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.5em;
	text-align:center;
	margin: -.4em 0 .3em 0;
	padding: 0;
	color: #fff; 
}
.disclaimer a:active, .disclaimer a:hover  {
	color: #C0C0C0; /* silver */ 
}
.byline {
	font-weight: 700;
	font-size: 70%;
	line-height: 1.6em;
}
/********* menu button links to nav at bottom of page ***********************************************/
a.menu {
    width: auto;
	min-height: 50px;
	background-image:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;	
	border: .6em;
	border-radius: .6em;
    	padding: 0;
	margin: 0 auto .5em auto;
	display:block;
	visibility: visible;
	z-index: 100;
}
a.menu:hover,
a.menu:focus {
	background-position:center;
	background-image:url(../images/menu-hover.png);
	background-repeat: no-repeat;
	border: .6em;
	border-radius: .6em; 
	width: 150px; 
}
/********** desktop nav is hidden */ 
.left {	
	display:none;
}
/********* mobile nav at bottom of page *****/ 
/**** block of links *****/ 
#mobile_nav ul {
    list-style: none;
    padding: 0 0 .4em 0;
	margin: -.5em .2em;
	visibility: visible;
	display: block;
}
/**** each link *****/  
#mobile_nav li a {
    display: block;
	padding: .2em 0;
	margin: .3em .9em .2em -.2em;
    color: #fff; 
	background-color: #800020; /* burgundy */
	text-align: center;
    text-decoration: none;
    font-weight: 600;
	font-size:90%;
	font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: 2.5em;
	border-top: .1em solid #000; 
	border-bottom: .1em solid #000; 
	border-radius: 1em;
}
#mobile_nav li a:hover,
#mobile_nav li a:focus {
    color: #fdfdfd;  /* off white */
   	background-color: #C0C0C0; /* silver */ 
	border-bottom: 2px solid #800020; /* burgundy */
}
}
