﻿.homeContentContainer {
    width: 92%;
    height: 750px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    font-family: Verdana;
    display: block;
}

.homeContentInnerContainerStyle {
    width: 1024px;
    height:100%;
    margin: 0 auto 0 auto;
    margin-top: 10px;
}

.homeContentInfoImgBlock1Style {
    float: left;
    width: 720px;
    height: 300px;
    background-color: #000000;
    border: 1px solid #dddddd;
    overflow: hidden;
    margin-bottom:20px;
}

.homeContentInfoTextBlock1Style {
    float: left;
    width: 15%;
    min-width: 260px;
    height: 220px;
    background-color: #292F33;
    margin: 20px 0px 0px 0px;
    padding: 8px 12px 8px 12px;
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
}

.homeContentInfoTitleRowStyle {
    width: 100%;
    height: 32px;
    color: #ffffff;
    text-shadow: 0 0 3px #ffffff;
    font-size: 22px;
    font-style: italic;
}

.homeContentInfoTextContainerStyle {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.homeContentInfoLinkRowStyle {
    width: 100%;
    height: 24px;
    line-height:24px;
    vertical-align:bottom;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-top:30px;
}

.homeContentInfoBottomRowStyle{
    clear:both;
    width:100%;
    height:24px;
    margin-top:40px;
}

.homeContentInfoBottomRowInnerStyle{
    width:228px;
    height:24px;
    margin: 0 auto 0 auto;
}

.homeContentInfoBottomSquareStyle {
    float:left;
    width:24px;
    height:24px;
    background-image: url("../images/squareIndent.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right:14px;
}

.homeContentPilot9 {
    width: 100%;
    height: 100%;
    background-image: url("../images/pilot9.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto 0 auto;
}

.homeDescriptionContainerStyle {
    clear:both;
    float:left;
    width: 700px;
    margin: 0px 0px 0px 20px;
    overflow: hidden;
    color: #ffffff;
    font-size: 28px;
}

.homeSocialContainerStyle {
    float: left;
    width: 280px;
    height: 500px;
    margin-left:10px;
}

.homeSocialTitleRowStyle {
    width: 100%;
    height: 40px;
    font-size: 22px;
    color: #ffffff;
    text-shadow: 0 0 2px #ffffff;
}

.homeSocialHeaderContainerStyle {
    width: 100%;
    height: 48px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: linear-gradient(#888888, #222222);
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #000000;
    overflow:hidden;
}

.homeSocialHeaderTypeStyle {
    width: 36px;
    height: 36px;
    vertical-align:middle;
    background: linear-gradient(#222222, #444444);
    border-radius: 4px;
    margin-left:10px;
    margin-top:6px;
}

.homeSocialTwitterIcon {
    width: 36px;
    height: 36px;
    background-image: url("../images/twitter_36x36.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.homeSocialContentContainerStyle{
    width:100%;
}

.homeDescriptionRowStyle{
    width:100%;
    height:90px;
}

.homeBulletItemContainerStyle {
    clear: both;
    float: left;
    width: 45%;
    min-width: 600px;
    height: 80px;
    min-height: 80px;
    margin: 0px 0px 0px 20px;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
}

.homeBulletItemRowStyle{
    width:100%;
    height:32px;
    margin-left:40px;
}

.homeBulletItemIconStyle {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("../images/bulletItem.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right:8px;
}

.homeBulletItemTextStyle{
    float:left;
    width:80%;
    height:100%;
    overflow:hidden;
}