/* v 1.0 3poodle 
This style sheet uses elements learned from the style sheet included with Zen theme for Drupal, a highly recommended theme that helps to compartmentalize modules and elements.
*/


  body
  {
	color: #000;
  }

  #page
  {
	font-size: 12px;
  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
  }

  pre, code
  {
    font-family: "Courier New", monospace;
	font-size: 1.1em;
  }

  h1
  {
    color: #626262;
	font-size:  1.75em;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0.57em; 
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.667em;
    margin-top: 0.667em;
    margin-bottom: 0;
	font-weight: 300;
  }

  h3
  {
    font-size:  1.167em;
   	line-height: 1.5em;
    margin-top: 0.856em;
    margin-bottom: 0;
  }

  h4, h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em;
    margin-bottom: 0;
  }
	
 
 /*  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
 	margin-top: 3px;
	} */

  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }
  
 /* a href info */

  a:link
  {
  color: #DD291E;
  text-decoration: none;
  }

  a:visited
  {
  color: #DD291E;
  text-decoration: none;
  }

  a:hover, 
  a:focus
  {
  color: #DD291E;
  text-decoration:underline;
  }
  
  a.question {
  	padding: 0 0 0 18px;
	background: url(../images/icon-questionmark.gif) no-repeat 0 31%;
	}

/* styling the lists */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

	ul.menu {
	margin: 0;
	padding: 0;
	}

  ul.menu li,
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }



/* table styles */
  table
  {
    border-collapse: collapse;
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }
  
  td {
  vertical-align:top;
  }
  
 /* images takes off a colored border if image is a link */
  img
  {
    border: 0;
  }

  hr
  {
    height: 1px;
    border: 1px solid #000;
  }

  blockquote {
  	margin:0;
	padding: 10px 40px;
	background: url(../images/icon-quote.gif) no-repeat 0 0;
  }

  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

/* forms */
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
