@charset "utf-8";
/* CSS Document */

/* Driving Instructor Page */

#introareaDi {
	width: 705px;
	background-color: #FFFFFF;
	clear: both;
	height: 262px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

#whyleft {
	float: left;
	clear: left;
	padding-left: 14px;
	padding-right: 8px;
	padding-top: 8px;
	width: 496px;
	margin-top: 5px;

}



#whyleft h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 0;

}

#whyleft h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#whyright {
	width: 170px;
	float: right;
	clear: right;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
}

#whyearn {
	width: 390px;
	height: 75px;
	background-image: url(../pics/earn.gif);
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-top: 18px;
	margin-top: 30px;
}

#whyearn a:link {
	color: #0033CC;
}

#whyearn a:hover {
	color: #990000;
}


#earn {
	position: absolute;
	width: 500px;
	height: 300px;
	visibility: hidden;
}

.earnbox {
	display:none;
	background-color: #C1D2E8;
	border: medium solid #000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 16px;
	position: absolute;
	height: 110px;
	width: 400px;
	left: 100px;
	top: 210px;
	cursor: pointer;
}

.earnbox select {
	font-size: 12px;
}

.earnbox2 {
	display:none;
	background-color: #C1D2E8;
	border: medium solid #000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 16px;
	position: absolute;
	height: 110px;
	width: 400px;
	left: 300px;
	top: 600px;
	cursor: pointer;
}

.earnbox2 select {
	font-size: 12px;
}


.explain {
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
} 

.explain a:hover {
	color: #990000;
} 

.youearn {
	font-size: 16px;
	margin-bottom: 9px;
}

