<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #008541;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 25px 10px;
  padding: 0px;
}

.clear {
  clear: both;
}

* {
  margin: 0px;
  padding: 0px;
}

#container {
  margin: 0px auto;
  text-align: left;
  width: 717px;
}

a {
  font-size: 12px;
}

p {
  margin: 15px 0px;
}

sup{
  font-size: 60%;
}
/********************** Header ***************************/

#header {
  margin: 0px 0px 0px 0px;
  background-image: url(../images/header01.png);
  width: 717px;
  height: 288px;
  position: relative;
}

#header ul {
  background-color: #85a157;
  width: 711px;
  border: 3px solid #FFFFFF;
  display: block;
  top: 255px;
  position: absolute;
  margin: 0px 0px 0px 0px;
  height: 22px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}

#header li {
  display: inline;
}

#header ul a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0px 15px;
}

#header ul a:hover {
  text-decoration: underline;
  color: #28556b;
}

#logo_w1, #logo_w2 {
  font-size: 24px;
  font-style: italic;
  color: #FFFFFF;
  position: absolute;
}

#logo_w1 {
  top: 15px;
  left: 70px;
}

#logo_w2 {
  top: 44px;
  left: 94px;
}

#header_text {
  top: 90px;
  left: 43px;
  width: 230px;
  position: absolute;
}

#header_text p {
  font-size: 18px;
  color: #FFFFFF;
}

#header_text a, #left a {
  color: #28556b;
}

#header_text a:hover, #left a:hover, #right a {
  color: #c77e0c;
}
/**********************Menu*******************************/

#menu {
  font-family: Arial, sans-serif;
  font-size: 12px;
/* [disabled]background-color: #00853F;

*/
  width: 671px;
  height: 40px;
  border: 3px solid #F8FAF8;
  margin: 0 auto 0;
  padding: 0 20px;
  display: block;
  line-height: 1;
/*--*/
  background: #00853f;/* Old browsers */
  background: -moz-linear-gradient(top, #00853f 0%, #00411f 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00853f), color-stop(100%, #00411f));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00853f 0%, #00411f 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00853f 0%, #00411f 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00853f 0%, #00411f 100%);/* IE10+ */
  background: linear-gradient(to bottom, #00853f 0%, #00411f 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00853f', endColorstr='#00411f', GradientType=0 );/* IE6-9 */
/*--*/
}

#menu h1, #menu ul, #menu p, #menu img {
  margin: 0;
  padding: 0;
  border: 0;
}

#menu h1 {
  font-weight: normal;
}

#menu ul, [role*="phonelist"] ul li, #content ul li {
  list-style: none;
}

#menu a {
  text-decoration: none;
  color: #d0d0d0;
}

#menu .menu-label {
  font-weight: bold;
  text-transform: uppercase;
}
/* Top buttons */

#menu .menu-top &gt; li {
  float: left;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#menu .menu-top &gt; li:hover {
  background-color: #FECC1A;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#menu .menu-top .menu-right {
  float: right;
}

#menu .menu-button {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#menu li:hover .menu-button, #menu .menu-sub li:hover .menu-desc {
  color: #000000;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#menu .menu-drop {
  padding-right: 15px;
}

#menu .menu-drop .menu-label {
  padding-right: 20px;
  background: url("../images/drop1.png") no-repeat right;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

#menu li:hover .menu-drop .menu-label {
  background: url("../images/drop2.png") no-repeat right;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* Dropdown */

#menu .menu-dropdown {
  text-align: left;
  background-color: #FECC1A;
  min-width: 140px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: -5000px;
  opacity: 0;
  z-index: 100;
}

#menu li:hover .menu-dropdown {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#menu .menu-right:hover .menu-dropdown {
  left: auto;
  right: 0;
}

#menu .menu-sub {
  margin: 5px 0;
}
/* Dropdown content */

#menu .menu-sub li {
  white-space: nowrap;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

#menu .menu-sub li:hover {
  background: #00853f url("../images/select.png") no-repeat 10px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

#menu .menu-subbutton {
  display: block;
  padding: 7px 20px;
  line-height: 1.3;
  color: #000000;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#menu .menu-sub li:hover .menu-subbutton {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#menu .menu-desc {
  font-style: italic;
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#menu .menu-row {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#menu .menu-row .menu-sub {
  margin: 0;
}

#menu h1 {
  font-size: 2em;
  color: #a0a0a0;
}

#menu p {
  color: #e5e5e5;
}

#menu .emp, [role*="phonelist"] li:first-child {
  font-weight: bold;
}

#menu .quote, [role*="phonelist"] li:nth-last-child(4) {
  font-style: italic;
}
/* Dropdown 3 */

#menu .menu-dropdown3, #menu .menu-dropdown4 {
  padding-top: 5px;
  white-space: nowrap;
}

#menu .menu-dropdown3 h1, #menu .menu-dropdown4 h1 {
  margin: 0 0 5px 20px;
}

#menu .menu-dropdown3 .menu-row {
  border-right: 1px dotted #707070;
  margin: 5px 0;
}

#menu .menu-dropdown3 .menu-row:last-child, #menu .menu-dropdown4 .menu-row:last-child div {
  border-right: none;
}
/* Dropdown 4 */

#menu .menu-dropdown4 .menu-row div {
  border-right: 1px dotted #707070;
  margin: 5px 0 10px 0;
}

#menu .menu-dropdown4 .menu-row div:last-child {
  margin-bottom: 5px;
}
/* Dropdown 6 */

#menu .menu-dropdown6 img {
  margin-right: 5px;
  vertical-align: middle;
}

#menu .menu-dropdown6 .menu-label {
  vertical-align: middle;
}

#menu .menu-dropdown6 .menu-subbutton {
  padding: 5px 20px;
}
/* Dropdown 7 */

#menu .menu-dropdown7 {
  padding: 10px;
  width: 210px;
}

#menu .menu-dropdown7 p {
  margin-top: 7px;
}

#menu .menu-dropdown7 h1 {
  color: #e0e0e0;
  padding-bottom: 3px;
  border-bottom: 1px solid #858585;
}
/********************** Content ***************************/

#content {
  background-color:#fff;
  width: 717px;
  border-radius: 0 0 5px 5px;
}

img {
  border-width: 0px;
}

table {
  margin: 10px;
}

td {
  padding: 10px;
}

th {
  text-align: center;
  color: #FFF;
  background: #00853f;/* Old browsers */
  background: -moz-linear-gradient(top, #00853f 0%, #00411f 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00853f), color-stop(100%, #00411f));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00853f 0%, #00411f 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00853f 0%, #00411f 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00853f 0%, #00411f 100%);/* IE10+ */
  background: linear-gradient(to bottom, #00853f 0%, #00411f 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00853f', endColorstr='#00411f', GradientType=0 );/* IE6-9 */
}

tr:nth-of-type(odd) {
  background-color: #ccc;
}

h1 {
  color: #000000;
  font-size: 14px;
  margin: 20px 0px 20px 0px;
}

h2 {
  color: #85a157;
  font-size: 14px;
  text-align: center;
  width: 200px;
  margin: 10px 0px 15px 0px;
}

h3 {
  color: #063;
  margin-top: 25px;
}

#content .keypoints ul {
  margin-left: 25px;
  margin-bottom: 25px;
}

#content .keypoints ul li {
  line-height: 1.5em;
  list-style-image: url("../images/tick.png");
}

[role*="phonelist"] ul, #content ul {
  margin-bottom: 25px;
}

[role*="phonelist"] li:last-child {
  font-weight: bold;
  color: #00853F;
  font-style: italic;
}

[role*="phonelist"] li:nth-child(2), [role*="phonelist"] li:nth-child(3), [role*="phonelist"] li:nth-last-child(2), [role*="phonelist"] li:nth-last-child(3) {
  display: inline-block;
}

[role*="phonelist"] li:last-child:before {
  content: url(../images/phone.png);
  margin-right: 10px;
}

#left {
	float: left;
	width: 428px;
	margin-left: 27px;
	padding: 0px 10px 30px 0px;
	display: inline;
}

#left iframe {
  margin-top: 25px;
}

#photos a {
  margin-right: 14px;
}

#right {
  float: right;
  width: 210px;
  padding: 0px 20px 20px 20px;
  margin-top: 10px;
  border-left: #FFF 2px solid;
}

#right a:hover {
  color: #00843F;
}
/********************** Footer ***************************/

#footerline {
  clear: both;
  background-image: url(../images/footer_bg.png);
  font-size: 1px;
  height: 10px;
}

#footer {
  width: 711px;
  font-size: 10px;
  text-align: center;
  padding: 20px 0px;
  border: 3px solid #F8FAF8;
  border-top: 3px solid #F8FAF8;
  border-radius: 0 0 5px 5px;
/*Gradient*/
  background: #9b9b8c;/* Old browsers */
  background: -moz-linear-gradient(top, #9b9b8c 0%, #77776d 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b9b8c), color-stop(100%, #77776d));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9b9b8c 0%, #77776d 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9b9b8c 0%, #77776d 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9b9b8c 0%, #77776d 100%);/* IE10+ */
  background: linear-gradient(to bottom, #9b9b8c 0%, #77776d 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b8c', endColorstr='#77776d', GradientType=0 );/* IE6-9 */
}

#footer a{
  font-size: 10px;
}</pre></body></html>