h1 {
  font-family: "madawaska-1","madawaska-2", 'Calibri', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #13181F;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 0.5em;}
h2 {
  font-family: "madawaska-1","madawaska-2", 'Calibri', Helvetica, Arial, sans-serif;
  color: #a51608;
  font-style: normal;
  font-weight: bold;
  margin: 5px 0px 6px;
  font-size: 28px;
  line-height: 1em; }
h3 {
  font-family: "madawaska-1","madawaska-2", 'Calibri', Helvetica, Arial, sans-serif;
  color: #375170;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.015em;
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 6px; }
h4 {
  font-family: 'Calibri',Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.2em; }
h5 {
  font-family: 'Calibri',Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  font-size: .8em;
  line-height: 1em;
  margin-bottom: 0.5em; }
h6 {
  font-family: 'Calibri',Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  font-size: .8em;
  line-height: 1em;
  margin-bottom: 0.5em; }
h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }
p {
  color: #1f2227;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0px 0px 1.3em; }
a {
  color: #AA3015;
  border-bottom: 1px solid #b8b8b8;
  text-decoration: none; }
a:visited {
  color: none; }
a:focus {
  color: #232323; }
a:hover {
  color: #232323;
  border-bottom: 1px solid #777777;
  text-decoration: none; }
a:active {
  color: #d43e19; }
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }
strong {
  font-weight: bold; }
em {
  font-style: italic; }
em.quote {
  color: #3d556f;
  padding-left: 10px;
  font-size: 90%; }
dfn {
  font-style: italic;
  font-weight: bold; }
sup, sub {
  line-height: 0; }
abbr, acronym {
  border-bottom: 1px dotted #666; }
address {
  margin: 0 0 1.5em;
  font-style: italic; }
del {
  color: #666; }
pre {
  margin: 1.5em 0;
  white-space: pre; }
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }
li ul, li ol {
  margin: 0 1.5em; }
ul {
  margin: 0 0 1.3em;
  list-style-type: disc; }
ul li {
  padding-left: 20px;
  background: url(/images/bullet-green.png) no-repeat 0px 0px;
  list-style-type: none;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.35em;
  color: #191F28; }
ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }
dl {
  margin: 0 0 1.5em 0; }
dl dt {
  font-weight: bold; }
dd {
  margin-left: 1.5em; }
hr {
  color: #efefef;
  height: 1px; }  
table {
  font-family: 'Lucida Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #232323;
  font-style: normal;
  border: 2px solid black;
  background: #fff;
  margin-bottom: 1.4em;
  width: 100%;
  border-collapse: collapse;
  font-size: .8em; }
table thead th {
  border-bottom: 2px solid black; }
table tfoot th, table tfoot td {
  border-top: 2px solid black; }
table th:first-child {
  border-right: 2px solid black; }
table th, table td {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-left-width: 0px;
  border-top-width: 0px; }
table th:last-child, table td:last-child,
table th.last, table td.last {
  border-right-width: 0px; }
table tbody tr:last-child th, table tbody tr:last-child td, table tfoot tr:last-child th, table tfoot tr:last-child td,
table tbody tr.last th, table tbody tr.last td, table tfoot tr.last th, table tfoot tr.last td {
  border-bottom-width: 0px; }
th {
  font-weight: bold; }
thead th {
  background: #E8F0FC url(/images/header-main.gif) repeat-x scroll center bottom;
  border-bottom: 1px solid #9CAECC;
  border-top: 1px solid #9CAECC;
  color: #2D466E;
  font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 5px 10px;
  text-align: left;
  text-transform: none; }
th, td, caption {
  padding: 5px 10px; }
tr {
  border-bottom: 1px solid #cbcdd3; }
tr.even td {
  background: #edecec; }
tfoot {
  font-style: italic; }
caption {
  background: #eee; }
.left {
  float: left !important;
  margin-left: 0 !important; }
.right {
  float: right !important;
  margin-right: 0 !important; }
.center {
  text-align: center !important; }
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0; }
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }
* html .clearfix {
  height: 1%; }
.clearfix {
  overflow: hidden;
  display: inline-block; }
.clearfix {
  display: block; }


/* forms.css */
form {margin-left:25px;}
label {font-weight:normal;font-size: 15px;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
textarea {width:390px;height:250px;padding:5px;}
input {font-weight:bold;font-size: 15px;padding:4px 6px;width:385px;}
input#contact_submit {width:80px;padding:0px;font-weight:normal;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


