* {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 14px;
  text-align: left;
}
.cl {
  line-height: 0;
  font-size: 0;
  width: 100%;
  clear: both;
}
body {
  text-align: center;
  background-color: #fff;
  background-image: url('http://c0194981.cdn.cloudfiles.rackspacecloud.com/milestonesls/assets/5/original.gif');
  background-repeat: repeat-x;
}
p, li {
  line-height: 1.2em;
  font-family: "Times New Roman", Times, Arial;
  margin: 6px 0 6px 0;
}
ul, ol {
  list-style-position: inside;
  margin-left: 1em;
}
h1 {
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  font-size: 40px;
  margin: 10px 0 14px 0;
}
h2 {
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  font-size: 20px;
  margin: 10px 0 10px 0;
}

/* Header */
#header {
  width: 785px;
  height: 350px;
  margin: 0 auto 0 auto;
  background-color: #fff;
  background-image: url('http://c0194981.cdn.cloudfiles.rackspacecloud.com/milestonesls/assets/2/original.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
#header h1 {
  display: none;
}
#header .believes {
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  font-size: 30px;
  text-align: center;
  width: 306px;
  position: absolute;
  top: 172px;
  color: #001ca8;
  text-transform: uppercase;
}
#header .childhood {
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  font-size: 18px;
  text-align: center;
  width: 306px;
  position: absolute;
  top: 253px;
  color: #001ca8;
}
#header .childhood em {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
#header #image-cycle {
  width: 466px;
  height: 340px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
#image-cycle img {
  margin: 0 auto 0 auto;
  text-align: center;
  width: 466px;
  height: 340px;
}

/* Navigation */
#navigation {
  width: 785px;
  height: 29px;
  margin: 0 auto 0 auto;
  border-bottom: 13px solid #00ab86;
  background-color: #fff;
}
#navigation .nav-item {
  width: 105px;
  height: 29px;
  background-image: url('http://c0194981.cdn.cloudfiles.rackspacecloud.com/milestonesls/assets/3/original.gif');
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  margin-right: 8px;
}
#navigation .nav-item a {
  display: block;
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
#navigation .nav-item.active, #navigation .nav-item:hover, #navigation .nav-item:active {
  background-image: url('http://c0194981.cdn.cloudfiles.rackspacecloud.com/milestonesls/assets/4/original.gif');
}
#navigation .nav-item.active.last, #navigation .nav-item.last:hover, #navigation .nav-item.last:active {
  background-position: top right;
}
#navigation .nav-item.first {
  margin-right: 9px;
}
#navigation .nav-item.last {
  margin-right: 0;
  margin-left: 1px;
}

/* Content */
#main {
  width: 785px;
  margin: 0 auto 0 auto;
  border-top: 11px solid #fff;
  background-image: url('http://c0194981.cdn.cloudfiles.rackspacecloud.com/milestonesls/assets/6/original.gif');
  background-repeat: repeat-y;
  min-height: 377px;
}
#main a, #main p, #main li, #main h1, #main h2 {
  color: #fff;
}
#main a:hover {
  color: #ddd;
}

#main #content {
  width: 477px;
  margin: 30px 28px 30px 0;
  float: right;
}
#main #content-left {
  width: 215px;
  margin: 30px 0 30px 28px;
  float: left;
}
#main #content-left .content-picture {
  width: 215px;
  background-color: #fff;
  margin-bottom: 10px;
}
#main #content-left .content-picture img {
  margin: 10px;
}

/* Footer Navigation */
#footer-navigation {
  width: 785px;
  height: 26px;
  margin: 0 auto 0 auto;
  background-color: #f42837;
  text-align: center;
  padding-top: 9px;
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  color: #fff;
}
#footer-navigation a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
/* Footer */
#footer {
  width: 785px;
  margin: 11px auto 11px auto;
  text-align: center;
  font-size: 13px;
}

/* Dynamic Content */
#dynamic-content {
  display: none;
}

/* Forms */
label {
  font-weight: bold;
  font-family: "Comic Sans", "Comic Sans MS", Arial;
  font-size: 1.2em;
  margin: 6px 0 0x 0;
  line-height: 1.2em;
}
input, textarea {
  margin-top: 3px;
  border: 2px solid #ccc;
  line-height: 1.2em;
  padding: 3px;
  font-family: Arial, "Times New Roman", Times;
  font-size: 14px;
  width: 75%;
}
.submit input {
  width: 85px;
  text-align: center;
}
