/* COPYRIGHT NOTICE: */
/* Entire contents Copyright © 2008 Daniel Kennedy.  All Rights Reserved. */


/* TOP LEVEL */

html {overflow-y: scroll;}

body
{
  margin: 0 20px 0 20px;
  padding: 0;
  background: #ffffff;
  color: #666666;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: small;
  line-height: 140%;
  vertical-align: top;
  text-align: center;
}

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

a {outline: 0;}

h1
{  
  color: #cccccc;
  font-size: medium;
  font-style: italic;
  line-height: 130%;
  margin: 0px 0px 6px 0px;
}

img {border: none;}

a:link {color: #ff9900;}
a:visited {color: #ff9900;}
a:hover {color: #cc6600;}
a:active {color: #cc6600;}


/* BANNER */

#banner
{
  height: 100px;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 25px 0;
  width: 100%;
}

#banner a {position: absolute; top: 70px;}

.banner1 {left: 0; height: 23px; width: 136px;}
.banner2 {right: 196px; height: 23px; width: 95px;}
.banner3 {right: 96px; height: 23px; width: 93px;}
.banner4 {right: 0; height: 23px; width: 90px;}


/* CONTENT */

.back
{
  position: absolute;
  top: 463px;
  left: 57px;
}

.break {padding: 8px 0 0px 0;}

.caption-small
{
  margin: 0 0 10px 0;
  font-size: x-small;
  line-height: 100%;
  color: #999999;
  text-align: right;
}

.caption-large
{
  margin: 0 90px 0 90px;
  text-align: center;
}

.column-left {position: absolute; top: 125px; left: 0; width: 555px;}
.column-middle {margin: 0 0 0 150px; padding: 0 0 10px 0;}
.column-right {position: absolute; top: 125px; right: 0; width: 200px;}
.column-wide {position: absolute; top: 125px; left: 0; width: 100%;}

.footer
{
  clear: both;
  margin: 0 0 10px 0;
  padding: 2px 0 0 0;
  border-top: 1px solid #cccccc;
  color: #999999;
  font-size: x-small;
  line-height: 100%;
  text-align: right;
}

.preload img {display: none;}

img.large
{
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}

img.small
{
  width: 135px;
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
}

.row {clear: both;}

.row-centered
{
  clear: both;
  text-align: center;
}

.small-header
{
  margin: 0 0 10px 0;
  font-size: x-small;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
}

.small-content
{
  margin: 0 0 20px 0;
  font-size: x-small;
  line-height: 150%;
}
