﻿html {-webkit-text-size-adjust:none}

a {
    color: #00f;
}
a:visited {
    color: #00f;
}

#wrapper {
    width: 980px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 14px;
}

#banner {
    clear: both;
    overflow: auto;
    height: auto;
}

#title
{
    font-size: 20px;
    margin-left: 30px;
    color: #555;
    vertical-align: middle;
    text-transform: uppercase;
}

#contentWrapper {
    width: 978px;
    max-width: 978px;
    height: auto;
    overflow: auto;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}

#newBio 
{
    float: right;
    width: 400px;
    background-color: #eee;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

#nestor {
    text-align: center;
    overflow: visible;
    height: 200px;
    padding: 10px 10px 0px 10px;
}

#photo {
    float: right;
    margin-left: 15px;
    border: 1px solid black;
    height: 195px;
}

#bio {
    margin-top: 0px;
    font-size: 12px;
}

#nestorName 
{
    font-size: 18px; 
    letter-spacing: 1px;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-variant: small-caps;
    font-weight: bold;
}

#brokerName
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Tahoma, Sans-Serif;
    font-variant: small-caps;
}

#miniBio {
    float: right;
    width: 200px;
    background-color: #eee;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.pledge_onscreen { 
    position: relative; 
    top: 154px;
    left: 468px; 
    z-index: 1002;
    width: 1px;
    height: 1px;
    overflow: visible;
}

.pledge_offscreen {
    position: absolute;
    top: -1000px;
    left: -1000px;
}

#pledge_content {
    background-color: #ddd;
    background-image: url(/Images/parch_bg.jpg);
    width: 500px;
    height: auto;
    border: 1px solid #000;
    padding: 5px 5px;
    overflow: auto;
    font-size: 14px;
}



#pledge_content ul li {
    margin-top: 10px;   
}

#testimonials {
    background-color: #eee; 
    border: 1px solid #bfbfbf; 
    padding: 10px 140px; 
    max-width: 500px;
}

#footer {
    clear: both;
    border-top: 1px solid black;
    text-align: left;
    overflow: visible;
    height: auto;
    font-size: 9px;
}


