/**
 * Global CSS Fit Your Life Now
 * Author Nick Crohn nick@meltmedia.com
 */

body {
  background: #ebf5e6 url(../images/bg-tile.jpg) repeat-x top left;
  font-family: helvetica;
}

.clear {
  clear: both;
}

#nav {
  background: url(../images/nav-main.png) no-repeat top left;
  float: left;
  margin: 100px 0 0 -178px;
  min-height: 245px;
  _height: 245px;
  padding: 40px 0 0 0;
  position: absolute;
  top: 0;
  width: 208px;
  z-index: 100;
}

#nav div {
  background: url(../images/nav-tile.png) repeat-y bottom left;
  *margin-bottom: -5px;
  _margin-bottom: -15px;
  padding-bottom: 1px;
  _padding-bottom: 5px;
  position: relative;
}

#nav .cap {
  background: url(../images/nav-cap.png) no-repeat bottom left;
  display: block;
  height:  7px;
  margin-top: -5px;
  width: 181px;
}

#nav a {
  background: url(../images/nav-item.gif) no-repeat top left;
  color: #ebf5e6;
  display: block;
  height: 71px;
  margin-bottom: 5px;
  text-decoration: none;
  width: 171px;
}

#nav a.last {
  margin-bottom: 0;
}

#nav a.sel,
#nav a:hover {
  background: url(../images/nav-item-sel.gif) no-repeat top left;
  color: #19130a;
}

#nav a span.title {
  display: block;
  font-size: 1.76em;
  text-align: right;
  width: 160px;
}

#nav a span.desc {
  background: url(../images/nav-item-desc.gif) no-repeat top left;
  color: #e65f20;
  display: block;
  font-size: 1.33em;
  height: 24px;
  padding: 12px 10px 0 0;
  text-align: right;
  vertical-align: bottom;
  width: 163px;
}

#main {
  *left: 50%;
  margin: 83px auto 0 auto;
  *margin: 83px 0 0 -356px;
  padding-left: 150px;
  *padding-left: 100px;
  *position: absolute;
  width: 711px;
}

#main .tcap {
  background: url(../images/main-tcap.png) no-repeat bottom right;
  display: block;
  height: 19px;
}

#main .content {
  background: url(../images/main-tile.png) repeat-y top right;
  min-height: 500px;
  _height: 500px;
  padding-top: 35px;
  padding-right: 2px;
  position: relative;
}

#main .content h2 {
  line-height: 1.167em;
}

#main .content .internal-content {
  font-size: 1.167em;
  padding: 5px 15px;
  margin-bottom: 75px;
  margin-top: 10px;
}

#main .content .left-col {
  float: left;
  font-size: 1.167em;
  line-height: 1.167em;
  margin-bottom: 75px;
  padding: 5px 15px;
  width: 270px;
  text-align: center;
}

#main .content .left-col p {
  text-align: left;
}

#main .content .left-col img {
  margin-bottom: 10px;
}

#main .content .left-col h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
}

#main .content .left-col h3 a {
  color: #454545;
}

#main .content .left-col h3 a:hover {
  color: #a5b97f;
}

#main .content .right-col {
  float: right;
  font-size: 1.167em;
  line-height: 1.167em;
  padding: 5px 0px;
  _position: relative;
  width: 400px;
}

#main .content .blue-wrapper {
  float: right;
  width: 400px;
}

#main .content .blue-wrapper .tcap {
  background: url(../images/blue-tcap.jpg) no-repeat bottom left;
  display: block;
  height: 10px;
  width: 100%;
}

#main .content .blue-wrapper .content {
  background: url(../images/blue-tile.jpg) repeat-y top left;
  min-height: 0px;
  padding: 15px 10px;
}

#main .content .blue-wrapper .bcap {
  background: url(../images/blue-bcap.jpg) no-repeat top left;
  display: block;
  height: 5px;
  width: 100%;
}

#main .bcap {
  background: url(../images/main-bcap.png) no-repeat top right;
  display: block;
  height: 6px;
}

#ace-logo {
  background: url(../images/ace-logo.png) no-repeat top left;
  display: block;
  float: left;
  height: 117px;
  margin: -85px 0 0 -30px;
  position: relative;
  text-indent: -9999px;
  width: 280px;
}

#header {
  background: url(../images/header.png) no-repeat top left;
  display: block;
  float: left;
  height: 145px;
  margin: -77px 0 0 -70px;
  position: absolute;
  text-indent: -9999px;
  width: 766px;
  z-index: 50;
}

.ebook-callout {
  float: left;
  font-size: 1.29em;
  line-height: 1em;
  margin-bottom: 15px;
  width: 100%;
}

.ebook-callout a {
  color: #231f20;
  text-decoration: none;
}

.ebook-callout a:hover {
  text-decoration: underline;
}

.ebook-callout img {
  float: right;
  margin-right: 15px;
}

.ebook-callout span {
  float: right;
  margin: 10px 0 0 55px;
  text-align: right;
  width: 200px;
  position: absolute;
}

#footer {
  float: right;
  height: 60px;
  margin: -25px 5px 0 0;
  *margin-right: 0px;
  _margin: -35px 0px 0 0;
  position: relative;
  text-align: right;
  width: 703px;
}