body {
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #606060;
  text-align: center;
  margin: 0;
}

a, a:hover, a:focus { outline: 0; } /* Turn of dotted outlines */

b, strong {
  font-weight: 700;
}

sup { font-size: 65%; vertical-align: top; }

h1 {
  font-size: 22px;
  font-weight: 700;
  /*font-variant: small-caps;*/
  color: #a09040;
  padding-top: 1.0em;
  padding-bottom: 0.75em;
}
h2 {
  font-size: 16px;
  font-weight: 700;
  font-variant: normal;
  color: #a09040;
  padding-bottom: 0.75em;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  /*font-variant: small-caps;*/
  color: #a09040;
  padding-bottom: 1em;
}

p {
 line-height: 1.5em;
 padding-bottom: 1em;
}

ul, ol {
  margin-left: 3.0em;
  list-style-position: outside;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li {
  line-height: 1.5em;
  padding-bottom: 1.0em;
}


#container {
  width: 960px;
  background-color: #ffffff;
  color: #202020;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: left;
  box-shadow: 0px 0px 15px #303030;
}

#header {
  background-color: #333333; 
  color: #ffffff;
  width: 860px;
  height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 48px;
  padding-bottom: 8px;
  clear:both;
}
#logo {
  background: #a09040;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
#logo a {
  text-decoration: none;
  color: #ffffff;
}
span:hover#logo {
  box-shadow: 0px 0px 15px #080808;
}
#tagline {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
#nav {
  text-align: right;
  background-color: #333333;
  font-size: 14px;
  color: #d0d0d0;
  width: 860px;
  height: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 6px;
  clear:both;
}

#nav a {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
#nav a:link {
  text-decoration: none;
}
#nav a:visited {
  text-decoration: none;
}
#nav a:hover {
  background-color: #a09040;
  text-decoration: none;
}
#nav a:active {
  text-decoration: none;
}



.content {
  clear:both;
  padding: 30px 100px 40px 100px;
}
.content a {
  color: #000000;
  text-decoration: underline;
}
.content a:link {
  text-decoration: underline;
}
.content a:visited {
  text-decoration: underline;
}
.content a:hover {
  background-color: #a09040;
  text-decoration: underline;
}
.content a:active {
  text-decoration: underline;
}


.summary {
  font-size: 15px;
  line-height: 1.75em;
}
.highlight {
  font-weight: 700;
  color: #a09040;
}

#footer {
  clear:both;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  background-color: #333333;
  color: #ffffff;
  width: 860px;
  /*height: 25px;*/
  /*height: 30px;*/
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#footer a {color: #ffffff; text-decoration: underline;}
#footer a:link {text-decoration: underline;}
#footer a:visited {text-decoration: underline;}
#footer a:hover {background-color: #a09040; text-decoration: underline; }
#footer a:active {text-decoration: underline;}

hr.full_rule {
  color: #a09040;
  background-color: #a09040;
  border: none;
  height: 2px;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 1.5em;
}
hr.partial_rule {
  color: #a09040;
  background-color: #a09040;
  border: none;
  height: 2px;
  width: 60%;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 1.5em;
}


.top_right_image {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  /*box-shadow: 5px 5px 15px #808080;*/
}
.top_left_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  /*box-shadow: 5px 5px 15px #808080;*/
}

.testimonial {
  padding-top: 1.0em;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 0.5em;
}
.attribution {
  text-align: left;
}


div.clearer {
  clear:both;
  line-height:0;
  height:0;
}

.credit {
  /*font-size: 12px;*/
  font-variant: small-caps;
  font-weight: 700;
}

span.addr img {
  background: #ffffff;
  border: none;
  padding:0;
  vertical-align: bottom;
}
div.addr a {
  background: #ffffff;
  padding:0;
  margin:0;
  border: none;
  text-decoration: none;
}

