﻿body 
{
    background-color: #dedddd;
    margin: 0px 0px 0px 0px;
}
#container
{
    width: 100%;
    min-width: 850px;
    text-align: center;
    position: absolute;
    margin-top: 10px;
    z-index: 20px;
}
#page_container
{
    width: 850px;
    height: 100%;
    margin: 0 auto;
}

#header
{
    width: 850px;
    height: 58px;
    background-image: url(/images/top_banner.jpg);
}
#body_container
{
    width: 848px; 
    border-right: solid 1px #626263;
    border-left: solid 1px #626263;
    background-color: #f2f0f1;
}
#navigation
{
    background-color: #f2f0f1;
    width: 205px;
    float: left;
}
#body_content
{
    width: 643px;
    background-color: #FFFFFF;
    float: right;
    min-height: 515px;
}
#content
{
    width: 440px;
    float: left;
    min-height: 515px;
}
#right_content
{
    width: 200px;
    float: right;
}
#footer
{
    width: 850px;
    height: 50px;
    background-image: url(/images/footer.jpg);
}
.body_text
{   
    width: 430px;
    padding: 20px 5px 20px 5px;
    font: 10pt Arial;
    text-align: left;
}
    
/*Navigation*/
.buttons
{
    background-image: url(/images/nav_tab.jpg);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 5px;
    padding-top: 1px;
    margin-top: 3px;
    width: 200px;
    height: 20px;
    cursor: pointer;
    font: 10pt Arial;
    color: #ee3e42;
    text-decoration: none;
}
.buttons:hover
{
    background-image: url(/images/nav_tab2.jpg);
    color: #FFFFFF;
}
.buttons_over
{
    background-image: url(/images/nav_tab2.jpg);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 5px;
    padding-top: 1px;
    margin-top: 3px;
    width: 200px;
    height: 20px;
    cursor: pointer;
    font: 10pt Arial;
    color: #FFFFFF;
    text-decoration: none;
}
/*Right_Side*/
.container_title
{
    background-image: url(/images/right_tab.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 2px;
    width: 179px;
    height: 17px;
    font: 10pt Arial;
    text-align: left;
    padding-left: 20px;
}
.container_text
{
    width: 187px;
    height: 140px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #cecece;
    background-color: #f1f0f0;
    font: 8pt Arial;
    text-align: left;
}
.container_link
{
    font: bold 8pt Arial;
    color: #5058a3;
    text-decoration: none;
}
.page_head
{
    width: 432px;
    height: 22px;
    border-bottom: solid 1px #ee3e42;
    padding: 8px 5px 5px 5px;
    text-align: left;
    font: bold 14pt arial;
}   
.testimonial_title
{
    background-color: #5058a3;
    width: 422px;
    height: 18px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    font: bold 11pt arial;
    color: #FFFFFF;
    text-align: left;
}
.testimonial_body
{
    background-color: #f2f0f1;
    width: 422px;
    padding: 10px 5px 10px 5px;
    font: 10pt arial;
    text-align: left;
}
.text_area_10pt
{
    width: 422px;
    padding: 20px 5px 20px 5px;
    font: 10pt arial;
    text-align: left;
}
.field_forms
{
    border: solid 1px #5058a3;
    background-color: #f2f0f1;
}
.appl_container
{
    width: 422px;
    margin: 0 auto;
}
.Spec_app_container
{
    width: 422px;
    display:none; 
}
.cat_title
{
    background-color: #5058a3;
    border-bottom: solid 1px #FFFFFF;
    width: 412px;
    height: 18px;
    padding: 2px 5px 0px 5px;
    font: bold 10pt arial;
    color: #FFFFFF;
    text-align: left; 
    cursor:pointer;
}   
.appl_title
{
    background-color: #ececec;
    width: 412px;
    float: left;
    padding: 2px 5px 0px 5px;
    font: bold 10pt arial;
    text-align: left;
}
.appl_video
{
    display: none;
    background-color: #ececec;
    width: 75px;
    height: 20px;
    float: right;
}
.appl_Description
{
    width: 412px;
    padding: 5px 5px 10px 5px;
    font: 10pt arial;
    text-align: left;
}
a.Read_More
{
    font: 8pt arial;
    color: #5058a3;
    text-decoration: none;
    cursor: pointer;
}
a.Read_More:hover
{
    text-decoration: underline;
} 
.ssdiv
{
    width: 480px;
    padding: 20px 10px 20px 10px;
    border: solid 2px #5058a3;
    position: fixed;
    margin-top: 10%;
    margin-left: 30%;
    display: none;
    z-index: 100;
    background-color: #FFFFFF;
    font: 10pt arial;
}
.ssdivbg
{ 
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 90;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    display: none;
}
.ssdivIE6
{
    width: 480px;
    padding: 20px 10px 20px 10px;
    border: solid 2px #5058a3;
    position: absolute;
    margin-top: 10%;
    margin-left: 30%;
    display: none;
    z-index: 100;
    background-color: #FFFFFF;
    font: 10pt arial;
}
.ssdivbgIE6
{ 
    width: 100%;
    background-color: #000000;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 90;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    display: none;
}
.webfeat
{
    font-family: Verdana;
    font-size: 7pt;
    color: Gray;
}
