﻿body
{
    width: auto;
    background: linear-gradient(#1e4b09, #2d5719)no-repeat;
    margin: 0 auto;
    font-family:'Arial Special G1', 'News Cycle';
    font-size: 10pt;
    min-height:600px;
}

#container
{
    width: 1094px;
    background: #FFF;
    margin: 30px auto;   
}

header
{
  background: url(Images/Banner.jpg);
}

nav 
{
  height: 30px;
  background: linear-gradient(#b12f06, #ec3f09);
  margin-bottom: 10px;
}

nav ul
{
  width: 1094px;
  list-style:none;
  margin:0;
  padding: 0;
}

nav ul li
{
  float:left;
  padding: 8px 20px 9px;
}

nav ul li a 
{
  font-family: 'News Cycle', sans-serif;
  font-weight: normal;
  font-size: 10pt; 
  text-decoration: none;
  color: #fff;
}

nav ul ul
{
  visibility:hidden;
  position: absolute;
  background: #FFF;
  z-index: 10;
  width: 250px;
  margin-top: 9px;
  border: 1px solid #000;
  
}

nav ul ul li, nav ul ul li a
{
  list-style:none;
  float: none;
  padding: 8px;
  color: #000 !important;
  font-family: Times new roman;
  font-size: 10pt;
  width: 235px;
}

nav ul li:hover ul
{
  visibility: visible;
}

nav ul li:hover, .active
{
  background: linear-gradient(#537543, #2d5719)no-repeat;
}

nav ul li ul li:hover a
{
    color: #FFF !important;
}

#logo img 
{
  margin: 10px 230px;
}

#slider
{
  margin: 20px auto!important;
}

#MainContent
{
  padding: 20px 45px;
}

#MainContent #slider, #MainContent #slider1
{
  margin: 0px auto 20px !important;
}

#MainContent div#slider, #MainContent div#slider div.sliderInner, #MainContent div#slider1, #MainContent div#slider1 div.sliderInner 
{
  width:1000px;height:650px;/* Must be the same size as the slider images */
}

 #MainContent #slider div.navBulletsWrapper, #MainContent #slider1 div.navBulletsWrapper 
 {
   top: 665px;
 }
.space
{
  width:20px;
}

.DataHead 
{
  width: 980px;
  padding: 10px;
  text-align: center;
  background: #1e4b09;
  border-radius: 5px;
  border: 1px solid #FFF;
  vertical-align: middle;
}

.DataHead h1
{
  font-size: 18pt;
  font-weight: bold;
  color: #FFF;
}

.data
{
  width: 300px;
  text-align:center;
  background: #c7d2c1;
  border-radius: 5px;
  padding: 10px;
}

.data img 
{
  padding-bottom: 5px;
}

.data h2
{
  font-size: 14pt;
  font-weight:bold;
  color: #2d5719;
  padding: 5px 0;
}

.data p
{
  width: 280px;
  height: 70px;
}

.data button
{
  background: linear-gradient(#537543, #2d5719)no-repeat;
  padding: 6px 12px;
  margin: 30px 0 10px 0;
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #FFF;
}

.data button a
{
  color: #FFF;
  text-decoration: none;
}

.data button:hover
{
  background: linear-gradient(#b12f06, #ec3f09);
  cursor: pointer;
}

footer
{
  border-top: 2px solid #CCC;
  padding:30px 50px;
}

#accordion{
    width: 1000px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#accordion h2{
    font-size: 13pt;
    margin: 0px;
    padding: 10px;
    background: #b12f06;
    border-bottom: 1px solid #fff;
    color: #FFF;
    border-radius: 5px;
}
#accordion li div.content{
    display: none;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #b12f06;
}
#accordion li:hover div.content{
    display: inherit;
}

.content td
{
  background: #EEE;
  border:2px solid #1e4b09;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
  width: 25%;
}

.imgTd 
{
  vertical-align: middle;
  text-align: center !important;
}

.PdtTbl td
{
  text-align:center;
}

.PLink 
{
  margin-right: 48px;
  color: #1e4b09 ;
  font-size: 13pt;
  font-weight: bold;
}

.PLink:hover 
{
  text-decoration: none;
}

.content h3
{
  background: #c7d2c1;
  font-size: 11pt;
  font-weight: bold;
  text-transform:uppercase;
  padding: 5px;
  border-radius: 3px;
  color: #1e4b09;
  margin-bottom: 8px;
  border: 1px solid #1e4b09;
}

.content h4 
{
  font-weight: bold;
  font-size: 11pt;
  color: #b12f06;
}

#TblProp h2
{
  font-size: 16pt;
  padding: 15px 10px 0;
}

#Contact, #About
{
  font-size: 11pt;
}

#Contact b, #About b
{
  font-weight:bold;
}

#Contact h3
{
  font-size: 12pt;
  font-weight: bold;
}

#About a 
{
  color: #000;
}

#About p 
{
  line-height: 13pt;
  color: #1e4b09;
  text-align: justify;
}

#About p b 
{
  color: #b12f06;
}

#About td 
{ 
  padding: 10px;
}

.tblYield td
{
  border: 2px solid #1e4b09;
  padding: 4px;
}

#list h2, .Awards h2, .Partners h2, .Media h2
{
  font-size: 18pt;
  font-weight: bold;
  line-height: 30pt;
  text-decoration: underline;
  color: #b12f06;
}

.Partners p
{
  font-size: 11pt;
  line-height:13pt;
}

.Partners h3, .Media h3
{
  font-size: 14pt;
  font-weight: bold;
  line-height: 20pt;
  text-decoration: underline;
  color: #1e4b09;
}

#list li, #listPartners li
{
  list-style: disc;
  line-height: 20pt;
  font-size: 12pt;
}

.Awards img, .Partners img, .Media img
{
  border: 5px solid #FFF;
  box-shadow: 1px 1px 1px #1e4b09, -1px -1px 1px #1e4b09;
}

.tblAwards td, .tblPartners td, .tblMedia td
{
  padding: 10px 0;
}

#listPartners li a
{
  text-decoration: none;
}

#listPartners li a:hover
{
  text-decoration: underline;
}
  