html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    background: url('images/bg.png') repeat-x #eae5ce;
    color: #555;
    font-family: arial, verdana, sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    margin: 10px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 900px;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 1.3em;
    color: #807d70;
}

a, a:hover, a:visited {
    color: #555;
    text-decoration: none;
}

/* Layout styles */

#body { 
    border: 1px solid #d6d2bd;
    background-color: #fcfcfc;
    padding: 20px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

/* Header styling */
div#header {
    margin-left: 51px;
    margin-right: 51px;
}

/* Site navigation */
div#logo {
    float: left;
}

div#sitenav {
    text-align: right;
}

div#sitenav ul {
    padding-top: 8px;
}

div#sitenav ul li {
    display: inline;
    margin: 0 10px;
}

div#sitenav ul li {
    margin-right: 0;
}

div#sitenav ul li span {
    font-weight: bold;
    text-transform: lowercase;
}


/* main body layout */

div#pagecontent {
    clear: both;
    margin-top: 0;
}

div#pagecontent p {
    padding-bottom: 10px;
}

div#pagecontent p b {
    color: #455b87;
}

div#pageheader {
    margin-bottom: 30px;
}

div#homepageheader img {
    border: 1px solid #ccc;
}

div#homepageheader {
    height: 300px;
    margin-bottom: 30px;
}

div#pageheader img {
    border: 1px solid #ccc;
}

div#homecontent  {
    margin: 0 30px;
    padding-bottom: 20px;
}

div#maincontent  {
    float: left;
    width: 470px;
    margin-left: 30px;
}

div#maincontent h2, div#homecontent h2 {
    /* color: #d9aa81; */
    color: #807d70;
    padding: 0 5px 0 0;
    border-bottom: 1px solid #FFBE61;
    margin-bottom: 10px;
}

div#maincontent div {
    margin-bottom: 20px;
}


div#sidebar {
    float: right;
    margin-left: 10px;
    width: 255px;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 20px;
}

div#sidebar p b {
    color: #555;
}

div#sidebar h2 {
    padding: 3px 15px;
    /*background-color: #898e98;*/
    /*background-color: #9DABAB;*/
    /*background-color: #81bad9; */
    /*background-color: #a2b2cc;*/
    background-color: #C3D9FF;
    color: #555;
    font-size: 1.1em;
}

div#sidebar div {
    padding: 5px 15px;    
    /*
    background-color: #cbdeff;
    background-color: #eeeeff;
    */
    background-color: #E1ECFE;
    margin-bottom: 20px;
    /*border: 2px solid #f2f7ff;*/
    /*border: 2px solid #a2b2cc;*/
    /*
    background-color: #B8CBC9;
    */
}

div#footer {
    clear: both;
    font-size: 0.95em;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 630px;
}

div#footer a {
    margin-left: 5px;
    margin-right: 5px;
}

div#footernav {
}

/* Footer navigation, nifty columns */
ul#split, ul#split li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#split li {
    float: left;
    width: 150px;
    margin: 0 10px 10px 0;
}
ul#split li.last {
    margin-right: 0;
}
ul#split h3 {
    font-size: 1.1em;
    text-transform: lowercase;
    margin: 0;
    /*color: #898E98;*/
}
ul#split div {
    margin: 0;
}


#header a:hover {
    padding-bottom: 2px;
    border-bottom: 3px solid #ffbd66;
}

#footer a:hover {
    padding-bottom: 0;
    border-bottom: 1px solid #ffbd66;
}

#footer li.contactinfo {
    color: #777;
    width: 130px; 
    margin-right: 0; 
    border-left: 1px solid #bfbba7;
    line-height: 1.3em;
    padding-left: 10px;
}

.current {
    /*text-decoration: underline;*/
    padding-bottom: 2px;
    /*border-bottom: 3px solid #FFD297;*/
    border-bottom: 3px solid #FFBE61;
}

span.vocabra {
    font-weight: bold;
}

span.bullet {
    color: #FFBE61;
    font-size: 1.4em;
    padding: 0 5px;
}

table.contactform td {
    vertical-align: top;
    padding-bottom: 5px;
}

input.submitButton {
    color: #555;
    background-color: #eee; 
    border: 1px solid #999;
}


div.product {
    width: 220px;
    float: left;
}

div.product p {
    padding: 5px 15px;
    background-color: #eae5ce;
}

a.pdf {
    padding-left: 20px;
    background: url('images/icons/page_white_acrobat.png') center left no-repeat;
}

div.product h3 {
    padding: 3px 15px;
    background-color: #807d70;
    color: #f7f7f7;
    font-size: 1.1em;
}

div.odd {
    margin-right: 30px;
}

#maincontent img.bordered {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0px;
}

#contact-form p.errorText {
    color: red;
}

#contact-form p.messageText {
    color: black;
    font-size: 1.2em;
}