html, body {
    margin:0; padding:0;
    height:100%;
}

body {
    background: #fff url('/templates/templates/front_images/background.jpg') repeat-x;
    font-family: Georgia, sans-serif;
    font-size: 11px;
    line-height: 25px;
    color: #424242;
    text-align: justify;
}

/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {
    position:relative;
    clear:left;
    width:749px;
    margin:0 auto;
    background: #edece8 url('/templates/templates/front_images/contentBackground.jpg') repeat-y top center;
}

#headerPhoto {
  background: #fff url('/templates/templates/front_images/header.jpg') no-repeat;
  width: 749px;
  height: 192px;
  clear: both;
}

#content {
  clear: both;
  padding: 20px;
}

#pageContent {
  width: 480px;
  margin-left: 20px;
}

#footer {
  clear: both;
  height: 23px;
  background: #347945;
  text-align: center;
  color: #b2b2b2;
  border-top: 1px solid #efefef;
}

/********************************************/
/**         MENU PlACEMENTS                **/
/********************************************/
#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 41px;
}

#menu li {
  display: inline;
  float: left;
  height: 41px;
  margin: 0 5px;
}

#menu li .maskLeft {
  background: transparent url('/templates/templates/front_images/btnMaskLeft_off.png') no-repeat;
  height: 41px;
  width: 11px;
  float: left;
}

#menu li .maskRight {
  background: transparent url('/templates/templates/front_images/btnMaskRight_off.png') no-repeat;
  height: 41px;
  width: 8px;
  float: left;
}

#menu li.selected {
  height: 41px;
}


#menu li.selected .maskLeft {
  background: transparent url('/templates/templates/front_images/btnMaskLeft_on.png') no-repeat;
  height: 41px;
  width: 11px;
  float: left;
}

#menu li.selected .maskRight {
  background: transparent url('/templates/templates/front_images/btnMaskRight_on.png') no-repeat;
  height: 41px;
  width: 8px;
  float: left;
}

#menu li a {
  text-decoration: none;
  color: #fff;
  height: 41px ;
  font-size: 14px;
  background: transparent url('/templates/templates/front_images/btnMask_off.png') repeat-x;
  display: block;
  float: left;
}

#menu li a.selected{
  line-height: 41px;
  background: transparent url('/templates/templates/front_images/btnMask_on.png') repeat-x;
}

#menu li ul {
  left:-999em;
  list-style-type:none;
  margin:0;
  padding:0;
  position:absolute;
  z-index: 500;
  background: #fdfdfd;
  margin-top: 30px;
  padding-top: 10px;
  opacity: 0.8;
  filter:alpha(opacity=80);
}

#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
}

#menu li ul li, #menu li ul li a {
  height: 30px;
  line-height: 30px !important;
  border: none;
  font-size: 12px;
  display: block;
  background: none !important;
  color: #235d39;
  float: left;
  clear: left;
}

/********************************************/
/**         font styling                   **/
/********************************************/

h1 {
  color: #347945;
  _font-size: 22px;
  padding-left: 25px;
}

a {
  text-decoration: none;
  font-size: 11px;
  color: #28713a;
}

a:hover {
  text-decoration: underline;
}

#paginationNumbers {
text-align:center;
width:100%;
font-size: 12px;
}

#paginationNumbers a {
padding:0 2px;
text-decoration: none;
color: #333;
}

#paginationNext {
width:75px;
position: absolute;
margin-top: -25px;
margin-left: 450px;
}

#paginationPrevious {
width:75px;
position: absolute;
}

.stripe {
background-color:#f27321;
border:medium none;
color:#f27321;
height:1px;
margin:5px 0 10px;
padding:0;
}

.selectedNumber {
color:#f27321;
}

h2 {
  color: #12175e;
  _font-size: 18px;
}

.introParagraph {

}

#submenu {
  width: 150px;
  float: right;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  padding-top: 60px;
  text-align: left;
}

#submenu strong {
  color: #28713a;
}

.newsLetter {
  color: #424242;
  text-decoration: underline;
}
