/* nn4 hack */

/*this is the beginning of the button menu system*/
#menu
{
	position: absolute;
	width: 130px;
	left: 22px;
	padding-top: 15px;
	top: 148px;
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	}

#menu li {
	margin: 0px;
	padding: 0px;
	}

#menu a {
	margin: 0px;
	padding: 3px 3px 3px 10px;
	width: 100%;
	display: block;
	color: #006666;
	background-color: #00CCCC;
	border-top: 2px solid #D4E8D1;
	border-left: 2px solid #D4E8D1;
	border-bottom: 2px solid #6B8F6B;
	border-right: 2px solid #6B8F6B;
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	border-top: 2px solid #6B8F6B;
	border-left: 2px solid #6B8F6B;
	border-bottom: 2px solid #D4E8D1;
	border-right: 2px solid #D4E8D1;
	background-color: #009B9B;
	color: #FFFFFF;
}
/* NN4 hack */

/*this ends the menu buttons*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
a:link {
	text-decoration: none;
	color: #FFFF66;
}
a:visited {
	text-decoration: none;
	color: #FFFF66;
}
a:hover {
	text-decoration: none;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}body {
	background-color: #009999;
}
.little {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.fax {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.fax-end {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #66CCCC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #00FFFF;
}
.rightBottomLine {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #66CCCC;
	border-bottom-color: #66CCCC;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
}
li {
	padding-bottom: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 30px;
}
.Intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
