﻿body
{
    background-image: url(/Portals/10/Images/wellspring_woodbg.jpg);
    font-family: Cambria, Arial, sans-serif;
    color: #4c5a41;
}

img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.italic {
    font-style: italic;
}

a {
    color: #767a32;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

label {
    text-transform: uppercase;
    color: #757a3a;
}

input[type="submit"] {
    background: #969a50;
    color: #fff;
    height: 30px;
    width: 75px;
    border: 2px solid #d4c9b7;
    position: relative;
    right: -605px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #bbc065;
    border: 2px solid #969a50;
}

.xmp-validation {
    color: red;
    padding: 15px 0px 0px 5px;
}

#siteWrapper {
    width: 1024px;
    margin: 0 auto;
}

#siteHeadouter {
    padding-top: 35px;
    height: 130px;
}

#logo {
    float: left;
}

#dnn_navimages {
    margin-left: 42px;
}

#dnn_navimages img {
    padding-top: 10px;
    padding-left: 19px;
    padding-right: 42px;
    margin-bottom: -15px;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 #dnn_navimages img  { padding-right: 44px;  }
}

#dnn_pnav .active {
    text-decoration: underline;
}

#dnn_pnav > li {
float: left;
height: 30px;
padding-top: 5px;
padding-right: 25px;
margin-right: 2px;
}

#dnn_pnav a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: Georgia, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #d0c3b1;
}

#dnn_pnav a:hover {
    text-decoration: underline;
}

#dnn_pnav .selected {
    text-decoration: underline;
}

#content {
    background-color: #767a32;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.75);
}


.contentPane {
    background-image: url(/Portals/10/Images/bg-content.jpg);
    padding-right: 122px;
    padding-left: 135px;
    margin-right: 35px;
    margin-left: 35px;
}

.contentPane h1 {
    color: #767a32;
    font-family: Georgia, Arial, sans-serif;
    font-size: 34px;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

.contentPane h2 {
    color: #767a32;
    font-family: Georgia, Arial, sans-serif;
    font-size: 21px;
}

.contentPane p {
    font-size: 17px;
}

.banner {
    margin-left: -110px;
}

.starDivider {
    background: url(/Portals/10/Images/hr-star.png) no-repeat;
    height: 45px;
    width: 697px;
    margin: 0;
    display: inline-block;
}

.pins {
    height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; 
}

.pinleft {
    position: absolute;
    left: -120px;
}

.pinright {
    position: absolute;
    right: -102px;
}

#dnn_footerCenterPane {
    text-align: center;
    font-family:  Georgia, Arial, sans-serif;
    font-size: 14px;
    color: #d0c3b1;
}

#dnn_footerCenterPane a {
    color: #d0c3b1;
    text-decoration: none;
}

#dnn_footerCenterPane a:hover {
    text-decoration: underline;
}