﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #83B0D4;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 12px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}


img { border:0px;}

/* HEADINGS   
----------------------------------------------------------*/

.MasterVoucherCar{
    width: 700px;
    height: 350px;
}

.MasterVoucher{
    float: right;
    height: 300px;
    width: 500px;
}



/*This car image can be found at the bottom of the car page*/
CarImage2 {
    height: 314px;
    width: 713px; 
}

.CarImage1 {
    height: 200px;
    width: 350px;
    margin-left: 123px;
   
}

.test {
    height: 400px;
    width: 246px;
}

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
    font-family: Impact;
    font-weight: normal;
}

h1
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #FF1900;
}

h2
{
    color: #FF1900;
}

h3
{
    font-size: 1.2em;
     padding: 0px;
    margin: 0px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 980px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 0px solid #496077;
    padding: 0px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 980px;
    height: 210px;
}

.header .logo
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    background-image: url(/files/images/driving-school-logo.jpg);
    width: 980px;
    height: 210px;
}

.leftcol
{
    float: left;
    width: 226px;
}

.nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.nav ul li
{
    width: 226px;
    height: 29px;
    background-color: #158CBE;
    margin-bottom: 4px;
}
.nav ul li a
{
    padding-left: 15px;
    width: 211px;
    height: 29px;
    background-color: #158CBE;
    font-family: Impact;
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    display: block;
}
.nav ul li a:hover
{
    padding-left: 15px;
    width: 211px;
    height: 29px;
    background-color: #A9CCE0;
    font-family: Impact;
    color: #FF1900;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    display: block;
}

.callback
{
    width: 196px;
    background-color: #A1C6DD;
    padding: 15px;
    margin-bottom: 5px;
}
.callback h3
{
    font-family: Impact;
    color: #FF1900;
    text-decoration: none;
    font-size: 26px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.callback p
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.callback .phone
{
    color: #158CBE;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.callback .cost
{
    color: #158CBE;
    text-decoration: none;
    font-size: 48px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-family: Impact;
}
 .field
{
    border-bottom: #747474 0px solid;
    border-left: #1a1a1a 0px solid;
    width: 181px;
    background-color: #158CBE;
    color: #ffffff;
    border-top: #1a1a1a 0px solid;
    border-right: #747474 0px solid;
    padding: 5px;
    margin: 0px 0px 5px 0px;
}
 .field:focus
{
    background: #105B7C;
    color: #ffffff;
}
.leftbannerlink a
{
    text-decoration: none;
    color: #333333;
}
.leftbannerlink:hover
{
    text-decoration: none;
    color: #333333;
}

.leftbanner
{
    width: 227px;
    height: 300px;
}
.main
{
    float: right;
    width: 719px;
    min-height: 420px;
    padding: 0px;
    margin: 0px 15px 5px 0px;
}

.newsmain{margin:10px;}


.footer
{
 background-color: #83B0D4;
 height:90px;
}
.footer a
{
color:#ffffff;
font-weight:bold;
}
.footer a:hover
{
color:#ff0000;
font-weight:bold;
}


.footer .footerleft
{
    float: left;
    width: 600px;
     text-align: left;
     color:#ffffff;
     padding:15px;
}
.footer .footerright
{
    float: right;
    width: 300px;
     text-align: right;
     color:#ffffff;
     padding:15px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 4px #990000;
    background-color: #ffffff;
    color: #333333;
    z-index: 999;
}

.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}





.modalPopup
{
    background-color: #eeeeee;
    border-width: 8px;
    border-style: solid;
    border-color: Gray;
    font: 16px Verdana, Sans-Serif;
    color: #000000;
}



.clear
{
    clear: both;
}




.greybutton
{
    margin: 0px;
    border: 0px;
    padding: 5px;
    background-color: #158CBE;
    font-weight: bold;
    line-height: 15px;
    cursor: pointer;
    color: White;
}

.greybutton:hover
{
    background-color: #FF1900;
    color: #ffffff;
}


A
{
    color: #a5a5a5;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}


.clear
{
    height: 0px;
    clear: both;
    overflow: hidden;
}





.success
{
    color: #158CBE;
}
.fail
{
    color: red;
}
.floatright
{
    float: right;

}
.moveup40
{
    top: -40px;
    position: relative;
}
.moveup20
{
    top: -20px;
    position: relative;
}
.newstext
{
    left: 0px;
    top: 0px;
    width: 360px;
    height: 145px;
    font-family: Rokkitt, Times New Roman;
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-color: rgb(0, 0, 0);
    -moz-opacity: .9;
    padding: 1px 20px 20px 20px;
    font-size:14px;
}
.newstextp
{
  
    filter: alpha(opacity=100);
    opacity: 1;
   
}
.newstext a
{ font-size:14px;}
  .boldbluetext
        {
            color: #00B0F0;
            font-weight:bold;
        }
        
        .fb-like{ position: relative;
                  top:-50px;
                  left:700px;}