body
{
    padding: 0;
    background: #fff url('../images/bg.jpg') repeat-x;
    font: 0.8em/1.5 "Georgia","Times New Roman",Serif;
    color: #303030;
    text-align: center;
}


a
{
    color: #93b21a;
}
a:link
{ 
    color:#93b21a;
}
a:hover
{
    color:#93b21a;
    text-decoration: none;
}

#container
{
    width:950px;
    margin:0 auto;
    text-align: left;
    position: relative;
}


#welcome-container
{
    color: #fff;
    font-size: 24px;
    background: #93b21a url('../images/main-top.jpg') repeat-x;
    width: 400px;
    float: left;
    margin-top: 108px;
}

#welcome-body
{
    padding: 15px;
    background: url('../images/main-corner.jpg') no-repeat right bottom;
}

#welcome-body h1
{
    font-size: 28px;
}

#welcome-body h2
{
    font-size: 20px;
}

#welcome-body h3
{
    font-size: 17px;
}

#into-container
{
    width: 350px;
    float: left;
    font-size: 24px;
    border-right: 1px solid #DDDDDD;
    min-height: 200px;
    margin-top: 108px;
}

#into-body
{
    padding: 15px;
}

#into-body h1
{
    font-size: 20px;
}

#into-body h3
{
    font-size: 17px;
}

#content
{
    clear: both;
    width: 735px;
    border-right: 1px solid #DDDDDD;
    padding-right: 15px;
}

#content h2
{
    font-weight: normal;
    color: #93b21a;
    font-size:160%;
    margin: 10px 0;
}

#content h3
{
    border-bottom:1px solid #DDDDDD;
    font-size:105%;
    margin-bottom:14px;
    margin-top:25px;
    padding-bottom:5px;
}

p
{
    margin-bottom: 7px;
}

#sidebar
{
    position:absolute;
    top: 105px;
    left: 765px; /* 400 + 350 + 15 */
}

#sidebar h2
{
    color: #93B21A;
    font-size: 160%;
    font-weight: normal;
    margin: 15px 0;
}

#sidebar ul li
{
    line-height: 30px;
}

/* RESUME FORMATS */
#resume-doc
{
    background: url('../images/doc.gif') no-repeat 0 50%;
    padding: 5px 20px;
}

#resume-pdf
{
    background: url('../images/pdf.gif') no-repeat 0 50%;
    padding: 5px 20px;
}

#resume-odt
{
    background: url('../images/odt.gif') no-repeat 0 50%;
    padding: 5px 20px;
}

#resume-rtf
{
    background: url('../images/rtf.gif') no-repeat 0 50%;
    padding: 5px 20px;
}

#resume-html
{
    background: url('../images/html.gif') no-repeat 0 50%;
    padding: 5px 20px;
}

#resume-rss
{
    background: url('../images/rss.png') no-repeat 0 50%;
    padding: 5px 20px;
}

#resume-txt
{
    background: url('../images/txt.gif') no-repeat 0 50%;
    padding: 5px 20px;
}


#navigation
{
    position: absolute;
    right: 210px;
    line-height: 83px;
    display: block;
    height: 108px;
    top: 10px;
    text-align: right;
    font-size: 95%;
}

#navigation ul li
{
    display: inline;
}

#navigation li a
{
    font-size:120%;
    color: #1b1b1b;
    padding: 15px 12px;
    text-decoration: none; border-left: 1px solid #eeebcd;
}

#first a
{
    border: none !important;
}


.description-container
{
    width: 320px;
    float: left;
}


/* OVERWRITE DEFAULT GALLERY */





/* CONTACT PAGE */
.call
{
    color: green;
}

.do-not-call
{
    color: #BC1B1A;
}

.address
{
    background: url('../images/home.png') no-repeat 0 0;
    padding-left: 30px;
}

.phone
{
    background: url('../images/pda.png') no-repeat 0 0;
    padding-left: 30px;
}

.phone-off
{
    background: url('../images/pda-off.png') no-repeat 0 0;
    padding-left: 30px;
}

.email
{
    background: url('../images/mail.png') no-repeat 0 0;
    padding-left: 30px;
}

.instant-messages
{
    background: url('../images/balloon-buzz-left.png') no-repeat 0 0;
    padding-left: 30px;
}

.social-networks
{
    background: url('../images/balloon-facebook-left.png') no-repeat 0 0;
    padding-left: 30px;
}


/* RATES PAGE */
.block
{
    background: #EEE;
    border: 2px solid #DDD;
    color: #222;
    margin: 0.5em 0;
    padding: 0.7em;
}

/* GENERAL LIST */
.red-bullet li
{
    background: url('../images/brightness-small.png') no-repeat 0 2px;
    padding-left: 30px;
    margin-bottom: 7px;
}

#footer
{
    margin: 100px 0;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
}


.questions
{
    margin-bottom: 20px;
}

.questions label
{
    color: #008000;
    margin-right: 10px;
}

.question label
{
    margin-right: 10px;
}

.question
{
    font-weight: bold;
    margin-bottom: 8px;
}

.answer
{
    margin-left: 18px;
}
