﻿@import url(sub_styles.css);
@import url(global_styles.css);

#rightFrame
{
    width: 500px;
    float: left;
    background: #0f3968;
}

#leftFrame
{
    width: 300px;
    height: 201px;
    overflow: hidden;
    float: left;
    background: #e0eef3;
}

#contentFrameWhite
{
    width: 800px;
    float: left;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#contentFrameWhite a
{
    color: #c35127;
}

#contentFrameWhite a:hover
{
    color: #000000;
}


.generalFullFrame #leftFrame a
{
    color: #0f3968;
}

.generalFullFrame #leftFrame a:hover
{
    color: #d76524;
}

#contentFrameWhite h2
{
    color: #000000;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* Inline Version */
#contentFrameWhite h3
{
    color: #648236;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#contentVideo
{
    float: right;
    width: 250px;
    background: inherit;
    margin: 30px 10px 20px 25px;
}

.alaFullBlueFrame
{
    width: 702px;
    background-color: #e0eef3;
    float: left;
    margin-left: 49px;
    font-size: 12px;
}

.alaFeaturesColA
{
    width: 307px;
    float: left;
    background: inherit;
    padding: 24px 0px 24px 24px;
}

.alaFeaturesColB
{
    width: 307px;
    float: left;
    background: inherit;
    padding: 24px 24px 24px 40px;
}

.alaFullBlueFrame h2
{
    font-size: 16px;
}

li
{
    line-height: 17px;
}

ul#ALA
{
    margin-top: 14px;
}

ul#ALA li
{
    line-height: 24px;
}

.tableFeatures
{
    color: #961b1e;
}

.tableFeatures span
{
    font-size: 14px;
    font-weight: bold;
}

.tableEnergy
{
    color: #961b1e;
}

.tableEnergy span
{
    font-size: 16px;
    font-weight: bold;
}


.tableContact td
{
    width: 33%;
    vertical-align: top;
}

