/***********************************************/
/* HTML tag styles for Muskoka Water Web       */
/***********************************************/ 

body{
	margin-left: 0px;
	margin-top: 0px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
}


h1{
 font-size: 190%;
}


h2{
 font-size: 170%;
}


h3{
 font-size: 150%;
}


h4{
 font-size: 130%;
}


h5{
 font-size: 110%;
}

h6{ 
	font-size: 100%
}

a:link, a:visited {
	color:#039;
	text-decoration: none;
}

a:hover {
	color: #906;
	text-decoration: underline;
}


#masthead{
	line-height: 1.3;
	background-color: #003399;
	color:#FFFFFF;
	border-bottom: 1px solid #000;
}
/************* #content styles **************/

#content{
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#000;
	background-color:#FFF;
	padding: 4px 7px 4px 7px;
 }


/************* #globalNav styles **************/

#globalNav{
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
}

/************* #siteInfo styles ***************/

#siteInfo{
	line-height: 1.3;
	background-color: #FFF;
	clear: both;
	border: 1px solid #039;
	color: #039;
	padding: 10px 10px 10px 10px;

}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/*********** #navBar link styles ***********/
#navbar{
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 1px 1px 1px 3px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks link styles ***********/
#sectionLinks{
	line-height: 1.5;
	font-size: 100%;
	border-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #9CF;
	color: #039;
	font-weight: bold;
	padding: 1px 1px 1px 3px;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {display: block;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {border-bottom: none;}


/*********** #expandedList link styles ***********/
#expandedList {
	line-height: 1.2;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	background-image:url(g/blue-leaves-faded.gif);
	padding: 1px 1px 1px 1px;
}

#expandedList ul a:link, #expandedList ul a:visited {display: block;}
#expandedList ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#expandedList li {border-bottom: 1px solid #000;}

/* fix for browsers that don't need the hack */
html>body #expandedList li {border-bottom: none;}


/*******Table Styles ********/

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 1.4;
} 

.treatPlants{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 2.5;
}

