/* global page styles */
body {
  background: #ddd;
  color:      #333;
  font:       13px Lucida Sans Unicode, Arial, sans-serif;
  text-align: center;
  margin:     0;
  padding:    0;
}
   
a {
  color: #3D83C4;
}
   
a:hover {
  color: #900;
}

/* containers */
#container {
  margin: 0 auto;
  width: 720px;
  position: relative;
  background: #fff;
  padding: 0 10px 0 10px;
  text-align: left;
}

/* top logo and page image */
#headerbar {
  padding-top: 10px;
}
   
#logo {
  background: url("../images/promise_tv_and_text.png") no-repeat;
  width: 550px;
  height: 60px;
  margin: 0 0 0 -10px;
}

#logo h1 {
  display: none;
}
   
#tagline {
  margin: -0.5em 0 1.2em 0;
  padding: 0 0 0 2px;
  font-size: 1.1em;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}

/* page header image */
#overbg {
    background: url("../images/promise_background_main.png") no-repeat;
    height: 171px;
    width: 720px;
    margin-top: 10px;
}

#overbg .leftside {
  color: #fff;
  padding: 30px 530px 0 30px;
  margin: 0;
  font-family: Trebuchet MS, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
}

/* main content div */
#maincontent {
  padding-top: 10px;
  margin: 0 15px 0 254px;
}

#maincontent h2 {
  font-family: verdana, sans-serif;
  color: #c00;
  font-size: 150%;
}

#maincontent h3, #maincontent h3 a {
  color: #c00;
  font-family: verdana, sans-serif;
  margin: 1.1em 0 0.5em 0;
}

#maincontent p {
  font: 13px Trebuchet MS, Arial, sans-serif;
}

/* talk slides */
p.slide {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

img.slide {
  border: 1px solid #000;
}


/* left hand links section */
#links {
  position: absolute;
  top: 272px;
  width: 220px;
  margin-left: 12px;
}
   
#links h4 {
  color: #966;
  font-family: verdana, sans-serif;
}

#links ul.first {
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: bold;
}

#links ul.second {
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: normal;
}
   
#links ul li {
  line-height: 20px;   
}
   
#links ul li a {
  text-decoration: underline;
}


/* Footer section */
#footer {
  text-align: center;
  margin-top: 3em;
  padding-bottom: 3em;
}

.caption {
    font-weight: bold;
}