@import url("core.css");

/* ----- tag selectors ----- */
body {
  background-color: #e6e6e6;
  background-image: url(../images/bg_page.gif);
  background-repeat: repeat-x;
}

body, select, button {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
  text-decoration: none;
  text-align: center;
}

select {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, a:link {
  color: #0093d0;
  text-decoration: underline;
}

  a:hover {
    color: #0093d0;
    text-decoration: none;
  }
/* a:visited {color: #5b8029; text-decoration:underline;} */
p {
  margin: 0px;
  line-height: 16px;
  padding: 0px 0px 15px 0px;
}

button.filter {
  background-image: url(../images/bg_subnav.gif);
  border: 0px none;
  color: white;
  height: 20px;
}

  button.filter:hover {
    background-image: url(../images/bg_subnavhover.gif);
  }

/* ----- class selectors ----- */
.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.clearspace {
  clear: both;
  height: 1px;
  line-height: 1px;
}

.login_footer {
  width: 670px;
}

/* ----- id selectors ----- */
#wrapper {
  text-align: left;
  padding: 0px;
  width: 970px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#header {
  width: 970px;
}

#logo {
  height: 107px;
  width: 970px;
  clear: both;
  background-image: url(../images/logo_bg.gif);
  background-repeat: no-repeat;
}

#logo_img {
  float: left;
  margin-left: 30px;
  margin-top: 18px;
  height: 57px;
  width: 349px;
  background-image: url(../images/logo.gif);
}

#utilities {
  color: #c0c0c0;
  padding-right: 10px;
  padding-top: 10px;
  text-align: right;
  height: 26px;
  background-image: url(../images/bg_utilities.gif);
  background-repeat: no-repeat;
}

#mainsection {
  background-image: url(../images/bg_mainsection.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #FFFFFF;
  width: 970px;
  clear: both;
  padding-bottom: 40px;
}

#content {
  float: left;
  padding: 0px 24px;
  width: 750px;
  min-height: 371px;
  text-decoration: none;
}

#sidebar {
  float: left;
  width: 172px;
  background-image: url(../images/bg_sidebar.gif);
  background-repeat: no-repeat;
  background-position: right 2px;
  min-height: 479px;
  padding-top: 2px;
}

#footer {
  clear: both;
  color: #666666;
  line-height: 30px;
}

#login_wrapper {
  width: 670px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#login_header {
  width: 670px;
}

#login_utilities {
  width: 670px;
  height: 35px;
  background-image: url(../images/bg_headerlogin.gif);
  background-repeat: no-repeat;
  background-position: top;
}

#login_logo {
  height: 96px;
  width: 670px;
  clear: both;
  background-image: url(../images/logo_login.gif);
  background-repeat: no-repeat;
}

#login_mainsection {
  background-image: url(../images/bg_loginpage.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #FFFFFF;
  width: 670px;
  clear: both;
  padding-bottom: 85px;
}

#home_feature li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
}
