/* CSS Document */

#banner {
	background: url(img/garden-logo-bkgd.gif) repeat;
}

.menuRule {
	border-bottom: 1px solid rgb(86,61,29);
}
.noticeImportant {
	font-size: larger;
	font-weight: bold;
	color: red;
	border: 2px solid red;
	padding: 0.5ex;
	width: 315px;
}

.boxHighlight {
	border: 5px solid green;
	padding: 1ex;
}

.boxLight {
	border: 1px solid black;
	padding: 1ex;
	margin-bottom: 1.5ex;
}

.fullWidth {
	margin-left: -175px;
}

.navLink2 a:link, .navLink2 a:visited, .navLink2 a:active, .navLink2 a:hover {
	color:	teal;
	text-decoration: none;
}
.navLink2 a:hover {
	text-decoration: underline;
}

.navLink3 a:link, .navLink3 a:visited, .navLink3 a:active, .navLink3 a:hover {
	color: green;
	text-decoration: none;
}
.navLink3 a:hover {
	text-decoration: underline;
}

p.noSpaceAfter {
	margin-bottom: 0;
}
