/*
 * Bobo Construction Project Downloads Style Sheet
 *
 * Copyright 2007 Spenlen Media (http://spenlen.com)
 */


/**** Global Rules ****/

/* Page Structure */

HTML, BODY, H1, H2, H3, H4, H5, H6, HR, DIV, P, PRE, UL, OL, LI, BLOCKQUOTE, FORM, FIELDSET, TABLE, TR, TH, TD, DL, DT, DD {
  margin: 0;
  padding: 0;
}

HTML, BODY {
  height: 100%;
}

BODY {
  font: normal normal normal 0.9em/1.3em Arial, Verdana, Tahoma, sans-serif;
  background: #fff;
  color: #000;
}

#page {
  padding-bottom: 5%;
  background: url('/images/pageFooter.gif') no-repeat center bottom;
  min-height: 95%;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 1em 0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
}

H1 {
  margin: 0;
  float: left;
}

H1 A {
  background: url('/images/Logo_Small.gif') no-repeat center center;
  text-indent: -1000em;
  height: 194px;
  width: 180px;
  display: block;
}

H2 {
  margin: 0;
  background: url('/images/projectDownloadsBackground.jpg') no-repeat center right;
  text-indent: -1000em;
  height: 194px;
}

H3 {
  margin-top: 0.5em;
  padding-left: 15px;
  font-size: 1.5em;
  color: #000066;
}

H4 {
  margin-top: 0.7em;
  padding-left: 15px;
  font-size: 1.2em;
  color: #000066;
}

/* Tables */

TABLE {
  margin: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
  width: 100%;
}

TH, TD {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

TH {
  padding: 0.2em 15px;
  background: #00325c;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

TD {
  padding: 1em 15px 0 15px;
}

/* Paragraphs and Other Block-Level Elements */

P {
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 15px;
  line-height: 1.4em;
}

OL, UL {
  margin: 2em 1em 1em 2em;
  line-height: 1.4em;
}
OL {
  list-style: decimal;
}
UL {
  list-style: none;
}

LI {
  margin-bottom: 1em;
}

ADDRESS {
  margin-bottom: 1em;
  font-style: normal;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1.5em 0;
  border: 1px solid #ccc;
}

/* Anchors (Hyperlinks) */

A {
  font-weight: bold;
  color: #000066;
  text-decoration: none;
}

A:visited {
  color: #000066;
  text-decoration: none;
}

A:hover {    /* Must appear after :visited for IE brosers */
  color: #000066;
  text-decoration: underline;
}

A.delete {
  font-size: 0.9em;
  font-weight: normal;
}

/* Form Elements */

INPUT, TEXTAREA, SELECT {
  font: normal normal normal 1em Verdana, sans-serif;
}

INPUT.fullWidth, TEXTAREA.fullWidth {
  width: 100%;
}

INPUT.cancelButton, BUTTON.cancelButton {
  margin-left: 2em;
}

BUTTON {
  padding: 0.1em;
  background: none;
  border: none;
  font: 0.9em Verdana, sans-serif;
  color: #666666;
  vertical-align: middle;
}

/* Images and Other Inline Elements */

IMG {
  border: none;
}


/**** Site Layout ****/

/* Page Header */

#pageHeader {
  background: #c8c8ca;
}


/* Page Content Area */

#pageContent {
  padding: 0.6em;
  clear: both;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.floatLeft {
  padding-right: 1em;
  padding-bottom: 1em;
  float: left;
}

.floatRight {
  padding-left: 1em;
  padding-bottom: 1em;
  float: right;
}

/* Forms */

P.formButtons {
  margin: 1.5em 0 0.5em 0;
}

TABLE.form {
  width: auto;
}

TABLE.form TH {
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.3em;
  /* padding-left intentionally omitted */
  background: none;
  font-weight: bold;
  text-transform: none;
  color: #000066;
  vertical-align: middle;
}

TABLE.form TD {
  padding-top: 0.3em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  /* padding-left intentionally omitted */
  vertical-align: middle;
}

.promptText {
  color: #808080;
}

.fieldHint {
  padding-left: 1em;
  font-style: italic;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1em;
  color: #ea430b;
}

.formInstructions {
  margin: 0.5em 0 0.7em 0;
  font-style: italic;
  font-size: 0.9em;
  color: #666;
}

.exampleText {
  font-style: italic;
  font-size: 0.9em;
  color: #333;
}

.validationError {
  padding: 0.5em;
  border-left: 0.3em double #d40000;
}

SPAN.validationErrorText {
  font-size: 0.9em;
  font-weight: bold;
  color: #d40000;
}

SPAN.accessoryField {
  font-size: 0.8em;
  font-weight: normal;
}


/* Page Navigation */

#pageNavigation {
}


/* Page Footer */

#pageFooter {
  margin: 0;
  padding: 0;
  text-indent: -1000em;
}
