body, html
{
  margin: 0;
  padding: 0;
  background: #2d2d2d;
  font: 0.9em/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #dadada
}

img
{
  border-style: none;
}

h1, h2, h3, h4
{
  color: #b10e0e;
}

body
{
  min-width: 720px;
  text-align: center;
}

abbr
{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

#Wrap
{
  width: 720px;
  margin: 0 auto;
  text-align: left;
}

#Header
{
  width: 720px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

#Header h1
{
  text-align: center;
}

#Menu
{
  float: left;
  width: 180px;
}

#Menu a, #Menu span {
  border: none;
  display: block;
  padding: 3px 0 5px 0;
  text-decoration: none;
  border-bottom: 1px dotted #404040;
}

#Menu li li a, #Menu li li span
{
  padding-left: 10px;
}

#Menu span {
  font-weight: bold;
  color: #b10e0e;
}

#Menu li, #Menu ul li, #Menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .9em;
}

#Menu li.hidden, #Menu ul li.hidden {
   display: none;
}

#Main
{
  float: right;
  width: 500px;
  padding-bottom: 40px;
}

div.Article
{
  background: url(../images/site/corners_top_left.gif) top left no-repeat;
  position: relative;
}

div.Article h2
{
  background: url(../images/site/corners_top_right.gif) top right no-repeat;
  padding: 20px;
  margin: 0;
  position: relative;
  right: -20px;
  padding-left: 0;
}

div.ArticleBody
{
  background: url(../images/site/corners_right_border.gif) top right repeat-y;
  margin: 0;
  margin-top: -2em;
  padding: 20px;
  position: relative;
  right: -20px;
  padding-left: 0;
}

div.ArticleLong
{
  background: url(../images/site/corners_left_border.gif) top left repeat-y;
}

div.ArticleFooter
{
  background: url(../images/site/corners_bottom_left.gif) bottom left no-repeat;
  position: relative;
  top: 20px;
}

div.ArticleFooter p, span.ArticleFooter
{
  background: url(../images/site/corners_bottom_right.gif) bottom right no-repeat;
  display: block;
  padding: 20px;
  margin: -4em 0 0 0;
  position: relative;
  right: -20px;
  padding-left: 0;
  font-size: 75%;
}

div.ArticleFooter p, div.ArticleFooter a:link, div.ArticleFooter a:active, div.ArticleFooter a:visited {
  color: #505050;
  text-align: center;
}

blockquote {
  padding: 8px 70px;  
  font: italic 1.05em Georgia, Times, serif;
  background: url(../images/site/left_dbl_quote_mark.gif) 20px 10px no-repeat;
  margin: 5px 0;
}

.image_inline
{
  top:10px;
  height: auto !important;
  width: auto;
}

.image_left
{
  top: 10px;
  margin-left: 15px;
  float: left;
  display: block;
}

.image_right
{
  top: 10px;
  float: right;
  display: block;
}

.figure
{
  margin: 0 0 1.5em;
}

.figure p
{
  margin: 0;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  border-bottom: 1px dotted #404040;
}

.figure .credit
{
  font-size: .9em;
  text-align: right;
}

.figure .credit cite
{
  font-style: inherit;
}

.figure .caption
{
  font-style: italic;
  font-size: .9em;
}

.figure .title
{
  font-style: normal;
  font-weight: bold;
}

.figure .title:after
{
  content: ":";
}

/* Default and menu item link colors */

a:link
{
  color: #dadada;
  text-decoration: none;
}

a:active
{
  color: #b10e0e;
  text-decoration: none;
}

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

a:visited
{
  color: #dadadd;
  text-decoration: none;
}

/* Menu item default formats */
.menuitem, .menuactive
{
  margin-top: 3px;
  width: 160px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #404040;
  background-color: transparent;
}

/* Menu item active colour */
.menuactive
{
  font-weight: bold;
  color: #b10e0e;
}

/* Menu item normal colour */
.menuitem
{
  font-weight: normal;
}

/* Sub-menu item default formats */
.submenuitem_1, .submenuactive_1
{
  font-size:0.9em;
  margin-top: 3px;
  width: 150px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 1px dotted #404040;
  background-color: transparent;
}

/* Menu item active colour */
.submenuactive_1
{
  font-weight: bold;
  color: #b10e0e;
}

/* Menu item normal colour */
.submenuitem_1
{
  font-weight: normal;
}

.submenuitem_2, .submenuactive_2
{
  font-size:0.8em;
  margin-top: 3px;
  width: 140px;
  padding-bottom: 3px;
  padding-left: 20px;
  border-bottom: 1px dotted #404040;
  background-color: transparent;
}

/* Menu item active colour */
.submenuactive_2
{
  font-weight: bold;
  color: #b10e0e;
}

/* Menu item normal colour */
.submenuitem_2
{
  font-weight: normal;
}

/* Inline link formats */
.inlinelink
{
  font-weight: bold;
}

/* Inline link formats */
.indentlink
{
  font-weight: bold;
  margin-left: 5px;
}

/* Google Maps */

#map_swca, #map_mvta
{
  width:480px;
  height:480px;
  display:none;
}

