html {
}


body {
    text-align: left;
    background: url(/images/leaves_background.gif) repeat-y;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    /*width: 740px;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    /* font-size: 15px;*/
}

.mceContentBody {
  background: white;
}

#pwccontainer {
    width: 100%;
    margin: 0 auto; 
    padding: 0px 0px 0px 0px;
}

.clear {
    clear: both;
}

#pwcpageHeader {
    clear: both;
    height: 113px;
    text-align: left;
    font-family: sans-serif;
    /*background: url("http://www.piedmontwildlifecenter.org/images/background2.gif") repeat 50% 0;*/
    background: url(/images/background2.gif) repeat 50% 0;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

#spacer {
    clear: both;
    height: 7px;
    margin: 0px;
    position: relative;
 
}

#pwcleftBox {
    /*float: left;*/
    width: 155px;
    z-index=100;
    font-size: 0.9em;
    position: absolute;
left: 0px;
    /*margin: 0px 0px 10px 0px;
    border-right: thin solid #cccccc;*/
}

#pwccontentBox {
    position: absolute;
    left: 155px;
    clear: none;
    padding: 10px 10px 0px 10px;
    background: url(/images/subheader.gif) no-repeat #ffffcc;
}

#pwccontentBoxFrontPage {
   margin: 0px 0px 10px 155px;
    position: relative;
/*    padding: 10px 10px 0px 10px;*/
    background: #ffffcc;
}


#pwccontentBoxLeft {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 10px 155px;
    /*z-index: 1;
    border-right: thin solid #cccccc;
    */
}

#pwccontentBoxRight {
    float: right;
    width: 155px;
    padding: 0px 0px 0px 10px;
    /*z-index: 1;*/
    border-left: thin solid #cccccc;
}

.pwcwhatsnew li {
    color: #003366;
    list-style: circle;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
}

#pwcbreadCrumbs {
    width: 100%;
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-family: sans-serif;
    background-color: #003366;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    vertical-align: middle;
}


h2,h3 {
    margin: 1.2em auto .25em; 
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    text-indent: 0em;
    color: #036;
}


a {
    text-decoration: none;
    color: #003366;
}

a:hover {
    text-decoration: underline;
}

.text {
    color:black;
    font-weight:100;
    font-size:80%;
    font-family:verdana, arial, helvetica, sans-serif;
}

#pwcfooter {
    width: 740px;
    bottom: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    text-align: center;
    clear: both;
    /*z-index: 1;*/
}

#pwcfooter p {
    text-align: center;
    font-size: 10px;
}

.pwcsearch {
    font-family: monospace;
    margin: .25em auto;
    font-size: .9em;
    color: #7E7E7E;
}

.pwcselect {
    font-size: .75em;
    color: Gray;
    margin: .25em auto;
}

#pwcmenu {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: medium;
    font-weight: normal;
    position: relative;
    width: 155px;
}

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

#pwcmenu a, #pwcmenu h2, #pwcmenu h3 {
    display: block;
    margin: 0;
}

.pwcMenuHeaders {
    margin: 0;
    display: block;
    color: #036;
    padding: 10px 5px 0px 8px;
    font-weight:900;
    font-size:11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

#pwcmenu h2, #pwcmenu h3 {
    color: #036;
    padding: 10px 5px 0px 8px;
    font-weight:900;
    font-size:11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}

#pwcmenu ul li a {
    position: relative;
    color: white;
    font-weight:900;
    font-size:11px;
    padding: 0px 0px 0px 8px;
    font-family:verdana, arial, helvetica, sans-serif;
    TEXT-DECORATION: NONE;
}


#pwccontentBox h1 {
    color:#666633;
    text-align: center;
    font-weight:100;
    font-size:125%;
    font-family:verdana, arial, helvetica, sans-serif;
}

.text {
    color:black;
    font-weight:100;
    font-size:80%;
    font-family:verdana, arial, helvetica, sans-serif;
}

div.box {
    position: relative;
    border: thin solid #0c0;
    float: left;
    margin: 10px 0px 0px 5px;
    width: 48%;
    height: 1%;
    background: #fff;
}

div.box .subtitle { 
    padding-left : 8px;
    font-size : 8pt;
    font-weight : normal;
    letter-spacing : normal;
    display : inline;
    position: relative;
}

div.comment .body, div.box .content { 
    background : #ffffff;
    padding : 10px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px; 
}

div.box .title { 
    background: url(/images/background2.gif) repeat-x;
    font-size : 10pt;
    font-weight : bold;
    padding : 4px 8px 4px 10px;
    border-bottom : 1px black solid;
    position: relative;
}


