/*******************************************************************/
/*************** DFIRM (dfirm.css)***************************/
/* Classes used for dfirm tool */
/*******************************************************************/

/* Dfirm - sets the width of the content and shifts it to the right, used by DFirm Tools Presentation */
#dfirmcontentcenter {
  width: 370px;
	margin: 0 10px 0 100px;
	padding: 2px 0 0 0;
}

/* DFirm - formats the header used in DFIrm Tools Presentation, (located under Tools & Links */
#dfirmcontentcenter h1 {
  font-size: 1.5em;
  padding: 5px 0;
  margin: 0;
}

/* Dfirm, formats page title */
#dfirmtools #pagetitle h2 {
  font-size: 1.5em;
  text-align: center;
  padding: 5px 0;
  margin: 0;
}

/* Dfirm, formats the size of the page width,  used to in Tools and Links, DFirm Tools, (in text user guides) */
#dfirmtools #pagecontent {
  width: 750px;
	margin: 0 10px 0 15px;
	padding: 2px 0 0 0;
}

/* Dfirm, formats the size of the page width,  used to in Tools and Links, DFirm Tools, (in text user guides) */
#dfirmtools #pagecontent h2 {
  font-size: 1.15em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

/* Dfirm, formats the size of the page width,  used to in Tools and Links, DFirm Tools, (in text user guides) */
#dfirmtools #pagecontent h3 {
  font-size: 1em;
  font-weight:bold;
  color: #6c6c6c;
  background: inherit;
  margin: 0;
  padding: 0;
}

/* Dfirm, formats the size of the page width,  used to in Tools and Links, DFirm Tools, (in text user guides) */
#dfirmtools #pagedef h3 {
  font-size: 1em;
  font-weight:bold;
  color: #333399;
 }

/* Dfirm, formats the size of the page width,  used to in Tools and Links, DFirm Tools, (in text user guides) */
#dfirmtools #pagecontent p {
  line-height: 15px;
  padding: 0;
  margin-bottom: 20px;
}
