/* Universal normal text style
-------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:25px;
  color: #5F737D;
  background-color: #FFFFFF;
}



/* Headings
 -------------------------------------------------------------- */  

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5em;
}


h2, h3, h4, h5, h6 {
  margin-top:15px;
   color:#81A580;
}


h1 {
  font-size: 30px;
  color:#81A580;
}

h2 {
  font-size: 24px;
  height: 70px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
  text-decoration: underline;
}



/* Paragraphs and normal styling in main area of site
  -------------------------------------------------------------- */

/* Paragraphs */
p {
  margin-bottom:15px;
}

/* Links */
a {
  color:#88BD57;
  text-decoration:none;
}

/* Visited Links */
a:visited {
  color:#88BD57;
  text-decoration:none;

}

/* Links during hover */
a:hover {
  color:#88BD57;
  text-decoration:underline;
}

/* Links Special */
a.noborder, a.noborder:hover {
  border: none;
  background-color: transparent;
}

/* Horizontal Rule */
hr, div.hr {
  background-color: #fff;
  background-image: url(img/hr.gif);
  height: 13px;
  background-position:center;
  background-repeat:repeat-x;
  border: none;
  width: 100%;
  margin: 2px 0 2px;
}



/* Italicised Text */
i {
  font-weight: normal;
  font-style: italic;
}

/* Emboldened Text */
b {
  font-weight: bold;
}


/* Basic formatting styles for application to text
  -------------------------------------------------------------- */

/* Emphasised Text */
em {
  color: #546A62;
  font-weight: bold;
  font-style: normal;
}


/* Highlighting */
.highlight {
  color: #FFFFFF;
  background-color: #4EA956;
  font-weight: normal;
}


/* Enhanced text */
.enhanced {
  font-size: 17px;
  line-height: 1.5em;
}


/* Small Print */
.smallprint {
  color: #5F737D;
  font-size: 11px;
}


/* Inline Quotations */
q {
  font-style: italic;
}



/* Paragraphs and normal styling in footer area of site
  -------------------------------------------------------------- */

/* Paragraph text in the footer */
  #footer-main p {
    line-height:1.8em;
    margin-top:3px;
    color: #60747D;
  }

  #footer-side p {
    font-size:10px;
  }
  
  #footer-side p img {
    position:relative;
    top:-3px;
  }
  

/* Copyright and Signature (Website by...) */
#credits {
  color:#A6B5BE;
  font-size:10px;
  line-height:15px;
  padding-top:0px;
  padding-bottom:10px;
}

  #credits a {
    color:#88BD57;
    font-weight:normal;
  }
  
/* Legal Info */
#legal {
  color:#A6B5BE;
  font-size:10px;
  line-height:15px;
  padding-top:0px;
  padding-bottom:70px;
}



/* Advanced layout styles for application to text
  -------------------------------------------------------------- */

/* Text Justifications */
.JustifyCenter {
  text-align: left;
}
.JustifyCenter {
  text-align: center;
}
.JustifyRight {
  text-align: right;
}
.JustifyFull {
  text-align: justify;
}


/* Sub and superscript */
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
sub, sup {
    font-size: 0.5em;
    line-height: 100%;
}


/* Image padding when text wrapping */
img[align=left] {padding-right:10px}
img[align=right] {padding-left:10px}


/* Indenting */
.Indent1 {
  text-indent: 1em;
}
.Indent2 {
  text-indent: 2em;
}
.Indent3 {
  text-indent: 3em;
}

/* Lists */
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: disc; }

ol { list-style-type: decimal;}
ol ol { list-style-type: upper-alpha;}
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

ul, ol {  margin: 0px 0px 20px 20px; }

  /*#body .col-2 ul li {
    list-style-type: none;
    background: transparent url(/images/arrow-li.gif) no-repeat 0 50%;
    padding-left: 10px;
  }

  #body .col-2 ul li li {
    list-style-type: circle;
    background: none;
    padding-left: 0;
  }*/


/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight: normal; margin-bottom: 0; padding: 0; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text],
input.text, input.title,
textarea, select {
  margin:0;
}

input.text,
input.title   { width: 300px; padding:3px; }
input.title   { font-size:1.5em; }
textarea      { width: 320px; height: 150px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:0;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.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; }