﻿body
{
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: .85em;
    margin: 0;
    padding: 0;
    background-color: #385F8E;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    line-height: 1.6em;
    margin-bottom: 20px;
}

h1 
{
    font-size: 3.85em;
    font-weight: 300;
}

h2 
{
    font-weight: normal;
    font-size: 1.8em;
    line-height: 35px;
    color: black;
}

header,
footer,
nav,
section
{
    display: block;
}
footer 
{
    margin-bottom: 260px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.main-page-container
{
    margin: 0 auto;
    min-width: 1240px;
}

.header-container
{
    height: 100px;
    width:1030px;
    margin:auto;
    padding-top:50px;
}


/* TAB MENU   
----------------------------------------------------------*/
.menu-container
{
    height: 50px;
    line-height: 65px;
    text-align: center;
    color: white;
}

.menu-item
{
    -moz-transform: matrix(1, 0, -0.5, 1, 0, 0);
    -ms-transform: matrix(1, 0, -0.5, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -0.5, 1, 0, 0);
    -o-transform: matrix(1, 0, -0.5, 1, 0, 0);
    transform: matrix(1, 0, -0.5, 1, 0, 0);
    height: 100%;
    display: inline-block;
    width: 115px;
    cursor: pointer;
}

.menu-item div
{
    -moz-transform: matrix(1, 0, 0.5, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0.5, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0.5, 1, 0, 0);
    -o-transform: matrix(1, 0, 0.5, 1, 0, 0);
    transform: matrix(1, 0, 0.5, 1, 0, 0);
}

.menu-item:hover
{
    background: #294D84;
}

.menu-item.selected,
.menu-item:active
{
    background: white;
    color: #333333;
}

/* ADDITIONAL MENU   
----------------------------------------------------------*/
.additional-menu-container
{
    width: 100%;
    top: 0px;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    display: none;
    background-color: #4171AA;
}

.additional-menu-strip 
{
  height: 50px;
  z-index: 101;
  position: relative; 
  line-height: 55px;
  max-width: 1030px;
  min-width: 550px;
  margin:auto;
}


.logo-little {
    height: 40px;
    float: left;
    padding: 5px 0px 5px 10px
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.display-inline {
    display: inline-block;
    vertical-align: top;
}

.error
{
    color: red;
}

.star 
{
    font-weight: bold;
    display: none;
}

.star-container 
{
    width: 5px;
    padding-top: 4px;    
}

.star-message-container {
    padding-top: 0px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}


.validation-summary-errors
{
    color: #ff0000;
    font-weight: bold;
}

.validation-summary-valid
{
    display: none;
}


/*----------------------------------------------------------*/

.slide-content
{
    height: 460px;
    width: 100%;
    margin-top: -100px;
    padding-top: 120px;
}
.slide-content>div
{
    position: relative;
    z-index: 2;
    width:1030px;
	margin:auto;
}

.slide-header 
{
    width: 235px;
    display: inline-block;
    vertical-align: top;
    text-shadow: 10px 10px 2px #f0f0f0;
}

.curved-line
{
    height: 70px;
    width: 100%;
}

.line-container
{
    position: relative;
    margin-top: -135px;
    height: 200px;
    overflow: hidden;
}

.line-container div
{
    height: 70px;
    position: absolute;
    -moz-transform: matrix(1, 0, -1.5, 1, 0, 0);
    -ms-transform: matrix(1, 0, -1.5, 1, 0, 0);
    -webkit-transform: matrix(1, 0, -1.5, 1, 0, 0);
    -o-transform: matrix(1, 0, -1.5, 1, 0, 0);
    transform: matrix(1, 0, -1.5, 1, 0, 0);
}

.line-part1
{
    border-bottom-right-radius: 10px;
    bottom: 0;
    margin-left: -470px;
    width: 50%;
	min-width:205px;
}

.line-part2
{
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    bottom: 50px;
    left: 50%;
    margin-left: -515px;
    width: 1030px;
}

.line-part3
{
    border-top-left-radius: 10px;
    bottom: 100px;
    float: right;
    margin-right: -470px;
    right: 0;
    width: 50%;
	min-width:205px;
}
/*----------------------------------------------------------*/
.animated-images-div 
{
    position: absolute;
    z-index: 3;
    left: 270px;
    margin-top:-30px;
}

#promo-image-top 
{   
    top: 0px;
    z-index: 4;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#promo-image-bottom 
{
    top: 85px;
    position: absolute;
    z-index: 5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#background_white 
{
    margin-top: 50px;
    margin-left: -10px;
}

.big-text-container 
{
    font-size: 9em;
    height: 140px;
    border-bottom: 5px solid;
    font-weight: bold;
    overflow: hidden;
    margin-top: -35px;
}

.big-text
{
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    padding-top: 70px;
    padding-left: 10px;
}

/*----------------------------------------------------------*/
footer
{
    margin-top:-170px;
    color:#ffffff;
    text-align:right;
}

footer span
{
    padding-right:50px;
}

