/* CORE TEMPLATE COMPONENTS */
  
body, img, form, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;}
  
body {
  text-align: center;
  background: white url(../images/tilePaleBlue.gif);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 75%;
  color: #006;}

div.page {
  position: relative;
  width: 766px;
  padding: 24px 0 20em;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #dadae9;
  border-right: 1px solid #dadae9;
  text-align: left;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 766px;}
  
html>body div#page {
  width: 768px;
  }

div#subPage {
 /* background: white url(../images/ruleTile.gif) 0 24px repeat-x;  */
     background: white;   
  }
  
/* CORE TYPOGRAPHY */

a {color: #f60;
  text-decoration: none;
  background-color: transparent;
  }
  
a:hover {
  color: #006;
  background-color: #f2f2f7;}
  
div, h1, h2, h3, p, li {
  line-height: 125%;
  }
  
h2, p, ul, ol {
  margin: 0 0 0.75em;}

h1 {
  font-weight: normal;
  font-size: 225%;
  margin-bottom: 0.42em;}
  
h2 {
  font-size: 125%;
  margin-top: 1.75em;}
  
h3 {
  font-size: 110%;}
  
.large {
  font-size: 125%;}
  
div#mainText li {
  margin-bottom: 0.33em;}
 
/* NAV */

div#nav {
  float: left;
  width: 130px;
  z-index: 10;
  background-color: #dadae9;
  padding: 1px 1px 0 0;
  font-size: 91.67%;
  font-weight: bold;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 129px;
  }
html>body div#nav {
  width: 129px;
  }
  
div#nav ul {
  margin: 0;
  padding: 0;
  }
  
div#nav li {
  list-style-type: none;
  margin-bottom: 1px;
  /*border-bottom: 1px solid #dadae9; */
  }
  
div#nav li a {
  display: block;
  background-color: #f2f2f7;
  padding: 3px 6px 2px;
  width: 129px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 117px;
  }
  
html>body div#nav li a {
  width: 117px;
  }
  
div#nav>ul a {
  width: auto;
  }
  
div#nav a:hover, div#nav a.stage:hover {
  background-color: white;
  }
  
div#nav a#self {
  background-color: #006;
  color: white;
  }
  
div#nav ul ul {
  font-weight: normal;  
  }
  
div#nav ul ul a {
  background-color: #eaeaf2;
  }
div#nav div.advert {
  padding-top: 5px;
  background-color: white;
  }
div#nav div.advert .item {
   margin-bottom: 1px;
   }

/* CENTRAL COLUMN */

div#homeText, div#mainText {
  padding: 22px 191px 0 140px;
  }
  
div#homeText {
  padding-top: 181px;
  }

  P.signature { font-family: "Monotype Corsiva", cursive;
    color: blue;
	font-size: 200%;
}
/* tables appear only on the detail pages */
table {
  margin: 0;
  padding: 0;
  border-left: 1px solid #dadae9;
  border-top: 1px solid #dadae9;
  }

th, td {
  padding: 3px 4px;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #dadae9;
  border-bottom: 1px solid #dadae9;
  }

th { 
  background-color: white;
  font-weight: 600;  
  text-align: center;
  }

th.top {
  background-color: #f60;
  color: white;
  font-size: 125%;
  }

td {
  background-color: #f7f7fa;
  }
  
td.head {
   text-align: center;
   font-weight: bold; 
   }
  
/* RIGHT COLUMN SIDEBAR */

div.sideBar {
  position: absolute;
  top: 41px;
  left: 591px;
  width: 160px;}
  
div.item {
  margin-left: 6px;
  margin-bottom: 2em;
  font-size: 91.67%;
  }
  
div.item div {
  margin-top: 0.3em;
  }
  
div#phone {
  font-size: 136.5%;
  font-weight: bold;
  padding: 7px 0 7px 36px;
  background: url(../images/phone.gif) 0 50% no-repeat;
  }
  
div.quote {
  font-size: 110%;
  font-style: italic;
  }
  
div.caption {
  color: #99c;
  }
  
div.item div.caption strong {
  display: block;
  }
  
/* FOOTER */

img#bg_logo {
  display: block;
  padding-bottom: 8px;
  }
  
div#footer {
  padding-top: 60px;
  width: 435px;
  font-size: 92%;
  color: #dadae9;
  }
  
div#footer div {
  float: left;
  border-left: 1px solid #dadae9;
  margin-bottom: 3px;
  }
  
div#footer a {
  display: block;
  padding: 0 4px;
  white-space: nowrap;
  }
  
div#footer a#watershed {
  color: #99c;
  }

/* Styling when editing - to give room for edit panels and show titling. */
.formonly  {
   display: none;  
   }
   
form  .formonly {
   display: inherit;
   clear: both;
   }

form div#mainText {
  padding: 0px;
  }
  
form div#homeText {
  padding: 0px;
  }
  
form div.sideBar {
  position: static;
  float: left;
  padding-top: 50px;
  margin-right: 0px;
  width: auto;
  }
  
form div.item {
  margin-left: 0px;
  margin-bottom: 0em;
  font-size: 92%;
  }
  
form div.item div {
  margin-top: 0em;
  }
  
form hr {
   clear: both;
   }
/* things for newsletter form */ 
.field {
   font-size: small;
   text-align: right;
}

.boxl {
  /* float: left; */
   font-size: smaller;
   margin-left: 0px;
}
/* move the video left over the rest */
div#cs_flashBody {
   margin-left: -140px;
}
