@import url('fonts.css');

/*--------------------
      GENERAL
--------------------*/

.clear {clear:both;}

.center {
    text-align: center;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

body {
    background: url("../images/bg.jpg") top center no-repeat #96b9d9;
}

ul li {
    color: #214f70;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

p {
    color: #214f70;
    font-size: 14px;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #218501;
}

a {
    color: #1141f2;
    text-decoration: underline;
}

/*--------------------
      HEADER
--------------------*/
.header {
    width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    border: 5px solid #3e69c3;
    padding: 10px;
    background: #67aadb;
}

    .logoleft {
        float: left;
    }

    .phone {
        float: left;
        margin-left: 150px;
        margin-top: 20px;
        width: 300px;
    }

        .phone img {
            float: left;
            margin-right: 5px;
            padding-top: 5px;
        }

        .phone h2 {
            float: left;
            color: #fff;
            font-size: 36px;
            font-weight: bold;
        }

    .logoright {
        float: right;
    }

/*--------------------
      LAYOUT
--------------------*/

.mainContainer {
    width: 960px;
    margin: 0 auto;
    border: 5px solid #3e69c3;
    padding: 10px;
    background: #ffffff url('../images/finance-bg.png') 142px 0px no-repeat;
}

.pad {
    padding: 10px;
}

img.van {
    margin-top: -100px;
    margin-left: 20px;
}

ul.ticks {
    margin-left: 0px;
    list-style: none;
}

    ul.ticks li {
        margin-bottom: 4px;
        padding-left: 25px;
        background: url("../images/tick.png") no-repeat;
        background-position: -0px 2px;
    }

.logos {
    margin: 10px 20px 30px;
    display: block;
}

    .logos img {
       
    }
    
p.error {
    color: red;
    font-weight: bold;
}

/*--------------------
      FORM
--------------------*/

#the_form {
    background: #dcf0ed;
    margin-left: 15px;
    padding-top: 10px;
}

legend {
    margin-left: -10px;
    width: 100%;
    background: #214f71;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

    legend span {
        padding: 5px 5px 5px 15px;
    }

label {
	float:left;
    width: 70px;
    margin-right: 10px;
    font-weight: bold;
    font-family: arial;
    color: #333333;
	margin-right:10px;
	padding-top:5px;
}

    label.subscribe {
        width: 400px;
    }

.help-block {
    display: block;
    text-align: right;
    margin-right: 25px;
}

.dob {

}

    .dob #dob_day {
        width: 50px;
    }

    .dob #dob_month {
        width: 100px;
    }

    .dob #dob_year {
        width: 60px;
    }

button.submit {
    float: right;
    margin-top: 20px;
    margin-right: 25px;
    width: 190px;
}

.privacy_link {
    float: right;
    margin-right: 30px;
}

    .privacy_link a {
        text-decoration: underline;
    }

/*--------------------
      FOOTER
--------------------*/

.footer {
    margin-top: 25px;
}

/*--------------------
      NEW 
--------------------*/

.row-contact .errors .error{
margin-bottom:5px;
}
.row-contact .errors{
color:#FF0000;
margin-bottom:20px;
font-weight:bold;
font-size:14px;
}
.home-title h1{
margin-bottom:10px;
}
.row-contact .phone-number span{
font-weight:bold;
color: #218501;
}
.row-contact .phone-number{
font-size:18px;
text-align:left;
margin:20px 0 30px 0;
color: #214f70;
}
.row-contact{
margin-top:20px;
}
.row-contact .van{
display:block;
margin-top:160px;
margin-left:auto;
margin-right:auto;
}
.contact-form textarea{
width:370px;
}
.contact-form input[type="text"]{
width:370px;
}
.contact-form input[type="submit"]{
display:block;
margin-left:80px;
margin-top:5px;
}
