body {
  padding: 20px 0;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 12px;
  text-align: center;
  background: #d3e3e5 url(../images/bg_main.jpg) 0 0 repeat-x; /* 9CF; */
}

#triggers {
  margin: 0 20px;
  padding: 10px 20px;
  border: 1px solid #990000;
}

#triggers a {
  float: left;
  display: block;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  color: #FFF;
  text-decoration: none;
  background: #36C;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}

#triggers a:hover {
  background: #36C;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

#misc {
  margin: 12px 20px;
  padding: 12px;
  border: 1px dashed #777;
}

#misc2 {
  margin: 12px 20px;
}

#checklist {
  position: absolute;
  top: 44px;
  left: 160px;
  padding: 12px;
  width: 640px;
  text-align: left;
  background: #CCC;
  border: 2px solid #000;
}

#checklist input, #checklist label {
  float: left;
}

#checklist label {
  margin: 0 0 0 4px;
  text-align: left;
}

#wrap {
  position: relative;
  margin: 0 auto;
  padding: 1px;
  width: 960px;
  text-align: left;
  background: #EDEDED;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
}

#header {
  padding: 20px;
  text-align: center;
  background: #057bdb url(../images/bg_header.png) 0 0 no-repeat;
  border-bottom: 1px solid #9C9;
  -moz-border-radius-topleft: 11px;
  -moz-border-radius-topright: 11px;
}


/* navigation
---------------------------------------------- */
#navigation {
  height: 32px;
  background: #368bc6 url(../images/bg_navbar.png) 0 0 repeat-x;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #368bc6;
}

ul#pnav {
  margin: 0 0 0 20px;
  height: 32px;
  border-left: 1px solid #FFF;
}

ul#pnav li {
  float: left;
  height: 32px;
  border-right: 1px solid #FFF;
  list-style: none;
  font-size: 14px;
}

ul#pnav li a {
  display: block;
  padding: 6px 10px 7px 10px;
  color: #FFF;
}

ul#pnav li a:hover, ul#pnav li a.here {
  padding: 7px 9px 6px 11px;
  text-decoration: none;
  background: #44c8e7 url(../images/bg_navhover2.png) 0 0 repeat-x;
}


/* Sections
------------------------------------------------------- */

.intro {
  padding: 0 20px;
}

.section {
  padding: 20px;
}

.subsection {
  padding: 0 44px;
}

.subsection img {
  float: right;
  margin: 0 0 12px 12px;
}

#footer {
  margin: 44px 0 0 0;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  background: #057bdb url(../images/bg_header.png) 0 0 no-repeat;
  border-top: 1px solid #9C9;
  -moz-border-radius-bottomleft: 11px;
  -moz-border-radius-bottomright: 11px;
  color: #FFF;
}

/* General
-------------------------------------------------------- */
p {
  margin: 0 0 12px 0;
  line-height: 1.2em;
}

a {
  text-decoration: none;
  color: #024ede;
}

a:hover {
  text-decoration: underline;
  color: #de1c02;
}

blockquote {
  margin: 0 auto;
  padding: 20px;
  width: 75%;
  -moz-border-radius-bottomright: 24px;
  -moz-border-radius-topleft: 24px;
  background: #d9e8ee;
}

blockquote p:first-letter {
  font-size: 300%;
  color: #FFF;
  font-family: georgia, serif;
  font-style: italic;
}

blockquote p:before {
  content: '"';
}

pre {
  padding: 10px 0 0 0;
  font-family: "courier new", serif;
  color: #03C;
  background: #d9e8ee url(../images/bg_pre.png) 0 0 repeat-y;
  overflow: auto;
}

hr {
  margin: 0 auto;
  width: 860px;
  height: 12px;
  border: none;
  background: #EDEDED url(../images/hr.png) 0 0 no-repeat;
}

sub, sup {
  color: #FF0000;
}



/* Headers
------------------------------------------------- */
h1 {
  font-size: 200%;
  color: #FFF;
}

h2 {
  padding: 20px 20px 4px 20px;
  margin: 0 0 7px 0;
  font-size: 180%;
}

h3 {
  margin: 0 0 12px 0;
  font-size: 150%;
}

h4 {
  margin: 0 0 7px 0;
  font-size: 120%;
}


/* Lists
------------------------------------------------ */
ul, ol {
  margin: 0 0 12px 100px;
}

li {
  margin: 0 0 7px 0;
}

ul, ul li {
  list-style: square;
}

ol, ol li {
  list-style: decimal;
}

dl {
  margin: 0 0 12px 50px;
}

dt {
  font-size: 104%;
  font-weight: bold;
  font-style: italic;
}

dd {
  margin: 0 0 7px 0;
  padding: 0 0 0 20px;
}


/* Form
----------------------------------------------------------- */
#form {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 555px;
}

.aright {
  text-align: right;
}

.required {
  color: #FF0000;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 12px;
  border: 1px dotted #CCC;
}

fieldset#buttons {
  text-align: right;
}

legend {
  padding: 2px;
  border: 1px dotted #CCC;
}

label {
  float: left;
  display: block;
  margin: 0 4px 4px 0;
  width: 110px;
  text-align: right;
}

.rtlabel {
  width: 300px;
  text-align: left;
}


input.textfield, select.selectfield, textarea.areafield {
  float: left;
  margin: 0 0 4px 0;
}

input.checkbox {
  float: left;
  margin: 0 4px 0 0;
}


/* Table
---------------------------------------------------------------- */
table#raindata {
  margin: 0 auto 12px auto;
  width: 50%;
}

caption {
  padding: 3px;
  text-align: center;
}

th, td {
  padding: 4px;
  border: 1px solid #555;
}

th {
  background: #CCC;
  text-align: center;
}


/* Gallery
----------------------------------------------------------------- */

ul.gallery {
  margin: 0 auto;
  width: 450px;
  border-left: 1px solid #8ab78d;
}

ul.gallery li {
  float: left;
  margin: 0 10px 10px 0;
  height: 100px;
  width: 100px;
  list-style: none;
}

ul.gallery li a {
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;

  border-left: 1px solid #44c8e7;
  border-top: 1px solid #44c8e7;
  border-right: 2px solid #368bc6;
  border-bottom: 2px solid #368bc6;
}

ul.gallery li a:hover {
  border-left: 2px solid #368bc6;
  border-top: 2px solid #368bc6;
  border-right: 1px solid #44c8e7;
  border-bottom: 1px solid #44c8e7;
}




