html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(./images/light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
    text-transform: uppercase;
  font: 700 1.6em Verdana, arial, sans-serif;
  color: #537157;
/*  border-bottom: 12px solid #79C994;*/
    }

h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #587A67;
  padding-top: 10px;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D7361;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}




/* Links */
a {
  text-decoration: none;
  color: #3B7755;
}

a:hover {
  color: #66A37B;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #2F4F2F;
}

a:hover img.border {  
  border: 1px solid #66A37B;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #66A37B;
}

ol li span {
  font-weight: normal;
  color: #444;
}

blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F3E9;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

blockquote img{
  margin: 3px 10px 0 0;
}

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}


#header {
	clear: both;
	position: relative;
	height: 4em;
	margin: 0 auto;
	background: #48525B url(./images/header.gif) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
}

#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 2.5em 1em 0 0 !important;
  margin: 2.5em 0.5em 0 0;
  padding: 0;
  float: left;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  text-transform: uppercase;
  font: 400 1.1em verdana, arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #F0FFF0;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #FFFACD;
}

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(./images/header_image.jpg) no-repeat top left;
}


#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #3B5D77 url(./images/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menu ul li a {
  float: left;
  height: 1.9em;
  font: 400 1.1em verdana, arial, sans-serif;
  letter-spacing: 0.1em;
  border-right: 1px solid #1E6344;
  color: #fff;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}

#menu ul li a:hover {
  background: #1E6344;
  text-decoration: none;
}

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}

.width {
  width: 776px;
}
.widthPad {
  width: 746px;
}

.width100 {
  width: 100%;
}

#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(./images/header.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;
  font: 300 1em arial, sans-serif;
  letter-spacing: 0.0em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #F0FFF0;
  border-right: 1px solid #ACF0AC;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #ACF0AC;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

.dark {
  color: #353E47;
}

