
body {
	margin:0;
	padding:0;
	font:75% Arial, Helvetica, sans-serif;
}

TABLE, TH, TD, INPUT, SELECT, TEXTAREA {
	font: 1em Arial, Helvetica, sans-serif;
}

.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;
}

h1 {
	font-size:20px;
	line-height:22px;
	margin:0 0 15px 0;
	color:#5b5b5b;
	font-weight:normal;
}
h2 {
	font-size:18px;
	line-height:20px;
	margin:15px 0;
	color:#5b5b5b;
	font-weight:normal;
}
h3 {
	font-size:16px;
	line-height:20px;
	margin:15px 0;
	color:#5b5b5b;
	font-weight:bold;
}
h4 {
	font-size:14px;
	line-height:18px;
	margin:15px 0;
	color:#5b5b5b;
	font-weight:bold;
}

p {
	margin:15px 0;
}

a {
	border:none;
	color:#34799c;
}
a img {
	border:none;
}

hr {
	border: 0;
	color:#B3B3B3;
	background-color:#B3B3B3;
	height:1px;
	padding:0;
	margin:20px 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.gray {
	color:#5b5b5b;
}
.blue {
	color:#2c7194;
}

/*-------------------------------------- PAGE --------------------------------------*/

.drop_shadow_wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	background:url(/img/portalImages/bgr_page_shadow_btm.jpg) center top repeat-y; 
}
.page,
.page_home {
	width:970px;
	margin:0;
	padding:0 15px;	
	background:url(/img/portalImages/bgr_page_shadow_top.jpg) center top no-repeat;
	text-align:left;
}

.page_ppcl, 
.page_ppcl2 {
	background-image:none;
}

/*-------------------------------------- HEADER --------------------------------------*/

.portal_header {
	width:970px;
	height:110px;
	clear:both;
}
.header_left {
	position:relative;
	float:left;
	width:680px;
	height:90px;
	padding:20px 0 0 0;
}
.logo {
	float:left;
	margin:0 10px 0 0;
	padding:5px 10px;
	border-right:2px solid #cacaca;	
}
.title {
	display:block;
	padding:25px 0 2px 0;
	color:#5b5b5b;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.slogan {
	display:block;
	color:#5b5b5b;
	font-size:11px;
	line-height:11px;
}
.school_info {
	position:absolute;
	top:70px;
	left:75px;;
	color:#5b5b5b;
	font-size:11px;
	line-height:11px;
}

.header_right {
	width:270px;
	height:110px;
	float:right;
}
.phone {
	padding:10px 0 0 0;
	font-size:16px;
	line-height:16px;
}
.links {
	padding:5px 0 8px 0;
	height:36px;
}
.links a {
	color:#34799c;
	vertical-align:middle;
}
a.btn_student_login,
a.btn_student_logout {
	display:inline-block;
	width:160px;
	height:36px;
	margin:0 3px 0 0;
	background:url(/img/portalImages/btn_student_login.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	line-height:34px;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_student_login:hover,
a.btn_student_logout:hover {
	background-position:left -36px;
}
.header_right iframe { /*facebook btn*/
	width:260px !important;
}

/*-------------------------------------- CONTENT --------------------------------------*/

.content_wrapper {
	background:url(/img/portalImages/bgr_content_wrapper.gif) no-repeat right bottom;
	font-size:12px;
	line-height:18px;
	color:#5b5b5b;
	height:100%;
}
.page_home .content_wrapper {
	background:none;
}

.logo_wrapper { /*for states' database view pages*/
	background:url(/img/portalImages/bgr_content_wrapper.gif) no-repeat right bottom;
}

.content_wrapper ul {
	list-style-type:none;
	margin:15px 0 15px 25px;
	padding:0;
}
.content_wrapper ul li {
	margin:0;
	padding:0 0 0 10px;
	background:url(/img/portalImages/li_blue.gif) no-repeat left 7px;
}

.content_left {
	float:left;
	width:520px;
	padding:20px 90px 20px 40px;
}
.content_right {
	float:right;
	width:300px;
	padding:20px 20px 160px 0;
}
.content_full_width {
	width:910px;
	padding:20px 20px 160px 40px;
}



/* home page styles - state, national */

.home_top {
	position:relative;
	width:970px;
	height:240px;
	overflow:hidden;
	background:url(/img/portalImages/bgr_home_top.jpg) left top;
}
.home_top h1 {
	margin:25px 0 0 260px;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
}
.home_top h2 {
	margin:0 0 0 260px;
	color:#2c7194;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
}
a.btn_home_top {
	display:inline-block;
	float:left;
	width:208px;
	height:66px;
	margin:20px 0 0 260px;
	padding:14px 2px 0 0;
	background:url(/img/portalImages/btn_home_top.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_home_top:hover {
	background-position:left -80px;
}
a.btn_home_top .price_info {
	width:208px;
	height:18px;
	padding:0 2px 12px 0;
	text-transform:none !important;
	font-size:13px !important;
	cursor:pointer !important;
	background:url(/img/portalImages/btn_home_top_texas_ext.gif) left top no-repeat;
	overflow:hidden;
}
a.btn_home_top:hover .price_info {
	background-position:left -30px;
}
.home_top ul {
	float:left;
	margin-top:20px;
}
.home_top ul li {
	margin:0;
	color:#5b5b5b;
	font-size:14px;
	line-height:18px;
}

.home_tab_boxes,
.state_tab_boxes {
	width:970px;
	height:200px;
	background:url(/img/portalImages/blue_bar.gif) left top no-repeat;
}
.state_tab_boxes .slide {
	width:970px;
	height:200px;
	overflow: hidden;
	background-color:transparent !important;
}
.home_tab_box,
.state_tab_box {
	display:inline;
	float:left;
	width:230px;
	height:170px;
	padding:0 4px 5px 2px;
	margin:22px 1px 0 5px;
	background:url(/img/portalImages/bgr_tab_box.gif) left top no-repeat;
}
.home_tab_box:hover,
.home_tab_box.over,
.state_tab_box:hover,
.state_tab_box.over {
	background-position:left -175px;
}
.tab_box_content {
	position:relative;
	width:215px;
	height:120px;
	padding:20px 0 0 15px;
}
.tab_box_content h3 {
	margin:0;
	color:#444444;	
	font-size:18px;
	line-height:20px;	
	font-weight:normal;
	text-shadow:1px 1px 1px #ffffff;
}
.tab_box_content .course_description {
	margin:8px 0 0 0;
	color:#385e72;
	font-size:14px;
	line-height:16px;
	width:150px;
}
.tab_box_content .course_description p { 
	margin:0;
	padding:0;
}
.tab_box_content .course_description ul,
.tab_box_content .course_description ul li { 
	margin:0;
	padding:0;
	list-style-type:none !important;
	background-image:none !important;
}
.home_tab_box a.course_btn_register,
.state_tab_box a.course_btn_register {
	float:left;
	display:block;
	width:115px;
	height:30px;
	background:url(/img/portalImages/bgr_tab_left.gif) left top no-repeat;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
.home_tab_box a.course_btn_register:hover,
.state_tab_box a.course_btn_register:hover {
	background-position:left -30px;
}
.home_tab_box a.course_btn_login,
.state_tab_box a.course_btn_login {
	float:right;
	display:block;
	width:115px;
	height:30px;
	background:url(/img/portalImages/bgr_tab_right.gif) left top no-repeat;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
.home_tab_box a.course_btn_login:hover,
.state_tab_box a.course_btn_login:hover {
	background-position:left -30px;
}

.course_nav { position: absolute; margin: 100px 0 0 0; width: 970px; }
.course_nav a { display: block; position: absolute; width: 20px; height: 30px; text-indent: -50px; overflow:hidden; }
.course_nav .course_nav_prev { left: -30px; background: url(/img/portalImages/btn_course_nav_prev.png) no-repeat left top; }
.course_nav .course_nav_next { right: -30px; background: url(/img/portalImages/btn_course_nav_next.png) no-repeat left top; }

.course_type_text .tab_box_content { background: url(/img/portalImages/photo_tab_box_1.png) no-repeat right bottom; }
.course_type_mature .tab_box_content { background: url(/img/portalImages/photo_tab_box_2.png) no-repeat right bottom; }
.course_type_video .tab_box_content { background: url(/img/portalImages/photo_tab_box_3.png) no-repeat right bottom;}
.course_type_business .tab_box_content { background: url(/img/portalImages/photo_tab_box_4.png) no-repeat right bottom; }
.course_type_teen .tab_box_content { background: url(/img/portalImages/photo_tab_box_5.png) no-repeat right bottom; }
.course_type_insurance .tab_box_content { background: url(/img/portalImages/photo_tab_box_6.png) no-repeat right bottom; }

h3.simply_the_best {
	text-align:center;
	font-size:21px;
	line-height:21px;
	font-weight:bold;
}

.home_three_columns {
	width:970px;
	background:url(/img/portalImages/bgr_home_three_columns.gif) left top repeat-y;
	border-top:2px solid #cacaca;
	border-bottom:2px solid #cacaca;
}
.home_column {
	float:left;
	width:272px;
	padding:10px 25px;
	margin:0 0 0 2px;
}
.home_column.first {
	margin:0;
}
.home_column h3 {
	margin:0;
	color:#2c7194;
	font-size:22px;
	line-height:24px;
	text-align:center;
}
.home_column ul {
	margin:5px 0 0 0;
}

.home_testimonial_columns {
	width:970px;
	background:url(/img/portalImages/bgr_home_testimonial_columns.gif) left bottom no-repeat;
	border-bottom:2px solid #cacaca;
}
.testimonial_column {
	float:left;
	width:272px;
	padding:10px 25px;
	margin:0 0 0 2px;
}
.testimonial_column.first {
	margin:0;
}
.testimonial_column p {
	margin:0;
}
.testimonial_column a.btn_testimonials {
	float:right;
	display:inline-block;
	width:123px;
	height:27px;
	padding:0 2px 3px 0;
	margin:10px -15px 0 0;
	background:url(/img/portalImages/btn_testimonials.gif) left top no-repeat;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	line-height:27px;
	text-shadow:1px 1px 1px #555555;
}
.testimonial_column a.btn_testimonials:hover {
	background-position:left -30px;
}

.home_video_area {
	float:left;
	width:490px;
	padding:0 20px;
}
.home_video_area h4 {
	float:left;
	margin:20px 0;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.home_video_area a {
	float:right;
	margin:20px 0;
	color:#b73f30;
}

.home_faqs {
	float:left;
	width:420px;
	margin:70px 0 20px 0;
}
.home_faqs h4 {
	margin:0 0 15px 0;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.home_faqs .faq_item {
	width:340px;
	min-height:30px;
	_height:30px;
	margin:10px 0;
}
.home_faqs .faq_item .faq_number {
	float:left;
	display:block;
	width:24px;
	height:27px;
	padding:0 2px 3px 0;
	margin:4px 8px 0 0; 
	background:url(/img/portalImages/bgr_faq_number.gif) left top no-repeat;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	text-shadow:1px 1px 1px #444444;
}
.home_faqs a {
	display:block;
	width:100%;
	text-align:right;
	color:#b73f30;
}
.home_faqs .faq_item a {
	display:inline;
	width:auto;
	text-align:left;
	color:#34799c;
}

.home_blogs {
	float:left;
	width:420px;
	padding:20px 0 0 0;
	border-top:2px solid #cacaca;
}
.home_blogs h4 {
	margin:0 0 15px 0;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.home_blogs img {
	margin:0 5px 0 0;
}

.home_links {
	float:left;
	width:280px;
	padding:0 20px;
	margin:20px 0;
}
.home_links h4 {
	margin:0 0 15px 0;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.home_links img {
	margin:0 5px 0 0;
}

.home_blog_post {
	float:left;
	width:326px;
	margin:20px 0;
	padding:0 20px;
	border-right:2px solid #cacaca;
	border-left:2px solid #cacaca;	
}
.home_blog_post h4 {
	margin:0 0 15px 0;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.home_blog_post p {
	clear:both;
	margin:0;
}
.home_blog_post a {
	color:#b73f30;
	display:block;
	margin:10px 0 0 0;
}

.blog_title {
	padding:5px 0 0 0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_date {
	float:left;
	height:55px;
	width:50px;
	padding:0 2px 3px 0;
	margin:0 10px 10px 0;
	background:url(/img/portalImages/bgr_blog_date.gif) left top no-repeat;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-shadow:1px 1px 1px #444444;
}
.blog_date .date_day {
	display:block;
	padding:6px 0 0 0;
	font-size:24px;
	line-height:24px;
}
.blog_date .date_month {
	font-size:18px;
	line-height:18px;
}

.home_button_area {
	float:left;
	width:240px;
	padding:0 20px;
	margin:20px 0;
}
a.btn_resources {
	display:block;
	width:223px;
	height:53px;
	margin:5px 0;
	padding:8px 2px 3px 15px;
	background:url(/img/portalImages/btn_resources.gif) left top no-repeat;
	color:#000000;
	text-decoration:none;
	text-align:left;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
a.btn_resources:hover {
	background-position:left -64px;
}

/* sidebar styles - subpages */

.sidebar_register {
	background:url(/img/portalImages/bgr_sidebar_box.gif) left bottom repeat-x;
	border:1px solid #b3b3b3;
	overflow:hidden;
	padding:0 0 10px 0;
}
.sidebar_register h4 {
	margin:0;
	padding:5px 10px;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;
}
.sidebar_register p {
	margin:10px;
}
a.btn_register {
	display:block;
	width:230px;
	height:38px;
	padding:0 2px 3px 10px;
	margin:0 10px;
	background:url(/img/portalImages/btn_register.gif) left top no-repeat;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:22px;
	line-height:38px;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
a.btn_register:hover {
	background-position:left -41px;
}

.sidebar_links h4,
.sidebar_blogs h4 {
	margin:10px 0;
	padding:5px 10px;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;	
}
.sidebar_links img,
.sidebar_blogs img {
	margin:0 5px 0 0;
}

.sidebar_blog_post {
	background:url(/img/portalImages/bgr_sidebar_box.gif) left bottom repeat-x;
	border:1px solid #b3b3b3;
	overflow:hidden;
	margin:15px 0;
	padding:0 0 10px 0;
	_height:280px;
}
.sidebar_blog_post h4 {
	margin:0;
	padding:5px 10px;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;
}
.sidebar_blog_post .blog_date {
	display:inline;
	margin:10px 0 0 10px;
}
.sidebar_blog_post .blog_title {
	float:left;
	width:220px;
	margin:10px 0 0 5px;
	padding:0;
}
.sidebar_blog_post p {
	float:left;
	width:220px;
	margin:0 0 0 5px;
}
.sidebar_blog_post a {
	display:block;
	width:220px;
	margin:10px 0 0 0;
	color:#B73F30;
}

.sidebar_list h4 {
	margin:10px 0;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}
.sidebar_list ul {
	margin:10px 0 15px 10px;
}
.sidebar_list ul li {
	font-size:14px;
	line-height:18px;
}

a.btn_resources_sidebar {
	display:block;
	width:283px;
	height:53px;
	margin:5px 0;
	padding:8px 2px 3px 15px;
	background:url(/img/portalImages/btn_resources_sidebar.gif) left top no-repeat;
	color:#000000;
	text-decoration:none;
	text-align:left;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
a.btn_resources_sidebar:hover {
	background-position:left -64px;
}

/* social media bar on resources / safe driver resources */

.social_bar {
	display:inline;
	float:right;
	margin:0 -50px 10px 10px;
}
.social_bar div {
	float:right !important;
}
.social_bar .shareThis {
	float:right;
	margin-top:3px;
}

/* checklist style on which-course.asp */

ul.check_list {
	margin:20px 0 !important;
	padding:0;
	list-style:none;
}
ul.check_list li {
	margin:20px !important;
	padding:0 0 0 35px !important;
	background:url(/img/portalImages/checkmark.png) no-repeat left top !important;
}

/* testimonials page styles */

.testimonial {
	display:block;
	margin:15px 0 0 0;
	padding:15px 20px 30px 20px;
	min-height:20px;
	_height:20px;
	background:url(img/portalImages/bgr_testimonial.gif) no-repeat left bottom;
	font-style:italic;
	font-size:16px;
	line-height:20px;
}
.user {
	padding-left:25px;
	font-size:11px;
}

/* state page courses price & details view,
certificate info view, approval view */

.content_right.hide_registration .sidebar_content .sidebar_register {
	display:none !important; /*hide registration box on course & details view sidebar*/
}
a.btn_course_details_reg {
	display:inline-block;
	width:120px;
	height:30px;
	padding:0 2px 3px 0;
	margin:10px 5px 0 0;
	background:url(/img/portalImages/btn_course_details_reg.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:18px;	
	line-height:28px;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_course_details_reg:hover {
	background-position:left -33px;
}
a.btn_course_details_login {
	display:inline-block;
	width:250px;
	height:30px;
	padding:0 2px 3px 0;
	margin:10px 5px 0 0;
	background:url(/img/portalImages/btn_course_details_login.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:18px;	
	line-height:28px;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_course_details_login:hover {
	background-position:left -33px;
}

.subpage_item h2 {
	margin-bottom:10px !important;
}
.subpage_item p,
.subpage_item p * {
	margin:0;
	padding:0;
}
.subpage_item p br {
	line-height:0;
}

.subpage_item.course_details {
	border:1px solid #B3B3B3;
	padding:0 20px 15px 20px;
	margin:15px 0;
	background:#f8f8f8;
}
.subpage_item.course_details h2.course_price {
	margin:10px 0 0 0 !important; 
}

/* image map of united states */

.states_map {
	margin:30px 0 0 15px;
	cursor:pointer !important;
}

/* "How It Works" page */

a.btn_select_your_state {
	display:inline-block;
	width:190px;
	height:30px;
	padding:0 2px 3px 0;
	margin:10px 5px 0 0;
	background:url(/img/portalImages/btn_select_your_state.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:18px;	
	line-height:28px;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_select_your_state:hover {
	background-position:left -33px;
}

/* "Contact Us" button - business-driver-safety.asp */

a.btn_contact_us {
	display:inline-block;
	width:140px;
	height:30px;
	padding:0 2px 3px 0;
	margin:10px 5px 0 0;
	background:url(/img/portalImages/btn_contact_us.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:18px;	
	line-height:28px;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_contact_us:hover {
	background-position:left -33px;
}

/*-------------------------------------- FOOTER --------------------------------------*/

.footer {
	clear:both;
	width:970px;
	padding:20px 0;
	background:#e5e5e5;
	color:#5b5b5b;
	font-size:12px;
	line-height:18px;
	border-top:2px solid #cacaca;
}
.footer_left {
	float:left;
	width:198px;
	padding:0 25px;
}
.footer_left p {
	margin:10px 0;
}
.footer_left h4 {
	margin:0;
	color:#2c7194;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.footer_right {
	float:right;
	width:670px;
	padding:0 25px;
	text-align:center;
	border-left:2px solid #cacaca;
}
.footer_links {
	margin:15px 0 0 0;
}
.footer_links a {
	color:#5b5b5b;
	text-decoration:none;
}
.footer_links a:hover {
	text-decoration:underline;
}

/*-------------------------------------- NAVIGATION --------------------------------------*/

.nav_bar {
	width:970px;
	height:38px;
	clear:both;
	overflow:visible;
	background:url(/img/portalImages/bgr_nav_bar.gif) left top repeat-x;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	background:url(/img/portalImages/bgr_nav_item_divider.gif) right top no-repeat;
}
.nav ul li a {
	float:left;
	display:block;
	height:38px;
	margin:0;
	padding:0 20px;	
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	line-height:38px;
	text-shadow:1px 1px 1px #333333;
}
.nav ul li a:hover {
	background:url(/img/portalImages/bgr_nav_item_hover.gif) left top repeat-x;
	margin-left:-1px;
	padding-left:21px;
	position:relative;
	z-index:2;
}
.nav ul li.nav_home a:hover {
	margin-left:0;
	padding-left:20px;
}

/* nav dropdown */

.nav ul li ul {
	display:none;
}
.nav ul li:hover ul,
.nav ul li.over ul {
	display:block !important;
}
.nav ul li ul {	
	position:absolute;
	top:38px;
	left:-1px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:100;
}
.nav ul li ul li {
	float:none;
	display:block;
	margin:0;
	padding:0;
	background:none;
	border-left:1px solid #b5b0b0;
	border-right:1px solid #b5b0b0;
	border-bottom:1px solid #b5b0b0;
}
.nav ul li ul li a {
	float:none;
	display:block;
	height:30px;
	min-width:101px;
	_width:101px;
	margin:0;
	padding:0 10px;
	background:url(/img/portalImages/bgr_dropdown_nav_item.gif) left top repeat-x;
	color:#5b5b5b;
	text-decoration:none;
	font-size:12px;
	line-height:30px;
	text-shadow:none;
}
.nav ul li ul li a:hover {
	background:none;
	margin:0;
	padding:0 10px;
	background-color:#ffffff;
}

/* state select area in nav bar */

.state_select_area {
	float:right;
	width:310px;
	height:38px;
}
.state_select_area span {
	display:inline-block;
	height:38px;
	color:#ffffff;
	font-size:14px;
	line-height:38px;
	text-shadow:1px 1px 1px #333333;
}
.state_select_area select {
	width:200px;
	padding:2px;
	margin:8px 0 0 3px;
	vertical-align:top;
	font-size:12px;
}
.state_select_area input { /*"go" btn commented out, but saved just in case*/
	height:24px;
	width:40px;
	padding:0;
	margin:7px 0 7px 3px;
	vertical-align:top;
	background:url(/img/portalImages/btn_state_select_go.gif) left top no-repeat;
	border:0 none;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	text-shadow:1px 1px 1px #333333;
	cursor:pointer;
}

/* subpage navigation */

.subpage_nav_bar {
	width:970px;
	height:28px;
	clear:both;
	background:url(/img/portalImages/bgr_subpage_nav_bar.gif) left top repeat-x;
}

.subpage_nav_bar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.subpage_nav_bar ul li {
	float:left;
	margin:0;
	padding:0 1px 0 0;
	background:url(/img/portalImages/bgr_subpage_nav_item_divider.gif) right top no-repeat;
}
.subpage_nav_bar ul li a {
	float:left;
	display:block;
	height:28px;
	margin:0;
	padding:0 20px;	
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	text-shadow:1px 1px 1px #555555;
}
.subpage_nav_bar ul li a:hover {
	background:url(/img/portalImages/bgr_nav_item_hover.gif) left top repeat-x;
}

/* subpage path nav */

.path_nav {
	width:900px;
	height:15px;
	padding:30px 0 0 70px;
	background:url(/img/portalImages/blue_bar.gif) no-repeat left top;
	color:#444444;
	font-size:10px;
	line-height:10px;
}











/*-------------------------------------- OLD SITE STYLES --------------------------------------*/

/* 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;
}


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

/* Live chat support button */
.chat_support {
	text-align: center;
	padding: 10px 0;
}




/* 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;
}




/*-------------------------------------- COURSE HEADER --------------------------------------*/
.courses {
	width:970px;
    white-space: nowrap;	
	}

.courseType {
	}

.courseInfo {
	width:240px;
	border-style:solid;
	border-width:2px;
	display: inline-block;
	}

.courseTitle {
	font-weight:bold;
	font-size:larger;
	}

.courseDescription {

	}

