* {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0 3px;
	background-color:#FFFFFF;
	font-size: 80%;
}

A {
	border:none;
	color:#CC5117;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

.page, .page_home {
	width: 985px;
	margin: 3px auto;
	text-align: left;
}
.page {
	line-height: 1.3em;
}


.bottomDivider {
	border-bottom: 3px solid #D8D4CF;
}
.info {
	padding: 18px 0;
	font-size: 14px;
	text-align: center;
}


.header {
	margin-bottom: 30px;
	height: 115px;
	overflow: hidden;
	background: url('/img/portalImages/page_header_bgr.png') no-repeat left top;
}
.header .info {
	padding: 20px 40px;
	font-size: 14px;
	text-align: left;
}
.header .info STRONG {
	font-size: 15px;
	letter-spacing: 0.05ex;
}
.header .info IMG {
	margin: 5px 0 0 0;
}


.leftSide {
	width: 200px;
	float: left;
}
.rightSide {
	width: 770px;
	float: right;
}





.login {
	padding: 20px 0 20px 0;
}


.page H1 {
	margin-top: 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 110%;
}

.page H2 {
	margin-top: 0;
	font-size: 1.2em;
	font-weight: bold;
}

H5 {
	margin:5px 105px 0 14px;
	padding:0;
	font-size:11px;
	font-weight:normal;
}

H6 {
	margin:0 0 5px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

.content {
	width: 770px;
}


.footer {
	clear: both;
	font-size: 11px;
	text-align: center;
}
.page .footer {
	margin: 35px 0 0 220px;
	width: 770px;
}

/* commented out as part of the home page redesign - EH 7/10

.footer A:link,
.footer A:visited,
.footer A:hover,
.footer A:active {
	text-decoration:none;
	color:#000000;
	border-bottom:dotted 1px #CCCCCC;
}*/

.gText { 
	clear:both;
	font-size: 12px;
	margin:40px 0 30px 0;
}
.gText H1 {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.gText H1 + P {
	margin-top: 0;
}
.gText A:link,
.gText A:visited,
.gText A:hover,
.gText A:active {
	text-decoration:none;
	color:#000000;
	border-bottom:dotted 1px #CCCCCC;
}


.copyright {
	text-align: center;
}
.bottomNav {
	margin: 0 auto;
	padding: 1em 0;
	width: 760px;
	text-align: center;
}
.bottomNav A {
	white-space: nowrap;
}


.content .leftColumn {
	float: left;
	width: 49%;
}
.content .rightColumn {
	float: right;
	padding-left: 30px;
	width: 40%;
	border-left: 3px solid #fde667;
}


.page .content UL {
	margin-left:15px;
	padding: 0
}
.page .content LI {
	margin:0 0 15px 0;
	padding:0
}



.iconList {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}
.iconList LI {
	display: block;
	clear:both;
}
.iconList IMG {
	clear: left;
	float: left;
	margin-right: 5px;
}


/* which course bottom grid */
.whichCourseTable {
	width: 620px;
	margin-right: 10px;
}
.whichCourseTable TH {
	padding: 5px 10px 7px 10px;
}
.whichCourseTable TD {
	padding: 5px 15px;
}
.whichCourseTable H3 {
	margin: 0;
}

/* which course top header grid */
.headerCourseGrid {
	width: 770px;
	background: url(/img/portalImages/course_grid_bgr.png) no-repeat;
}
.headerCourseGrid H1 {
	position: absolute;
	margin-top: 50px;
	width: 295px;
	height: 70px;
	font-size: 10px;
	text-indent: -500px;
	overflow: hidden;
	background: url(/img/portalImages/course_grid_heading.png) no-repeat;
}
.headerCourseGrid TABLE {
	width: 770px;
}
.headerCourseGrid TABLE TH {
	padding: 0;
	line-height: 14px;
	font-size: 14px;
	height: 132px;
	overflow: hidden;
}
.headerCourseGrid TABLE TH H3 {
	margin: 0;
	padding: 0 0 5px 0;	
}
.headerCourseGrid TABLE TH A {
	display: block;
	height: 90px;
	text-indent: -200px;
	overflow: hidden;
}

.headerCourseGrid TABLE A {
	text-decoration: none !important;
}

.headerCourseGrid TABLE TD {
	padding: 6px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}
.headerCourseGrid TABLE .whichCourseButtons TD {
	padding: 0px;
	line-height: 15px;
}

.headerCourseGrid TABLE TH.c1 {
	padding: 0 0 0 25px;
	line-height: 15px;
}
.headerCourseGrid TABLE TD.c1 {
	padding: 5px 0 5px 25px;
	line-height: 15px;
}

.headerCourseGrid TD.notecell {
	height: 35px;
	padding-left: 7px !important;
}
.headerCourseGrid .note {
	margin: 0;
	font-size: 10px;
	line-height: 110%;
	font-style: italic;
	text-align: center;
}



/* BUTTONS */
.bottomButtons {
	background:#FFFFFF;
	padding:0;
	margin:0;
	height:35px;
	clear:both;
	float:none;
}

/* IMPORTANT - the button style and the buttonLogin are diefined also in /css/Login.css on the WIM site */
A.button {
	display: block;
	overflow: hidden;
	height: 25px;
	border: none !important;
	text-indent: -200px;
	text-decoration: none;
}
A.button:hover {
	background-position: left bottom;
}

.buttonBack {
	width: 70px;
	background: url("/img/portalImages/buttonBack.png") no-repeat left top;
}
.page .buttonBack {
	float: left;
	margin-right: 3px;
}

A.buttonLearn {
	width: 111px;
	background: url("/img/portalImages/buttonLearnMore.png") no-repeat left top;
}


A.buttonCol1Top {
	width: 115px;
	height: 35px;
	background: url("/img/portalImages/buttonCol1Top.png") no-repeat left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/img/portalImages/buttonCol1Top.png");
	_cursor: pointer;
}
A.buttonCol2Top {
	width: 125px;
	height: 35px;
	background: url("/img/portalImages/buttonCol2Top.png") no-repeat left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/img/portalImages/buttonCol2Top.png");
	_cursor: pointer;
}
A.buttonCol3Top {
	width: 135px;
	height: 35px;
	background: url("/img/portalImages/buttonCol3Top.png") no-repeat left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/img/portalImages/buttonCol3Top.png");
	_cursor: pointer;
}

A.buttonCol1Bottom {
	width: 109px;
	height: 35px;
	background: url("/img/portalImages/buttonCol1Bottom.png") no-repeat left top;
}
.page_home .bottomButtons A.buttonCol1Bottom {
	position: relative;
	float: left;
	left: 275px;
}

A.buttonCol2Bottom {
	width: 119px;
	height: 35px;
	background: url("/img/portalImages/buttonCol2Bottom.png") no-repeat left top;
}
.page_home .bottomButtons A.buttonCol2Bottom {
	position: relative;
	float: left;
	left: 542px;
}
A.buttonCol3Bottom {
	width: 119px;
	height: 35px;
	background: url("/img/portalImages/buttonCol3Bottom.png") no-repeat left top;
}
.page_home A.buttonCol3Bottom {
	position: relative;
	left: 751px;
}


.whichCourseButtons TD {
	position: relative;
	background: #FFFFFF;
	padding: 0;
	height: 35px;
}
.whichCourseButtons TD A.button {
	float: right;
}

.buttonOrderNow {
	width: 112px;
	background: url("/img/portalImages/buttonOrderNow.png") no-repeat left top;
}
* html .buttonOrderNow {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/img/portalImages/buttonOrderNow.png");
	cursor: pointer;
}




/* PROMO */
.promoDriversEd {
	float: right;
	display: block;
	width: 270px;
	height: 115px;
	overflow: hidden;
	text-indent: -300px;
	background: url("/img/portalImages/promoTeenDriversEd.png") no-repeat left top;
}
.promoDriversEd:hover {
	background-position: left bottom;
}

.promoFlorida {
	float: right;
	display: block;
	width: 255px;
	height: 115px;
	overflow: hidden;
	text-indent: -300px;
	background: url("/img/portalImages/promoFlorida.png") no-repeat left top;
}


.phone {
	text-indent: -1000px;
	width: 200px;
	height: 33px;
	overflow: hidden;
	background: url(img/portalImages/phone.png) no-repeat center center;
}
* html .phone {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="/img/portalImages/phone.png");
}


.checkList {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.checkList LI {
	margin: 0;
	padding: 0 0 5px 35px !important;
	background: url(/img/portalImages/checkmark.png) no-repeat left top;
}


/* TESTIMONIALS */
.testimonial {
	position: relative;
	top: 3px;
	left: -2px;
	display:block;
	margin: 20px 0 0 0;
	padding: 15px 20px 30px 20px;
	min-height: 20px;
	background: url(img/portalImages/testimonial.png) no-repeat bottom;
	font-style: italic;
	font-size: 16px;
	line-height: normal;
	color: #555;
}
.user {
	padding-left: 25px;
	font-size: 11px;
}


.footnote {
	font-size:.85em;
	color: #333333;
}

.large {
	font-size: 1.3em;
}




/* SP DB EDITOR STYLES */
.blog FORM {
	display: inline;
}
.editorHeader {
	margin: 5px 0;
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.recordPageNav {
	margin: 1em 0;
	font-size: 1.1em;
}

.recordPageNav B {
	padding: 3px 1ex 2px 1ex;
	background: #0B5D93;
	color: #FFFFFF;
}
.recordPageNav A.pageNavLink {
	padding: 3px 1ex;
	background: #C9DEF1;
	text-decoration: none;
}
.recordPageNav A.pageNav {
	padding: 3px 0;
	text-decoration: none;
}
.recordSearch {
	margin: -3px 0 0 0;
	float: right;
}


.shareThis{
	float:right;
	margin-top: .2em;
}