/*
 * Base settings
 */
body
{
  background: #947ec9;
  margin: 0;
  padding: 10px;
}
a:link, a:visited {
  color: #406;
}
a:hover {
  color: #606;
}

/*
 * Page layout
 */
#top
{
  padding: 3px;
  background: #a890e5;
  border: 1px solid black;
  height: 73px;
}  
#logo
{
  float: left;   
}
h1#title
{
  font-size: 32pt;
  font-weight: normal;
  margin: 10px 0 -10px 10px;
  vertical-align: 5px;
  float: left;
}
#subtitle
{
  display: block;
  margin: 52px 0 0 95px;
  font-family: serif;
  font-size: 14pt;
  font-style: oblique;
}

#left
{
  float: left;
}
#navbar
{       
  background: #a890e5;
  border: 1px solid black;
  margin-top: 0.75em;
  padding: 0.75em 0.6em 1.25em 0.5em;
  width: 170px;
}
.navlinks
{
  color: black;
  margin-left: 0.25em;
  border-left: 1px solid gray;
  padding-left: 0.25em;
}
.navlinks:link, .navlinks:visited {color: #509;}
.navlinks:hover {color: #808;}

#content
{
  padding: 0.5em;
  margin-left: 190px;
  display: block;
}

/*
 * Level one styling
 */

div.section1 /* div */
{
}

div.section1 h2 /* heading */
{
  font-size: 150%;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 0.5em;
}

div.section1 p /* content */
{
  padding-left: 0.5em;
  text-indent: 0.5em;
  text-align: justify;
}

div.section1 p img /* contained image */
{
  margin: 15px;
  float: left;
}

div.section1 ul /* list */
{
  font-size: 110%;
  line-height: 1.5em;
}

div.section1 li /* item */
{
  font-size: 110%;
  list-style-image: url('/images/purplebullet.gif');
}

/*
 * Toolkit
 */
img.image-box /* image with a nice box around it */
{
  margin: 30px 0 0 20px;
  border: 1px solid black;
  background: #435e7f;
  padding: 15px;
  vertical-align: middle;
}

img.image-box-left /* image with a nice box around it */
{
  margin: 15px;
  border: 1px solid black;
  background: #435e7f;
  padding: 15px;
  vertical-align: middle;
  float: left;
}

img.image-box-right /* image with a nice box around it */
{
  margin: 15px;
  border: 1px solid black;
  background: #435e7f;
  padding: 15px;
  vertical-align: middle;
  float: right;
}

img.image-box-center /* image with a nice box around it */
{
  display: block;
  margin: 30px auto 20px;
  border: 1px solid black;
  background: #435e7f;
  padding: 15px;
  vertical-align: middle;
}

img.floater /* left-floated image to place text to right */
{
  margin: 15px;
  float: left;
}

.clears { clear: both; }
.clears-left { clear: left; }
.clears-right { clear: right; }

ul.imgdivider4 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}
ul.imgdivider4 li {
  display: block;
  width: 21%;
  margin: 0 2%;
  padding: 0;
  float: left;
  text-align: center;
}

h3 {
  padding-top: 10px;
}

/*
 * Testimonials
 */
div.testimonial
{
  border: dotted #444;
  border-width: 1px 0 0 1px;
  margin: 0 0 2em 1em;
  padding: 0.25em 1.5em;
}
div.testimonial h3
{
  font-size: 110%;
}
div.testimonial p.sig
{
  text-align: right;
  font-style: oblique;
}

div.lpic, div.rpic
{
  clear: both;
}

div.testimonial img
{
  margin: 15px;
  border: 1px solid black;
  background: #435e7f;
  padding: 15px;
  float: left;
}
div.lpic img
{
  float: left;
  margin-left: -1em;
}
div.rpic img
{
  float: right;
  margin-right: -1em;
}
 
/*
 * Article stuff
 */
span.article-subtitle
{
  margin: -1em 0 0 5px;
  font-size: 130%;
}

span.article-author
{
  font-size: 110%;
  font-style: oblique;
}

/*
 * Resources
 */
div.resource img
{
  float: left;
  margin-right: 15px;
}

/*
 * Home page
 */
ul.mainlist
{
  list-style-type: none;
  font-size: 115%;
  margin: 0;
}

ul.mainlist img
{
  vertical-align: middle;
  border: 0;
  margin: 0px 15px 0px 5px;
}
