@charset "utf-8";
/* CSS Document */
@import url("https://albertadrivingschoolltd.com/css/reset.css");
body{
	color:#333;
	background:#263b58;
	font:12px Arial, Helvetica, sans-serif;
	}
a{ color:#F60}
a:hover{ text-decoration:none}
h3{
	color:#000;
	font:bold 18px Arial, Helvetica, sans-serif;
	}
h3 span{ color:#ff9900;}
h4{
	color:#fff;
	padding:2px 10px;
	background:#453d3d;
	margin:0 0 15px 0;
	text-transform:uppercase;
	font: bold 18px Arial, Helvetica, sans-serif;
	}
#alberta{
	width:1000px;
	margin:20px auto;
	background:#fff;
	}
#nav{
	height:35px;
	line-height:35px;
	padding:0px 20px;
	text-transform:uppercase;
	text-shadow:1px 1px #6b3e07;
	background: #f8bb49; /* Old browsers */
	background: -moz-linear-gradient(top, #f8bb49 24%, #f7941d 76%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#f8bb49), color-stop(76%,#f7941d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8bb49 24%,#f7941d 76%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8bb49 24%,#f7941d 76%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8bb49 24%,#f7941d 76%); /* IE10+ */
	background: linear-gradient(top, #f8bb49 24%,#f7941d 76%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
	}
#nav li{ float:left; display:inline}
#nav li a{
	height:17px;
	color:#fff;
	padding:9px 45px;
	line-height:35px;
	display:block;
	text-decoration:none;
	text-shadow:1px 1px #000;
	font:bold 14px Arial, Helvetica, sans-serif;
	}
#nav a:hover{ background:#de8e24}
#hd-tp{
	height:126px;
	background:url(../images/alberta-driving-school.png) no-repeat;
	}
#hd-tp h1{ display:none;}
#hd-tp a{
	font-size:0;
	width:495px;
	height:40px;
	line-height:40px;
	position:relative;
	top:45px;
	left:25px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	}
#content{
}
#lft{
	float:left;
	width:291px;
	}
#rt{
	float:right;
	width:709px;
	}
.slideshow{margin:0 0 20px 0;}
.whitebox{padding:0 20px;}
.whitebox2{ padding:20px;}
/*.graybox{ background:#e8e8e8; border:1px #ccc solid; width:470px; padding:10px; margin-bottom:20px;}*/
.graybox{ background:#e8e8e8; border:1px #ccc solid; width:650px; padding:10px; margin-bottom:20px;}
.graybox p{ line-height:14px; text-align:justify;}

#serviceList{background:#d9d9d7; padding:15px;}
#serviceList ul li,.whitebox2 ul li{
	margin-bottom:2px;
	padding:0 0 2px 15px;
	background:url(../images/arrow.png) no-repeat 0 3px;
	border-bottom:1px #999 dotted;
	}
.whitebox2 ul{ margin-bottom:25px;}
#contactInfo h3{ margin:15px 0 0 0}
#contactInfo{
	color:#fff;
	background:#453d3d;
	padding:10px;
	margin:20px 0 0 0
	}
#scroll{
	padding:10px;
	background:url(../images/slider-bg.png) repeat-x bottom;
	}
#ft{
	width:1000px;
	margin:0 auto;
	color:#7490b6;
	font-size:11px;
	line-height:24px; 
	}
.maple{ width:180px; float:right; padding-bottom:15px;}
.maple img{ margin-left:5px;}


/*---Contact Style---*/	
.cssform p,.cssform2 p{
	 margin: 0px; 
	 padding: 5px 0px 8px 0px; 
	 }
.cssform label,.cssform2 label{ 
	font-weight: bold; 
	float: left;
	margin-left: 0px; 
	}
.cssform label{width: 120px;}
.cssform2 label{width: 270px;}
.cssform label span,.cssform2 label span{ color:#f00;}
.cssform input[type="text"],.cssform2 input[type="text"]{ 
	width: 310px;
	height:19px;	
	}
.cssform2 select,.cssform2 select{
	width: 150px;
	height:39px;
	color:#333;
	padding:5px;
	font:14px Arial, Helvetica, sans-serif;
	}
.cssform textarea,.cssform2 textarea{ 
	color:#333;
	width: 310px; 
	height: 120px; 
	}
.cssform input[type="text"].incode,.cssform2 input[type="text"].incode{
	width: 82px; 
	height: 19px; 
	}
.cssform input[type="text"],.cssform textarea,.cssform input[type="text"].incode,
.cssform2 input[type="text"],.cssform2 textarea,.cssform2 input[type="text"].incode{
	color:#333;
	padding:5px;
	text-indent:3px;
	letter-spacing:1px;
	font:14px Arial, Helvetica, sans-serif;
	}
.cssform input[type="text"]:focus,.cssform textarea:focus,.cssform input[type="text"].incode:focus{
	background:#FFFAEC;
	}
.error {
	color:#ff0000;
	margin:15px 0; 
	font:bold 14px  Arial, Helvetica, sans-serif;
	background:url(../images/ico-warning.gif) no-repeat 0 5px; 
	padding:5px 0 5px 20px;
	}
.okay {
	color:#009900;
	margin:15px 0;
	font:bold 14px  Arial, Helvetica, sans-serif;
	background:url(../images/ico-done.gif) no-repeat 0 5px; 
	padding:5px 0 5px 20px;
	}
.message {
	color:#0099FF; 
	margin:15px 0;
	font:bold 14px Arial, Helvetica, sans-serif;
	background:url(../images/ico-info.gif) no-repeat 0 5px; 
	padding:5px 0 5px 20px;
	}
.btn_submit{
	height:35px;
	width:90px;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	}
.map{
	padding:2px;
	border:1px #ccc solid;
	}
.whitebox2 h3{ margin-bottom:15px;}

.img-rt-lft{ margin:0 0 15px 15px}

.link a{color:#7490b6;text-decoration:none;}
.link a:hover{color:#7490b6;text-decoration:underline;}