/* @group Normalize
   ================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline;
    zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
a:focus {
    outline: thin dotted
}
a:hover,
a:active {
    outline: 0;
	text-decoration:underline;
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000;
}
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none
}
q:before,
q:after {
    content: none
}
small {
    font-size: 75%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
dd {
    margin: 0 0 0 40px
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    white-space: normal;
    margin-left: -7px;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
}
button,
input {
    line-height: normal
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    padding: 0;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    line-height: 1.5;
	padding: 8px 5px 6px 5px;
	color: #666;
	font-family: 'Open Sans', Arial, sans-serif;
	background: url(/images/cssimg/bg_separator_full.png) left top no-repeat;
	border: solid 1px #ddd;
	border-top:none;
}

form div {
	margin: 10px 0;
	padding: 10px 0 0;
	border-top:solid 1px #EEE ;
}
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
figure,
form {
    margin: 0
}
p,
pre,
dl,
menu,
ol,
ul {
    margin: 1em 0
}
.hide {
    display: none
}
/* @end
   ================================================== */
/* @group Base Styles
   ================================================== */
html {
    height: 100%
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url('/images/cssimg/bg_body.png')  left top;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
p {
    margin: 0 0 20px
}
h1 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #4B5C66;
    margin: 0 0 10px;
    line-height: 1;
}
h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #5EA73C;
    margin: 0 0 10px;
    line-height: 1.0;
}
h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 10px;
    line-height: 1;
}
h4 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #72A433;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px;
}
h5 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px;
}
ul,
ol {
    margin: 0 0 30px;
    padding: 0;
}

ol {
	
}
ul li ul,
ol li ol,
ul li ol,
ol li ul {
    margin: 7px 0 12px
}
ul li {
    background: url('/images/cssimg/bg_listitem.png') no-repeat left 7px;
    list-style: none;
    line-height: 1.5;
    padding: 0 0 0 20px;
    margin: 0 0 7px 10px;
}
ol li {
    line-height: 1.5;
    padding: 0 0 0 5px;
    margin: 0 0 5px 25px;
}

input {
	line-height: 1.5;
	padding: 8px 5px 6px 5px;
	color: #666;
	font-family: 'Open Sans', Arial, sans-serif;
	background: url(/images/cssimg/bg_separator_full.png) left top no-repeat;
	border: solid 1px #ddd;
	border-top:none;
}

label {
	padding-right: 10px;
	line-height: 24px;
}
img {
    border: none
}
#content .imgLeft {
    padding: 0 10px 10px 0
}
#content .imgRight {
    padding: 0 0 10px 10px
}
p img {
    padding: 0 10px 10px 0
}
a {
    color: #338739;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #333
}
a:visited {
    color: #338739
}
hr {
    color: #888888;
    margin: 10px 0;
    height: 1px;
}
.btn {
    text-indent: -999em;
    text-transform: uppercase;
    display: block;
}
a:hover.btn {
    background-position: bottom left
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block
}
html[xmlns] .clearfix {
    display: block
}
* html .clearfix {
    height: 1%
}
/* @end
   ================================================== */
/* @group Base Layout
   ================================================== */
#wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    min-height: 100%;
    overflow: hidden;
}
#logo {
    height: 140px;
    float: left;
    clear: left;
    margin: 16px 25px 0 20px;
}
#navigation {
    float: right;
    clear: right;
    max-width: 710px;
    margin: 0 25px 0 20px;
    width: 600px;
    padding-left: 180px;
}
#hero {
    float: left;
    clear: both;
    height: 300px;
    width: 1000px;
    background: #FFF url('/images/cssimg/bg_hero_slide.png') no-repeat left top;
    position: relative;
    z-index: 3;
}
#cta {
    position: relative;
    float: left;
    clear: left;
    width: 960px;
    margin: 0 20px;
    top: -20px;
    z-index: 20;
}
.ctaContainer {
    margin: 0 10px;
    width: 300px;
    float: left;
}
.ctaboxTop {
    width: 260px;
    padding: 20px;
    float: left;
    background: url('/images/cssimg/bg_cta_top.png') no-repeat left top;
    min-height: 120px;
}
#cta .ctaboxTop p {
    margin-bottom: 0px
}
.ctaboxBottom {
    width: 300px;
    background: url('/images/cssimg/bg_cta_bottom.png') no-repeat top left;
    height: 11px;
    padding: 0;
    float: left;
    clear: left;
    overflow: hidden;
}
#cta  h3 {
    color: #72A433;
    font-size: 16px;
    font-weight: 400;
}
#cta ul.latestNews {
    margin: 0;
    padding: 0;
}
#cta ul.latestNews li {
    background: none;
    padding: 0;
    margin: 10px 0;
}
#slidecontent {
    margin: 30px;
    width: 960px;
}

#contentWrapper {
    float: left;
    clear: left;
    width: 1000px;
    background: url(/images/cssimg/bg_separator_full.png) left top no-repeat;
    padding: 20px 0 0;
}
#content {
    float: left;
    clear: left;
    padding: 10px 30px;
}
#sidebar {
    width: 220px;
    float: left;
    margin-right: 20px;
}
#contentBody {
    width: 700px;
    float: left;
}
#footer {
    width: 1000px;
    float: left;
    clear: left;
    color: #999999;
    font-size: 11px;
    background: url(/images/cssimg/bg_separator_full.png) left top no-repeat;
    padding: 15px 0 5px;
}
#valitics {
    float: left;
    width: 100px;
    margin: 0 10px;
}
#copyright {
    float: left;
    clear: left;
    margin: 10px 10px 0 35px;
    width: 340px;
}
#footerNavigation {
    float: left;
    width: 450px;
    margin: 10px 10px 0 10px;
}
#footerNavigation li {
    display: inline;
    list-style-type: none;
    marin-right: 10px;
    background: none;
}
#footerNavigation ul li a {
    font-weight: normal;
    color: #777;
    text-decoration: none;
}
#footerNavigation ul li a:hover {
    color: #33893A;
    text-decoration: underline;
}
/* @end
   ================================================== */
/* @group Content
   ================================================== */
.btn.logo {
    background: url('/images/pdi_logo.png');
    height: 107px;
    width: 127px;
}
.btn.readmore {
    background: url('/images/cssimg/btn_readmore.png');
    height: 41px;
    width: 107px;
    margin-left: 30px;
}
.btn.valitics {
    background: url('/images/cssimg/btn_valitics.png');
    height: 24px;
    width: 98px;
    float: left;
}
.btn.learnmore {
    background: url('/images/cssimg/btn_learnmore.png');
    height: 41px;
    width: 111px;
    position: relative;
    left: 147px;
    top: 10px;
}
/* @end
   ================================================== */
/* @group Hero
   ================================================== */

div.slides_container  p {
	color: #FFF;
    font-weight: 400;
    font-size: 14px;
    width: 650px;
    margin-bottom: 10px;
    margin-left: 30px;
}
   
div.slides_container  h1 {
	color: #8AC53E;
    font-weight: 800;
    font-size: 48px;
    margin-top: 70px;
    margin-bottom: 5px;
    margin-left: 30px ;
}   

   .slides_container {
    width: 1000px;
    display: none;
}

.slides_container div {
    width: 1000px;
    height: 300px;
    display: block;
    position: relative;
    overflow: hidden;
}
a.next,
a.prev {
    visibility: hidden
}

.pagination li {
    list-style: none
}
.pagination li a {
    display: block;
    width: 32px;
    height: 7px;
    float: left;
    border: solid 1px #999;
    padding-top: 0px;
    background: #666;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -999em;
    text-transform: uppercase;
    /*: ;
    Optional: Show the current slide in the pagination */;
}
.pagination .current a {
    border: solid 1px #FFF;
    background: #CCC;
}
ul.pagination {
    position: relative;
    top: -65px;
    right: -789px;
    z-index: 20;
    margin: 0;
    padding: 0;
    height: 9px;
    width: 190px;
}


/* @end
   ================================================== */