@import url(styles.css);
@import url(popupcalendar.css);

#header {
  background-image: url(../images/header-bg.jpg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  height: 90px;
  left: 10px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 760px;
}

#logo {
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 1;
}

#nav {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  margin-left: 155px;
  padding-left: 5px;
  padding-top: 5px;
}

/** style nav links **/
#nav :link:hover, #nav :visited:hover { text-decoration: underline; }

#submenu {
  margin-left: 157px;
  margin-top: 22px;
}
html>body #submenu {
  margin-top: 19px;
}

#submenu a {
  display: block;
  float: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  height: 36px;
  margin: 0px;
  padding: 4px;
  text-decoration: none;
}
html>body #submenu a {
  height: 28px;
}

#submenu a:hover {
  background-color: #00a2e0;
  border-bottom: solid 2px #003399;
}

#container {
  left: 0px;
  margin-left: 10px;
  position: absolute;
  top: 110px;
  width: 760px;
  z-index: 0;
}  

#left {
  float: left;
  width: 150px;
}

/** style left links **/
#left :link:focus, #left :visited:focus { color: #00a2e2; }
#left :link { color: #00a2e2; }
#left :visited { color: #00a2e2; }
#left :link:hover, #left :visited:hover { text-decoration: underline; }
#left :link:active, #left :visited:active { color: #ff9900; text-decoration: underline overline; }

#menu {
  background-image: url(../images/menu-bg.jpg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  color: #f7d579;
  font-size: 13px;
  font-weight: bold;
  height: 300px;
  padding-top: 15px;
  text-align: right;
}

#left .left-tbl {
  background-image: url(../images/left-tbl-bg.jpg);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

#left .left-tbl .left-tbl-top, #left .left-tbl .left-tbl-btm {
  margin: 0px;
  margin-bottom: -3px;
  margin-left: -5px;
  margin-right: -5px;
}

#breadcrumbs {
  font-size: 130%;
  font-weight: bold;
}

#content {
  float: left;
  margin-left: 10px;
  margin-right: 5px;;
  text-align: left;
  width: 590px;
}
html>body #content {
  margin-right: 10px;
}

/** style content links **/
#content :link:focus, #content :visited:focus { color: #00a2e2; }
#content :link { color: #00a2e2; }
#content :visited { color: #00a2e2; }
#content :link:hover, #content :visited:hover { text-decoration: underline; }
#content :link:active, #content :visited:active { color: #ff9900; text-decoration: underline overline; }

#footer {
  clear: both;
  font-size: 90%;
  padding: 10px;
}

/** style footer links **/
#footer :link:focus, #footer :visited:focus { color: #00a2e2; }
#footer :link { color: #00a2e2; }
#footer :visited { color: #00a2e2; }
#footer :link:hover, #footer :visited:hover { text-decoration: underline; }
#footer :link:active, #footer :visited:active { color: #ff9900; text-decoration: underline overline; }