@charset "utf-8";
.style11 {
	color: #333333;
	font-size: 16px;
}

.footer A:link {
	text-decoration: none;
	font-size:10px;
	color: #999999;
}
.footer A:visited {
	text-decoration: none;
	color: #6699CC;
}
.footer A:active {text-decoration: none}
.footer A:hover {
	text-decoration: underline;
	color: #d12095;
}

.emphasis {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.emphasis A:link {
	text-decoration: none;
	font-size:12px;
	color: #333333;
}
.emphasis A:visited {text-decoration: none}
.emphasis A:active {text-decoration: none}
.emphasis A:hover {
	text-decoration: underline;
	color: #d12095;
}
.5padding {
	padding: 5px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
.sticker {
	position: relative;
	left: 440px;
	top: -120px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	background-color: #f7f7f7;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;
	background-repeat: repeat-x;
	background-color: #ca0888;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	border: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#homepagetext {
	padding-top: 15px;
	padding-right: 420px;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 33px;
	color: #D22A99;
	font-weight: 300;
	margin-top: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.boxes {
	height: 150px;
	width: 150px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 5px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}

.boxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ab0079;
	font-weight: bold;
	}
div#left {
	float: left;
	width: 290px;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";


	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding: 5px;
	background-image: url(../images/what-type-of-driver-are-you.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	filter: alpha(opacity=95%);
	opacity: 0.95;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #8B9E07;
}
#drivertype {
	margin-right: 340px;
}


div#right {
	float: right;
	width: 290px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";




	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-border-radius: 10px 35px 10px 25px;
	border-radius: 10px 35px 10px 25px;
	padding: 5px;
	height: 300px;
	filter: alpha(opacity=95%);
	opacity: 0.95;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 500;
	background-image: url(../images/question.png);
}
#sticker {
	background-image: url(../images/sticker.png);
	background-repeat: no-repeat;
	background-position: 250px 80px;
	z-index: 200;
	height: 400px;
	position: relative;
	visibility: visible;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#middle {
	margin-top: 0px;
	margin-right: 310px;
	margin-bottom: 0px;
	margin-left: 310px;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";


	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/what-type-of-driver-are-you.png);
	background-position: left top;
	background-repeat: no-repeat;

}
#wrapper {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/pass-driving-test.jpg);
	background-position: right top;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	padding-right: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	background-image: url(../images/menu-back.jpg);
	background-repeat: repeat-x;
}
.style1 {
	color: #8B9E07;
}
.style5 {
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

.style2 {
	font-size: 24px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.nounderline {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



ul.table {
	margin-left: 7px;
	padding-left: 7px;
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrapperlessons {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/pass-test-learner-driver.png);
	background-position: left top;
}
#learnertext {
	padding-top: 25px;
	padding-left: 390px;
	padding-right: 10px;
}
.style6 {
	font-size: 22px;
	color: #D12095;
	font-weight: bold;
}
.style7 {
	color: #CC0001;
	font-size: 22px;
	font-weight: bold;
}

.specials {
	background-color: #ECEECC;
	padding: 5px;
}
#flashcontent {
}

