/* GENERAL BEGIN */
body {
    margin: 0px;
    padding: 0px;
    background: #ffffff url(../images/bgrBody.gif) repeat-x;
    font-family: Tahoma;
    font-size: 12px;
}

a {
    color: #5c621f;
}

a img {
    border: none;
}

img.border {
    border: 1px solid #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
}

h1 {
    padding: 0px 0px 10px 0px;
    color: #828282;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
}

p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

strong img {
    border: 1px solid #000000;
}

/* GENERAL END */
#rootDiv {
    width: 901px;
    margin: 0px auto;
}

#shadow1Div {
    width: 875px;
    padding: 0px 13px 0px 13px;
    background: url(../images/bgrShadow.png) repeat-y;
    display: block;
    float: left;
}

#shadow2Div {
    width: 875px;
    padding: 20px 13px 0px 13px;
    background: url(../images/bgrShadowBottom.png) no-repeat top;
    display: block;
    float: left;
}
/*
#rootDiv {
    width: 875px;
    padding: 0px 13px 0px 13px;
    background: url(../images/bgrShadow.png) repeat-y;
    display: block;
    float: left;
}*/

/* HEADER BEGIN */
#headerDiv {
    width: 875px;
    height: 239px;
    background: url(../images/bgrHeader.jpg) no-repeat;
    display: block;
    float: left;
}

#headerDiv a {
    margin: 6px 0px 0px 9px;
    float: left;
}

#headerDiv ul {
    margin: 0px;
    padding: 1px 0px 0px 0px;
    list-style: none;
    display: block;
    float: right;
}

#headerDiv ul li {
    margin: 0px;
    padding: 0px;
    display: inline;
    float: none;
}

#headerDiv ul li a {
    margin: 0px;
    padding: 0px 3px 0px 3px;
    color: #000000;
    text-decoration: none;
    display: inline;
    float: none;
}

#headerDiv ul li a:hover {
    text-decoration: underline;
}
/* HEADER END */

/* MENU BEGIN */
#menuTable {
    width: 875px;
    height: 31px;
    background: url(../images/bgrMenu.gif) no-repeat;
    float: left;
}

#menuTable td {
    text-align: center;
}

#menuTable a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

#menuTable a:hover {
    color: #7c9504;
}

#menuTable a span {
    height: 25px;
    padding: 6px 0px 0px 5px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

#menuTable a span.bullet {
    width: 26px;
    height: 25px;
    padding: 6px 0px 0px 0px;
    background: url(../images/bgrMenuBullet.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    display: block;
    float: left;
}
/* MENU END */

/* CONTENT BEGIN */
#contentDiv1 {
    width: 875px;
    background: url(../images/bgrContentMiddle.gif) repeat-y;
    line-height: 15px;
    display: block;
    float: left;
}

#contentDiv2 {
    width: 875px;
    height: 9px;
    background: url(../images/bgrContentBottom.gif) no-repeat bottom;
    font-size: 1px;
    line-height: 1px;
    display: none;
    float: left;
}

#contentDiv1 .msgOk {
    color: green;
}

#contentDiv1 .msgError {
    color: red;
}

#contentDiv1 .leftDiv {
    width: 580px;
    padding: 20px 13px 10px 20px;
    display: block;
    float: left;
}

#contentDiv1 .leftDiv form {
    padding: 20px 0px 20px 110px;
}

#contentDiv1 .leftDiv form p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    clear: both;
}

#contentDiv1 .leftDiv form p label {
    width: 130px;
    display: block;
    float: left;
}

#contentDiv1 .leftDiv form p label span {
    font-size: 10px;
    font-weight: normal;
    color: #444444;
}

#contentDiv1 .leftDiv form p input {
    width: 200px;
    border: 1px solid #777777;
    display: block;
    float: left;
}

#contentDiv1 .leftDiv form p select {
    display: block;
    float: left;
}

#contentDiv1 .leftDiv form p textarea {
    width: 200px;
    border: 1px solid #777777;
    display: block;
    float: left;
}

#contentDiv1 .leftDiv form p input#cf_submit {
    width: 202px;
    background: #d6de84;
    cursor: pointer;
    font-weight: bold;
}

#contentDiv1 .rightDiv {
    width: 242px;
    margin: 0px 0px 0px 0px;
    padding: 10px 9px 10px 10px;
    background: url(../images/bgrContentRight.gif) no-repeat bottom left;
    display: block;
    float: left;
}
/* CONTENT END */

/* FOOTER BEGIN */
#footerDiv {
    width: 875px;
    padding: 10px 0px 10px 0px;
    color: #828282;
    text-align: center;
    display: block;
    float: left;
}

#footerDiv a {
    color: #828282;
    text-decoration: none;
}

#footerDiv a:hover {
    text-decoration: underline;
}
/* FOOTER END */