@import 'tooltips.css';
@import 'common.css';
#interior-fma {
    display: block;
    width: 880px;
    height: 128px;
    background: url('_images/bg-fma-interior.jpg') top left no-repeat;
}
#interior-fma span {
    font-size: 23px;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    margin-right: 55px;
    margin-top: 55px;
    line-height: 28px;
    overflow: visible;
}
#nav-cta-container {
    float: left;
    margin-left: 5px;
}
#interior-content {
    float: left;
    width: 530px;
    margin-left: 20px;
    margin-top: 40px;
}
#interior-content-wide {
    float: left;
    margin-left: 20px;
    margin-top: 40px;
    width: 830px;
}
#interior-content ul,
#moodalbox-content ul {
    /*list-style-image: url('_images/bg-list-item.jpg');*/
    list-style: none;
}
#interior-content ul li,
#moodalbox-content ul li {
    background: url('_images/bg-list-item.jpg') 0px 3px no-repeat;
    margin-bottom: 15px;
    padding-left: 25px;
}
#interior-content ul li.no-bullet {
    background-image: none;
}
#moodalbox-content {
    float: left;
    padding-right: 25px;
    margin-left: 20px;
    margin-top: 40px;
}
/*************************************
Subnav
*************************************/
#subnav-container {
    margin-left: 25px;
    padding-top: 40px;
    width: 250px;
}
#subnav-top {
    display: block;
    width: 250px;
    height: 10px;
    background: url('_images/bg-subnav-top.jpg') top left no-repeat;
}
#subnav-bottom {
    display: block;
    width: 250px;
    height: 10px;
    background: url('_images/bg-subnav-bottom.jpg') top left no-repeat;
    margin-top: -10px;
}
#subnav {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #434343;
    font-weight: bold;
    list-style: none;
    border-left: 2px solid #BBBBBB;
    border-right: 2px solid #BBBBBB;
    width: 246px;
    margin-top: -5px;
}
#subnav li {
    padding-top: 10px;
    height: 25px;
    border-bottom: 2px solid #D6D6D6;
}
#subnav li.last {
    border: none;
}
#subnav a {
    margin-left: 15px;
    color: #434343;
    background: url('_images/bg-subnav-link-arrow.jpg') 0px 4px no-repeat;
    padding-left: 15px;
    text-decoration: none;
}
#subnav a:hover,
#subnav a.active,
#subnav li.active a {
    color: #19448e;
    background-position: 0px -26px;
}

/*************************************
Flash and Custom
*************************************/

.member-image {
    float: left;
    border: 4px double #666666;
    padding: 2px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#flash-demo p,
#ehive-demo p {
    float: left;
    width: 240px;
    text-align: center;
    margin-left: 15px;
    display: block;
}
#flash-demo a img,
#ehive-demo a img {
    text-decoration: none;
    border: 4px double #666666;
    padding: 2px;
    margin-bottom: 5px;
    
}
.underline {
    text-decoration: underline;
}
#demo-content {
    padding: 25px;
}
.loading {
    margin-top: 200px;

}
#media {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.center {
    text-align: center;
}

/*******************************
 * Pricing
 *******************************/
#pricing-table {
    margin: 0 auto;
    margin-bottom: 15px;
}
#pricing-table td {
    border-spacing: 5px;
    text-align: center;
    padding: 5px;
}
#pricing-table th {
    color: #FFFFFF;
}
th.tier {
    background-color: #003366;
}
th.memberships {
    background-color: #660000;
}
th.pricing {
    background-color: #a25100;
}
th.premium-memberships {
    background-color: #003300;
}
.tier {
    background-color: #c3d5ed;
    width: 50px;
    font-weight: bold;
}
.memberships {
    background-color: #dfc5b5;
    width: 100px;
}
.pricing {
    background-color: #F49C17;
}
.premium-memberships {
    background-color: #bff7bd;
    width: 130px;
}
.red {
    color: #990000;
}
.strikethrough {
    text-decoration: line-through;
}
