@charset "ISO-8859-1";

.buttons {
   background-image: url(../images/button-static.png);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   display: block;
   padding: 0px;
   height: 40px;
   width: 228px;
   margin-left: 20px;
}

.buttons:hover {
   background-image: url(../images/button-over.png);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   display: block;
   padding: 0px;
   height: 40px;
   width: 228px;
}

.buttons span {
   display: none;
   padding: 0px;
   height: 40px;
   width: 228px;
}

.butt-txt {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   line-height: 14px;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   color: #FFFFFF;
   margin: 0px;
   text-align: left;
   padding-top: 12px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 50px;
}

#lowgrad {
	width: 228px;
	background-image: url(../images/nav-bottomgrad.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 20px;
	position: absolute;
}

.address {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   line-height: 14px;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   color: #eaeaea;
   margin: 0px 0px 0px 20px;
   text-align: left;
}
.address a:link {
	color: #eaeaea;
	text-decoration: none;
}
.address a:visited {
	color: #eaeaea;
	text-decoration: none;
}
.address a:hover {
	color: #9AB6E7;
	text-decoration: none;
}

.addresshd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9AB6E7;
	text-align: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 20px;
}

.addresshd2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   line-height: 12px;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: #eaeaea;
   margin: 0px 0px 2px 20px;
   text-align: left;
   padding-top: 20px;
}

#navzone {
   height: 500px;
   width: 270px;
   background-image: url(../images/nav-background.png);
   background-repeat: no-repeat;
   background-position: left top;
   background-color: #005643;
}

.butt-txt a:link {
   color: #FFFFFF;
   text-align: left;
   text-decoration: none;
}

.butt-txt a:visited {
   color: #FFFFFF;
   text-align: left;
   text-decoration: none;
}

.butt-txt a:hover {
   color: #9AB6E7;
   text-align: left;
   text-decoration: none;
}

.butt-txt a:active {
   color: #9AB6E7;
   text-align: left;
   text-decoration: none;
}
.addresshd2 a:link {
	color: #eaeaea;
	text-align: left;
	text-decoration: none;
}
.addresshd2 a:visited {
	color: #eaeaea;
	text-align: left;
	text-decoration: none;
}
.addresshd2 a:hover {
	color: #9AB6E7;
	text-align: left;
	text-decoration: none;
}

