html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts and deletes somehow! */
ins, del {
  text-decoration: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #ccc;
  font: 12px Verdana, Helvetica, sans-serif;
}

p {
  font-height: 12px;
  line-height: 18px;
  margin-bottom: 18px;
}

a {
  color: #0a0;
}

#wrapper {
  width: 800px;
  margin: 0 auto 144px auto;
  background-color: #fff;
}

#login-signup {
  float: right;
  text-align: right;
  margin-top: 14px;
  width: 100%;
  padding: 8px;
}

#login-signup span {
  text-align: center;
  margin-right: 6px;
}

#login-signup span a {
  background-color: #ccc;
  padding: 8px 12px;
  color: #666;
  text-decoration: none;
}

#login-signup span a:hover {
  background-color: #0a0;
  color: #fff;
}

#header h1 {
  font-size: 0;
  float: left;
  clear: both;
  padding: 0 0 18px 36px;
}

#menu_wrapper {
  height: 40px;
  clear: both;
  background-color: #eaeaea;
}

#menu {
  margin: 0;
  padding: 0;
}

#menu li {
  list-style: none;
  float: left;
  font: 12px Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  height: 40px;
}

#menu a {
  height: 20px;
  color: #666;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: normal;
}

#menu a:hover, #menu li.current a {
  color: #fff;
  background-color: #0a0;
}

#content {
  padding: 18px 36px 18px 36px;
  clear: both;
}

h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

h3 {
  font-size: 18px;
  margin-top: 18px;
  font-style: italic;
}

#footer {
  width: 800px;
  height: 129px;
  background: url(/images/footer.png) #ccc;
  border: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

#footer a, #footer a:hover {
  color: #fff;
}

#footer_contents {
  padding: 20px;
}

.clear {
  clear: both;
}

/* Flash ************************************ */
#flash {
}

#flash>div {
  padding: 10px 10px 10px 30px;
}

#flash_notice {
border: 1px solid #0a0;
background: url(/images/dna_icon.png) center left no-repeat;
}

#errorExplanation {
  padding: 10px 10px 10px 30px;
  border: 1px solid #a00;
  margin-bottom: 18px;
}


/* Forms ************************************ */

form .form-column-1 {
  float: left;
  width: 300px;
  margin: 0; padding: 0;
}

form .form-column-2 {
  float: right;
  width: 400px;
}

form label {
  display: block;
  font-weight: bold;
}

form input {
  display: block;
  width: 300px;
  border: 1px solid #999;
  padding: 6px;
  margin-bottom: 12px;
}

form input[type=hidden] {
  display: none;
}

form input[type=submit] {
  width: 150px;
}

form textarea {
  width: 300px;
  border: 1px solid #999;
  padding: 5px;
}

form>div, .form_column-1>div, .form-columns-2>div {
  margin-bottom: 6px;
  width: 300px;
}

form div.checkbox {
  clear: both;
}

form div.checkbox input {
  float: left;
}

form div.checkbox label {
}

.photo {
  padding: 16px;
  margin: 16px 0;
  border: 1px solid #999;
}
