/*css for home page*/

/* ============================== Layout ============================== */
#wrapper {
    width: 850px;
    margin: 0 auto 0 auto;
    text-align: left;
    background: #999966 url(../images/bg.gif) repeat-y top left;
    min-height: 950px;
    height:auto !important;
    height: 950px;
}

/* ============================== Main Content ============================== */
#mainContent {
    margin: 0;
    padding: 0;
}

#mainContent p {
    font-size: 1.0em;
    line-height: 1.5em;
}

#mainContentMap {
    width: 465px;
    float: left;
}

#homeMap {
    float: left;
}

#homeContent {
    width: 280px;
    float: right;
    background: #999966 url(../images/home_acorn.gif) no-repeat top left;
    min-height: 650px;
    height:auto !important;
    height: 650px;
    text-align: left;
}

#homeContent p {
    margin: 15px 40px 0 0;
    color: #eaeacc;
    font-size: 1.0em;
    font-weight: bold;
}

#homeContent p.highlight {
    color: #fcbb3f;
}

#homeContent a {
    color: #fcbb3f;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
}

#mainContentPhoto {
    width: 385px;
    float: right;
}

#mainContentPhoto p {
    padding: 40px 0 0 30px;
}

#mainContentPhoto a {
    color: #fcbb3f;
    font-size: 0.9em;
    text-decoration: underline;
}

#homePhoto {
    margin: 30px 0 0 0;
}
