﻿/* CSS Document */
/*based on the example called suckerfish drop downs at www.htmldog.com articles suckerfish  */
/*modified by Garth Hamilton at www.nn3.ca for use on this site */

body {
	background: #aaffaa;
	padding: 5;
	margin: 5px 5px 5px 5px;
}

#container {
	width: 950px;
	Height: 200px;
	background: #00cc00;
	text-align: center;
	border: 4px solid green;
	margin: 5px 5px 5px 5px;
}

#container2 {
	width: 950px;
	Height: auto;
	background: #00cc00;
	text-align: center;
	border: 4px solid green;
	margin: 5px 5px 5px 5px;
	position: relative;
}

#table2 {
	background: transparent;
	border:  1 none; 
	width:  100%; 
	cellpadding: 2
}

p {
	font: verdana;
	background: transparent;
	margin: 10px 10px 10px 10px;
	font-size: medium;
}

p#para-1 {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

p#para-2 {
	background: transparent;
	font-style: Verdana;
	text-align: center;
	font-weight: normal;
	color: green;
}

p#para-3 {
	background: transparent;
	font-style: Verdana;
	font-size:    14px;
	text-align: left;
	font-weight: normal;
	color: green;
}

p#para-4 {
	background: transparent;
	font-style: Verdana;
	font-size:    16px;
	text-align: center;
	font-weight: bold;
	color: purple;
}

p#para-5 {
	background: transparent;
	font-style: Verdana;
	font-size:    14px;
	text-align: left;
	font-weight: normal;
	color: red;
}

p#para-6 {
	background: transparent;
	font-style: Verdana;
	font-size:    12px;
	text-align: left;
	font-weight: normal;
	color: red;
}

p#para-7 {
	background: transparent;
	font-style: Verdana;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: dark green;
}
p#para-8 {
	background: transparent;
	font-style: Verdana;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	color: red;
}

p#para-e {
	background: transparent;
	font-style: Verdana;
	text-align: center;
	font-weight: bold;
	color: #ffff00;
}

p#para-m {
	background: transparent;
	font-style: verdana;
	font-size:  11px;
	text-align: center;
	font-weight: normal;
	color: #0000ff;
}

h1 {
	font: verdana;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	height: 50px;
	margin: 5px;
	background: transparent;
}

h2 {
	font: verdana;
	font-weight: bold;
	font-size: 32px;
	color:	red;
	text-align: center;
	background: transparent;
}

h3 {
	font: verdana;
	font-Style: bold;
	font-size: 24px;
	color:	red;
	text-align: center;
	background: transparent;
}

h4 {
	font: verdana;
	font-Style: italic;
	font-size: 18px;
	color:	red;
	text-align: center;
	background: transparent;
}

h5 {
	font: verdana;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	background: transparent;
	margin: 5px;
	color:  red;
}

#nav ul {
	font:  verdana;
	font-size: 12px;
	float: middle;
	width: 834px;
	list-style: none;
	line-height: 1.1;
	background: #77ff77;
	font-weight: bold;
	padding: 0px;
	border: solid #008800;
	border-width: 3px;
	margin: 1px;
}

#nav {
	font:  verdana;
	font-size: 12px;
	float: middle;
	width: 834px;
	list-style: none;
	line-height: 1.1;
	background: #77ff77;
	font-weight: bold;
	padding: 0px;
	border: solid #008800;
	border-width: 3px;
	margin: 1px;
}

#nav a {
	display: block;
	color: #006600;
	text-decoration: none;
	padding: 4px 2px 3px 4px;
	border: solid #008800;
	border-width: 1px;
}

#nav a.menu-dd {
	background: url("images/rightarrow2.gif") center right no-repeat;
	
}

#nav li {
	float: left;
	padding: 0px;
	width: 139px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 134px;
	font-weight: normal;
	border-width: 3px;
	margin: 0;
}

#nav li li {
	padding: 0px;
	width:  134px;
}

#nav li ul a {
	width: 126px;
}

#nav li ul ul {
	margin: -23px 0px 0px 67px;
}

#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul ul {
	left: -999em;
}

#nav li li li.sfhover ul {
	left: auto;
}

#nav li li.sfhover ul {
	left: auto;
}

#nav li.sfhover ul {
	left: auto;
}

#nav li li li:hover ul {
	left: auto;
}

#nav li li:hover ul {
	left: auto;
}

#nav li:hover ul {
	left: auto;
}

#nav li.sfhover {
	background: #ccffcc;
}

#nav li:hover {
	background: #ccffcc;
}

#content {
	clear: left;
	max-width: none;
	width: 1250px;
}

#content a {
	color: #99ccff;
}

#content a:hover {
	text-decoration: none;
}