﻿#gateway_left 
{
    float: left;
    width: 160px;
    padding-top: 10px;
}
#gateway_center 
{
    float: left;
    width: 510px;
    background-image: url("./images/gateway_center.gif");
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 470px;
    height: auto !important;
    height: 470px;
    padding-top: 25px;
}
#gateway_right
{
    float: left;
    width: 160px;
    background-image: url("./images/gateway_right.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 10px;
}
#gateway_right div.content
{
    background-color: #b3db71;
    background-image: url("./images/gateway_right.gif");
    background-repeat: no-repeat;
    background-position: left -10px;
    padding: 10px;
    color: #669933;
}
#gateway_center div.content
{
    padding: 0px 20px;
}
#gateway_right hr 
{
    border-bottom: 2px dashed #e9f6d3;
}
#gateway_center ul {
    padding: 0px;
    margin: 5px 0px;
    list-style: none;
}
#gateway_center ul li {
    list-style: none;
    background-image: url("./images/icon_bluestar.gif");
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 13px;
}

.col1, .col2, .col3 
{
    float: left;
    background-image: url("./images/stitch_vert.gif");
    background-repeat: repeat-y;
    background-position: right center;
}
.col1 div, .col2 div, .col3 div
{
    padding: 0px 10px 10px 15px;
}
.col1 
{
    width: 155px;
}
.col1 div 
{
    padding-left: 0px;
}
.col2 
{
    width: 160px;
}
.col3 
{
    background: none;
    width: 155px;
}
.feature 
{
    background-image: url("./images/well_bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #b2db71;
    color: #333333;
    margin-bottom: 10px;
}
h3, h2 {
    color: #669933;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    margin-top: 0px;
}
h3 *, h2 * {
    font-family: "Trebuchet MS", Arial, Sans-Serif;
}
.feature div 
{
    padding: 10px;
}
.feature div div 
{
    padding: 0px;
}