/* General structural style declarations  */

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#page {
    width: 974px;
    overflow: hidden;
    margin: 0px auto;
    display: block;
    padding: 0px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

#page * {
    margin: 0px;
    padding: 0px;
    overflow: visible;
    text-align: left;
}

#page * div {
    float: left;
}

#page * div.flashElement {
    float: none;
}

#pageContent, #pageFooter, .contentHeader, .contentBody, .headerTop {
    width: 974px;
    overflow: hidden;
    clear: both;
}

#pageHeader {
    width: 974px;
    clear: both;
}

#page .contentBody ul, #page .contentBody ol {
    padding-bottom: 7px;
    padding-left: 15px;
}

/* #page .contentBody ul {
    width:300px;
}

#page .contentBody ul li {
    width:300px;
} */
  
#page .contentBody ul li ul, #page .contentBody ul li ol,
#page .contentBody ol li ul, #page .contentBody ol li ol {
    padding-bottom: 0px;
}

/* Header and footer structure */

#page .headerLeft, #page .footerLeft {
    float: left;
}

#page .headerRight, #page .footerRight {
    float: right;
}

#page .headerTop {
    height: 124px;
    overflow: hidden;
}

#page .headerLeft {
    padding-left: 24px;
    padding-top: 28px;
}

#page .headerRight {
    width: 430px;
}

#page .headerForm {
    width:173px;
    position: relative;
    top: 20px;
    height: 90px;
}

.headerRight .registerButton {
    clear: left;
    float: left;
    position: relative;
    left: 30px;
    top: 29px;
}

#page .headerForm#headerLogin {
    padding-right: 31px;
    clear: left;
    width: 200px;
}

#page .headerForm input {
    padding: 3px 7px;
}

#page .headerForm#headerLogin input {
    width: 67px;
    margin-bottom: 9px;
}

#page .headerForm#headerSearch input {
    width: 155px;
    margin-bottom: 9px;
}

#page .headerForm#headerLogin input.headerSubmitBtn, #page .headerForm#headerSearch input.headerSubmitBtn{
    float:right;
    left:-1px;
    padding:2px 5px;
    position:relative;
    top:-31px;
    width:auto;
}

.headerRight span {
    float: left;
    clear: both;
}

#page .headerRight .loggedInUser{ 
    padding: 0px 0px 5px 0px;
    display: block;
    line-height: 27px;
}

#page .headerRight .headerLogoutLink{
    clear: both;
    padding: 1px 5px;
    float: right;
}

.headerRight a {
    float: left;
    line-height: 17px;
}

#page .logoWrapper  {
    padding-right:25px;
}

#pageFooter {
    height: 30px;
    overflow: hidden;
}

#page .footerLeft {
    padding-left: 23px;
}

#page .footerRight {
    padding-right: 23px;
}

/* Naivgation Structure */ 

#primaryNavigation {
   height: 49px;
   width: 974px;
}

#primaryNavigation ul li {
    height: 49px;
    float: left;
    padding: 0px 27px;
}

/* #primaryNavigation ul li.last {
    padding-right: 0px;
} */

#primaryNavigation ul.secondaryNav {
    width: 215px;
}

#page .contentBody .secondaryNav ul, #page .contentBody .tertiaryNav ul {
    padding-left: 0px;
}

#primaryNavigation ul.secondaryNav li {
    float: none;
    display: block;
    height: 30px;
    padding: 0px;
}

#page #primaryNavigation ul li a {
    padding-top: 18px;
    padding-bottom: 7px;
    display: block;
}

#page #primaryNavigation ul.secondaryNav li a {
    line-height: 30px;
    padding: 0px 11px;
}

#page #primaryNavigation ul li a.twoLines {
    padding-top: 13px;
    padding-bottom: 0px;
}

#page .contentHeader {
    height: 53px;
    overflow: hidden;
}

#page .contentHeader h1 {
    padding-left: 25px;
}

/* Redo Nav */

#page .contentBody .secondaryNav ul ul {
    padding-left: 5px;
    padding-bottom: 12px;
}

#page .contentBody .secondaryNav ul ul li {
    border: none;
}

#page .contentBody .secondaryNav ul li.selected ul a {
    font-weight: normal;
    padding: 4px 0 4px 20px;
}

/* General Content Rules */

#page .contentBody h1,
#page .contentBody h2,
#page .contentBody h3,
#page .contentBody h4,
#page .contentBody h5,
#page .contentBody p,
#page .contentBody .flashElement {
    padding-bottom: 7px;
}

#page .contentBody .contentResizedImage{
    padding: 3px 0px 7px;
}

#page .contentDivider {
    overflow: hidden;
    height: 20px;
    width: 974px;
    clear: both;
}

/* Columns standard - two column, larger right */

#page .twoColumn .bodyLeft {
    width: 380px;
    padding-left: 25px;
    padding-top: 22px;
    padding-bottom: 22px;
    overflow: hidden;
}

#page .twoColumn .bodyRight {
    width: 520px;
    padding-right: 25px;
    float:right;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}

/* Standard three columns */

#page .standardContentPage .bodyLeft {
    width: 164px;
    padding: 9px 12px;
    overflow: hidden;
}

#page .standardContentPage .bodyCenter {
    width: 550px;
    padding: 20px 0px 9px 30px;
    overflow: hidden;
}

#page .standardContentPage .bodyRight {
    float: left;
    position: relative;
    left: 13px;
    width: 180px;
    padding-top: 22px;
    overflow: hidden;
}

/* Alternate two columns */

#page .alternateContentPage .bodyLeft {
    width: 164px;
    padding: 9px 12px;
    overflow: hidden;
}

#page .alternateContentPage .bodyRight {
    width: 730px;
    padding: 20px 0px 9px 30px;
    overflow: hidden;
}

#page .alternateContentPage .centerLeft {
    width: 350px;
}

#page .alternateContentPage .centerRight {
    float: right;
    width: 350px;
}

/* Home Page Structure */

#page .home .bodyLeft {
    width: 380px;
    padding: 22px 35px 22px 25px;
    overflow: hidden;
}

#page .home .bodyRight {
    width: 357px;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}

#page .home .bodyRightStrip {
    width: 164px;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}

/* Standard Content Structure */

#page .tertiaryNav, #page .secondaryNav {
    padding-bottom: 30px;
}

#page .tertiaryNav ul li, #page .secondaryNav ul li {
    width: 164px;
    overflow: hidden;
}

#page .tertiaryNav ul li a, #page .secondaryNav ul li a {
    display: block;
    padding: 8px 0px 9px 15px;
    line-height: 12px;
}    

#page .standardContentPage .bodyLeft h3, #page .alternateContentPage .bodyLeft p {
    padding: 5px 20px 10px 0px;
    margin: 0px 15px 10px;
}

#page .standardContentPage .bodyLeft p, #page .alternateContentPage .bodyLeft p {
    margin: 0px 15px 10px;
}

#page .standardContentPage #breadcrumbs, #page .alternateContentPage #breadcrumbs{
    float: none;
    display: block;
    width:500px;
    height: 36px;
}

#page .standardContentPage #breadcrumbs ul li, #page .alternateContentPage #breadcrumbs ul li {
    float: left;    
}

#page .standardContentPage #breadcrumbs ul li a, #page .alternateContentPage #breadcrumbs ul li a {
    float: left;
    padding-right: 13px;
    margin-right: 4px;
}

#page .standardContentPage .centerLeft {
    width: 310px;
    overflow: hidden;
}

#page .standardContentPage .centerRight {
    width: 210px;
    overflow: hidden;
    float: right;
}

/* Case Study Submission Form */
#page #caseStudyFormWrapper ul  {
    float: left;
    margin-top: 10px;
}

#page #caseStudyFormWrapper ul li {
    float: left;
    padding: 2px 0px;
    width: 300px;
}

#page #caseStudyFormWrapper ul li input {
    float: left;
    width: 320px;
}

#page #caseStudyFormWrapper ul li textarea {
    height: 100px;
    width: 320px;
}

#page #caseStudyFormWrapper #introTextArea {
    height: 50px;
    width: 320px;
}

#page #caseStudyFormWrapper .caseStudySubmitWrapper {
    height: 50px;
    width: 400px;      
}

#page #caseStudyFormWrapper .caseStudySubmitWrapper a {
    bottom: 20px;
    float: right;
    position: relative;
}

#page #caseStudyFormWrapper .caseStudySubmitWrapper span {
    float:left;
}

.contentBody a:link,
.contentBody a:visited,
.contentBody a {
    color: #6AA230;
    font-weight: bold;
}

/* Forms Start */

.standardFormWrapper ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

label {
    color:#6AA230; 
    float:left;
    font-family:Arial,helvetica,sans-serif;
    font-size:12px;
    font-style:italic;
    width:130px;
}

.standardFormWrapper input, #registerForm input, #memberLoginForm input {
    width:180px;
    margin-bottom:10px;
}

.errors {
    padding:10px;
    width:630px;
}

/* Forms End */

.errors ul li {
    list-style-type:none;
}

