/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size: 75%;  color: #333; background: #333 url("images/background.gif") top left repeat; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#111;}
h1 {font-size:1.1em;line-height:1;margin-bottom:0.5em; padding: 32px 0px 14px 8px; background: #e3e3e3; border: 1px solid #CCC; color: #005837;}
h2 {font-size: 1.3em;margin-bottom:0.75em;}
h3 {font-size:1.1em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:.9em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:.9em;font-weight:bold; font-style: italic;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {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, code {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, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


#page {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    background: #FFF url(images/page_bg.gif) top left repeat;
    float: left;
}
#wrapper {
  float: left;
  width: 900px;
  background: #FFF;
}
#content {
    float: left;
    text-align: left;
    width: 555px;
    min-height: 350px;
    background: #FFF;
    padding: 0px 20px;
}
#contentOneCol {
    float: left;
    text-align: left;
    width: 859px;
    min-height: 350px;
    background: #FFF;
    padding: 0px 20px;
}
#content p {padding: 0px 0px 0px 9px; line-height: 1.6;}
/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */
ul#top {margin: 0; padding: 0; list-style-type: none;}
ul#top li{margin: 0; padding: 0; float: left; display: block;}
ul#top li.logo {margin: 0; padding: 7px 0px 0px 0px; float: left; height: 78px; width: 200px; text-align: right;}
ul#top li.search {margin: 0 0 0 200px; padding: 30px 0 0 0 ;  float: none; height: 31px; width: 500px; display: block; text-align: right;}
ul#top li.navbox {margin: 0 0 0 200px; padding: 0; float: none; height: 24px; display: block;}
#header { 
    background: url(images/background.jpg) repeat-y top left;
    float: left; 
    width: 100%;
    height: 85px;
    margin: 0;
    padding:0;  
}

#greybar {
    float: left; 
    width: 100%;
    height: 0px;
    background: #ccc;
    border-top: 5px solid #015838;
    border-bottom: 1px solid #999;
  }
 
/* Search Styles
------------------------------------------------------------------------- */ 

#ajaxSearch_form {
width: 500px;
        }
        #ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
            border: 1px solid #cccccc;
            background: #666;
            margin: 0 3px 0 0;
            padding: 3px 3px 0px 3px;
            vertical-align: top;
            color: #FFF;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
            width: 22px;
            border: none;
            background: transparent url(images/searchBtn.gif) top left no-repeat;

        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
            position: relative; 
            z-index: 4000;
            display: none;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
  
/* Top Navigation Tabs 
------------------------------------------------------------------------- */
#searchbar {float:left; clear: right; height: 61px; width: 500px;}

#topnav {
  background: #006634; 
  float: left;
  height: 24px;
  text-align: left;
  padding: 0;

  border: 0;
  -moz-border-radius-topright: .6em;
  -webkit-border-top-right-radius: .6em;
  }
#topnav ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;  
  }
#topnav ul li {
  margin: 0;
  float: left;
  display: block;
  list-style-type: none;  
  text-align: left;
  line-height: 24px;
  vertical-align: middle;
  }
#topnav ul li a:link, #topnav ul li a:visited, #topnav ul li a:hover, #topnav ul li a:active {
  color: #FFF; 
   padding: 0px 18px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  height: 23px;
  background: #277F54;
  border: 1px solid #006634;
  border-width: 1px 1px 0px 1px;
  -moz-border-radius-topright: .6em;
  -webkit-border-top-right-radius: .6em;
  -moz-border-radius-topleft: .6em;
  -webkit-border-top-left-radius: .6em;
  }

#topnav ul li a:hover {
  background: #77b495;
  }


/* Nav Bar 
------------------------------------------------------------------------------- */

ul#navwrapper {
  background: #f1f1f1;
  float: left;
  border: 1px solid #CCC;
  margin: 0;
  margin: 10px 20px 20px 20px;
  list-style-type: none;
  }
ul#navwrapper li {
  background: transparent;
  float: left;
  margin: 0px 0px;
  padding: 5px 0px 5px 0px;
  list-style-type: none;
  border: 1px solid #ccc; 
  border-width: 0px 1px 0px 0px;
  width: 142px;
  }
ul#navwrapper li img {
  margin: 5px 0px 5px 8px;
  border: 1px solid #ccc;
  border-width: 1px;
  }
  ul#navwrapper li img:hover {
  margin: 5px 0px 5px 8px;
  border: 1px solid #77B495;
  border-width: 1px;
  }

  
ul#navwrapper li.navLast {
  background: transparent;
  float: left;
  margin: 0px 0px;
  padding: 5px 0px 5px 0px;
  list-style-type: none;
  border: 1px solid #ccc; 
  border-width: 0px 0px 0px 0px;
  width: 142px;
  }
  
ul#navwrapper li a.textLink:link, ul#navwrapper li a.textLink:visited, ul#navwrapper li a.textLink:hover, ul#navwrapper li a.textLink:active  {
  color: #006634;
  font-weight: bold;
  font-size: 85%;
  padding: 0px 10px 0px 20px; 
  background: url(images/navbar_bullett.gif) left 4px  no-repeat;
  float: right;
}


ul#navwrapper li a.textLink:hover {
  color: #77B495;
  font-weight: bold;
  font-size: 85%;
  padding: 0px 10px 0px 20px; 
  background: url(images/navbar_bullett.gif) left 4px  no-repeat;
  float: right;
}
  
ul#navwrapper li a.imgLink:link, ul#navwrapper li a.imgLink:hover, ul#navwrapper li a.imgLink:visited, ul#navwrapper li a.imgLink:active {
  margin: 0;
  padding: 0; 
  background: none; 
  }

ul#navwrapper li a.imgLink:hover {
  margin: 0;
  padding: 0; 
  background: none;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    float: left;
    width: 264px;
    background: #FFF;  
    border-left: 1px solid #CCC;
    padding: 0px 20px 20px 20px;
}


#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}




/* Footer 
------------------------------------------------------------------------- */
#footer {
    float: left;
    height: 38px;
    width: 100%;
    background: #EEE;
    border-style: solid;
    border-color: #CCC;
    border-width: 1px 0px 1px 0px;
    
}
#footer ul {list-style-type: none;}
#footer ul li {list-style-type: none; display: block; float: left; line-height: 38px; padding: 0px 6px;   font-size: 85%; background: transparent;}
#footer a:link {
  color: #006634;
}
#footer a:visited {
color: #006634;

}
#footer a:hover {
  color: #418E67;

}
#footer a:active {
color: #006634;

}
#copyright {
  float: left;
  width: 100%; 
  text-align: left;
  background: transparent;
  font-size: 85%;
  color: #FFF;
  padding: 10px 0px 0px 24px;
}

/* Forms 
------------------------------------------------------------------------------- */
form.contactForm fieldset {
  margin-bottom: 10px;
}
form.contactForm legend {
  padding: 0 2px;
  font-weight: bold;
}
form.contactForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.contactForm fieldset ol {
  margin: 0;
  padding: 0;
}
form.contactForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.contactForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contactForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.contactForm fieldset fieldset label {
  display: block;
  width: auto;
}
form.contactForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.contactForm label {
  width: 150px; /* Width of labels */
}
form.contactForm fieldset fieldset label {
  margin-left: 153px; /* Width plus 3 (html space) */
}


/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}