@charset "utf-8";
[if IE 5]> /* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 {
width: 270px;
}
<![endif][if IE]> /* place css fixes for all versions of IE in this conditional comment */
#sidebar1 {
padding-top: 30px;
}
#mainContent {
	zoom: 1;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif] /* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent
}
body {
	line-height:1
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
html {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
}
strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #666666;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, monospace;
}
small, sup, sub {
	font-size: 85%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
body {
	background: #58595B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666666;
}
#container h1 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
	padding-top:20px;
}
#LScontainer h1 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
	padding-top:0px;
}
#container h2 {
	font-size: 1.5em;
	margin: 20px 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0f253f;
}
#container h3 {
	font-size: 1.2em;
	margin: 40px 0 15px 0;
}
#container h4 {
	font-size: 1.1em;
}
#container h5 {
	font-size: 1em;
}
#container h6 {
	font-size: 0.8em;
}
#mainContent p, #mainContent ul, #mainContent ol {
	margin:7px 0;
}
#mainContent ul, #mainContent ol {
	margin-left:15px;
}
#mainContent li {
	margin:10px 0;
}
#mainContent a, #mainContent a:link, #mainContent a:visited, #mainContent a:active, #sidebar2 a, #sidebar2 a:link, #sidebar2 a:visited, #sidebar2 a:active {
	color: #006482;
	text-decoration:none;
	border-bottom:dotted #006482 1px;
	font-weight:bold;
}
#mainContent a:hover, #sidebar2 a:hover {
	color: #700F10;
	text-decoration:none;
	border-bottom:solid #700F10 1px;
}
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	height: 86px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 40px 15px 20px;
}
#navbar {
	width: 100%;
	color: #0F243E;
	margin: 0 0 30px 0;
}
#contact {
	width: 100%;
	padding: 0;
	border-top: dotted #FFFFFF 2px;
	color: #FFF;
}
#mainContent {
	padding: 10px 80px 25px 35px;
	background-image:url(/images/articlemiddle.png);
	background-repeat:repeat-y;
}
#articletop {
	background-image:url(/images/articletop.png);
	background-repeat:no-repeat;
	height:12px;
}
#articlebottom {
	background-image:url(/images/articlebottom.png);
	background-repeat:no-repeat;
	height:20px;
	margin-left:240px;
}
div.column1 {
	margin: 0 0px 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
div.column3 {
	margin: 0 270px 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
div.column2 {
	margin: 0 40px 0 310px;
}
#quotebox {
	margin: 0 40px 0 310px;
	padding: 30px 0 25px 0;
	clear:right;
}
.quote {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6em;

	color: #026580;
}
.quote:before {
	content: "\201C";
}
.quote:after {
	content: "\201D";
}
/*.quote-info:before { content: "\2014"; }*/
#footer {
	padding: 55px 40px 0 310px;
	background-image: url(/images/Callahan_Footer1.jpg);
	background-repeat: no-repeat;
	height: 60px;
	clear: both;
	line-height:15px;
	
	 color: #7D7D7D;
    font-family: 'Cabin',sans-serif;
    font-size: 11px;
	text-align:right;
}
.quote-author {
	font-size: 1.2em;
	font-weight: bold;
}
.quote-title {
	font-size: .9em;
}
.quote-info {
	margin: 0 0 0 auto;
	color: #026580;
	float: right;
	text-align:right;
}
.quote-cu {
	font-size: .9em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
#sidebar2 {
	float: right;
	width: 150px;
	background: #E2EAF4;
	margin: 40px;
	color: #0F243E;
	padding: 0 20px 10px 20px;
	font-size: 0.9em;
}
#eduSidebar2 {

	width: 200px;
	padding:10px 5px 25px 0px;
	margin:10px 5px 25px 0px;
}
.takeaway {
	margin: 0px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	color:#666;
	padding-left:5px;
}
.eduNavwebinars {
	list-style-type: none;
	margin:10px 0 0 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding:10px 0 0 10px;
	color:#0f253f;
}
.eduNavwebinars li a {
	color:#0f253f;
	/*background-color:#bdcfe6;*/
float: right;
	/*width: 335px;*/
	display: block;
	margin:2px 0px 1px 0px;
	padding:2px 5px 2px 5px;
	border-bottom:#FFF 1px solid;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
}
.eduNavwebinars li a:hover {
	color:#0f253f;
	background-color:#ffffff;
	float: right;
/*	width: 335px;*/
	display: block;
	/*margin:5px 5px 5px 5px;*/
padding:2px 5px 2px 5px;
	border-bottom:#FFF 1px solid;
	text-decoration: underline;
	text-align: left;
	font-size: 11px;
}
.eduNavwebinarsFront {
	list-style-type: none;
	margin:0px 0 0 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding:0px 0 0 0px;
	color:#0f253f;
}
.eduNavwebinarsFront a {
	color:#0f253f;
	background-color:#ffffff;
	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
	border-bottom:0px;
}
.eduNav {
	list-style-type: none;
	margin:10px 0 0 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding:10px 0 0 10px;
	color:#0f253f;
}
.eduNav li a {
	color:#0f253f;
	/*background-color:#bdcfe6;*/

	/*width: 200px;*/
	display: block;
	margin:5px 5px 5px 0px;
padding:2px 5px 2px 0px;
	border-bottom:#C5D6E8 1px solid;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}
.eduNav li a:hover {
	color:#0f253f;
	background-color:#C5D6E8;
	width: 175px;
	display: block;
	margin:5px 5px 5px 0px;
padding:2px 5px 2px 0px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	border-bottom:#C5D6E8 0px solid;
}
.eduNav #reg a {
/*	background-image:url(/credit-union/images/enroll-now.png);*/
	background-color: #70090a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align:center;
	padding:8px 5px 8px 5px;
}
.eduNav #reg a:hover {
	background-color: #70090a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align:center;
	padding:8px 5px 8px 5px;
}
.eduNav #back a {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70090a;
	padding:8px 5px 8px 5px;
}
.eduVideo {
	list-style-type: none;
	margin: 0px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	padding:0px;
}
.eduVideo li a {
	color:#0f253f;
	background-color:#eee;
	margin:2px 5px 2px 5px;
	padding:2px 5px 2px 5px;
}
.eduVideo li a:hover {
	color:#0f253f;
	background-color:#fff;
	margin:2px 5px 2px 5px;
	padding:2px 5px 2px 5px;
}
#container #sidebar2 p, #container #sidebar2 h3 {
	margin:10px 0;
	line-height: 1.6em;
}
#container #sidebar2 ul.nobullet, #container #sidebar2 ol.nobullet {
	list-style:none;
	margin:0;
	padding:0;
}
#container #sidebar2 .nobullet li {
	margin:20px 0;
	padding:0;
}
#container #sidebar2 ul.sidelist, #container #sidebar2 ol.sidelist {
	margin:0 0 20px 20px;
	padding:0;
}
#container #sidebar2 .sidelist li {
	margin:10px 0;
	padding:0;
}
#container #sidebar2 h3 {
	margin-top:20px;
}
.tablegrid {
	width:100%;
}
.tablegrid td {
	border: solid 1px #CCCCCC;
	padding: 10px;
}
.tablegrid th {
	border: solid 1px #CCCCCC;
	padding: 10px;
	background-color:#0F243E;
	color:#FFFFFF;
}
.tablegrid td.tablefill {
	background-color:#FFEBBD;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Nice Menus
*/

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu, ul.nice-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
ul.nice-menu li, ul.nice-menu li.menuparent {
	float: left;
	/* Additional overrides to deal with Garland theme. */
  margin: 0;
	padding-left: 0;
}
ul.nice-menu a {
	padding: 0.3em 5px 0.3em 0px;
}
ul.nice-menu ul {
	top: 1.8em;
	left: -1px;
	border: 0;
	margin-right: 0;
}
ul.nice-menu ul li {
	width: 175px;
	padding-left:8px;
	border-bottom:#FFF 1px solid;
}
/******************************
 VERTICAL (left/right) menus
******************************/
.submenu {
	font-size:11px;
	padding-left:18px;
	background-color:fff;
	color:#06F;
	text-transform:none;
}
.submenu a:hover {
	font-size:11px;
	padding-left:18px;
	text-transform:none;
}
/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left, ul.nice-menu-right li, ul.nice-menu-left li {
	width: 185px;
}
/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
	width: 185px;
	left: 185px;
	top: 0px;
}
ul.nice-menu-right ul ul {
	width: 185px;
	left: 185px;
	top: 0px;
}
ul.nice-menu-right li.menuparent, ul.nice-menu-right li li.menuparent {
}
ul.nice-menu-right li:hover, ul.nice-menu-right li.menuparent:hover, ul.nice-menu-right li li.menuparent:hover, ul.nice-menu-right li.menuparent:hover ul {
	background: #c5d6e8;
}
ul.nice-menu-right li a, ul.nice-menu-right li a:link, ul.nice-menu-right li a:visited, ul.nice-menu-right li a:hover, ul.nice-menu-right li a:active {
	color:#70090a;
	text-decoration:none;
	padding-left:8px;
}
ul.nice-menu-right li:hover a, ul.nice-menu-right li:hover a:link, ul.nice-menu-right li:hover a:visited, ul.nice-menu-right li:hover a:hover, ul.nice-menu-right li:hover a:active {
	color:#70090a;
	text-decoration:none;
}
ul.nice-menu-right li a {
	border-top:solid #fff 3px;
	border-right:solid #fff 3px;
	border-bottom:solid #c5d6e8 1px;
	margin-left: 3px;
}
ul.nice-menu-right li:hover a, ul.nice-menu-right ul li a {
	border:solid #c5d6e8 3px;
	margin-left: 0;
}
ul.nice-menu-right ul li:hover a, ul.nice-menu-right ul li:hover a:link, ul.nice-menu-right ul li:hover a:visited, ul.nice-menu-right ul li:hover a:hover, ul.nice-menu-right ul li:hover a:active {
	margin-left: 0;
	color: #000;
	text-decoration:none;
	background-color:#FFF;
	border:solid #c5d6e8 3px;
}
/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
	line-height: 1.6em;
	z-index: 10;
}
ul.nice-menu, ul.nice-menu ul {
	z-index: 5;
	position: relative;
}
ul.nice-menu li {
	position: relative;
}
ul.nice-menu a {
	display: block;
}
ul.nice-menu ul {
	position: absolute;
	visibility: hidden;
}
ul.nice-menu li.over ul, ul.nice-menu li:hover ul {
	visibility: visible;
}
ul.nice-menu ul li {
	display: block;
}
ul.nice-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Show submenus when over their parents. */
ul.nice-menu li:hover ul, ul.nice-menu li.menuparent li:hover ul, ul.nice-menu li.menuparent li.menuparent li:hover ul, ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul, ul.nice-menu li.over ul, ul.nice-menu li.menuparent li.over ul, ul.nice-menu li.menuparent li.menuparent li.over ul, ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul {
	visibility: visible;
}
/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul, ul.nice-menu li:hover ul ul ul, ul.nice-menu li:hover li:hover ul ul, ul.nice-menu li:hover li:hover ul ul ul, ul.nice-menu li:hover li:hover li:hover ul ul, ul.nice-menu li:hover li:hover li:hover ul ul ul, ul.nice-menu li.over ul ul, ul.nice-menu li.over ul ul ul, ul.nice-menu li.over li.over ul ul, ul.nice-menu li.over li.over ul ul ul, ul.nice-menu li.over li.over li.over ul ul, ul.nice-menu li.over li.over li.over ul ul ul {
	visibility: hidden;
}
/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul {
	overflow: visible !important;/* overflow: hidden; */
}
ul.nice-menu li.menuparent ul iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 20px;
	height: 20px;
}
/* FORMS */

form ul {
	margin:.5em 0 0 0;
	list-style:none;
}
form input.right {
	float:right;
}
form li {
	line-height: 1.5;
	margin-bottom: .5em;/*    position: relative;  */
}
form label.overlayed {
/*   position: absolute;
   top: .15em;
   left: .5em;
    white-space: nowrap;
    color: #999;    */
}
.style1 {
	color: #FFFFFF;
	font-size: 8pt;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.style2 {
	color: #70090A;
	font-weight:bold;
	font-size: 10pt;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
	border:0;
	border-bottom-width:0;
	border-bottom:none;
	border-bottom-style:none;
}
.fullwidth {
	width: 600px;
}
.fullwidth td {
	width:280px;
	padding:0 20px;
	border-bottom:dotted 1px #0F243E;
	text-align: left;
}
.fullwidth td.rightborder {
	border-right:dotted 1px #0F243E;
}
.fullwidth td.nobottomborder {
	border-bottom:none;
}
.fullwidth td.tablehead {
}
.fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth h1, .fullwidth h2, .fullwidth h3 {
	margin: 0 0 20px 0;
	padding:0;
}
.intro {
	font-size: 8.5pt;
}
.eduHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #70090a;
	margin:20px 0px 4px 0px;
	padding:0px;
	line-height:1.1em;
}
.time {
	font-size: 7pt;
	font-style: italic;
	font-weight: 700;
	margin-top: 0px;
}
.eduTitle {
	color: #0f253f;
}
.tablebottom {
	border-bottom:1px solid #0f253f;
	margin-top:25px;
	 color:#000;
}
.addToCart{
	color:#0f253f;
	}
	.addToCart strong{
	color:#0f253f;
	}
.divblurb {
	width:430px;
	float:left;
	position:relative;
	font-size:8.5pt;
}
.divPlayArea {
	position: relative;
	width:150px;
	float:right;
}
.divPlayArea a {
	font-size: 11px;
	color: #70090a;
}
.webContainer {
	text-align:left;
	margin:0 auto;
	height:235px;
	border-bottom:1px #CCC solid;
}
.sc-button {
	background-color: #07090a;
	border: 1px solid #70090a;
	color: #fff;
	font-weight: bold;
	margin: 0 0 5px 10px;
}
.webContainerIntro {
	text-align:left;
	margin:0 auto;
	border-bottom:1px #70090a solid;
	border-top:1px #70090a solid;
	font-size:9pt;
}
#form11 #container #mainContent .webContainer p .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

