body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:16px;
  color:#333333;
  margin:0px;
}

/* Default Styles */

h1 {
  margin:0px;
  padding:0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:18px;
}

h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:16px;
}

h3, h4 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:14px;
}

h5, h6 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

a {
  color:#EC7825;
  text-decoration:underline;
}
a:hover {
  color:#EC7825;
  text-decoration:none;
}

a img {
  border:0px;
}

.left {
  float:left;
  margin:0 29px 0 0;
}

.right {
  float:right;
  margin:0 0 0 29px;
}

/* End Default Styles */

#shell {
  width:100%;
}

#innershell {
  width:900px;
  margin-left:auto;
  margin-right:auto;
}

#header {
  position:relative;
  width:900px;
  height:105px;
  background-color:#29B463;
}

/* Navigation */
#menu {
  width:900px;
  height:26px;
  visibility:hidden;
}
/* End Navigation */

#facebook {
  float:right;
}

#logo {
  position:absolute;
  top:5px;
  left:21px;
  width:152px;
  height:85px;
}

#slogan {
  position:absolute;
  top:38px;
  left:254px;
  width:156px;
  height:156px;
  display:none;
}

/* News */
#latestnews {
  position:absolute;
  top:58px;
  right:30px;
  width:300px;
  height:148px;
  display:none;
}

#latestnews img {
  margin:0 0 17px 0;
}

.newsitems {
  padding:9px 0 9px 0;
  color:#FFFFFF;
  font-weight:bold;
  border-top:1px dotted #FFFFFF;
}
/* End News */



#flash {
  width:900px;
  height:180px;
  display:none;
  background:url(../images/design/flash_bg.jpg) no-repeat 0% 0%;
}

#banner {
  width:900px;
  height:180px;
  background:url(../images/design/banner.jpg) no-repeat 0% 0%;
}

#quote {
  width:900px;
  margin:16px 0 0 0;
  padding:0 0 16px 0;
  text-align:center;
  border-bottom:2px solid #28B462;
  display:none;
}

#heading {
  width:877px;
  margin:2px 0 0 0;
  padding:0 0 3px 23px;
  border-bottom:2px solid #28B462;
}

#holder {
  width:900px;
  margin:23px 0 0 0;
  padding:0 0 41px 0;
}

#middlepanel {
  float:left;
  width:900px;
}

#insidemiddlepanel {
  width:900px;
}

#content {
  padding:0 24px 0 24px;
  line-height:24px;
}

#insidecontent {
  padding:0 0 0 24px;
  line-height:24px;
}

#rightpanel {
  float:left;
  width:210px;
  display:none;
}

#insiderightpanel {
  float:right;
  margin:0 0 20px 20px;
}

/* Featureboxes */
.featureboxes {
  width:210px;
  margin:0 0 1px 0;
}

.featureboxes2 {
  width:210px;
  margin:0 0 1px 0;
}

.top {
  width:210px;
  height:21px;
  background:url(../images/design/top.png) no-repeat 0% 0%;
}

.middlebox {
  width:170px;
  padding:0 20px 0 20px;
  color:#FFFFFF;
  background:#28B462;
}

.bottom {
  width:210px;
  height:21px;
  background:url(../images/design/bottom.png) no-repeat 0% 100%;
}

/* End Featureboxes */

/* Poll */
#poll {
  position:relative;
  width:210px;
}

#pollheading {
  position:absolute;
  top:5px;
  left:20px;
  width:66px;
  height:27px;
}

.fleft {
  margin:2px 0 0 0;
}

.votebttn {
  float:left;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
  border:0px;
  border-right:1px solid #FFFFFF;
  background:#28B462;
}

.votebttn2 {
  float:left;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
  border:0px;
  background:#28B462;
}
/* End Poll */

#footer {
  width:900px;
  height:150px;
  margin-left:auto;
  margin-right:auto;
  color:#FFFFFF;
  background-color:#29B463;
}

#details {
  float:left;
  margin:6px 0 0 23px;
  padding:0 0 10px 0;
}

#details a {
  color:#FFFFFF;
  text-decoration:none;
}

#details a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

.print {
  display:none;
}

#rights {
  float:right;
  text-align:right;
  margin:23px 23px 0 0;
}

#rights a {
  color:#FFFFFF;
  text-decoration:none;
}

#rights a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */