﻿.PlanPopupText
{
    text-align: center;
    width: 100%;
    height: 41;
    overflow: hidden;
    font-size: 14px;
    margin: 4px auto 4px auto;
}

#contentFrameGreen
{
    background: #617969;
    width: 609px;
    height: 100%;
    float: left;
}

/* Plans page */

#plansMainContainer
{
    width: 570px;
    height: 462px;
    margin: auto auto auto auto;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}

#plansMainContainer a
{
    color: Maroon;
    font-weight: bold;
    text-decoration: none;
}

#plansMainContainer .largeBG
{
    width: 190px;
    height: 231px;
    float: left;
    background: url(../Images/Plans/large_bg.gif);
}

#plansMainContainer .smallBG
{
    width: 142px;
    height: 231px;
    float: left;
    background: url(../Images/Plans/small_bg.gif);
}

#threekeysinfo
{
    margin: 23px auto auto 10px;
    width: 153px;
    height: 183px;
    border: solid 1px #3e2612;
    overflow: hidden;
}

#dreamcatcherinfo
{
    margin: 23px auto auto 10px;
    width: 167px;
    height: 194px;
    border: solid 1px #7f2a43;
    overflow: hidden;
}



#horseshoe, #dragonfly, #dragonflydp, #shamrock
{
    margin: 17px auto auto 8px;
    width: 121px;
    height: 194px;
}

#shamrockcp, #dreamcatcher, #threekeys
{
    margin: 18px auto auto 9px;
    width: 167px;
    height: 194px;
}

#horseshoe
{

    border: solid 1px #a25524;
    overflow: hidden;
}

#dragonfly
{

    border: solid 1px #ad9330;
    overflow: hidden;
}

#dragonflydp
{
    border: solid 1px #465e2a;        
    overflow: hidden;
}

#shamrock
{

    border: solid 1px #7a979d;
    overflow: hidden;
}

#shamrockcp
{

    border: solid 1px #412c4d;
    overflow: hidden;
}

#dreamcatcher
{

    border: solid 1px #7d2841;
    overflow: hidden;
}

#threekeys
{

    border: solid 1px #3b2813;
    overflow: hidden;
}



/* location */
#locationMainContainer
{
    width: 592px;
    height: 465px;
    margin: 20px auto auto auto;
    overflow: hidden;
    color: #3c2610;
}

#locationMainContainer a
{
    color: Maroon;
    font-weight: bold;
    text-decoration: none;
}

#location1cont
{
    width: 287px;
    height: 100%;
    float: left;
    background: url(../Images/Location/location1_bg.gif);
}

#location1AInfo
{
    width: 257px;
    height: 202px;
    float: left;
    margin: 12px auto auto 12px;
    border: solid 1px #3c2610;    
    text-align: center;
    line-height: 18px;
}

#location1BInfo
{
    width: 257px;
    height: 196px;
    float: left;
    margin: 36px auto auto 12px;
    border: solid 1px #3c2610;    
}

#location2cont
{
    width: 305px;
    height: 100%;
    float: left;
    background: url(../Images/Location/location2_bg.gif);
}

#location2info
{
    width: 279px;
    height: 430px;
    margin: 12px auto auto 15px;
    border: solid 1px #3c2610;
    overflow: hidden;
}

table#location
{
    width: 100%;
    height: 145px;
}

/* special features */
table#features
{
    width: 100%;
}


table#features th
{
    vertical-align: top;
    text-align: right;
    width: 250px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;
}


table#features td
{
    padding-left: 14px;
    vertical-align: top;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
    padding-top: 20px;
}

/* Plan Modal */
#popupcontainer
{
    width: 594px;
    margin: auto auto auto 3px;
}
#thumbnailFrame
{
    width: 110px;
    height: 432px;
    border-right: solid 1px #3c2610;    
    float: left;
    overflow: hidden;
}

#displayFrame
{
    width: 481px;
    height: 432px;
    float: left;
    margin-left: 2px;
}

/* Contact */
table#contact
{
    width: 70%;
    color: #ffffff;
    margin: auto auto auto auto;
    text-align: center;
    
}

table#contact td, table#contact th
{
    width: 50%;
    color: #ffffff;
    vertical-align: top;
    font-size: 12px;
}

table#contact strong
{
    color: #ffffff;
}

table#contact th.title
{
    text-align: center;
    font-size: 16px;
}

#registercontact
{
    width: 350px;
    height: 150px;
    margin: auto auto auto auto;
    background: url(../Images/Contact/register_bg.gif);
    text-align: center;
    color: #591f00;    
}

#submission
{
    width: 305;
    margin: 0px auto auto auto;
    text-align: center;
    font-size: 14px;
}

#submission a
{
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #591f00
}

.modalRegister
{ 
    z-index: 7;
    position: absolute;
    overflow: hidden;
    width: 333px;
    height: 306px;
}

.modalRegister #container
{
    width: 100%;
    height: 268px;
    float: left;
    background: url(../Images/Contact/register_bg.png);
    overflow: hidden;
}

#container table
{
    width: 100%;    
}

#container table th
{
    width: 40%;
    text-align: right;
    color: #617969;
}

#container table td
{
    width: 60%;
    text-align: left;
}

/* builder */
.buildercontainer
{
    width: 304px;
    height: 314px;
    float: left;
    background: url(../Images/About-Builder/builder_bg.gif);
}




.buildertext
{
    width: 261px;
    height: 280px;
    margin: 16px auto auto auto;
    overflow: hidden;
    color: #617969;
    line-height: 14px;
    text-align: center;
}

.buildertext img
{
    margin-bottom: 10px;
}

.buildertext a
{
    color: #9d4d23;
}


#builderBtmTxt
{
    width: 100%;
    float: left;
    padding-top: 7px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;  
}

#builderBtmTxt a
{
    color: #e6e5d3;
}
