/**************************************************************

  Brown

    #EBE8E1    lighter
   #C3B8A3
  #9B8966
   #5D523D
    #201C14    darker

  Gray

  #FFFFFF      lighter
  #F2F2F2
  #CCCCCC
  #808080
  #5A5A5A
  #000000      darker

**************************************************************/

html {
  height: 100%;
}

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  height: 100%;
  background: #FFFFFF url(../images/bg/header_gradient.jpg) repeat-x top left;
}

html > body {
  font-size: 9pt;
}

a {
  color: #9B8966;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  text-decoration: underline;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

hr {
  height: 1px;
  color: #CCCCCC;
  background-color: #CCCCCC;
  border: 0px solid #CCCCCC;
}

form {
  margin: 0px; padding: 0px;
}

input
{
  border: 1px solid #CCCCCC
}

input[type=submit] {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #5a5a5a;
  border: 1px solid #5a5a5a;
}

textarea {
  border: 1px solid #CCCCCC
}

select {
  border: 1px solid #CCCCCC
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border: 1px solid #000000;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #808080;
  border: 1px solid #808080;
}

/**************************************************************
 Alignment classes
**************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.minWidth {
  min-width: 960px;
}

/**************************************************************
 Header - holds the site title and header images
**************************************************************/

#header {
  position: relative;
  height: 193px;
}

/* Sets where the header images will go */
#header img.logo {
  position: absolute;
  z-index: 1;

  top: 40px;
  left: 8px;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0px;
  right: 20px;
}

#header #tools {
  position: absolute;
  z-index: 2;

  bottom: 40px;
  right: 0;

  text-align: right;
  color: #FFFFFF;
}

#header #tools a {
  color: #FFFFFF;
}

/**************************************************************
 Main menu - the top level site menu
**************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 1px 0.5em;

  font: 400 1.6em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFFFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
/*  color: #C3B8A3;
  border-top: 0px solid #000000;*/
  text-decoration: underline;
}

#mainMenu li a.last {
  margin-right: 0;
}

/**************************************************************
  Content
  Sets the width of the site.  Make changes here
  to convert to a fixed width site.
**************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

/**************************************************************
 Main copy
**************************************************************/

#main-copy {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 30px;
  padding-bottom: 30px;
}

#main-copy h1 {
  color: #9B8966;
  background-color: transparent;
  font: 700 2.5em "trebuchet ms", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#main-copy h2 {
  color: #9B8966;
  background-color: transparent;
  font: 400 1.5em "trebuchet ms", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#main-copy p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

#oneThird {
  width: 240px;
  float: right;
  /*padding-left: 10px;*/
  /*overflow: hidden;*/
  /*position: relative;*/
  /*border-left: 1px solid #CCCCCC;*/
 }

#twoThirds {
  margin-right: 260px;
  padding: 0px 0px;
}

.pageheader {
  font: 600 2.5em "trebuchet ms", serif;
  color: #FFFFFF;
  background-color: #9B8966;
  padding: 4px;
}

.pageheader a {
  color: #FFFFFF;
}

.boxheader {
  font: 400 1.5em "trebuchet ms", serif;
  color: #FFFFFF;
  background-color: #9B8966;
  padding: 4px;
}

.boxevent {
  margin-bottom: 2px;
  background-color: #F2F2F2;
}

.boxreportage {
  margin-bottom: 2px;
  background-color: #F2F2F2;
}

.boxform {
  background-color: #F2F2F2;
}

.buttonheader {
  color: #FFFFFF;
  background-color: #5a5a5a;
  text-align: center;
  padding: 4px;
}

.buttonheader a {
  color: #FFFFFF;
  text-decoration: none;
}

.buttonheader a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.blockquote-exclamation {
  padding: 10px 40px;
  
  border: 2px solid #9B8966;

  background-color: #FFFF80; 
  background-repeat: no-repeat;
  background-position: 5px 50%;  

  background-image: url(../images/icons/blockquote_exclamation.png);
}

.blockquote-stop {
  padding: 10px 40px;
  
  border: 2px solid #FF5050;

  background-color: #FFD0D0;
  background-repeat: no-repeat;
  background-position: 5px 50%;  

  background-image: url(../images/icons/blockquote_stop.png);
}

.blockquote-go {
  padding: 10px 40px;
  
  border: 2px solid #70FF70;

  background-color: #D0FFD0; 
  background-repeat: no-repeat;
  background-position: 5px 50%;  

  background-image: url(../images/icons/blockquote_go.png);
}

/**************************************************************
 Footer
**************************************************************/

#footer {
  color: #cccccc;
  background-color: #5A5A5A;
  text-align: left;
  width: 100%;
  height: 150px;
  float: left;
  clear: both;
}

#footer-main {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding-top: 20px;
}

#footer a {
  color: #cccccc;
  background-color: transparent;
  text-decoration: none;
  font-weight: none;
}

#footer a:hover {
  text-decoration: underline;
}
