﻿
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);


body
{
    background-color: #F5F5F5;
    color: #666666;
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
}

a, a:link
{
    color: #0F63AA;
}

hr
{
    background-color: #CCCCCC;
    color: #CCCCCC;
    width: 100%;
    height: 2px;
    border: 0;
    margin: 10px 0px 0px 0px;
}

.hrHome
{
    margin-bottom: 10px;
}

#contentContainer
{
    text-align: left;
    width: 925px;
    margin: 15px 50px 15px 50px;
}

#innerBodyBorder
{
    margin-top: 25px;
    width: 925px;
    padding: 1px 1px 1px 1px;
    background-color: #CCCCCC;
}

#innerBody
{
    background-color: #FFFFFF;
    padding: 15px 15px 15px 15px;
}

#leftNav
{
    float: left;
    padding-left: 15px;
}

#innerCopy
{
    padding: 0px 75px 30px 100px;
    font-size: 9pt;
}

#innerCopy H1
{
    font-size: 16pt;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

#innerCopy H2
{
    font-size: 12pt;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

#innerCopy H3
{
    font-size: 11pt;
    font-weight: normal;
    padding: 10px 0px 0px 0px;
}

#innerCopy p
{
    float: none;
}

#innerCopy .salesContact
{
    float: left;
    padding-right: 75px;
    width: 175px;
}

#innerCopy .salesContactRight
{
    float: none;
}


#homeFlash
{
    width: 695px;
    height: 295px;
    min-height: 295px;
    float: left;
    background-color: #ffffff;
    /* Put background image back on site instead of flash */
    /* Comment these 3 lines out to enable flash... */
    /************************************************
    background-image: url('../images/home_main.jpg');
    background-position: top left;
    background-repeat: no-repeat;    
    ************************************************/
}

#homePromo
{
    height: 295px;
    min-height: 295px;
    float: left;
    font-family: Verdana;
    color: #666666;
    font-size: 11px;
    background: #F4F4E8 url('../images/promobg.gif') repeat-y top right;
    width: 245px;
    border-right: 5px solid #f4f4e8;
}

#topHome
{
    background-color: #f4f4e8;
    min-height: 295px;
    height: 295px;
    width: 100%;
    margin-top: 15px;
}

.homeSeperator
{
    height: 1px;
    min-height: 1px;
    border-top: 1px solid #6e89a7;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    padding: 0px;
    line-height: 1%;
}

#homePromoTopLabel
{
    background-image: url('../images/home_PromoTopLabel.png');
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 31px;
    height: 31px;
    width: 100%;
    padding-bottom: 5px;
}

.homePromoBox
{
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 15px;
    height: 275px;
    min-height: 275px;
    max-height: 275px;
    font-family: Verdana;
    color: #666666;
    font-size: 11px;
}

#homeBottom
{
    height: 200px;
    min-height: 200px;
    padding: 15px 15px 15px 15px;
    background-color: #6e89a7;
    background-image: url('../images/home_bottom_gradient.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#homeBottom .promoContainer
{
    width: 280px;
    float: left;
    margin-right: 27px;
}

#homeBottom .promoContainerRight
{
    width: 280px;
    float: left;
}

#homeBottom .promoTop
{
    height: 25px;
    min-height: 25px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    padding: 7px 5px 5px 5px;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    font-size: 13pt;
    text-transform: uppercase;
}

#homeBottom .promoBottom
{
    padding: 10px 25px 15px 15px;
    clear: left;
    background-color: #FFFFFF;
    height: 130px;
    min-height: 130px;
    font-size: 8pt;
}

#homeBottom .promoBottom h1
{
    font-weight: bold;
    font-size: 8pt;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}

#homeBottom .promoBottom .promoImgContainer
{
    float: right;
    height: 83px;
    min-height: 83px;
    padding-left: 10px;
}

.headerSep
{
    margin-right: 2px;
    margin-left: 2px;
    height: 3px;
    background-image: url('../images/topsep.png');
    background-position: top left;
    background-repeat: repeat-x;
    line-height: 1%;
}

.headerImage
{
    margin-left: 20px;
    margin-bottom: 12px;
}

#searchBar
{
    height: 28px;
    background-color: #FFF;
    padding: 2px;
    border-top: solid 1px #CCCCCC;
}

#searchBarInner
{
    background-image: url('../images/searchbg.gif');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #FFF;
    height: 28px;
}

#footer ul
{
    display: inline;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
}

#footer li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    display:inline;
    padding-right: 26px;
}

#footer .first
{
    padding-right: 65px;
}

#footer li a
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    color: #0F63AA;
}

#bottomHome
{
    background-image: url('../images/home_bottombg.png');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #6E89A7;
    height: 174px;
    min-height: 174px;
    width: 919px;
    padding: 13px;
}

.bottomPromo
{
    float: left;
    width: 280px;
    overflow: hidden;
}


.bottomPromoTop
{
    background-color: #F4F4E8;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    margin-bottom: 5px;
    min-height: 24px;
    text-transform: uppercase;
    width: 280px;
}

.bottomPromoSep
{
    width: 39px;
    height: 150px;
    display: block;
    float: left;
}

.bottomPromoBottom
{
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    height: 145px;
    min-height: 145px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('../images/home_PromoBottombg.png');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #f1f1f1;
    width: 260px;
}

.bottomPromoBottom h1
{
    font-family: Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-top: 5px;
}

.bottomPromoImgContainer
{
    float: right;
    height: 140px;
    min-height: 140px;
    padding-left: 10px;
}

.bottomPromoImgContainer img
{
    margin-top: 20px;
}


.bottomPromoTop img
{
    padding-left: 10px;
    padding-top: 5px;
}

#contentPage
{
    background-color: #FFFFFF;
    height: 100%;
    min-height: 500px;
    padding-bottom: 45px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    float: left;
    display: block;
    clear: both;
}

.leftNav
{
    width: 145px;
    min-height: 500px;
    float: left;
    background-color: #FFFFFF;
}

.leftNav ul li
{
    list-style: none;
    border-bottom: dotted 1px #666;
    padding-bottom: 5px; 
    padding-top: 5px;
}

.leftNav ul li a:link, a:hover
{
    text-decoration: none;
}
    

.content
{
    width: 565px;
    min-height: 500px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    background-color: #FFFFFF;
}

.rightInfo
{
    width: 190px;
    min-height: 500px;
    float: left;
    background-color: #FFFFFF;
}

h3
{
    font-family: Verdana;
    font-size: 18px;
    color: #DC9D2B;
}

h4
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
}

h5
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.SubHeading
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #DC9D2B;
    margin-top: 20px;
    margin-bottom: 20px;
}

.addInfo
{
    border: 1px solid #DADBD6;
    background-color: #F4F4E8;
    padding: 5px;
}

.addouterrounded
{
    background-color: #DADBD6;
    border: 1px solid #DADBD6;
    padding: 1px;
    margin-bottom: 10px;
}


.addHeader
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.addContent
{
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    padding-bottom: 5px;
}

.addContent a, .addContent a:hover, .addContent a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #0F63AA;
}

.SectionLabel
{
    font-family: Verdana;
    font-weight: bold;
    background-color: #B7B7B7;
    color: #FFFFFF;
}
.leadFieldLabel
{
    text-align: right;
    width: 50%;
}

.AutoFormInput
{
    width: 90%;
}

.CheckboxGroupContainer ul
{
    display: inline;
    margin: 0;
    padding: 0;
}

.CheckboxGroupContainer li
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: left;
    padding-right: 30px;
}

.requiredFieldIndicator
{
    color: #FF0000;
}

.homePromoBox p
{
    line-height: 1.4em;
}

.email
{
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.phone
{
    font-weight: bold;
    font-color: #666666;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.CheckboxGroupContainer ul, .CheckboxGroupContainer li
{
    width: 100%;
}
.bottomPromoImgContainer img
{
    border: 1px solid #DCDBD9;
}

.bottomPromoLink
{
    bottom: 11px;
    float: left;
    position: relative;
    width: 100%;
    padding-left: 5px;
    background-image: url('../images/linkArrow.gif');
    background-position: center left;
    background-repeat: no-repeat;
    
    
}

.programOppsSpacer
{
    width: 2% !important;
    background-color: white !important;
}

.programOpps
{
    margin:10px 0px 10px 0px;
}

.programOpps div div
{
    padding: 5px;
    margin: 0px 0px 10px 0px;
    width: 45%;
    float: left;
    height: 100px;
    background-color: #F4F4E8;
}

.programOpps div div a
{
    font-weight:bold;   
}

.programOpps div div p
{
    margin-left: 7px;  
}

.videohead
{
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;   
    color: #DC9D2B;
}

