/* $Id: html-reset.css,v 1.6.2.2 2010/06/26 15:36:03 johnalbin Exp $ */

/**
 * @file
 * HTML Element Styling
 */
body {
  font-size: 100%;}
#skip-link,
#page {
  font-size: 14px;
  line-height: 1.286em;}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  font-family: Arial, Verdana, Tahoma, "DejaVu Sans", sans-serif;
  color: #333333;}
pre,
code {
  font-size: 1.1em; 
  font-family:   Verdana, Arial, "DejaVu Sans Mono", monospace;}
h1 {
	color: #1273c7;
    font-family: Helvetica, Tahoma, Verdana, Arial;
	font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.5em;
    margin-top: 0; }
h2, .field-field-position {
  color: #2a3e4f;
  font-family: Helvetica, Tahoma, Verdana, Arial;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.667em;
  font-weight: bold;}
h3 {
	 font-family: Helvetica, Tahoma, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    margin-bottom: 0.769em;
    margin-top: 0.769em;
}
h4,
h5,
h6 {
clear:left;
float:none;
	 font-family: Helvetica, Tahoma, Verdana, Arial;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0.909em;
  margin-bottom: 0.909em;
}
p,
ul,
ol,
dl,
pre,
table,
fieldset {
  margin: 1em 0;
}
blockquote {
  margin: 1em 2em;
}
ul,
ol {
  margin-left: 0;
  padding-left: 2em;
}
.block ul,
.item-list ul {
  margin: 1em 0;
  padding: 0 0 0 2em; 
}
ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.item-list ul li{
  margin: 0;
  padding: 0;
  list-style: inherit;
}
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;
}
a:link {
	color: #1273c7;
	text-decoration: none;
}
a:visited {
	color: #1273c7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #1273c7;
	text-decoration: underline;
}
a:active {
	color: #1273c7;
	text-decoration: none;
}
table {
  border-collapse: collapse;
}
th,
thead th,
tbody th {
  text-align: left; /* LTR */
  padding: 0;
  border-bottom: none;
}
tbody {
  border-top: none;
}
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}
abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}
img {
  border: 0;
}
hr {
  height: 1px;
  border: 1px solid #666;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 1em 0;
  padding: 0.5em;
}