/* /// Author Info ///
Title:	Master Style Sheet
Author:	david.s.mohrman@state.or.us
Revised: 12/20/2010
------------------------------------- */

/* --[ Left Margin area fix ]-- */
/* /// apparently, whoever did the styles for the state template didn't fix the
   content area margin on the left as the page's content butts up against
   left side navigation bar. This code fixes that on each page. ///
-------------------------------------------------------------------- */

div#paragraphFix {max-width: 58em; margin-right: 2%; margin-left: 1%;}
div#paragraphFix li {padding-bottom: 12px;}
div#paragraphFix h2 {margin-top: 24px;}

/* ------------------------------------------------------------------ */


/* --[ Underlined Heading Tags ]-- */

/* //// You may need to use a class or id name for the heading tag you use to
   specify it and the <b> tag from any others on the page you want to remain unstyled. ///
------------------------------------------------------------------------------------------ */

.underLined {border-bottom: solid 1px #3c304b; padding-bottom: 2px;}
.underLined b {border-bottom: solid 4px #3c304b; padding-bottom: 3px;}

/* ------------------------------------------------------------------ */


/* --[ List Bullets Remove ]-- */

.noBulletList {list-style: none;}
#noBulletList {list-style: none;}

/* ------------------------------------------------------------------ */


/* --[ self-clear floats ]-- */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

/* ------------------------------------------------------------------ */


