body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  margin:0px;
  background:#28B462;
}

/* 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:#000000;
  text-decoration:underline;
}
a:hover {
  color:#28B462;
  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%;
  border-top:2px solid #28B462;
  background:#FFFFFF url(../images/design/shell_bg.jpg) repeat-x 0% 100%;
}

#innershell {
  width:900px;
  margin-left:auto;
  margin-right:auto;
}

#header {
  position:relative;
  width:900px;
}

/* Navigation */
#menu {
  width:900px;
  height:26px;
}

#nav, #nav ul {
  margin:0px;
  padding:0px;
  display:inline;
  list-style-type: none;
}

#nav li {
  position:relative;
  float: left;
  margin:0px;
  padding:0px;
  list-style-type:none;
  text-decoration:none;
}

#nav li ul {
  position:absolute;
  left:-999em;
  margin:0px;
  padding:0px;
  z-index:256;
}

#nav li a {
  width:auto;
  margin:1px 0 0 0;
  padding:4px 14px 4px 14px;
  display:block;
  color:#000000;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}

#nav li a:hover {
  width:auto;
  display:block;
  color:#FFFFFF;
  text-decoration:none;
  background:#28B462;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}

#subnav, #subnav ul {
  float: left;
  width: 169px;
  margin:0 0 0 0;
  padding: 0px;
  list-style-type: none;
}

#subnav li {
  width:213px;
  margin:0px;
  padding:0px;
  position:relative;
  color:#FFFFFF;
	border:0px;
  background:#28B462 ;
}

#subnav li a {
  margin: 0px;
  padding:4px 14px 4px 14px;
  display: block;
  color:#FFFFFF;
  text-decoration:none;
  border-top:1px solid #F6F6F6;
  background:none;
}

#subnav li a:hover {
  margin: 0px;
  padding:4px 14px 4px 14px;
  display: block;
  color: #FFFFFF;
  background:#24C057;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

/* Child Nav */

#childnav {
  margin:53px 0 0 21px;
  padding:0px;
  list-style-type:none;
}

#childnav li a {
  width:auto;
  padding:8px 0 8px 0;
  color:#333333;
  font-weight:bold;
  text-decoration:none;
  display:block;
}

#childnav li a:hover {
  color:#333333;
  font-weight:bold;
  text-decoration:underline;
}

/* End Navigation */

#facebook {
  float:right;
}

#logo {
  position:absolute;
  top:103px;
  left:21px;
  width:152px;
  height:85px;
  z-index:1024;
}

#slogan {
  position:absolute;
  top:38px;
  left:254px;
  width:156px;
  height:156px;
}

/* News */
#latestnews {
  position:absolute;
  top:58px;
  right:30px;
  width:300px;
  height:148px;
  z-index:1024;
}

#latestnews img {
  margin:0 0 17px 0;
}

.newsitems {
  padding:5px 0 5px 0;
  color:#FFFFFF;
  font-weight:bold;
  border-top:1px dotted #FFFFFF;
}

.newsitems a {
  color:#FFFFFF;
  text-decoration:none;
}

.newsitems a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

/* End News */



#flash {
  position:relative;
  width:900px;
  height:180px;
  background:url(../images/design/flash_bg.jpg) no-repeat 0% 0%;
  z-index:1;
}

#flashcontent {
  position:absolute;
  top:0px;
  left:254px;
  width:240px;
  height:180px;
}

#banner {
  position:relative;
  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;
}

#heading {
  width:877px;
  margin:2px 0 0 0;
  padding:0 0 3px 23px;
  border-bottom:2px solid #28B462;
}

#heading h1 {
  float:left;
  width:800px;
}

#holder {
  width:900px;
  min-height:350px;
  height:auto !important;
  _height:350px;
  margin:23px 0 0 0;
  padding:0 0 41px 0;
}

#middlepanel {
  float:left;
  width:690px;
}

#insidemiddlepanel {
  float:left;
  width:680px;
}

#content {
  padding:0 24px 0 24px;
  line-height:20px;
}

#insidecontent {
  padding:0 0 0 24px;
  line-height:20px;
}

#rightpanel {
  float:left;
  width:210px;
}

#insiderightpanel {
  float:left;
  width:210px;
  margin:0 0 0 10px;
}

/* 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;
  margin:-10px 0 0 0;
  #margin:0px;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
  border:0px;
  background:#28B462;
}

#pollresults {
  color:#FFFFFF;
}

.numvotes {
  font-size:11px;
}

.pollresult1 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult2 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult3 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult4 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult5 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult6 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult7 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult8 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult9 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult10 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresultoutline { border:1px solid #555555; }
.pollresults { /*width:30%;*/ margin:10px 0 0 0; }
/* End Poll */

/* Expand Boxes */

#emq, #emq2 {
  position:relative;
  width:640px;
  margin:5px 0 5px 0;
  padding:3px 6px 3px 6px;
  font-size:12px;
  text-decoration:none;
  border-bottom:1px solid #D9D9D9;
  background:transparent url(../images/design/content_bg.jpg) repeat-x 0% 0%;
  display:block;
  cursor:pointer;
}

#emq {
  color:#038900;
}

#emq2 {
  color:#038900;
}

#emq img {
  width:103px;
  height:16px;
}

#emq2 img {
  width:103px;
  height:16px;
}

.clickbox1 {
  position:absolute;
  top:5px;
  right:5px;
  background:url(../images/design/open.jpg) no-repeat 0% 100%;
}

#setquestions1 {
  display:none;
}

#setquestions2 {
  display:none;
}

.expandcontent {
  width:640px;
  margin:0px;
  padding:3px 6px 3px 6px;
  font-size:12px;
  text-decoration:none;
  background:transparent url(../images/design/content_bg.jpg) repeat-x 0% 0%;
  display:block;
  cursor:pointer;
}

.expandnamec {
  position:relative;
  width:530px;
  padding:0 110px 0 0;
  color:#038900;
  font-weight:bold;
}

.clickbox {
  position:absolute;
  top:3px;
  #top:0px;
  right:0px;
  background:url(../images/design/open.jpg) no-repeat 0% 100%;
}

.clickbox img {
  width:103px;
  height:16px;
}

.slidecontent {
  width:640px;
  padding:6px;
  border-top:1px solid #CCCCCC;
  background:#F6F6F6;
}

.resourceicon {
  padding:0 0 0 47px;
  background:url(../images/design/resourcesicon.jpg) no-repeat 0% 0%;
}

.resourceicon strong {
  color:#038900;
}

.contactusicon {
  padding:0 0 0 47px;
  background:url(../images/design/contactusicon.jpg) no-repeat 0% 0%;
}

.contactusicon strong {
  color:#038900;
}

/* End Expand Boxes */

#footer {
  width:900px;
  margin-left:auto;
  margin-right:auto;
  color:#FFFFFF;
}

#details {
  position:relative;
  float:left;
  margin:6px 0 0 0;
  padding:0 0 10px 0;
}

#details a {
  color:#FFFFFF;
  text-decoration:none;
}

#details a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

#printicon {
  position:absolute;
  left:250px;
  bottom:8px;
}

#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;
}

/* Case Studies */
.cases {
  margin:0 0 10px 0;
}

.cases h6 {
  margin:0px;
  padding:0px;
}
/* End Case Studies */

/* Forms */
form {
  margin:10px 0 0 0;
}

label {
  display:none;
}

#pollform label {
  visibility:visible;
}

.required {
  color:#DD2200;
  font-weight:bold;
}

input {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

.input {
  width:200px;
}

textarea {
  width:350px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

.namefield {
  float:left;
  width:150px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

.inputfield {
  float:left;
  width:500px;
  padding:0 0 10px 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

.namefield2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

.inputfield2 {
  padding:0 0 10px 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
}

/* Newsletter */

.newsletterinput {
}

/* End Forms */

/* RSS Feed */
.wrap ul {
  margin:-5px 0 0 0;
  list-style-type:square;
}

.wrap ul li p {
  padding:0 0 10px 0;
  border-bottom:1px solid #CCCCCC;
}

/* End RSS Feed */

.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 */