
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

A, A:link, A:active, A:visited, A:hover {
  color: #6796bb;
  text-decoration: underline;
}

A:hover {
  color: #6796bb;
}

BODY {
  margin: 0px;
  padding: 0px;
  border-top: 3px solid #ffffff;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial,Helvetica,sans-serif;
  margin: 16px 0px;
}

H1 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 16px;
}

H2 {
  font-size: 16px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 16px;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #333333;
}

IMG {
  border: 0px;
}

P {
  margin-top: 0px;
  margin-bottom: 16px;
}

B, STRONG {
  color: #012d53;
}

UL {
  margin-top: 18px;
  margin-bottom: 18px;
}


/**
 * Container
 */

#container {
  border-top: 1px solid #333333;
}


/**
 * Wrapper
 */

#wrapper {
  position: relative;
  margin: 0px auto;
  width: 1000px;
  text-align: left;
}


/**
 * Header
 */

#header {
  height: 85px;
  overflow: visible;
}

#header #search {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 10;
  color: #ffffff;
}

#header #search .home {
  padding-left: 6px;
}

#header #search .input {
  width: 150px;
  border: 1px solid #f79800;
  color: #666666;
  font-size: 11px;
}

#header #espanol {
  float: right;
  margin-top: 5px;
}

#header #espanol A {
  float: right;
  padding: 0px 10px;
  color: #a76702;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}


/**
 * Navigation
 */

#nav {
  position: relative;
  z-index: 10;
  padding-left: 9px;
}

#nav A {
  float: left;
  margin-top: 7px;
  margin-right: 3px;
  background: url('/images/parents/bgs/nav-right.gif') bottom right no-repeat;
  color: #f7e7cc;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}

#nav A SPAN {
  display: block;
  padding: 0px 16px;
  background: url('/images/parents/bgs/nav-left.gif') bottom left no-repeat;
}

#nav A:hover,
#nav A:hover SPAN {
  color: #ffffff;
}

#nav A.active,
#nav A.active:hover {
  margin-top: 0px;
  line-height: 37px;
  background: url('/images/parents/bgs/nav-active-right.gif') bottom right no-repeat;
}

#nav A.active SPAN,
#nav A.active:hover SPAN {
  color: #012d53;
  background: url('/images/parents/bgs/nav-active-left.gif') bottom left no-repeat;
}


/**
 * Overview
 */

#overview {
  float: left;
  width: 470px;
}

#overview .photo {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

#overview-2 {
  float: left;
  width: 300px;
}


/**
 * Subnav
 */

#subnav {
  float: right;
  width: 180px;
  color: #69aee3;
  font-size: 12px;
  line-height: 20px;
}

#subnav A {
  display: block;
  background: url('/images/global/bgs/subnav.gif') 0px 9px no-repeat;
  border-bottom: 1px solid #e0e2e4;
  text-decoration: none;
  line-height: normal;
  padding: 4px 0px 4px 10px;
}

#subnav A:hover {
  color: #012d53;
}

#subnav A.active,
#subnav A.active:hover {
  color: #012d53;
  font-weight: bold;
}


/**
 * Content Areas
 */

#main {
  width: 996px;
  background: #ffffff url('/images/parents/bgs/right.gif') top right repeat-y;
  border: 2px solid #de8900;
}

#main #left {
  float: left;
  width: 736px;
  background: #ffffff;
}

#main #right {
  position: relative;
  float: right;
  width: 260px;
  background: url('/images/parents/bgs/right.jpg') right top no-repeat;
}


/**
 * Content
 */

#content {
  background: url('/images/global/bgs/content.jpg') center 10px no-repeat;
  padding: 10px;
}

#content .padding {
  padding: 20px;
}

#content .divider {
  background: url('/images/global/bgs/content-lower.jpg') top center no-repeat;
}

#content .content-lower {
  background: url('/images/global/bgs/content-lower.jpg') top center no-repeat;
  padding: 20px;
}


/**
 * Footer
 */

#footer {
  position: relative;
  width: 1000px;
  height: 175px;
  color: #333333;
  font-size: 10px;
}

#footer H6 {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 0px;
}

#footer #boxes {
  position: relative;
  height: 122px;
  overflow: hidden;
}

#footer #copyright {
  color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
}

#footer #copyright A {
  color: #ffffff;
  text-decoration: underline;
}

#footer #copyright A:hover {
  color: #ffffff;
}

#footer #logo {
  position: absolute;
  width: 100px;
  height: 52px;
  right: 15px;
  bottom: 10px;
  z-index: 10;
}

/**
 * Tabs
 */

#tabs {
  border: 1px solid #e0e2e4;
}

#tabs .tabs {
  width: auto;
  height: auto !important;
  height: 28px;
  min-height: 28px;
  border-top: 2px solid #69aee3;
  background: #f0f7fd url('') left top no-repeat;
}

#tabs .tabs A {
  float: left;
  border-right: 1px solid #c8e2f5;
  color: #4483b4;
  font-weight: bold;
  line-height: 28px;
  padding: 0px 10px;
  text-decoration: none;
}

#tabs .tabs A:hover {
  color: #012d53;
}

#tabs .tabs A.active {
  background: #ffffff;
  color: #012d53;
}

#tabs .tabs-2 {
  width: auto;
  font-size: 10px;
  height: auto !important;
  height: 28px;
  min-height: 28px;
  border-top: 2px solid #69aee3;
  background: #f0f7fd url('') left top no-repeat;
}

#tabs .tabs-2 A {
  float: left;
  border-right: 1px solid #c8e2f5;
  color: #4483b4;
  font-weight: bold;
  line-height: 28px;
  padding: 0px 10px;
  text-decoration: none;
}

#tabs .tabs-2 A:hover {
  color: #012d53;
}

#tabs .tabs-2 A.active {
  background: #ffffff;
  color: #012d53;
}

#tabs .content {
  background: #ffffff;
  padding: 15px;
}

#tabs .content .left {
  float: left;
  width: 335px;
}

#tabs .content .right {
  float: right;
  width: 335px;
}

#tabs .content TABLE {
  border-collapse: collapse;
}

#tabs .content TABLE TR TD {
  padding: 0px;
}

#tabs .content TABLE TR TD .item {
  width: 231px;
  height: 78px;
  overflow: hidden;
}

#tabs .content TABLE TR TD .item P {
  padding: 10px 14px;
}

#tabs .content TABLE TR TD .item P STRONG {
  color: #8eb027;
}

#tabs .content TABLE TR TD.photo IMG {
  width: 100px;
  height: 100px;
  border: 2px solid #e2e4e6;
}

#tabs .content TABLE TR TD A.download {
  display: block;
  background: #f6f7f7 url('/images/global/icons/pdf.gif') 13px 4px no-repeat;
  color: #666666;
  font-size: 11px;
  line-height: 26px;
  padding-left: 36px;
  text-decoration: none;
}

#tabs .content TABLE TR TD A.download SPAN {
  color: #4483b4;
  font-size: 12px;
  text-decoration: underline;
}

#tabs .content TABLE TR TD A.doc {
  background-image: url('/images/global/icons/doc.gif');
}

#tabs .content TABLE TR TD A.exe {
  background-image: url('/images/global/icons/exe.gif');
}

#tabs .content TABLE TR TD A.gif {
  background-image: url('/images/global/icons/gif.gif');
}

#tabs .content TABLE TR TD A.jpg {
  background-image: url('/images/global/icons/jpg.gif');
}

#tabs .content TABLE TR TD A.pdf {
  background-image: url('/images/global/icons/pdf.gif');
}

#tabs .content TABLE TR TD A.ppt {
  background-image: url('/images/global/icons/ppt.gif');
}

#tabs .content TABLE TR TD A.xls {
  background-image: url('/images/global/icons/xls.gif');
}

#tabs .content TABLE TR TD A.zip {
  background-image: url('/images/global/icons/zip.gif');
}

#tabs .content TABLE TR TD .partition {
  height: 1px;
  background: #eff0f1;
  margin: 10px 0px;
}


/**
 * Videos
 */

#campaign-videos {
  padding: 20px 10px;
}

#campaign-videos .left {
  float: left;
  width: 360px;
}

#campaign-videos .left STRONG {
  padding-left: 16px;
}

#campaign-videos .left #now-playing {
  padding-left: 16px;
}

#campaign-videos .right {
  float: right;
  width: 325px;
  height: 255px;
  font-size: 11px;
  margin-top: 30px;
  overflow-y: scroll;
}

#campaign-videos .right STRONG {
  font-size: 11px !important;
}

#campaign-videos .right A.thumb IMG {
  border: 1px solid #cccccc;
}

#campaign-videos .right A.thumb:hover IMG {
  border: 1px solid #69aee3;
}

#campaign-videos .right TABLE {
  border-collapse: collapse;
}

#campaign-videos .right TABLE TR TD {
  padding: 4px;
}


/**
 * Downloads Table
 */

.downloads TABLE {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.downloads TABLE THEAD TR TD {
  font-size: 10px;
  padding: 2px 10px;
}

.downloads TABLE TBODY TR TD {
  padding: 4px 10px;
  white-space: nowrap;
}

.downloads TABLE TBODY TR.alt TD {
  background: #f6f6f6;
}

.downloads TABLE TBODY TR TD A {
  font-weight: bold;
}


/**
 * Misc Classes
 */

.clear {
  clear: both;
  height: 1px;
}

.dots {
  width: auto;
  height: 2px;
  background: url('/images/global/bgs/dots.gif') left center repeat-x;
  margin: 16px 0px;
}

.error {
  color: red;
}

