﻿/*
 Font
*/

.bold
{
    font-weight: bold;
}



/*
    Headers
*/

h1
{
    font-size: 44px;
}

h2
{
    font-family: Arial;
    font-size: 30px; 
    font-weight: normal;   
}

h3
{
    font-size: 16px;
}

h4
{
        
}




/*
    Colors
*/

.dark-blue
{
    color: #183765;
}

.light-blue
{
    color: #1d68a9;
}

.orange
{
    color: #fe9205;
}

.black
{
    color: #000;
}

.white
{
    color: #fff;
}


/*
    Margins
*/

.mar-top20
{
    margin-top: 20px;
}

.mar-left40
{
    margin-left: 40px;
}



/*
    Paddings
*/

.pad-right10
{
    padding-right: 10px;
}

/*
    Buttons
*/

.button
{
    border: none;
    width: 387px;
    height: 57px;
    cursor: pointer;    
    color: White;
    font-size: 26pt;
    font-weight: bold;
    padding-bottom: 6px;
}

.orange-button-bg
{
    background: url('/content/images/button-orange.png') no-repeat;    
}

.blue-button-bg
{
    background: url('/content/images/button-blue.png') no-repeat;
}



/*
    Links
*/

a:active, a:hover, a:focus, a:visited
{
    color: #0265cb;
}


/*
    Lines
*/

.green-line
{
    background: url('/content/images/green-line.png') repeat-y left top;
	height: 2px;
	margin: 28px auto;
}

.blue-line
{
    background-color: #1d68a9;    
    height: 2px;
    margin-bottom: 10px;
}

/*
    Floats
*/

.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
    display: block !important;
}

.bold
{
    font-weight: bold;
    }



