@charset "utf-8";
/* CSS Document */

html, body, ul, h1, h2,h3, p{
    margin: 0;
    padding: 0;
}

body{
    background: #975d3d url(../images/bg-tile.png) repeat-x;
    font: 16px 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Geneva,  Verdana, sans-serif;
    color: #fff;
    text-shadow: -1px -1px #643b14;
}

@font-face {
    font-family: "Museo-300";
    src: url("../css/museo300-regular.otf")
}

@font-face {
    font-family: "Museo-500";
    src: url("../css/museo500-regular.otf")
}

@font-face {
    font-family: "Museo-700";
    src: url("../css/museo700-regular.otf")
}

a, a:active{
    outline:none;
}

::selection {
	background: #774312; 
}

::-moz-selection {
	background: #774312; 
}

.center-text{
    text-align: center;
}

#container{
    margin: 0 auto;
    background: url(../images/behind-the-wheel-city.png) no-repeat;
    width: 1024px;
}

#header{
    height: 370px;
}

#nav{
    height: 65px;
    margin-left: 120px;
}

#nav li{
    list-style: none;
    float: left;
    font: 22px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
    color: #fff;
    text-shadow: none;
    margin-right: 35px;
}

#nav li a{
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

#body{
    padding: 10px;
    margin-bottom: 10px;
}

#body h1{
    font: 26px Museo-700, "Lucida Grande", Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

#body h2{
    font: 22px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
    margin-bottom: 5px;
}

p{
    line-height: 20px;
    margin-bottom: 16px;
}

p a{
    color: #fff;
    text-decoration: underline;
}

p a:hover{
    text-decoration: none;
}

.mrsafe{
    float: left;
    margin-right:10px;
}

#main-content{
    float: left;
    width: 755px;
}

#sidebar{
    float: left;
    width: 220px;
    margin-left: 15px;
}

#sidebar h1{
    font: 22px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}

#sidebar h2{
    font: 18px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
    margin-bottom: 5px;
}

#sidebar p{
    font: 14px 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Geneva,  Verdana, sans-serif;
    line-height: 18px;
}

#chart{
    border: 1px #643b14 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #7f4a1d;
    width: 200px;
    float: left;
    margin-bottom: 20px;
}

#chart h1{
    font: 18px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
    padding: 5px 0;
    margin-bottom: 0;
}

#chart .price{
    float:right;
    margin-left: 5px;
}

#chart li{
    list-style: none;
    padding: 3px 10px;
}

#chart li:nth-child(even){
    background-color: #92653f;
}

#chart li:last-child{
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.course-price{
    width: 300px !important;
}

.full{
    width:100% !important;
}

#sidebar-box, #sidebar-button{
    list-style:none;
    font: 18px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
    border: 1px #643b14 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #7f4a1d;
    padding: 10px;
    width: 234px;
    margin-bottom: 10px;
}

#sidebar-box a{
    color: #fff;
    text-decoration: none;
}

#sidebar-box li{
    border-bottom: 1px #643b14 solid;
    padding: 5px 2px;
}

#sidebar-box li:last-child{
    border: none;
}

#sidebar-box li:hover, #sidebar-button:hover{
    background-color: #92653f;
    cursor: pointer;
}

#sidebar-button h1{
    font: 20px Museo-500, "Lucida Grande", Verdana, Arial, sans-serif;
}

#sidebar-button a{
    color: #fff;
    text-decoration: none;
}

.pdf{
    background: url(../images/pdf.png) left center no-repeat;
    text-align: center;
    height: 56px;
}

.enroll{
    background: url(../images/speed.png) left center no-repeat;
    text-align: center;
    height: 56px;
}

.map{
    background: url(../images/map.png) left center no-repeat;
    text-align: center;
    height: 56px;
    width: 200px !important;
}

.pdf h1, .map h1, .enroll h1{
    padding-left: 60px;
    vertical-align: middle;
}

.map h1, .enroll h1{
    display: block;
}

.enroll h1{
    margin-top: 15px;
}

#footer{
    margin: 10px auto;
    border-top: 1px #643b14 solid;
    font-size: 12px;
    clear: both;
    width: 1024px;
    padding: 5px 0;
}

#footer p{
    float:left;
}

#footer a{
    color: #fff;
    text-decoration: none;
}

#footer a:hover{
    text-decoration: underline;
}

#footer ul{
    float: right;
}

#footer ul li{
    list-style:none;
    float: left;
    margin-right: 10px;
}

#footer ul li:last-child{
    margin-right: 0;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/loading.png) no-repeat center;
    z-index: 30;
}

#loading-dots{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/loading.gif) no-repeat center;
    z-index: 31;
}

#dark{
    position: fixed;
    background-color: #000;
    filter:alpha(opacity=50);
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 29;
}

#google_translate_element{
    color: #fff !important;
}
