/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 19, 2014, 11:15:44 PM
    Author     : jim
*/

html{
    margin:0px !important;
}

body{
    background: url('images/splash/body_background.png') repeat-x scroll 0px 0px #6B6F71;
    background-color:#6B6F71 !important;
    margin:0 !important;
}

#splash-main-container{
    width:775px;
   
    margin: auto;
    border:2px solid #0840A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    background: #031c45; /* Old browsers */
background: -moz-linear-gradient(top, #031c45 0%, #0941a0 50%, #06347f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#031c45), color-stop(50%,#0941a0), color-stop(100%,#06347f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #031c45 0%,#0941a0 50%,#06347f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #031c45 0%,#0941a0 50%,#06347f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #031c45 0%,#0941a0 50%,#06347f 100%); /* IE10+ */
background: linear-gradient(to bottom, #031c45 0%,#0941a0 50%,#06347f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031c45', endColorstr='#06347f',GradientType=0 ); /* IE6-9 */
}

.background-container{
/*    background-image:url(images/splash/arrows.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    position:relative;
    bottom:0;
    z-index:10;
    width:293px;
    height:216px;
    margin-left:482px;*/
}

.content-container-outer{
    border:2px solid #0840A1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin:10px;
    
}

.content-container-inner{
   background-image:url(images/splash/arrows_blue.png);
   background-color:#FFF;
    background-position:right bottom;
    background-repeat:no-repeat;
    position:relative;
    min-height:216px;
    padding:5px;
    -webkit-box-shadow: inset 0px 0px 15px 7px rgba(0,0,0,0.38);
    -moz-box-shadow: inset 0px 0px 15px 7px rgba(0,0,0,0.38);
    box-shadow: inset 0px 0px 15px 7px rgba(0,0,0,0.38);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 8px;
}

.content-container-inner .entry-content{
    padding-left:10px;
    padding-right:10px;
    font-family:'Arial';
    font-size:20px;
    font-weight:bold;
}

.content-container-inner .entry-content ul{
    list-style-image:url('images/splash/bullets.png');
}

.content-container-inner .entry-content li{
    font-size:25px;
}

.content-container-inner .es_textbox_button{
    background: #031c45; /* Old browsers */
    background: -moz-linear-gradient(top, #031c45 0%, #0941a0 50%, #06347f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#031c45), color-stop(50%,#0941a0), color-stop(100%,#06347f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #031c45 0%,#0941a0 50%,#06347f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #031c45 0%,#0941a0 50%,#06347f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #031c45 0%,#0941a0 50%,#06347f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #031c45 0%,#0941a0 50%,#06347f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031c45', endColorstr='#06347f',GradientType=0 ); /* IE6-9 */
    
    border: none;
    padding: 10px;
    width: 150px;
    color: #FFF;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 8px;
}

.content-container-inner .es_textbox_class{
    border:1px solid #031c45;
    padding: 5px;
    width: 250px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
}

.content-container-inner .es_lablebox {
    display:none;
}

.splash_title{
    font-size:40px;
    font-family:'Arial';
    
    text-align:center;
    text-shadow: 1px 3px 5px #CCC;
    color:#0742A0;
}

