/* @override http://nascent.dev/style.css */

body {
  background-color: #ffffff;
  color: #000000;
  font: 16pt "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

h3 
{
  font-size: .9em;
  margin-bottom: 4px;
}

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

#wrapper {
  min-height: 691px;
  height: auto !important;
  height: 691px;
  margin: 0 auto;
  width: 1064px;
  background: url(images/background.gif) no-repeat;
}

#header {
  padding: 18px 23px 0;
  height: 244px;
}

#header #logo {
  top: 30px;
  position: relative;
  left: 425px;
  width: 580px;
}

#header #logo img {
  border: none;
}

#tagline {
  margin-bottom: 15px;
}

#content {
  margin: 0 22px;
  padding: 0;
  height: 425px;
  z-index: 500;
}

#content #left-column {
  float: left;
  width: 382px;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}

#content #right-column {
  float: right;
  width: 580px;
  padding-right: 20px;
  position: relative;
  top: -80px;
  text-align: justify;
}

#bottom
{
  clear: both;
  float: right;
  width: 580px;
  position: relative;
  bottom: 65px;
  padding-right: 30px;
}

#bottom-links
{
}

#bottom ul.links
{
  font-size: .8em;
  margin: 0;
  padding: 0;
  float: right;
  
}

#bottom ul.links li
{
  list-style: none;
  display: inline;
  border-left: 2px solid #444;
  padding: 0 1em;
}

#bottom ul.links li.first
{
  border-left: none;
}

#footer {
  clear: both;
  width: 200px;
  margin: 0 auto 20px;
}

.name h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.credentials {
  padding-top: 20px;
  font-size: .6em;
  font-style: italic;
}
.location {
  padding-top: 20px;
  font-size: .6em;
}

.location .address {
  padding-top: 8px;
}

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

#content #right-column p {
  font-size: 0.8em;
}

.emphasis {
  font-style: italic;
  text-align: center;
}

.emphasis h2 {
  font-size: 1em;
  margin-top: 0;
  font-weight: normal;
}

.small-content
{
  font-size: .8em;
}

.box {
  background-color: #d0d9bc;
  padding:  10px;
  border: 2px solid #545355;
  font-size: .8em;
}

.box .caption
{
  font-size: .6em;
  font-style: italic;
  padding-bottom: 0;
}

#right-column table
{
  padding: 0;
  margin: 0;
}

#right-column table td
{
  font-size: .7em;
  padding-right: 2em;
}

.group-button-paypal
{
  margin: 0 auto;
}

.button-paypal
{
  float: left;
  margin-left: 30px;
}

#mc-embedded-subscribe-form fieldset {
  border: none;
}

#content #right-column #mc-embedded-subscribe-form fieldset div.mc-field-group p {
  font-size: 0.6em;
  text-align: left;  
  margin: 3px 0;
}

#mc-embedded-subscribe-form fieldset div.mc-field-group h2 {
  margin: 0;
  font-size: .8em;
}


#mce-success-response {
  font-size: .6em;
  text-align: left;
  line-height: 100%;
  margin: 8px 0;
  padding: 3px;
  background: rgba(208,217,188,0.74);
  border: 1px solid #000;
}

#mc-embedded-subscribe-form fieldset div.mc-field-group label {
  font-size: .6em;
}

#mc_embed_close {
  display: none;  
}

