
html {
	overflow-y: scroll !important;
}

body {
  background: #f2fcfc url(../images/bg.gif) top left repeat-x;
  color: #000;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: bold;
}

h2 {
  color: #fff;
  font-size: 11px;
  padding: 8px 16px 0 16px;
}

h3 {
  color: #11a39f;
  font-size: 12px;
  padding: 10px 16px 0 16px;
  line-height: 21px;
}

h3 a {
  color: #11a39f;
  text-decoration: underline;
}


/* Body */

#canvas {
  width: 775px;
  margin: 0 auto;
  background: transparent url(../images/bg-page.gif) top left repeat-y;
}

#content {
  clear: both;
  width: 765px;
  margin: -105px auto 0 auto;
  padding: 15px 0 18px 0;
  background: transparent url(../images/content-bottom-bg.gif) left bottom repeat-x;
}

#col-left {
  width: 477px;
  float: left;
}

#col-right {
  width: 266px;
  color: #777;
  float: right;
}


/* Header */

#header {
  width: 775px;
  height: 173px;
  margin: 0 auto;
  background: transparent url(../images/header.jpg) top left no-repeat;
}

#header h1 {
  float: left;
  padding: 28px 0 0 20px;
}

#header h1 a {
  width: 286px;
  height: 122px;
  display: block;
  text-indent: -9999px;
}


/* Main Navigation */

#nav {
  clear: both;
  height: 150px;
  margin: 0;
  padding: 0;
  background: transparent url(../images/nav-bg.gif) top left no-repeat;
}

#nav ul {
  width: 765px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  height: 38px;
  display: block;
  margin: 0;
  padding: 0;
}

#nav ul li a#nav-01 { width: 73px; background: transparent url(../images/nav-01.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-02 { width: 151px; background: transparent url(../images/nav-02.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-03 { width: 185px; background: transparent url(../images/nav-03.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-04 { width: 162px; background: transparent url(../images/nav-04.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-05 { width: 52px; background: transparent url(../images/nav-05.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-06 { width: 75px; background: transparent url(../images/nav-06.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-07 { width: 67px; background: transparent url(../images/nav-07.gif) top left no-repeat; text-indent: -9999px; }

#nav ul li a#nav-01-current { width: 73px; background: transparent url(../images/nav-01-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-02-current { width: 151px; background: transparent url(../images/nav-02-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-03-current { width: 185px; background: transparent url(../images/nav-03-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-04-current { width: 162px; background: transparent url(../images/nav-04-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-05-current { width: 52px; background: transparent url(../images/nav-05-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-06-current { width: 75px; background: transparent url(../images/nav-06-over.gif) top left no-repeat; text-indent: -9999px; }
#nav ul li a#nav-07-current { width: 67px; background: transparent url(../images/nav-07-over.gif) top left no-repeat; text-indent: -9999px; }

#nav ul li a#nav-01:hover { background: transparent url(../images/nav-01-over.gif) top left no-repeat; }
#nav ul li a#nav-02:hover { background: transparent url(../images/nav-02-over.gif) top left no-repeat; }
#nav ul li a#nav-03:hover { background: transparent url(../images/nav-03-over.gif) top left no-repeat; }
#nav ul li a#nav-04:hover { background: transparent url(../images/nav-04-over.gif) top left no-repeat; }
#nav ul li a#nav-05:hover { background: transparent url(../images/nav-05-over.gif) top left no-repeat; }
#nav ul li a#nav-06:hover { background: transparent url(../images/nav-06-over.gif) top left no-repeat; }
#nav ul li a#nav-07:hover { background: transparent url(../images/nav-07-over.gif) top left no-repeat; }

#nav li ul {
  position: absolute;
  left: -999em;
  margin: 0;
  padding: 0;
}

#nav ul li ul li {
  width: 100%;
  height: 21px;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  background: #0dc8c7;
  border-bottom: 1px solid #9ec3c3;
  text-shadow:Black 2 2 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=93);
    -moz-opacity: 0.93;
    opacity: 0.93;
}

#nav li ul li a {
  color: #fff;
  font-size: 11px;
  height: 22px;
  margin: 0;
  padding: 3px 0 0 15px;
  text-decoration: none;
  text-indent: 0;
}

#nav li ul li a:hover {
  color: #fff;
  background: #0e9995;
  text-decoration: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}


/* Content */

#box {
  width: 456px;
  margin: 0;
  padding: 0;
  float: right;
  text-align: left;
  background: transparent url(../images/box-bg.gif) top left repeat-y;
}

#box-top {
  width: 456px;
  height: 43px;
  display: block;
  float: right;
  text-align: left;
  background: transparent url(../images/box-top.gif) top left no-repeat;
}

#box-bottom {
  width: 456px;
  height: 10px;
  float: right;
  display: block;
  background: transparent url(../images/box-bottom.gif) top left no-repeat;
}

#box-small {
  width: 246px;
  margin: 0;
  padding: 0;
  background: transparent url(../images/box-small-bg.gif) top left repeat-y;
}

#box-small-top {
  width: 246px;
  height: 43px;
  display: block;
  background: transparent url(../images/box-small-top.gif) top left no-repeat;
}

#box-small-bottom {
  width: 246px;
  height: 10px;
  display: block;
  background: transparent url(../images/box-small-bottom.gif) top left no-repeat;
}

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #01bbba;
  text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

#col-right a {
  color: #777;
}

#col-right a:hover {
  color: #01bbba;
}

p {
  text-align: left;
  margin: 0;
  padding: 4px 16px 10px 16px;
}

.text {
  text-align: left;
  margin: 0;
  padding: 4px 16px 10px 16px;
}

.text p {
  padding: 4px 0 10px 0;
}

ul {
  margin: 0;
  padding: 4px 16px 10px 55px;
  list-style-type: none;
  list-style-image: url(../images/li.gif);
}

ul ul {
  padding: 4px 16px 0 25px;
}

#col-right ul {
  padding-left: 29px;
}

ol {
  margin: 0;
  padding: 4px 16px 10px 55px;
}

li {
  padding: 0 0 4px 0;
}

table {
  padding: 0;
  margin: 4px 16px 10px 16px;
}

small {
  color: #aaa;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 10px;
}

.photo {
  background: #f7fafc;
  padding: 5px 6px;
  margin: 4px 16px 10px 16px;
  border: 1px solid #25a79d;
}

a#read-more {
  width: 97px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/b-read-more.gif) top left no-repeat;
}

a#view-all {
  width: 83px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/b-view-all.gif) top left no-repeat;
}

a#view-all-news {
  width: 115px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/b-view-all-news.gif) top left no-repeat;
}

a#send {
  width: 63px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/b-send.gif) top left no-repeat;
}

a#apply {
  width: 67px;
  height: 26px;
  float: left;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/b-apply.gif) top left no-repeat;
}


/* Form fields */

input {
  background: #f8f8f8;
  width: 225px;
  padding: 3px;
  margin: 0 6px 0 0;
  border: 1px solid #bfc0c0;
  color: #777;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
}

select {
  background: #f8f8f8;
  width: 233px;
  padding: 1px;
  margin: 0 6px 0 0;
  border: 1px solid #bfc0c0;
  color: #777;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
}

textarea {
  background: #f8f8f8;
  width: 275px;
  height: 90px;
  padding: 3px;
  margin: 0 6px 0 0;
  border: 1px solid #bfc0c0;
  color: #777;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
}


/* Footer */

#footer {
  clear: both;
  width: 765px;
  height: 91px;
  background: #06bbba url(../images/footer-bg.gif) top left repeat-x;
  margin: 0 auto;
  color: #7ee1e1;
  font-size: 11px;
}

#footer #links {
  color: #7ee1e1;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  padding: 15px 0 0 0;
}

#footer #links a {
  color: #d9f2f2;
  text-decoration: none;
  padding: 1px 3px 2px 3px;
}

#footer #links a:hover {
  color: #fff;
  background: #0aa1a1;
  text-decoration: none;
}

#footer #copy {
  color: #96d6d6;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  padding: 10px 0 0 0;
}

#footer #copy a {
  color: #96d6d6;
  text-decoration: underline;
}

#footer #copy a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer #copy a#credits {
  color: #96d6d6;
  text-decoration: none;
}

#footer #copy a#credits:hover {
  color: #fff;
  text-decoration: underline;
}


