@charset "utf-8";
/*  tab = 4 spaces
CSS style for learn2 site
@version: $Id: nbclearn.css 12890 2014-09-09 14:45:01Z virender.asija@nbcuni.com $
----suggested viewing width---------------------------------------
*/
/***************************
GLOBAL ELEMENT STYLES
***************************/

body {
     background: none repeat scroll 0% 0% #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 75%;
}

* {
     margin: 0px;
     padding: 0px;
}

ul, ol {
     list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 1em;
     font-weight: bold;
}

img, button, input {
     border: medium none;
}

img {
     display: inline-block;
}

a {
     color: #1F74B0;
     text-decoration: none;
}

.focused {
     outline: 2px dotted #282828;
}

.banner_focused {
     outline: 2px dotted #767676;
}

.clear {
     clear: both;
}

header, footer, article, section, nav, menu, hgroup {
     display: block;
}

sup, sub {
     font-size: 70%;
     height: 0px;
     line-height: 1;
     position: relative;
     vertical-align: baseline;
}

sup {
     bottom: 1ex;
}

sub {
     top: 0.5ex;
}

#wrapper {
     margin: 0px auto;
     position: relative;
     width: 100%;
}

#header {
     background: url("../images/border.jpg") repeat-x scroll left top transparent;
}

#header #header_content {
     margin: 0px auto;
     overflow: hidden;
     padding-bottom: 1px;
     position: relative;
     width: 980px;
}

#header a#logo {
     cursor: pointer;
     display: block;
     height: 44px;
     position: absolute;
     top:15px;
	 left:50px;
     width: 280px;
     z-index: 997;
}

#header_top {
     height: 40px;
     padding: 6px 0px 0px 500px;
}

#header_top #login_links {
     background: url("../images/login_bg.gif") no-repeat scroll left top transparent;
     float: left;
     height: 35px;
     width: 200px;
}

#header_top #login_links li {
     float: left;
     padding: 10px 24px 9px;
}

#header_top #login_links li#newuser_link, #header_top #login_links li#freetrial_link {
     background: url("../images/divider_dotted.jpg") no-repeat scroll left center transparent;
}

#header_top #login_links li a {
     font-weight: bold;
     text-decoration: none;
}

#header_top #login_links li a:hover {
     color: #F16E20;
}

#header_top #toll_free {
     color: #676767;
     float: left;
     font-size: 14px;
     padding: 10px 0px 0px 10px;
     width: 240px;
}

#nav {
     float: left;
     margin-left: -18px;
     padding: 0px 0px 2px;
     width: 0px;
}

	#nav #buttons {
	     height: 55px;
	     margin: 0 0 0 65px;
	     width: 980px;
	     z-index: 1;
	}
		#nav #buttons .button_nav
		{
			height:55px;
			float:left;
			border-right:2px solid #fff;
			padding:0;
			text-align:center;
		}
			#nav #buttons .button_nav .button_title
			{
				position:relative;
				top:-28px;
				font-size:14px;
			}
			#nav #buttons .button_nav .title_two
			{
				top:-38px;
			}
			#nav #buttons .button_nav .bottom_button
			{
				height:2px;
				padding:0 19px;
				margin:53px 0 0 0;
			}
			#nav #buttons .button_nav .button_selected,
			#nav #buttons .button_nav .button_hover
			{
				height:10px;
				margin:45px 0 0 0;
			}
			#nav #buttons .button_nav .bb_1
			{
				background:#ffb642;
			}
			#nav #buttons .button_nav .bb_2
			{
				background:#f66d34;
			}
			#nav #buttons .button_nav .bb_3
			{
				background:#d71f4e;
			}
			#nav #buttons .button_nav .bb_4
			{
				background:#605ea3;
			}
			#nav #buttons .button_nav .bb_5
			{
				background:#008ac9;
			}
			#nav #buttons .button_nav .bb_6
			{
				background:#00ad5a;
			}


#content {
     background: url("../images/content_main_bg.gif") repeat-x scroll left top transparent;
     padding: 1px 0px 8px;
}

#content_main {
     margin: 0px auto;
     overflow: hidden;
     padding: 24px 15px 0px;
     width: 980px;
}

#content_main_withsidebar {
     float: left;
     padding: 0px 12px 0px 14px;
     width: 656px;
}

.content_main_col1, .content_main_col2 {
     float: left;
     padding-right: 11px;
     width: 309px;
}

.content_main_col3 {
     float: left;
     width: 309px;
}

.module {
     clear: both;
     overflow: hidden;
     padding-bottom: 15px;
}

.module_head {
     height: 35px;
     padding: 6px 11px 0px;
     position: relative;
}

.module_head h2 {
     color: #444444;
     float: left;
     font-family: "Trebuchet MS",sans-serif;
     font-size: 19px;
}

.module_head a {
     color: #444444;
     text-decoration: none;
}

.module_head a:hover {
     color: #1F74B0;
     text-decoration: none;
}

.module_head span {
     float: right;
     margin-left: 6px;
}

.module_head span a {
     display: block;
     height: 24px;
     text-indent: -9999px;
     width: 18px;
}

.module_head span a.rss {
     background: url("../images/_icons/rss_icon.gif") no-repeat scroll left top transparent;
}

.module_head span a:hover {
     background: url("../images/_icons/rss_icon_over.gif") no-repeat scroll left top transparent;
}

.module_head span a.grid_thumbnail {
     background: url("../images/_icons/gridthumbs_icon.gif") no-repeat scroll left top transparent;
     height: 19px;
     width: 20px;
}

.module_head span a.grid_list {
     background: url("../images/_icons/gridlist_icon.gif") no-repeat scroll left top transparent;
     height: 19px;
     width: 20px;
}

.module_content {
     overflow: hidden;
     padding: 16px 14px 0px 25px;
}

.module_content .image_item {
     padding-bottom: 11px;
}

.module_content .more_link {
     float: right;
     font-weight: bold;
}

.module_content .more_link a:hover {
     color: #F16E20;
}

.module_content .image_items_list li {
     clear: both;
     padding-bottom: 11px;
}

#education_news .image_items_list li {
     float: left;
     padding-bottom: 18px;
}

.module_content .image_items_list li a {
     float: left;
     padding-right: 10px;
}

.module_content .image_items_list li .info a {
     color: #000000;
     float: none;
     font-size: 12px;
}

.module_content .image_items_list li .info h3 a {
     color: #1F74B0;
     float: none;
     font-size: 13px;
}

.module_content .image_items_list li .info .author {
     font-size: 9px;
     font-style: italic;
     padding-top: 5px;
}

.module_content .copy h3 {
     font-size: 14px;
     padding-bottom: 10px;
}

.module_content .copy h4 {
     font-size: 14px;
     font-weight: bold;
     padding-top: 10px;
}

.module_content .copy p {
     padding: 3px 0px 10px;
}

.module_small {
     width: 309px;
}

.mod_small_orange {
     background: url("../images/orange_small_module.jpg") no-repeat scroll left top transparent;
}

.mod_small_green {
     background: url("../images/green_small_module.jpg") no-repeat scroll left top transparent;
}

.mod_small_blue {
     background: url("../images/blue_small_module.jpg") no-repeat scroll left top transparent;
}

.mod_small_yellow {
     background: url("../images/yellow_small_module.jpg") no-repeat scroll left top transparent;
}

.mod_small_red {
     background: url("../images/red_small_module.jpg") no-repeat scroll left top transparent;
}

.mod_small_purple {
     background: url("../images/purple_small_module.jpg") no-repeat scroll left top transparent;
}

.module_small .social_links {
     padding: 0px 12px 0px 25px;
}

.module_medium {
     width: 422px;
}

.mod_medium_orange {
     background: url("../images/orange_medium_module.jpg") no-repeat scroll left top transparent;
}

.mod_medium_green {
     background: url("../images/green_medium_module.jpg") no-repeat scroll left top transparent;
}

.mod_medium_blue {
     background: url("../images/blue_medium_module.jpg") no-repeat scroll left top transparent;
}

.mod_medium_yellow {
     background: url("../images/yellow_medium_module.jpg") no-repeat scroll left top transparent;
}

.mod_medium_red {
     background: url("../images/red_medium_module.jpg") no-repeat scroll left top transparent;
}

.mod_medium_purple {
     background: url("../images/purple_medium_module.jpg") no-repeat scroll left top transparent;
}

.module_right_column {
     width: 750px;
}

.mod_right_column_purple {
     background: url("../images/purple_rightcolumn_module.jpg") no-repeat scroll left top transparent;
}

.module_embedded_left, .module_embedded_right {
     width: 402px;
}

.mod_embedded_purple {
     background: url("../images/purple_embedded_module.jpg") no-repeat scroll left top transparent;
}

.module_embedded_left {
     float: left;
     margin-right: 10px;
}

.module_embedded_right {
     float: right;
     margin-left: 10px;
}

.module_large {
     width: 951px;
}

.module_large .module_content {
     overflow: hidden;
     padding: 0px;
}

.module_large .content_main_col1 .module_content, .module_large .content_main_col2 .module_content, .module_large .content_main_col3 .module_content {
     padding: 16px 12px 0px 31px;
}

.module_large .module_content .module_content_header {
     height: 42px;
     margin-bottom: 10px;
     overflow: hidden;
}

.module_large .module_content .module_content_header a.edu_nation {
     float: left;
     padding-right: 8px;
}

.module_large .module_content .module_content_header h3 {
     color: #666666;
     float: left;
     font-size: 16px;
     padding: 6px 5px 0px 0px;
}

.module_large .module_content .module_content_header span {
     float: right;
}

.module_large .module_content .module_content_header span a {
     display: block;
     height: 25px;
     margin-top: 5px;
     text-indent: -9999px;
     width: 17px;
}

.module_large .module_content .module_content_header h3 a {
     color: #444444;
}

.module_large .module_content .module_content_header h3 a:hover {
     color: #1F74B0;
}

.module_large .module_content .module_content_header span a.rss {
     background: url("../images/_icons/rss_icon.gif") no-repeat scroll left top transparent;
}

.module_large .module_content .module_content_header span a:hover {
     background: url("../images/_icons/rss_icon_over.gif") no-repeat scroll left top transparent;
}

.module_large .module_content .module_content_info .more_link {
     padding-top: 10px;
}

.articles_list a {
     color: #000000;
}

.articles_list a:hover, .module_large .module_content .module_content_info .more_link a {
     color: #1F74B0;
}

.module_large .module_content .module_content_info .more_link a:hover {
     color: #F16E20;
}

.module_content_info .articles_list, .module_content .articles_list {
     border: 1px solid #CCCCCC;
}

.module_content .brown {
     background-color: #FBF1E8;
}

.module_content .module_content_info .brown li.even, .module_content .brown li.even {
     background-color: #FFFAF7;
}

.module_content .blue {
     background-color: #E7F0F7;
}

.module_content .module_content_info .blue li.even, .module_content .blue li.even {
     background-color: #F6FAFC;
}

.module_content .rose {
     background-color: #FEECF1;
}

.module_content .module_content_info .rose li.even, .module_content .rose li.even {
     background-color: #FBF7F8;
}

.module_content .articles_list li {
     background: url("../images/dotted_line_horizontal.gif") repeat-x scroll left bottom transparent;
     height: 64px;
     line-height: 16px;
     padding: 10px;
}

.module_content .articles_list li.last {
     background: none repeat scroll 0% 0% transparent;
}

.module_content .brown li.even {
     background-color: #FFFAF7;
}

.module_content .blue li.even {
     background-color: #F6FAFC;
}

.module_content .rose li.even {
     background-color: #FBF7F8;
}

.mod_large_purple {
     background: url("../images/purple_big_module.jpg") no-repeat scroll left top transparent;
}

.mod_large_yellow {
     background: url("../images/yellow_big_module.jpg") no-repeat scroll left top transparent;
}

.mod_large_red {
     background: url("../images/red_big_module.jpg") no-repeat scroll left top transparent;
}

#current_events .image_items_list li {
     background: url("../images/dotted_line_horizontal.gif") repeat-x scroll left bottom transparent;
     padding: 11px 0px 0px;
}

#current_events .image_items_list li.first {
     padding-top: 0px;
}

#current_events span.more_link {
     padding-top: 11px;
}

#current_events .image_items_list li .info a:hover {
     color: #1F74B0;
}

#dynamic_lead {
     background-color: #0187D0;
}

#dynamic_lead #dl_content {
     background: url("../images/DL_bg.jpg") no-repeat scroll left top transparent;
     height: 297px;
     margin: 0px auto;
     padding: 0px;
     position: relative;
     width: 980px;
     z-index: 10;
}

.carousel_list {
     margin: 0px auto;
     width: 885px;
}

.carousel_list .image_items li.image_item {
     clear: none;
     float: left;
     padding: 0px;
     text-align: center;
     width: 885px;
}

.carousel_list .image_items .image_item_image {
     float: left;
     padding-right: 34px;
}

.carousel_list .image_item .image_item_text {
     color: #FFFFFF;
     display: block;
     overflow: hidden;
     padding: 45px 25px 0px 0px;
     text-align: left;
}

.carousel_list .image_item .image_item_text h2 {
     font-size: 32px;
     padding-bottom: 20px;
}

.carousel_list .image_item .image_item_text p {
     font-size: 14px;
     line-height: 1.3em;
     padding-bottom: 12px;
}

.carousel_list .image_item_text .image_item_link a {
     background: url("../images/_icons/arrow_link_icon.png") no-repeat scroll left center transparent;
     color: #FFFFFF;
     font-size: 16px;
     font-weight: bold;
     padding-left: 20px;
}

a.leadlink {
     color: #FFFFFF;
}

.carousel_list .image_item_text .image_item_link a:hover {
     color: #66CCFF;
}

.pagination {
     text-align: left;
}

.pagination li {
     display: inline;
     padding: 0px 2px;
}

.pagination span {
     color: #3B73B9;
     cursor: pointer;
     padding: 0px 2px;
     text-decoration: underline;
}

.pagination .disabled span {
     color: #000000;
     cursor: default;
     text-decoration: none;
}

.pagination .prev {
     padding-right: 15px;
}

.pagination .next {
     padding-left: 15px;
}

#dl_bottom_nav {
     background-color: #F7F7F7;
     position: relative;
     width: 100%;
}

#dl_bottom_nav #dl_bottom_nav_content {
     height: 41px;
     margin: 0px auto;
     width: 980px;
     z-index: 1;
}

#dynamic_lead #DL_menu {
     bottom: 0px;
     float: right;
     left: 0px;
     position: relative;
     z-index: 10;
}

#dynamic_lead #DL_menu li {
     float: left;
}

#dynamic_lead #DL_menu li.spacer {
     height: 38px;
     width: 6px;
}

#dynamic_lead #DL_menu li a {
     display: block;
}

#dynamic_lead #DL_menu li.free_trial {
     height: 38px;
     width: 211px;
}

#dynamic_lead #free_trial2 {
     display: none;
     margin-left: 410px;
     position: absolute;
     z-index: 999;
}

#dynamic_lead #DL_menu li.webinar {
     height: 38px;
     width: 161px;
}

#dynamic_lead #webinar2 {
     display: none;
     margin-left: 627px;
     position: absolute;
     z-index: 999;
}

#dynamic_lead #DL_menu li.contact {
     height: 38px;
     width: 180px;
}

#dynamic_lead #contact2 {
     display: none;
     margin-left: 794px;
     position: absolute;
     z-index: 999;
}

#twitter_section {
     background: url("../images/twitter_section_bg.gif") no-repeat scroll left top transparent;
     height: 136px;
     width: 276px;
}

#twitter_section p.info {
     padding: 18px 0px 0px 18px;
}

#twitter_follow {
     overflow: hidden;
     padding: 1px 0px 15px;
}

#twitter_follow a {
     background: url("../images/_icons/twitter_icon.gif") no-repeat scroll left center transparent;
     float: left;
     font-weight: bold;
     height: 26px;
     padding: 5px 0px 0px 34px;
}

#twitter_follow a:hover {
     color: #F16E20;
}

#twitter_section2 {
     background: url("../images/twitter_275x90.gif") no-repeat scroll left top transparent;
     height: 90px;
     width: 275px;
}

#twitter_section2 .follow {
     overflow: hidden;
     padding: 25px 0px 10px;
}

#twitter_section2 .follow a {
     background: url("../images/_icons/twitter_icon.gif") no-repeat scroll left center transparent;
     float: left;
     font-weight: bold;
     height: 26px;
     padding: 10px 0px 0px 34px;
}

#twitter_section2 p.info {
     padding: 2px;
}

#fb_section {
     background: url("../images/fb_section_bg.png") no-repeat scroll left bottom transparent;
     height: 158px;
     overflow: hidden;
     width: 275px;
}

#fb_section .info {
     height: 86px;
     padding: 8px 9px;
}

#fb_follow {
    
}

#fb_follow a {
     background: url("../images/_icons/fb_icon.gif") no-repeat scroll left center transparent;
     float: left;
     font-weight: bold;
     height: 25px;
     padding: 5px 0px 0px 34px;
}

#fb_follow a:hover {
     color: #F16E20;
}

#fb_section iframe {
     border: medium none;
     height: 106px;
     overflow: hidden;
     padding: 5px 0px 0px;
     width: 255px;
}

#foot_promos {
     clear: both;
     overflow: hidden;
}

#foot_promos li {
     float: left;
     padding-right: 7px;
}

#foot_promos li.last {
     padding: 0px;
}

#footer {
     background: url("../images/border.jpg") repeat-x scroll left top #6B7071;
     color: #EBF1F2;
     font-weight: bold;
     min-width: 1024px;
}

#footer #footer_wrapper {
     margin: 0px auto;
     overflow: hidden;
     width: 980px;
}

#footer a {
     color: #EBF1F2;
}

#footer a:hover {
     color: #333333;
}

#footer #mission_statement a {
     color: #93CDFF;
     text-decoration: underline;
}

#footer #mission_statement a:hover {
     color: #F16E20;
}

#footer_nav {
     overflow: hidden;
     padding-top: 10px;
}

#footer_nav li {
     background: url("../images/dotted_line_vertical.gif") repeat-y scroll left top transparent;
     float: left;
     height: 100%;
     max-width: 235px;
     min-height: 340px;
     padding: 17px 17px 0px;
}

#footer_nav li.first {
     background: none repeat scroll 0% 0% transparent;
}

#footer_nav li dl dt {
     color: #FFFFFF;
     font-size: 16px;
     padding-bottom: 10px;
}

#footer_nav li dl dd {
     padding-bottom: 6px;
}

#footer_links {
     background: url("../images/dotted_line_horizontal.gif") repeat-x scroll left top transparent;
     padding: 10px 0px;
     text-align: center;
}

#footer_links li {
     display: inline;
     padding-right: 30px;
}

.left_column {
     float: left;
     padding: 8px 5px 0px;
     width: 180px;
}

.left_column .menu li {
     border-bottom: 1px solid #D7D7D7;
     font-size: 14px;
     padding: 11px 0px;
}

.left_column .menu li.first {
     padding-top: 0px;
}

.left_column .menu li a {
     color: #666666;
}

.left_column .menu li a:hover {
     color: #1F74B0;
}

.left_column .menu li a.selected {
     font-weight: bold;
}

.menu li .submenu {
     list-style: disc outside none;
     padding: 8px 0px 0px 13px;
}

.menu li .submenu li {
     border: medium none;
     padding: 5px 0px 0px;
}

.right_column {
     float: left;
     padding-left: 10px;
     width: 750px;
}

.content_column {
     float: left;
     padding-right: 15px;
     width: 430px;
}

.content_column h1 {
     font-size: 18px;
     padding-bottom: 10px;
}

.content_column p {
     padding: 10px 0px;
}

.content_column .image_item_left {
     float: left;
     padding: 5px 20px 5px 0px;
}

.content_column .image_item_right {
     float: right;
     padding: 5px 0px 5px 20px;
}

.content_column .banners li {
     padding: 15px 0px 5px;
}

.sidebar_column {
     float: left;
     width: 305px;
}

.banner, #player {
     padding-bottom: 20px;
}

.banner_sidebar {
     padding: 10px 0px 20px 3px;
}

.buttons_container {
     padding: 20px 3px;
     z-index: 1;
}

.buttons_container li {
     padding-bottom: 7px;
}

.buttons_container li a {
     display: block;
     height: 40px;
     text-indent: -9999px;
     width: 300px;
}

.buttons_container .visitk12 a {
     background: url("../images/k_12.png") no-repeat scroll left top transparent;
}

.buttons_container .visitk12 a:hover {
     background: url("../images/k_12_over.png") no-repeat scroll left top transparent;
}

.buttons_container .visithe a {
     background: url("../images/higher_ed.png") no-repeat scroll left top transparent;
}

.buttons_container .visithe a:hover {
     background: url("../images/higher_ed_over.png") no-repeat scroll left top transparent;
}

.buttons_container .free_trial a {
     background: url("../images/free_trial_button.png") no-repeat scroll left top transparent;
}

.buttons_container .free_trial a:hover {
     background: url("../images/free_trial_button_over.png") no-repeat scroll left top transparent;
}

.buttons_container .take_tour a {
     background: url("../images/take_tour_button.png") no-repeat scroll left top transparent;
}

.buttons_container .take_tour a:hover {
     background: url("../images/take_tour_button_over.png") no-repeat scroll left top transparent;
}

.buttons_container .webinar a {
     background: url("../images/webinar_button.png") no-repeat scroll left top transparent;
}

.buttons_container .webinar a:hover {
     background: url("../images/webinar_button_over.png") no-repeat scroll left top transparent;
}

.buttons_container .toolkit a {
     background: url("../images/toolkit_button.png") no-repeat scroll left top transparent;
}

.buttons_container .toolkit a:hover {
     background: url("../images/toolkit_button_over.png") no-repeat scroll left top transparent;
}

.free_trial2 {
     margin-left: 3px;
     margin-top: 20px;
     position: absolute;
     z-index: 2;
}

.take_tour2 {
     margin-left: 3px;
     margin-top: 67px;
     position: absolute;
     z-index: 2;
}

.webinar2 {
     margin-left: 3px;
     margin-top: 114px;
     position: absolute;
     z-index: 2;
}

.toolkit2 {
     margin-left: 3px;
     margin-top: 161px;
     position: absolute;
     z-index: 2;
}

.downloads li {
     background: url("../images/dotted_line_horizontal.gif") repeat-x scroll left bottom transparent;
     padding: 8px 0px;
}

.downloads li.first {
     padding-top: 0px;
}

.downloads li.last {
     background: none repeat scroll 0% 0% transparent;
}

.downloads .pdf a {
     background: url("../images/_icons/pdf_icon.png") no-repeat scroll left center transparent;
     display: block;
     font-weight: bold;
     height: 24px;
     padding: 8px 0px 0px 34px;
}

.downloads .pdf a:hover {
     color: #F16E20;
}

.go_back {
     padding-bottom: 25px;
}

.go_back a {
     font-size: 14px;
     font-weight: bold;
}

.go_back a:hover {
     color: #F16E20;
}

ul.bullet_list {
     font-size: 12px;
     list-style: disc inside none;
}

ul.bullet_list li {
     padding-top: 5px;
}

#breadcrumbs {
     font-family: "Trebuchet MS",sans-serif;
     font-size: 19px;
     padding: 0px 0px 15px;
}

#breadcrumbs li {
     color: #444444;
     display: inline;
}

#breadcrumbs li a {
     color: #444444;
}

#breadcrumbs li a:hover {
     color: #1F74B0;
}

.results_pagination {
     display: block;
     height: 30px;
}

.results_pagination .results {
     float: left;
}

.results_margin_right {
	margin-right : 15px;
}
.results_pagination .results p {
     padding: 0px;
}

.results_pagination .pagination {
     float: right;
     padding: 0px 5px 0px 0px;
}

.results_pagination .pagination ul {
     float: left;
}

.results_pagination li {
     display: inline;
     float: left;
     padding-right: 5px;
}

.results_pagination li a {
     text-decoration: underline;
}

.results_pagination li a.selected {
     text-decoration: none;
}

.results_pagination span {
     float: left;
}

.results_pagination span a {
     display: block;
     height: 13px;
     margin: 2px 0px 0px 5px;
     width: 11px;
}

.results_pagination span a.next_arrow {
     background: url("../images/_icons/next_icon.gif") no-repeat scroll left top transparent;
}

.results_pagination span a.prev_arrow {
     background: url("../images/_icons/icons-pagination.gif") no-repeat scroll left top transparent;
     margin: 2px 5px 0px 0px;
}

.bottom {
     border-top: 1px solid #D7D7D7;
     padding-top: 10px;
}

.article .article_title {
     padding-bottom: 10px;
}

.article .article_image {
     float: left;
     padding-bottom: 20px;
}

.article_image span {
     font-style: italic;
}

.article h1 {
     padding-bottom: 5px;
}

.article .author {
     font-style: italic;
     padding-top: 0px;
}

.type.video {
     background: url("../images/_icons/icons-utility.gif") no-repeat scroll 0% 0% transparent;
     height: 16px;
     width: 17px;
}

.type.thumb {
     height: 16px;
     width: 45px;
}
	.type.thumb img {
     	float: left;
    	padding-left: 5px;
	}

.type.article {
     background: url("../images/icon/icon_article.gif") no-repeat scroll right top transparent;
     height: 16px;
     width: 17px;
}

.type.commentary {
     background: url("../images/icon/icon_commentary.gif") no-repeat scroll right top transparent;
     height: 16px;
     width: 17px;
}

.type.diagram {
     background: url("../images/icon/icon_diagram.gif") no-repeat scroll right top transparent;
     height: 16px;
     width: 17px;
}

.type.speech {
     background: url("../images/icon/icon_speech.gif") no-repeat scroll right top transparent;
     height: 16px;
     width: 17px;
}

.view_thumb .item {
     border-top: 1px dotted #B9B9B9;
     float: left;
     height: 182px;
     padding-top: 8px;
     position: relative;
     width: 235px;
}

.module_embedded_right .view_thumb .item, .module_embedded_left .view_thumb .item {
     height: 160px;
}

.view_thumb .item .container {
     position: relative;
}

.view_thumb .item .thumbnail {
     clear: both;
     height: 100px;
     width: 177px;
     overflow: hidden;
}

.view_thumb .item .type {
     left: 185px;
     position: absolute;
     top: 2px;
}

.view_thumb .item .attach {
     background: url("../images/_icons/attach_icon.gif") no-repeat scroll 0% 0% transparent;
     height: 19px;
     left: 135px;
     position: absolute;
     top: 25px;
     width: 8px;
}

.item .type.video {
     background-position: 0px -20px;
}

.view_thumb .item .title {
     display: block;
     font-size: 11px;
     overflow: hidden;
     padding: 5px 30px 0px 0px;
     width: 177px;
}

.view_thumb .item .title a {
     color: #000000;
}

.view_thumb .item .title a:hover {
     color: #1F74B0;
}

.item .title .activities a, .item .description .activities a {
     color: #FE8301;
     font-weight: bold;
}

#related .view_thumb .item {
     height: 160px;
     width: 177px;
}

.view_list {
     overflow: hidden;
     padding-bottom: 22px;
}

.view_list .item {
     background: url("../images/dotted_line_horizontal.gif") repeat-x scroll left bottom transparent;
     clear: both;
     float: left;
     font-size: 13px;
     height: 20px;
     line-height: 18px;
     overflow: hidden;
     padding-top: 5px;
     position: relative;
     width: 100%;
}

.view_list .container .item {
     line-height: 18px;
}

.view_list .item .container {
     margin: -5px 0px 0px;
     padding: 4px 5px 5px;
}

.view_list .item:hover, .view_list .item:hover .date {
     background-color: #DDDDDD;
}

.view_list .item .type {
     float: left;
     left: 0px;
     position: relative;
     top: 0px;
}

.view_list .item .spec {
     color: #999999;
     float: left;
     font-size: 10px;
     padding: 0px 5px 0px 0px;
     text-align: right;
     width: 47px;
}

.view_list .item .title {
     display: inline;
     height: 19px;
     line-height: 18px;
     padding: 0px 5px 0px 0px;
}

.view_list .item .title a {
     color: #000000;
}

.view_list .item .title a:hover {
     text-decoration: underline;
}

.view_list .item .description {
     color: #999999;
     cursor: pointer;
     display: inline;
     height: 19px;
     padding-top: 0px;
     text-align: left;
}

.view_list .item .date {
     background-color: #FFFFFF;
     font-weight: bold;
     height: 18px;
     padding: 3px 5px 0px 7px;
     position: absolute;
     right: 0px;
     top: 1px;
     z-index: 1;
}

* html .view_list .item .date {
     padding-top: 0px;
}

.edit_pencil a {
     background-position: 0px 0px;
     background-repeat: no-repeat;
     height: 9px;
     width: 9px;
}

.thumbnail .edit_pencil a {
     display: block;
     position: absolute;
}

.view_thumb .thumbnail .edit_pencil a {
     display: block;
}

.view_list .thumbnail .edit_pencil a {
     display: none;
}

.title .edit_pencil a {
     display: inline;
     float: left;
     position: relative;
}

.view_thumb .title .edit_pencil a {
     display: none;
}

.view_list .title .edit_pencil a {
     display: block;
}

.view_list .item .thumbnail .edit_pencil a, .view_thumb .item .thumbnail .edit_pencil a {
    
}

.view_thumb.view_large .item .thumbnail .edit_pencil a {
     left: 2px;
     top: 2px;
}

.view_thumb.view_small .item .thumbnail .edit_pencil a {
     left: 1px;
     top: 1px;
}

.view_list .item .thumbnail .edit_pencil a {
     right: 61px;
     top: 26px;
}

.view_list .item .title .edit_pencil {
     float: left;
     position: relative;
}

.view_list .item .title .edit_pencil a {
     float: left;
     left: 0px;
     top: 3px;
     width: 10px;
}

.view_thumb.view_small .item .title .edit_pencil a {
     top: 2px;
}

.view_list .item .title .edit_pencil a {
     top: 5px;
}

.tooltip {
     color: #000000;
     display: none;
}

.tooltip_list li {
     border-top: 1px solid #E2E2E2;
     padding: 4px 0px;
}

.tooltip_list li.first {
     border-top: medium none;
}

.tooltip_top {
     background: url("../images/tooltip_top.png") no-repeat scroll left top transparent;
     height: 2px;
     width: 175px;
}

.tooltip_middle {
     background: url("../images/tooltip_middle.png") repeat-y scroll left top transparent;
     padding: 5px 10px 15px;
}

.tooltip_bottom {
     background: url("../images/tooltip_bottom.png") no-repeat scroll left top transparent;
     height: 13px;
     width: 175px;
}

.options {
     overflow: hidden;
     padding-bottom: 25px;
}

.options li {
     display: block;
     float: left;
     padding-right: 35px;
}

.options li a {
     font-weight: bold;
}

.options li a:hover {
     color: #F16E20;
}

.options li.print a {
     background: url("../images/_icons/print_icon.gif") no-repeat scroll left center transparent;
     padding-left: 22px;
}

#quotes ul li {
     display: inline;
     float: left;
     width: 270px;
}

.module_content blockquote {
     background: url("../images/_icons/quote_up.png") no-repeat scroll left top transparent;
     overflow: hidden;
     padding: 5px 0px 13px 30px;
}

.module_content blockquote p {
     background: url("../images/_icons/quote_down.png") no-repeat scroll right bottom transparent;
     float: left;
     font-weight: bold;
     padding-right: 30px;
}

.module_content blockquote.green {
     background: url("../images/_icons/quote_up.png") no-repeat scroll left top transparent;
}

.module_content blockquote.green p {
     background: url("../images/_icons/quote_down.png") no-repeat scroll right bottom transparent;
}

.module_content blockquote.yellow {
     background: url("../images/_icons/quote_up_yellow.png") no-repeat scroll left top transparent;
}

.module_content blockquote.yellow p {
     background: url("../images/_icons/quote_down_yellow.png") no-repeat scroll right bottom transparent;
}

.module_content blockquote.blue {
     background: url("../images/_icons/quote_up_blue.png") no-repeat scroll left top transparent;
}

.module_content blockquote.blue p {
     background: url("../images/_icons/quote_down_blue.png") no-repeat scroll right bottom transparent;
}

.module_content blockquote.orange {
     background: url("../images/_icons/quote_up_orange.png") no-repeat scroll left top transparent;
}

.module_content blockquote.orange p {
     background: url("../images/_icons/quote_down_orange.png") no-repeat scroll right bottom transparent;
}

.module_content blockquote.red {
     background: url("../images/_icons/quote_up_red.png") no-repeat scroll left top transparent;
}

.module_content blockquote.red p {
     background: url("../images/_icons/quote_down_red.png") no-repeat scroll right bottom transparent;
}

.module_content blockquote.purple {
     background: url("../images/_icons/quote_up_purple.png") no-repeat scroll left top transparent;
}

.module_content blockquote.purple p {
     background: url("../images/_icons/quote_down_purple.png") no-repeat scroll right bottom transparent;
}

cite {
     float: left;
     padding: 5px 0px 13px 30px;
}

#quotes_pagination {
     background: url("../images/dotted_line_horizontal.gif") repeat-x scroll left top transparent;
     margin-top: 10px;
     overflow: hidden;
     padding-top: 8px;
}

#quotes_pagination .btnprev {
     background: url("../images/_icons/icons-pagination.gif") no-repeat scroll 0px 0px transparent;
     cursor: pointer;
     float: left;
     height: 13px;
     margin-right: 20px;
     width: 11px;
}

#quotes_pagination .btnprev a {
     color: transparent;
     font-weight: bold;
}

#quotes_pagination .btnprev:hover {
     background-position: 0px -13px;
}

#quotes_pagination .btnnext {
     background: url("../images/_icons/icons-pagination.gif") repeat scroll -11px 0px transparent;
     cursor: pointer;
     float: left;
     height: 13px;
     width: 11px;
}

#quotes_pagination .btnnext a {
     color: transparent;
     font-weight: bold;
}

#quotes_pagination .btnnext:hover {
     background-position: -11px -13px;
}

.pager_num_1 {
     left: 46px;
     position: absolute;
}

.pager_num_2 {
     left: 75px;
     position: absolute;
}

.pager_num_3 {
     left: 104px;
     position: absolute;
}

.pager_num_4 {
     left: 132px;
     position: absolute;
}

.pager_num_5 {
     left: 161px;
     position: absolute;
}

.pager_num_6 {
     left: 190px;
     position: absolute;
}

.pager_num_7 {
     left: 219px;
     position: absolute;
}

.pager_num_8 {
     left: 248px;
     position: absolute;
}

.pager_num_9 {
     left: 277px;
     position: absolute;
}

.pager_num_10 {
     left: 306px;
     position: absolute;
}

.pager_num_11 {
     left: 335px;
     position: absolute;
}

.pager_num_12 {
     left: 364px;
     position: absolute;
}

.itemsList li {
     float: left;
     height: 108px;
     padding: 0px 25px;
     width: 440px;
}

.itemsList img {
     float: left;
     margin-right: 15px;
}

.itemsList .info {
     overflow: hidden;
}

.itemsList p.moreLink {
     margin-top: 5px;
}

.itemsList p.moreLink a {
     font-weight: bold;
}

.itemsList p.moreLink a:hover {
     color: #F16E20;
}

div#flashContainer {
     height: 5px;
     left: 0px;
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 2000;
}

* html div#flashContainer {
     position: absolute;
}

div.companiondiv {
     height: 250px;
     left: 204px;
     position: absolute;
     top: 89px;
     width: 300px;
     z-index: -50;
}

.s_i_nbcuglobal {
     display: none;
}

.mod_large_orange {
     background: url("../images/orange_big_module.jpg") no-repeat scroll left top transparent;
}

.formFields {
     padding: 16px 14px 0px 25px;
}

.right_column .formFields {
     padding-left: 15px;
}

.formFields .fieldsLeft, .formFields .fieldsRight {
     float: left;
     padding-right: 20px;
     width: 435px;
}

.right_column .formFields .fieldsLeft, .right_column .formFields .fieldsRight {
     padding-right: 10px;
     width: 325px;
}

.formFields .fieldsLeft, .formFields .fieldCompleteRow {
     clear: both;
}

.formFields .field, .field_checkbox, .field_radiobtn {
     height: 20px;
     padding-bottom: 30px;
     position: relative;
}

.formFields .two_field {
     overflow: hidden;
     padding-bottom: 30px;
}

.formFields .two_field .field {
     float: left;
     padding-bottom: 0px;
     width: 215px;
}

.formFields .two_field .left {
     width: 237px;
}

.formFields .two_field .right {
     width: 193px;
}

.field_checkbox {
     text-align: right;
}

.field input {
     border: 1px solid #CECECE;
     float: left;
     height: 20px;
}

.field label, .field_checkbox label, .field_textarea label, .field_radiobtn label {
     float: left;
     font-size: 11px;
     padding-right: 5px;
     text-align: right;
     width: 100px;
}

.field_radiobtn label.label_radiobtn {
     float: none;
     width: auto;
}

.right_column .field label, .right_column .field_checkbox label, .right_column .field_textarea label {
     width: 75px;
}

.field_checkbox label {
     float: none;
     width: auto;
}

input.input_text {
     width: 325px;
}

input.input_text_short {
     width: 130px;
}

.field select {
     border: 1px solid #CECECE;
}

.field select.select_short {
     width: 128px;
}

.right_column input.input_text, .right_column select {
     width: 230px;
}

input.input_text_small {
     width: 135px;
}

.field_textarea {
     height: 100px;
     padding-bottom: 30px;
}

.field_textarea textarea {
     border: 1px solid #CECECE;
     height: 100px;
     width: 325px;
}

.right_column .field_textarea textarea {
     width: 230px;
}

.fieldCompleteRow .field_textarea textarea, .fieldCompleteRow input.input_text {
     width: 780px;
}

.right_column .fieldCompleteRow .field_textarea textarea, .right_column .fieldCompleteRow input.input_text {
     width: 565px;
}

.field .label_small {
     width: 50px;
}

.field .two_fields {
     left: 240px;
     position: absolute;
     top: 25px;
}

.formFields div.error {
     color: #FF0000;
     display: none;
     padding-left: 105px;
}

.right_column .formFields div.error {
     padding-left: 80px;
}

.formFields .two_field div.error {
     padding-left: 55px;
}

.field_smaller {
     width: 243px;
}

#recaptcha {
     float: left;
     padding: 10px 0px 0px 140px;
}

#recaptchadisclaimer {
     float: left;
     text-align: left;
     width: 420px;
}

#recaptchadisclaimer p {
     color: #767676;
     padding: 10px 0px 0px 10px;
}

.footer_button {
     clear: both;
     overflow: hidden;
     padding: 60px 0px 35px;
}

.foot_button_line {
     background-color: #F16E20;
     float: left;
     font-size: 0.1em;
     height: 1px;
     line-height: 0.1em;
     margin-top: 15px;
     overflow: hidden;
     width: 770px;
}

.foot_button {
     background: url("../images/button_orange_163x29.gif") no-repeat scroll left top transparent;
     border: medium none;
     color: #FFFFFF;
     cursor: pointer;
     float: left;
     font-family: "Trebuchet MS",sans-serif;
     font-size: 18px;
     height: 29px;
     margin-left: 7px;
     width: 163px;
}

#foot_button_k12 {
     background: url("../images/button_orange_260x29.gif") no-repeat scroll left top transparent;
     border: medium none;
     color: #FFFFFF;
     cursor: pointer;
     float: left;
     font-family: "Trebuchet MS",sans-serif;
     font-size: 18px;
     height: 29px;
     margin-left: 7px;
     width: 263px;
}




.dualButton .foot_button_line {
     width: 600px;
}

.right_column .dualButton .foot_button_line {
     width: 400px;
}

#choose_product {
     min-height: 57px;
     padding-bottom: 10px;
     position: relative;
}

#choose_product .error {
     color: #FF0000;
     padding: 48px 0px 0px 295px;
}

#choose_product #k12_option {
     left: 270px;
     position: absolute;
     top: 0px;
}

#choose_product #k12_option_img {
     cursor: pointer;
     left: 295px;
     position: absolute;
     top: 0px;
}

#choose_product #highend_option {
     left: 600px;
     position: absolute;
     top: 0px;
}

#choose_product #highend_option_img {
     cursor: pointer;
     left: 625px;
     position: absolute;
     top: 0px;
}

.banner {
     position: relative;
}

.banner_content {
     position: absolute;
}

.banner_content h3 {
     color: #1F74B0;
     font-size: 21px;
     font-weight: bold;
     padding-bottom: 10px;
}

.banner_content p {
     color: #FFFFFF;
     font-size: 12px;
     line-height: 1.5em;
}

.banner_content p a {
     color: #F16E20;
     font-weight: bold;
}

.banner_content p a:hover {
     color: #1F74B0;
}

.banner950 {
     left: 465px;
     top: 45px;
     width: 450px;
}

.product_banner950 {
     left: 23px;
     top: 83px;
     width: 486px;
}

.product_banner950 p {
     color: #000000;
     line-height: 1.5em;
}

.banner750 {
     left: 302px;
     top: 10px;
     width: 446px;
}

.banner750 h3 {
     font-size: 18px;
}

.banner750_dream {
     left: 360px;
     top: 15px;
     width: 380px;
}

.banner750_dream h3 {
     color: #188DDF;
     font-size: 18px;
}

.banner750_center {
     left: 190px;
     top: 10px;
     width: 405px;
}

.banner750_center h3 {
     font-size: 18px;
}

.banner750_writers {
     left: 300px;
     top: 10px;
     width: 445px;
}

.banner750_writers h3 {
     color: #37A3F0;
     font-size: 18px;
}

.bannercp
{
	width:380px;
	margin-left:60px;
}

.jqmOverlay {
     background-color: #000000;
     height: 10000px;
     width: 10000px;
}

.modal1 {
     height: 460px;
     left: 50%;
     margin-left: -230px;
     padding: 15px 0px;
     top: 10%;
     width: 413px;
}

.modal2 {
     height: 360px;
     left: 50%;
     margin-left: 5px;
     padding: 15px 0px;
     top: 10%;
     width: 413px;
}

.modal3 {
     height: 460px;
     left: 50%;
     margin-left: 5px;
     padding: 15px 0px;
     top: 10%;
     width: 413px;
}

.modal3_1 {
     height: 350px;
     left: 50%;
     margin-left: -440px;
     padding: 15px 0px;
     top: 10%;
     width: 413px;
}

.modal5 {
     left: 10%;
     padding: 5px 0px;
     top: 10%;
}

.jqmWindow {
     background-color: #FFFFFF;
     border: 1px solid #9DA09E;
     color: #444444;
     display: none;
     position: fixed;
     z-index: 999;
}

.jqmWindow h3 {
     font-family: "Trebuchet MS",sans-serif;
     font-size: 20px;
     padding: 0px 0px 30px 15px;
}

.jqmWindow p {
     font-size: 14px;
     padding: 0px 10px 15px 15px;
}

.jqmWindow .orange {
     color: #F26F24;
     font-size: 14px;
     padding-bottom: 5px;
}

.jqmWindow .border_modal {
     background: url("../images/border_modal.jpg") repeat-x scroll left top transparent;
     height: 2px;
     padding-bottom: 5px;
}

.jqmWindow .product_option {
     min-height: 57px;
     padding-bottom: 30px;
     position: relative;
     text-align: center;
}

.jqmWindow a.jqmClose, .jqmWindow a.jqmClose2, .jqmWindow a.jqmClose3, .jqmWindow a.jqmClose3_1, .jqmWindow a.jqmClose4, .jqmWindow a.jqmClose5 {
     background: url("../images/close_btn.png") no-repeat scroll left top transparent;
     color: transparent;
     display: inline;
     float: right;
     height: 20px;
     margin-right: 15px;
     position: relative;
     width: 21px;
     z-index: 9999;
}

.jqmWindow a.jqmClose:hover, .jqmWindow a.jqmClose2:hover, .jqmWindow a.jqmClose3:hover, .jqmWindow a.jqmClose4:hover, .jqmWindow a.jqmClose5:hover {
     background: url("../images/close_btn_hover.png") no-repeat scroll left top transparent;
}

.jqmWindow .nbc_news {
     margin: 0px 0px 17px 15px;
}

#miscPageContent {
     padding: 10px 20px;
}

#miscPageContent h3 {
     font-size: 17px;
     padding: 20px 0px 5px;
}

#miscPageContent p {
     padding: 10px 0px;
     text-align: justify;
}

#miscPageContent a:hover {
     color: #F16E20;
}

#miscPageContent ol {
     padding: 10px 0px 20px;
}

#miscPageContent ol ul {
     list-style-position: inside;
     list-style-type: disc;
     padding-left: 30px;
}

#miscPageContent ol.numbered {
     list-style-position: inside;
     list-style-type: decimal;
}

#miscPageContent ol.numbered li {
     padding-bottom: 2px;
}

.ui-dialog-overlay {
     background-color: #FFFFFF;
     opacity: 0.65;
}

.ui-dialog {
     background-color: #FFFFFF;
     border: 1px solid #B51730;
     height: auto ! important;
     padding: 12px 9px 50px 18px;
     position: relative;
     text-align: center;
     width: 310px ! important;
}

.popup_medium {
     width: 390px ! important;
}

.popup_large {
     width: 490px ! important;
}

.ui-dialog .ui-dialog-titlebar {
     color: #B51730;
     font-weight: bold;
     padding-bottom: 15px;
}

.ui-dialog-titlebar-close {
     display: none;
}

.ui-dialog .ui-dialog-container {
     position: static ! important;
}

.ui-dialog input {
     border: 1px solid #B51730;
}

.ui-dialog .ui-dialog-content {
     background: none repeat scroll 0% 0% transparent;
     border: 0px none;
     height: auto ! important;
     overflow: auto;
     padding: 0px 16px 0px 0px;
     width: auto ! important;
}

.popup_large .ui-dialog-content {
     height: 393px ! important;
     padding-right: 50px;
}

.button_div_line {
     border: 1px solid #B51730;
     bottom: 16px;
     font-size: 0.1em;
     left: 16px;
     position: absolute;
     right: 155px;
}

.dialog_popup_single_btn .button_div_line {
     right: 87px;
}

.ui-dialog .ui-dialog-buttonpane {
     padding: 9px;
     right: 0px;
}

.ui-dialog .ui-dialog-buttonpane button {
     background: url("../images/buttons/popup_button_bg.gif") no-repeat scroll left 1px transparent;
     border: medium none;
     color: #FFFFFF;
     display: block;
     float: left;
     font-size: 10px;
     height: 16px;
     line-height: 1em;
     margin-right: 3px;
     padding-bottom: 1px;
     text-align: center;
     text-transform: uppercase;
     width: 65px;
}

.ui-dialog .ui-dialog-buttonset {
     margin: 33px 0px 0px 170px;
     position: absolute;
     width: 200px;
}

span.info {
     color: #000000;
     margin-left: 5px;
     position: absolute;
     width: 95px;
}

span.info:hover {
     color: #2BA1F8;
}

.image_items_list2 {
	 margin-left:-8px;	
}



.rssnorm1 {
     margin: 0px 0px 0px 270px;
     position: absolute;
     width: 20px;
     z-index: 3;
}

.rssnormover1 {
     margin: 0px 0px 0px 270px;
     position: absolute;
     width: 20px;
     z-index: 2;
}

.rssnorm2 {
     margin: 0px 0px 0px 270px;
     position: absolute;
     width: 20px;
     z-index: 3;
}

.rssnormover2 {
     margin: 0px 0px 0px 270px;
     position: absolute;
     width: 20px;
     z-index: 2;
}

.rssnorm3 {
     margin: -45px 0px 0px 245px;
     position: absolute;
     width: 20px;
     z-index: 3;
}

.rssnormover3 {
     margin: -45px 0px 0px 245px;
     position: absolute;
     width: 20px;
     z-index: 2;
}

.rssnorm4 {
     margin: -45px 0px 0px 245px;
     position: absolute;
     width: 20px;
     z-index: 3;
}

.rssnormover4 {
     margin: -45px 0px 0px 245px;
     position: absolute;
     width: 20px;
     z-index: 2;
}

.rssnorm5 {
     margin: -45px 0px 0px 245px;
     position: absolute;
     width: 20px;
     z-index: 3;
}

.rssnormover5 {
     margin: -45px 0px 0px 245px;
     position: absolute;
     width: 20px;
     z-index: 2;
}

.edunationlogo {
     height: 42px;
     margin-left: 179px;
     margin-top: 17px;
     position: absolute;
     width: 86px;
     z-index: -1;
}

#pauseslide {
     height: 20px;
     margin: 0px 0px 0px -30px;
     position: absolute;
     width: 25px;
     z-index: 997;
}

#playslide {
     height: 20px;
     margin: 0px 0px 0px -30px;
     position: absolute;
     width: 25px;
     z-index: 996;
}

#underlinks {
     height: 41px;
     margin: -50px auto 0px 410px;
     position: absolute;
     width: 570px;
     z-index: 1;
}

#newbanner {
     background: none repeat scroll 0% 0% transparent;
     margin: 30px 0px 0px -5px;
     position: absolute;
}

#navindicator {
     height: 20px;
     margin-left: 0px;
     position: absolute;
     width: 145px;
     z-index: -2;
}

.indicator {
     float: left;
     height: 20px;
     width: 24px;
     z-index: -2;
}

.indicatorspace {
     float: left;
     height: 20px;
     width: 5px;
     z-index: 999;
}

.indicator2 {
     float: left;
     height: 20px;
     width: 24px;
     z-index: -2;
}

.indicator2space {
     float: left;
     height: 20px;
     width: 4px;
     z-index: 999;
}

#navindicatorover {
     height: 20px;
     margin-left: -46px;
     position: absolute;
     width: 145px;
     z-index: -1;
}

.indicatorover {
     display: none;
     float: left;
     height: 20px;
     margin-left: -24px;
     width: 24px;
     z-index: -1;
}

.indicatoroverspace {
     float: left;
     height: 20px;
     width: 5px;
     z-index: 999;
}

.indicator2over {
     display: none;
     float: left;
     height: 20px;
     margin-left: -24px;
     width: 24px;
     z-index: -1;
}

.indicator2overspace {
     float: left;
     height: 20px;
     width: 4px;
     z-index: 999;
}

#leftbutton {
     color: transparent;
     cursor: pointer;
     font-size: 12px;
     height: 35px;
     left: 10px;
     margin-top: 124px;
     position: absolute;
     top: 4px;
     width: 73px;
}

#rightbutton {
     color: transparent;
     cursor: pointer;
     font-size: 12px;
     height: 35px;
     margin-top: 128px;
     position: absolute;
     right: -16px;
     text-indent: 15px;
     top: 1px;
     width: 73px;
}

#recaptcha_widget {
     background-color: #0099FF;
     background-image: -moz-linear-gradient(center top , #0099FF, #0050BD);
     border-color: #333333;
     border-radius: 5px 5px 5px 5px;
     border-style: solid;
     border-width: thin;
     width: 320px;
}

#recaptcha_image {
     padding: 10px 0px 0px 10px;
}

.recaptcha_only_if_image {
     color: #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     padding: 0px 0px 0px 10px;
}

.recaptcha_only_if_image a {
     color: #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 11px;
     text-decoration: none;
}

.recaptcha_only_if_audio {
     color: #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     padding: 0px 0px 0px 10px;
}

.recaptcha_only_if_audio a {
     color: #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 11px;
     text-decoration: none;
}

.recaptcha_get_another {
     padding: 0px 0px 0px 10px;
}

.recaptcha_get_another a {
     color: #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 11px;
     text-decoration: none;
}

a.recaptcha_audio_cant_hear_link {
     color: #FFFFFF;
}

.recaptcha_help {
     padding: 0px 0px 10px 10px;
}

.recaptcha_help a {
     color: #FFFFFF;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 11px;
     text-decoration: none;
}

#recaptcha_logo {
     margin: -43px 0px 0px 238px;
     position: absolute;
}

#recaptcha_logo img {
     background: none repeat scroll 0% 0% transparent;
}

#recaptcha_only_if_image img {
     background: none repeat scroll 0% 0% transparent;
}

#grey_bar {
     background: url("../images/content_main_bg.gif") repeat-x scroll left top transparent;
     height: 20px;
     width: 100%;
}

#container {
     min-width: 900px;
}

#left {
     float: left;
     height: 100%;
     margin-right: -495px;
     width: 100%;
}

#left #left_content {
     padding-right: 405px;
}

.copy {
     padding-left: 30px;
     z-index: 2;
}

#right {
     float: right;
     margin-right: 50px;
     margin-top: 2px;
     position: relative;
     z-index: 99;
}

#right img {
     -moz-user-select: none;
     max-width: 100%;
}

.category {
     padding-bottom: 30px;
}

.category_title {
     background: url("../images/lesson/blue_medium_module.jpg") repeat scroll 0% 0% transparent;
     color: #434343;
     font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
     font-size: 20px;
     font-weight: bold;
     margin-top: -5px;
     position: absolute;
     z-index: -1;
}

.category_description {
     margin: -90px 0px 0px;
     width: 343px;
}

.controls {
     clear: both;
     float: left;
     font-size: 12px;
     height: 30px;
     padding-bottom: 20px;
     padding-left: 25px;
     padding-top: 0px;
}

.controls .description {
     margin: 0px 0px 0px 80px;
}

.controls .title {
     font-weight: bold;
     margin: -60px 0px 0px 60px;
}

.related a, .controls a {
     color: #333333;
}

.related .thumbnail, .controls .thumbnail {
     height: 60px;
}

.related .title {
     font-weight: bold;
     margin: -45px 0px 0px 80px;
}

.related .description {
     margin: 0px 0px 0px 80px;
}

.category_title h2 {
     margin-top: 3px;
}

.module_head2 {
     height: 120px;
     padding: 6px 11px 0px;
     position: relative;
}

.module_head2 h2 {
     color: #444444;
     float: left;
     font-family: "Trebuchet MS",sans-serif;
     font-size: 19px;
}

.module_head2 a:hover {
     color: #1F74B0;
     text-decoration: none;
}

.module_head2 span {
     float: right;
     margin-left: 6px;
}

.module_head2 span a {
     display: block;
     height: 24px;
     text-indent: -9999px;
     width: 18px;
}

.module_head2 span a.rss {
     background: url("../images/_icons/rss_icon.gif") no-repeat scroll left top transparent;
}

.module_head2 span a:hover {
     background: url("../images/_icons/rss_icon_over.gif") no-repeat scroll left top transparent;
}

.module_head2 span a.grid_thumbnail {
     background: url("../images/_icons/gridthumbs_icon.gif") no-repeat scroll left top transparent;
     height: 19px;
     width: 20px;
}

.module_head2 span a.grid_list {
     background: url("../images/_icons/gridlist_icon.gif") no-repeat scroll left top transparent;
     height: 19px;
     width: 20px;
}

.view_thumb2 .item {
     border-top: 1px dotted #B9B9B9;
     float: left;
     height: 145px;
     padding-top: 8px;
     position: relative;
     width: 175px;
}

.save_lesson_button {
     font-weight: bold;
     margin: -20px 0px 0px 45px;
}
#detect_flash
{
      height:0px;
      width:100%;
      min-width:1024px;
      background-color: #e41d24;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e41d24), to(#650c10));
      background-image: -webkit-linear-gradient(top, #e41d24, #650c10);
      background-image: -moz-linear-gradient(top, #e41d24, #650c10);
      background-image: -ms-linear-gradient(top, #e41d24, #650c10);
      background-image: -o-linear-gradient(top, #e41d24, #650c10);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e41d24, endColorstr=#650c10);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e41d24, endColorstr=#650c10)";
      text-align:center;
      position:relative;
      overflow:hidden;
}
#detect_flash #flash_text
{
                font-family:Arial, Helvetica, sans-serif;
                font-size:21px;
                padding-top:10px;
                color:#fff;
}
#detect_flash #flash_text a
{
                color:#fff;
}
#detect_flash #flash_text span
{
                font-size:10px;
                position:absolute;
                margin-top:0px;
}
#detect_flash #flash_logo
{
                position:absolute;
                left:0;
}
/*temporary image fix for collection pages*/

.view_thumb .item .thumbnail a img
{
    width:177px;
}
.view_thumb .item .thumbnail .edit_pencil a img
{
   height: 9px;
   width: 9px;
}

/*he client list*/
.client_img
{
	width:725px;
	text-align:center;
}
.client_wrapper
{
	padding-bottom:30px;
}
.client_inner
{
	width:725px;
	font-family:Arial, Helvetica, sans-serif;
}
	.client_inner .client_header
	{
		font-size:16px;
		color:#0188cf;
		padding:3px;
	}
		.client_inner .client_twin_wrapper
		{
			overflow:hidden;
			border:1px solid #dddddd;
			font-size:12px;
		}
			.client_inner .client_twin_wrapper .client_twin
			{
				width:43%;
				padding:3%;
				float:left;
			}
				.client_twin_wrapper .client_twin .client_indent
				{
					padding-left:30px;
				}
			
/*CAMPUS PERSPECTIVES STYLES*/
.campus_perspectives_p
{
	width:270px;
	padding-top:10px;
}
.campus_perspectives_ul
{
	list-style:none;
	margin:0;
}
	.campus_perspectives_ul li
	{
		color:#0a81ca;
		font-size:14px;
		font-weight:bold;
		list-style:none;
		padding-bottom:10px;
	}
