@font-face {
  font-family: "Domestic Manners";
  src: url(../fonts/Domestic_Manners.eot ); /* IE */  
  src: local("Domestic Manners"), url(../fonts/Domestic_Manners.ttf) format("truetype"); /* non-IE*/
}

body {
  font: 0.8em Verdana,Arial,sans-serif;
}

a img {
 border: none;
}

h1 {
  font: 3em 'Domestic Manners', Times, serif;
  color: #b93b7a; /* pink */
  text-shadow: 3px 3px 3px #999;
}

h2 {
 font: 2.2em Arial, sans-serif;
  text-shadow: 2px 2px 3px #999;
 /* color: #; */
  padding: 20px 0 0.4em;
}

h3 {
  font: 1.6em Arial,sans-serif;
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0.5em;
  color: #783496;
}

p {
  padding: 0 1em 1em 0;
  text-align: justify;
}

dl, .infobox {
  border: 1px solid #ad68ca;
  background: #eccef8;
  border-radius: 15px;
  box-shadow: 2px 2px 2px #999;
  width: 300px;
}

dt {
  font-weight: bold;
  padding: 0 20px 1em;
  text-align: right;
}

dd {
  text-align: justify;
  padding: 20px;
}

.infobox h3 {
  font-size: 1.1em;
  border-bottom: 0;
  font-weight: bold;
  padding-left: 20px;
}

.infobox p {
  padding: 0 20px 20px;
}

.introduction {
  font-size: 1.25em;
}

.floatright {
  float: right;
  margin-left: 20px;
}

.floatleft {
  float: left;
  margin-right: 20px;
}

.hasborder {
  border: 1px solid black;
  padding: 1em;
}

.pic {
  box-shadow: 5px 5px 12px #666;
}

.icon {
  margin-right: 10px;
}

th {
   text-align: left;
}

td {
  padding-left: 20px;
}

/* HEADER */

#byline {
  color: #666;
  font-size: 1.5em;
}

/* BODY CONTENT */

#content {
  margin-right: 40px;
}

#vertnav {
  float: left;
  width: 160px;
}

#vertnav ul {
  list-style: none;
}

#vertnav li {
  padding: 1em;
  margin: 1em;
  border: 1px solid black;
}

#maintext {
  margin-left: 130px;
}

#maintext ul {
  margin-left: 2em;
  padding-bottom: 0.5em;
}

#maintext li {
  padding-bottom: 0.5em;
}

#herobox {
  border: 1px solid #ad68ca;
  background: #e3cced;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-top: 1em;
  padding-left: 1em;
  margin: 1em 0;
  margin-right: 500px;
}

.ticklist {
  list-style-image: url(../images/tick15px.png);
}

#slideshow {
  display: inline-block;
  height: 300px;
}

#slideshow ul {
  list-style-type: none;
}
#slideshow img {
  height: 300px;
  border: 1px solid #666;
  box-shadow: 5px 5px 5px #999;
}

.purple {
  color: #7c1454;
}

table.hasborders { 
  border-collapse: collapse; 
  margin-bottom: 15px; 
}

table.hasborders td, th { 
  border: 1px solid #ccc; 
  padding: 5px; 
}

table.hasborders th { 
  background: #b93b7b; 
  color: white; 
  font-weight: bold;
}


/* FOOTER */

#footer {
  clear: both;
  background: #ddd;
  border-radius: 20px;
  margin: 20px 30px 10px;
}

#footer p {
  padding-top: 10px;
  font-size: 80%;
  text-align: right;
  padding-right: 30px;
}

