#online{
padding: 20px 25px;
}


/* Global */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
}
html, body{
	border: 0;
	font-size: 12px;
}
a{
	color: #00b5cc;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #00b5cc;
	text-decoration: underline;
}
img{
	behavior: url(iepngfix.htc);
}
blockquote{
	margin-left: 10px;
}

/* Classes */
.bold{
	font-weight: bold;
}

/* Layout */

#americanflag {
	width: 140px;
	height: 20px;
	display: block;
	margin:-10px 0 0 830px;
	padding:0px 0 0 20px;
	position: absolute;
	background: url('../images/americanflag.gif') no-repeat left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

#spanishflag a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#spanishflag a:hover {
	color: #0aaafd;
	text-decoration: underline;
}

#container{
	width: 740px;
	margin: 0 auto;
}
#breadcrumb, #footer{
}
.clear{
	clear: both;
	height: 0;
}

/* Header */
#header{
	margin: 20px 0 0 0;
}
#header h1 a{
	width: 740px;
	height: 155px;
	display: block;
	text-indent: -2000px;
}

/* Breadcrumb */
#breadcrumb{
	color: #333;
	font-weight: bold;
	padding: 5px 0;
}
#navspacer{
	height: 5px;
}

/* Content */
#content{
	/*height: 350px;*/
	min-height: 350px;
	border: 2px solid #00b5cc;
	background: #fff;
}
#contentspacer{
	margin: 10px;
}
#content h2{
	color: #333;
	font-size: 14px;
}

/* Content Home */
#content{
	background-position: top left;
	background-repeat: no-repeat
}
#homenormal #content{
	width: 735px;
	height: 350px;
	vertical-align: top;
}
#content #contentspacer{
	margin: 10px;
}
#homenormal #content p{
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 5px 0 30px 0;
}

/* Home Page Competitor Info Table */
#competitorinfo{
	
}
#competitorinfo td{
	color: #2DACAD;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}
#competitorinfo .title td{
	color: #73BA24;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#competitorinfo .highlight td{
	color: #ED1C24;
	font-size: 14px;
	padding: 5px 0 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffc;
}
#competitormoreshow{
	color: #73BA24;
	font-size: 14px;
	font-weight: bold;
}
#competitormore{
	display: none;
}
#competitorinfo #lastupdated{
	color: #666;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

/* Home Page Sidebar Definition List */
#sidebar h3{
	color: #333;
	font-size: 14px;
	margin: 20px 0 0 15px;
}
#sidebar dl{
	padding: 20px 15px 0 15px;
}
#sidebar dt{
	color: #73BA24;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 3px;
	cursor: pointer;
}
#sidebar dt:hover{
	color: #333;
}
#sidebar dt span{
	color: #333;
}
#sidebar dd{
	display: none;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	background: #fff;
	padding: 0 5px;
	margin-bottom: 5px;
	border-left: 2px solid #ccc;
}
#sidebar strong{
	color: #ED1C24;
}

/* Home Page Definition List */
.homebullets dt{
	color: #73BA24;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 3px;
	cursor: pointer;
	text-transform: uppercase;
}
.homebullets dt:hover{
	color: #333;
}
.homebullets dt span{
	color: #333;
}
.homebullets dd{
	display: none;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	background: #fff;
	padding: 0 5px;
	margin-bottom: 5px;
	border-left: 2px solid #ccc;
}
.homebullets strong{
	color: #ED1C24;
}
#lowprice{
	display: none;
}
#lowprice strong{
	color: #ED1C24;
}

/* Home Dropdowns */
#homebuttons ul{
	display: none;
	margin-left: 8px;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 10;
}
#homebuttons ul, #homebuttons li{
	width: 14em;
	background: #c6ecff;
	list-style: none;
}
#homebuttons li{
	border-top: 1px dashed #ccc;
}
#homebuttons li a{
	padding: 3px 12px 3px 5px;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-indent: 0;
	border-right: 0;
}

/* Content Left */
#subcontent{
	width: 500px;
	height: 100%;
	min-height: 350px;
	float: left;
	border: 0px;
	border-left: 2px solid #73BA24;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 15px;
}
#subcontent h1{
	color: #00b5cc;
	font-size: 18px;
	margin-bottom: 5px;
}
#subcontent h2{
	font-size: 14px;
	color: #73BA24;
}
#subcontent h3{
	color: #333;
	font-size: 22px;
}
#subcontent h4{
	color: #333;
}
#subcontent p, #subcontent li{
	color: #666;
	line-height: 18px;
	margin-bottom: 10px;
}
#subcontent p strong{
	color: #333;
}
#subcontent ul, #subcontent ol{
	margin: 5px 0 5px 20px;
	padding: 5px 0 5px 20px;
}

/* Clerk of Court Table */
#clerkinfo{
	
}
#clerkinfo td{
	color: #2DACAD;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 10px 0;
}
#clerkinfo #title td{
	color: #73BA24;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

/* q&a */
.QnACourses li{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
.qnadirections{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.QnAs{
	margin: 5px 0 0 0;
}
.QnAs li{
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.QnAs dd{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.QnAs dt{
	color: #00b5cc;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 3px;
	cursor: pointer;
}
.QnAs dt:hover{
	color: #333;
}
.QnAs dd{
	display: none;
	color: #000;
	font-weight: normal;
	line-height: 18px;
	background: #fff;
	padding: 0 5px;
	margin-bottom: 5px;
	border-left: 2px solid #999;
}
.QnAs dd:first-letter{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* register page styles */
.registerleft{
	float: left;
	width: 385px;
}
.registerleft h2{
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}
.registerleft h3{
	color: #00b5cc;
	font-size: 13px;
	margin-bottom: 10px;
}
.registerleft .courses{
	color: #7F7F7F;
	margin-left: 10px;
	padding-left: 10px;
}
.courses li{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
}
.courses li:hover{
	color: #333;
}
#subcontent.courses p{
	margin: 0;
}
#subcontent.courses h4{
	margin: 0;
	font-size: 14px;
}
#subcontent.courses ul{
	margin: 5px 15px 10px 15px;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #00b5cc;
}
#subcontent.courses li{
	margin: 0;
	font-weight: bold;
}
.register .falselist{
	color: #7F7F7F;
	font-size: 12px;
	margin-bottom: 10px;
}
.register p{
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 20px;
}
.register .large{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -1px;
	font-weight: bold;
}
.registerright{
	float: left;
	width: 150px;
}
.registerright .idrivesafely{
	margin-top: 20px;
}
.registerright a{
	margin: 0 auto;
}

/* prices page */
#pricelist{
	color: #00b5cc;
	border: 1px solid #00b5cc;
	background: #c6ecff;
}
#pricelist td{
	border: 1px solid #00b5cc;
	padding: 3px 5px;
}
#pricelist .tdhighlight{
	background: #00b5cc;
	color: #fff;
	font-weight: bold;
}
#pricelist .tdhighlight a{
	color: #fff;
	font-weight: bold;
}
#pricelist .tdwhite{
	background: #fff;
	color: #333;
	font-weight: bold;
}
#pricelist .largetext{
	font-size: 14px;
}

/* login page */
.login{
	padding: 5px 10px;
	line-height: 18px;
}
.login label{
	display: block;
	float: left;
	width: 80px;
	font-weight: bold;
	margin-bottom: 5px;
}
.login .textlogin{
	border: 2px solid #00b5cc;
	background: #c6ecff;
	font-size: 12px;
	border: 0 none;
}
.login input.textlogin{
	width: 140px;
	height: 18px;
	padding: 2px 5px 0 5px;
	background: transparent;
}
.login .textbglogin{
	float: left;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;
	background: #fff url(../images/bg_input_login.jpg) no-repeat top left;
}
.login .submitlogin{
	background: #c6ecff;
	border: 2px solid #00b5cc;
	width: 64px;
	margin-left: 80px;
	color: #00b5cc;
	font-weight: bold;
	cursor: pointer;
}

/* service page */
#customerservicepage{
	padding: 5px 10px;
	line-height: 18px;
}
#customerservicepage fieldset{
	border: 1px solid #ccc;
	padding: 5px 0 15px 10px;
}
#customerservicepage legend{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 5px;
}
#customerservicepage fieldset label{
	display: block;
	float: left;
	width: 165px;
	font-weight: bold;
	margin-bottom: 5px;
}
#customerservicepage .text{
	border: 0 none;
	font-size: 12px;
}
#customerservicepage input.text{
	width: 305px;
	height: 18px;
	padding: 2px 5px 0 5px;
	background: transparent;
}
#customerservicepage .textbg{
	float: left;
	width: 315px;
	height: 20px;
	margin-bottom: 5px;
	background: #fff url(../images/bg_input.jpg) no-repeat top left;
}
#customerservicepage select.text{
	color: #00b5cc;
	width: 306px;
	height: 18px;
	margin: 4px 5px 0 5px;
	padding: 0;
	background: transparent;
	border: 0px none transparent;
}
#customerservicepage select.text option{
	margin: 0;
	padding: 0;
}
#customerservicepage .selectbg{
	float: left;
	width: 315px;
	height: 25px;
	margin-bottom: 5px;
	background: #fff url(../images/bg_select.jpg) no-repeat top left;
}
#customerservicepage label.message{
	width: auto;
	float: none;
}
#customerservicepage textarea.text{
	width: 470px;
	height: 70px;
	margin: 5px;
	background: transparent;
}
#customerservicepage #textareabg{
	width: 480px;
	height: 80px;
	margin-bottom: 5px;
	background: #fff url(../images/bg_textarea.jpg) no-repeat top left;
}
#customerservicepage select{
	font-weight: bold;
}
#customerservicepage option{
	color: #333;
	font-weight: normal;
	background: #c6ecff;
	border-top: 1px dashed #ccc;
	padding: 0 0 0 3px;
}
#customerservicepage option.first{
	color: #00b5cc;
	font-weight: bold;
	background: #fff;
	border-top: 0px none;
}
#customerservicepage .submit{
	background: #c6ecff;
	border: 2px solid #00b5cc;
	width: 64px;
	margin-left: 410px;
	color: #00b5cc;
	font-weight: bold;
	cursor: pointer;
}
/*#customerservicepage input:hover, #customerservicepage input:focus, #customerservicepage select:hover, #customerservicepage select:focus, #customerservicepage textarea:hover, #customerservicepage textarea:focus{
	background: #fff;
}*/
#customerservicepage .right{
	float: right;
	width: 100px;
	border: 1px solid red;
	padding-top: 250px;
}

/* summary styles */
#summary{
	margin: 20px 0 0 420px;
	padding: 20px 0 0 0;
	height: 250px;
}
#summary h1{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 25px;
	line-height: 23px;
	letter-spacing: -1px;
}
#summary.faq h1{
	color: #73BA24;
}
#summary.faq h1 span{
	color: #00b5cc;
}
#summary ul, #summary ol{
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
#summary li{
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#summary #price{
	margin: 5px 0 0 20px;
	color: #ED1C24;
	font-weight: bold;
}
#summary #price #dollar{
	float: left;
	font-size: 35px;
}
#summary #price #change{
	float: left;
	font-size: 18px;
	margin-top: 3px;
}
#summary #subtext{
	float: left;
	color: #ED1C24;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 0px;
}
#summary #subtitle{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#summary .subprice{
	color: #ED1C24;
}
#summary #subparagraph{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin: 20px 20px 0 0;
}
#summary #registernow{
	background: #fff;
	border: 2px solid #00b5cc;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 200px;
}
#summary #registernow h2{
	color: #ED1C24;
	font-size: 18px;
}
.whitebg{
	background: #fff;
	margin: 0 -10px 0 0;
	padding: 10px 0 0 0;
}
.whitebg h4{
	padding: 15px 0 0 0;
	font-size: 16px;
}

/* normalpage */
#normalpage #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#normalpage #content{
	background: transparent url(../images/bg_home.jpg) no-repeat top left;
}
#normalpage #summary{
	margin: 0 0 10px 360px;
	padding: 10px 0 0 0;
	height: 230px;
}
#normalpage #summary li{
	font-weight: bold;
}
#normalpage #homebuttons{
	height: 80px;
}
#normalpage #content h2{
	color: #333;
	font-size: 18px;
}

/* innerpage */
#innerpage #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#innerpage #content #subcontent{
	background: transparent url(../images/bg_inner.jpg) no-repeat top right;
}

/* fourhourtrafficpage */
#fourhourtrafficpage #header h1 a, #fourhourtrafficfaq #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#fourhourtrafficpage #content{
	background: transparent url(../images/bg_home.jpg) no-repeat top left;
}
#fourhourtrafficfaq #content{
	background: transparent url(../images/bg_4hourtrafficfaq.jpg) no-repeat top left;
}
#fourhourtrafficpage #summary{
	margin: 0 0 0 400px;
	padding: 10px 0 0 0;
	height: 270px;
}
#fourhourtrafficfaq #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}

/* fourhourdatapage */
#fourhourdatapage #header h1 a, #fourhourdatafaq #header h1 a{
	background: transparent url(../images/header_4hourdata.gif) no-repeat;
}
#fourhourdatapage #content{
	background: transparent url(../images/bg_4hourtraffic.jpg) no-repeat top left;
}
#fourhourdatafaq #content{
	background: transparent url(../images/bg_4hourdatafaq.jpg) no-repeat top left;
}
#fourhourdatapage #summary{
	margin: 0 0 0 420px;
	padding: 10px 0 0 0;
	height: 270px;
}
#fourhourdatafaq #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}

#fourhourdatapage #homebuttons{
	width: 635px;
}

/* sixhourmaturedriverpage */
#sixhourmaturedriverpage #header h1 a, #sixhourmaturedriverfaq #header h1 a{
	background: transparent url(../images/header_6hourmaturedriver.gif) no-repeat;
}
#sixhourmaturedriverpage #content{
	background: transparent url(../images/bg_6hourmaturedriver.jpg) no-repeat top left;
}
#sixhourmaturedriverfaq #content{
	background: transparent url(../images/bg_6hourmaturedriverfaq.jpg) no-repeat top left;
}
#sixhourmaturedriverpage #summary{
	margin: 0 0 0 420px;
	padding: 10px 0 0 0;
	height: 270px;
}
#sixhourmaturedriverfaq #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}

/* eighthourjudgepage */
#eighthourjudgepage #header h1 a, #eighthourjudgefaq #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#eighthourjudgepage #content{
	background: transparent url(../images/bg_8hourjudge.jpg) no-repeat top left;
}
#eighthourjudgefaq #content{
	background: transparent url(../images/bg_8hourjudgefaq.jpg) no-repeat top left;
}
#eighthourjudgepage #summary{
	padding: 0;
	height: 270px;
}
#eighthourjudgefaq #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}
#eighthourjudgepage #homebuttons{
	width: 635px;
}

/* twelvehouradvancedriverpage */
#twelvehouradvancedriverpage #header h1 a, #twelvehouradvancedriverfaq #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#twelvehouradvancedriverpage #content{
	background: transparent url(../images/bg_12houradi.jpg) no-repeat top left;
}
#twelvehouradvancedriverfaq #content{
	background: transparent url(../images/bg_12houradi.jpg) no-repeat top left;
}
#twelvehouradvancedriverpage #summary{
	height: 230px;
	margin: 140px 0 0 0;
	padding: 20px 0 0 0;
}
#twelvehouradvancedriverpage #summary #price{
	margin: 5px 0 0 0px;
	color: #ED1C24;
	font-weight: bold;
}
#twelvehouradvancedriverpage dl{
	float: left;
	width: 280px;
	margin: 120px 0 0 15px;
}
#twelvehouradvancedriverpage dt{
	color: #BA0000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
#twelvehouradvancedriverpage dd{
	font-size: 12px;
	text-align: justify;
}
#twelvehouradvancedriverpage #homebuttons{
	width: 420px;
}
#twelvehouradvancedriverpage .registerbutton, #twelvehouradvancedriverpage .faqsbutton, #twelvehouradvancedriverpage .coursesbutton{
	float: left;
	margin: 0 15px 0 0;
}
#twelvehouradvancedriverfaq #summary{
	margin: -10px 0 0 0;
	padding: 0 0 0 0;
	height: 100px;
}
#twelvehouradvancedriverfaq #homebuttons{
	width: 420px;
	margin: 0 0 0px 0;
}
#twelvehouradvancedriverfaq .registerbutton, #twelvehouradvancedriverfaq .faqsbutton, #twelvehouradvancedriverfaq .coursesbutton{
	float: left;
	margin: 0 15px 0 0;
}

/* customerservicepage */
#customerservicepage #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#customerservicepage #content{
	background: transparent url(../images/bg_4hourtrafficfaq.jpg) no-repeat top left;
}
#customerservicepage #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}
#customerservicepage #summary p{
	margin: 0 0 0 5px;
}

/* clerkofcourtpage */
#clerkofcourtpage #header h1 a, #clerkofcourtpage #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#clerkofcourtpage #content{
	background: transparent url(../images/bg_clerkofcourt.jpg) no-repeat top left;
}
#clerkofcourtpage #summary{
	margin: 0 0 0 280px;
	padding: 0 0 0 0;
	height: 270px;
}
#clerkofcourtpage #summary ol li{
	color: #73BA24;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#clerkofcourtpage #summary p{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#clerkofcourtpage #homebuttons{
	width: 680px;
}

/* privacypolicypage */
#privacypolicypage #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#privacypolicypage #content{
	background: transparent url(../images/bg_4hourtrafficfaq.jpg) no-repeat top left;
}
#privacypolicypage #content p{
	text-align: justify;
}
#privacypolicypage #content .toc *{
	list-style: none;
	margin: 0;
	padding: 0;
}
#privacypolicypage #content .backtotop{
	margin: 0 0 20px 0;
}
#privacypolicypage #content .lastupdate{
	color: #999;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#privacypolicypage #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}

/* sitemappage */
#sitemappage #header h1 a{
	background: transparent url(../images/header.gif) no-repeat;
}
#sitemappage #content{
	background: transparent url(../images/bg_4hourtrafficfaq.jpg) no-repeat top left;
}
#sitemappage #summary{
	margin: 0 0 0 310px;
	padding: 0 0 0 0;
	height: 130px;
}

/* sitemap */
#sitemap dt{
	font-size: 14px;
	font-weight: bold;
}
#sitemap dd{
	margin-bottom: 10px;
}
#sitemap blockquote{
	margin: 0 0 30px 30px;
}

/* Content Right */
#sidebar{
	width: 202px;
	height: 100%;
	float: left;
	border: 0;
}
#sidebar h2{
	color: #00b5cc;
	font-size: 14px;
	background: #c6ecff;
	padding: 3px 0 3px 10px;
}
#sidebar p{
	color: #333;
	padding: 5px 5px 10px 10px;
	font-size: 10px;
}

/* Tabs */
ul#tab{
	margin: 30px -10px 0 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #00b5cc;
	list-style-type: none;
	padding: 0;
}
ul#tab li{
	display: inline;
	border-bottom: 2px solid #fff;
	background-color: #fff;
	line-height: 21px;
}
ul#tab li span{
	background-color: #fff;
	position: relative;
	top: 1px;
	padding: 2px 10px 1px 5px;
	border: 2px solid #00b5cc;
	color: #f00;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

/* Footer */
#footer{
	font-size: 10px;
	text-align: center;
	padding: 10px 0 5px 0;
}
#footer a{
	color: #000;
}

/* Sidebar */
#registernavform{
	margin: 0 0 15px 10px;
}
#registernavform select{
	border: 2px solid #00b5cc;
	background: #ed1c24;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 165px;
}
#registernavform option{
	color: #333;
	font-weight: normal;
	background: #c6ecff;
	border-top: 1px dashed #ccc;
	padding: 0 0 0 3px;
}
#registernavform option.first{
	color: #fff;
	font-weight: bold;
	background: #ed1c24;
	border-top: 0px none;
}
h2#registertitle{
	color: #fff;
	background: #ed1c24;
}

/* Buttons */
.registerbutton, .faqsbutton, .coursesbutton{
	padding-top:15px;
	float: right;
	margin-left: 15px;
	width: 124px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: top left;
}
.registerbutton a, .faqsbutton a, .coursesbutton a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -2000px;
}
.registerbutton a.button{
	background: transparent url(../images/registerbutton.png);
	
}
.faqsbutton a.button{
	background: transparent url(../images/faqsbutton.png);
}
.coursesbutton a.button{
	background: transparent url(../images/coursesbutton.png);
}
* html .registerbutton a.button{
	background: transparent url(../images/registerbutton.gif);
}
* html .faqsbutton a.button{
	background: transparent url(../images/faqsbutton.gif);
}
* html .coursesbutton a.button{
	background: transparent url(../images/coursesbutton.gif);
}
.registerbutton  a.button:hover, .faqsbutton  a.button:hover, .coursesbutton  a.button:hover{
	background-position: bottom left;
}
* html .registerbutton  a.button:hover, * html .faqsbutton  a.button:hover, * html .coursesbutton  a.button:hover{
	background-position: top left;
}

/*tooltip*/
.tool-tip {
	color: #333;
	background: #fff;
	border: 1px solid #999;
	padding: 1px 3px;
}
.tool-title {
	font-weight: bold;
}
.tool-text {
	font-weight: normal;
}
