/* Color Scheme */
/*St. Lawrence 6FFF355*/
/*Franklin 72e8e7*/
/*Jefferson 72e8e7*/
/*Lewis f7f18e*/
/*Essex f7f18e*/
/*Clinton daeddb*/
/*Oswego daeddb*/
/* End Color Scheme */

/* General Styles */
a {
	color: #1d7b1a;
	font-weight: bold;
}
a:visited {
	color: #1d7b1a;
}
a:hover {
	color: red
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
}

td {
	padding-right: 20px;
}

/* Classes */

.nav {
	font-family: algerian, arial;
}

.directions {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	color: #1d7b1a;
}

/* hovertip Classes */
.hovertip {
	position: relative;
    display: none; /* in case javascript is disabled */
	width: 240px;
	background-color: #daeddb; /*#75D38B;*/
	font-size: 12px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;
	line-height: 1.1
}
.hovertip_wrap0 .hovertip {
	margin: 0;
}
.hovertip_wrap0 {
	margin-left: 5px;
	margin-top: 10px;			   
	z-index: 100;
}

.hovertip h1 {
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f7f18e; /*#56995f;*/
	color: #1d7b1a !important; /*#75D38B !important;*/
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	z-index: 10;
	padding: 2px !important;
	text-align: center;
	border: 1px outset #ffffff;
}

.hovertip h3 {
	font-size: 12px;
	height: 13px;
	/*border-bottom: 1px solid #ff0000;*/
	text-align: center;
	margin-top: 3px;
}

.hovertip a {
	border-bottom: 1px outset #ff0000;
	display: block; 
	margin: 0 2px;
	font-weight: bold; 
	color: #1d7b1a;
}

.hovertip a:visited {
	text-decoration: none; 
	color: #1d7b1a;
}

.hovertip a:link {
	text-decoration: none; 
	/*color: green;*/
}

.hovertip a:hover {
	text-decoration: none;
	color: #ff0000;
}

.hovertip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.1;
	z-index: 10;
}
.hovertip_target {
	font-style: normal;
}

.hovertip_target:hover {
	text-decoration: none;
	cursor: pointer;
}
.hovertip_wrap3 {
	display:block;
	position: relative;
	left: -8px;
	top: -8px;
	background-color: #daeddb;
}
.hovertip_wrap3 {
	border:3px double #1d7b1a;
	/*border-color:#efefef #ccc #ccc #efefef;*/
	padding: 5px;
}
/* End hovertip Classes */

/* IDs */

#topNav {
	margin-bottom: 10px; 
	border-top: solid 1px #1D7B1A; 
	border-bottom: solid 1px #1D7B1A; 
	padding: 5 10 5 10; 
	font-weight: bold; 
	height: 16px;
	padding-right: 20px;
}

#footer {
	margin-top: 20px;
	font-family: arial;
	font-size: 11px;
	margin-bottom: 20px;
}

