nav#subNav
{
  left: auto;
  padding: 20px 10px;
  position: absolute;
  top: auto;
}

nav#subNav h4
{
  color: #ffffff;
}

nav#subNav h4.accordion
{
  background-image: url(/images/plusminus.png);
  background-position: right 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}

nav#subNav h4.open
{
  background-position: right -21px;
}

nav#subNav ol
{
  color: #ffffff;
  list-style: decimal outside none;
  padding-left: 20px;
}

nav#subNav li
{
  font-size: 0.917em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

nav#subNav li a
{
  color: #ffffff;
}

nav#subNav li a span {
    font-size:1em !important;
}

nav#subNav li a:hover
{
  color: #222222;
}

article#mainArticle
{
  margin-left: 300px;
  padding-left: 15px;
  width: 615px;
}

/* styling for elements within an enyclopedia article - This will need to override bits within the styles.css and be included in a richtext area that is specific just the the articles */

.mceContentBody
{
  background-color: #ffffff !important; 
}

#mainArticle ul, .mceContentBody ul
{
/*
  list-style: decimal !important;
  list-style-position: outside !important;
  padding: 0 15px;
*/
  padding: 0 22px;
}

#mainArticle ul li, .mceContentBody ul li
{
  background-image: url("/images/bulletSolid.gif");
  background-position: 0 0.5em;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 0.5em;
  padding-left: 16px;
}

#mainArticle ul li div, .mceContentBody ul li div
{
  display: inline;
}

/*
#mainArticle p, .mceContentBody p
{
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
*/

/*#mainArticle p span, .mceContentBody p span
{

  left: -15px;
  position: absolute;
  top: auto;
*/
}

/* trying to only apply the styling when inside a strong tag too work, but then we cant make stuff bold :(
#mainArticle p span strong, .mceContentBody p span strong
{
  left: -15px;
  position: absolute;
  top: auto;
}
*/



#mainArticle table p span, .mceContentBody table p span
{
  position: static !important;
}

#mainArticle table td {
  /*padding-bottom:10px; */
}

/*#mainArticle table td em {
    padding:0 5px;    
    font-size:0.833em;
}*/

/* This seems to be how the headings are marked up - they have NOT be set as headings in the word documents */

#mainArticle h1, .mceContentBody h1
{
  background: none;
  color: #004466;
  font-family: 'johnston itc', Arial, Helvetica, sans-serif !important;
  font-size: 1.167em;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}

#mainArticle img, .mceContentBody img
{
  max-width: 593px !important;
}

#mainArticle h6, .mceContentBody h6, #mainArticle p, .mceContentBody p
{
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 0.5em 0 0.5em 22px;
  position: relative;
}

#mainArticle table p
{
  padding: 0;
}

#mainArticle h6 span.numeral, #mainArticle p span.numeral
{
  font-size: 0.917em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  top: 0;
}

.mceContentBody h6 span.numeral, .mceContentBody p span.numeral
{
  display: none;
}

#mainArticle table, .mceContentBody table
{
  margin: 1em 0 1em 22px;
  max-width: 593px !important;
  width:calc(100% - 22px);
  border:0px !important;
}

#mainArticle table td {
  border:0px !important;
}

.mceContentBody table td { 
  border: 1px dashed #bbb !important;
}

#mainArticle table td p,
.mceContentBody table td p {
  padding-left:0px !important;
}


#mainArticle h2, .mceContentBody h2 {
  padding-top:10px;  
  margin-top:10px;
  border-top: 1px dotted #000;
}

#mainArticle h2:first-child, .mceContentBody h2:first-child {
  border-top:0px;  
} 

#mainArticle table td span em,
.mceContentBody table td p span em,
#mainArticle table td em,
.mceContentBody table td em {
  font-size:1em;
}


#mainArticle a, 
.mceContentBody a,
#mainArticle table td a,
.mceContentBody table td a,
#mainArticle table td a span,
.mceContentBody table td a span
{
  color: #448888 !important;
  font-weight: normal;
  text-decoration: underline !important;
}

#mainArticle strong a,
.mceContentBody strong a,
#mainArticle table td strong a,
.mceContentBody table td strong a,
#mainArticle table td strong a span,
.mceContentBody table td strong a span,

strong
{
  font-weight: bold !important;
}

#mainArticle a:hover,
.mceContentBody a:hover,
#mainArticle table td a:hover,
.mceContentBody table td a:hover,
#mainArticle table td a:hover span,
.mceContentBody table td a:hover span
{
  text-decoration: none !important;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

.counter {

}

p {

}

