/* Begin element-based styles */
html,body {
  font-family: "Arial", sans-serif;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #411948;
  background-image: url(/images/fleegix_bg.gif);
  background-repeat: repeat-x;
  color: #111;
}
p,pre,dt,dd {
  margin-top: 0px;
  padding-top: 0px;
}
div,input {
  margin: 0;
  padding: 0;
}
a img { border: 0; }
a {
  font-weight: bold;
  color: #707;
  text-decoration: none;
  border-bottom: 1px dotted #606;
}
a:hover {
  border-bottom: 1px dotted #fff;
}
h1,h2,h3,h4,h5,h6 {
  color:#fff;
  margin: 0 0 0.4em 0;
  line-height: 100%;
}
h3 {
  font-weight: normal;
  font-size: 1.1em;
  margin: 0 0 0.2em;
  color: #776622;
}
hr {
  border: 0px;
  height: 1px;
  background-color: #fff;
  color: #fff;
  font-size: 0px;
  line-height: 1px;
  margin: 0 0 8px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form {
  display:inline;
  margin: 0;
  padding: 0;
}
/* End element-based styles */

/* Begin container -- min width, expandable */
#container {
  text-align: left;
  position: relative;
  width: 52em;
  min-width: 800px;
  min-height: 100%;
  margin: auto;
}
#container .push { /* Push div for sticky footer */
  height: 2em;
}
/* End container -- min width, expandable */

/* Begin header */
#header a.logo {
  background-image: url(/images/fleegix_js_logo.gif);
  font-size: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 508px;
  height: 125px;
  z-index: 1;
  border: 0;
}
#header div.tagline {
  background-image: url(/images/simple_useful.gif);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 54px;
  z-index: 5;
  font-size: 0;
}
#header ul.badge {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  background-image: url(/images/web2_badge.gif);
  background-position: 20px 10px;
  background-repeat: no-repeat;
  width: 213px;
  height: 172px;
  float: right;
  z-index: 5;
}
#header ul.badge li {
  display: none;
}
#navigation {
  list-style: none;
  margin: 96px 222px 0 30px;
  padding: 0;
}
#navigation li {
  display: inline;
  font-size: 75%;
  padding: 0 0.3em 0 0.5em;
  border-right: 1px solid #333;
}
#navigation li.last {
  border-right: 0;

}
#navigation a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* End header */

/* Begin content area */
#content {
  position: relative;
  min-width: 460px;
  text-align: left;
  padding: 0;
  margin: 0.4em 222px 0 30px;
  min-height: 200px;
  background-color: #c3aab7;
  background-image: url(/images/content_bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
}
#content-main {
  margin: 0 16px;
}
#content hr.top-bar {
  height: 18px;
  background-image: url(/images/content_top_corner.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  font-size: 1px;
  margin: 0;
}
#content hr.bottom-bar {
  height: 18px;
  background-image: url(/images/content_bottom_corner.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: transparent;
  font-size: 0px;
  margin: 0;
}
/* Begin content area */

/* Begin footer */
#footer {
  position: relative;
  margin-top: -2em;
  width: 100%;
  font-size: 75%;
  color: #eee;
  text-align: center;
}
/* End footer */



