/** { border: solid black 1px; }*/

body {
  margin: 0; padding: 0;
  padding-bottom: 2em;
  background: #DCDECB;
  font-family: "Myriad","Tahoma",sans-serif;
  font-size: 11pt;
  min-width: 780px;
  width: 100%;
  max-width: 1200px;
  position: absolute;
}

a { text-decoration: none; color: #355887; }
a:visited { color: #A45234; }
a:hover { text-decoration: underline; }
a img { border: none; }

.clear { clear: both; height: 1px; }

table { font-size: 1em; }

/**
 * Rounded boxes
 */

.round {
  position: relative;
  margin: 0; padding: 0;
}

/*
 * Annoying things I need to do for IE6
 */
.round_tr, .round_tl, .round_br, .round_bl, .light_round_tr, .light_round_tl, .light_round_br, .light_round_bl {
  width: 10px; height: 10px; position: absolute; margin: 0; padding: 0; font-size: 1pt; }
.round_tr, .light_round_tr { top: 0; right: 0; }
.round_tl, .light_round_tl { top: 0; left: 0; }
.round_br, .light_round_br { bottom: 0; right: 0; }
.round_bl, .light_round_bl { bottom: 0; left: 0; }
.round_tr { background: url(/images/corners/green/round_tr-trans.png); }
.round_tl { background: url(/images/corners/green/round_tl-trans.png); }
.round_br { background: url(/images/corners/green/round_br-trans.png); }
.round_bl { background: url(/images/corners/green/round_bl-trans.png); }
.light_round_tr { background: url(/images/corners/light_green/round_tr.png); }
.light_round_tl { background: url(/images/corners/light_green/round_tl.png); }
.light_round_br { background: url(/images/corners/light_green/round_br.png); }
.light_round_bl { background: url(/images/corners/light_green/round_bl.png); }

.round .roundtop {
  width: 100%;
  z-index: 10;
  background: url(../images/corners/round_tr.png) no-repeat top right; 
}

.round .roundbottom {
  width: 100%;
  z-index: 10;
  background: url(../images/corners/round_br.png) no-repeat top right; 
}

.nopadding .roundtop { position: absolute; top: 0; }
.nopadding .roundbottom { position: absolute; bottom: 0; }

img.corner {
  width: 10px;
  height: 10px;
  border: none;
  display: block !important;
}

img#logo {
  position: absolute; top: 10px; right: 10px;
}

div#header {
  margin-right: 270px;
  margin-top: 30px;
  padding: 20px 0 0 20px;
}

div#header h1, div#header h2 {
  margin: 0; padding: 0;
}

div#header h1 {
  font-size: 24pt;
}

div#header h2 {
  font-size: 14pt;
}

div#header p {
  margin-top: 0.5em;
  margin-bottom: 0;
}

div#header p#home_link {
  font-size: 120%;
  margin-top: 0; padding-top: 0;
}

div#single_main {
  margin: 10px;
  padding: 10px;
}

div#flashes {
  background: #A9AC98;
  color: #333;
  margin: 1em 0;
}

div#flashes p {
  margin: 0; padding: 0;
  text-align: center;
}

div#copyright {
  width: 100%;
  text-align: center;
  font-size: 70%;
  margin-top: 2em;
  clear: both;
}

.dark_green {
  background: #CBCEBA;
}

.centered {
  margin: 0 auto;
}

.large_link {
  font-size: 125%;
  text-align: center;
}

.left {
  text-align: left !important;
}


/* surveys */

table#survey th { width: 50px; padding: 5px; }
td.answer { padding: 0; vertical-align: middle; }
td.answer div { position: relative; height: 30px; }
td.answer div img { position: absolute; top: 0; }

textarea { font-family: "Tahoma","Myriad",sans-serif; }

/* compact forms */
.compact_form form { margin: 0; padding: 0; font-size: 10pt; }
.compact_form .label { font-weight: bold; font-size: 90%; margin-top: 0.25em; text-align: left; }
.compact_form .input { margin-bottom: 0.5em; }
.compact_form .example { margin-top: 0; padding-top: 0.25em; font-style: italic; font-size: 90%; }
.compact_form .submit { text-align: center; }
.compact_form .submit input { width: auto; margin-top: 0.25em; }
.compact_form input, .compact_form textarea { font-size: 10pt; }
.compact_form div.input input, .compact_form div.input textarea { width: 100%; }