body {
/*	background: #0a5289 url(images/bg-body.jpg) top center; */
	color: #444;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
	padding: 0 0 0 50px;
} 
h1 {
	color: #004B85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: normal;
	line-height: 30pt;
	padding: 5px 0 10px 0;
}
h2 {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	line-height: 18pt;
	padding: 10px 0;
}
h3 {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 15pt;
	padding: 10px 0;
}
h4 {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 13pt;
	padding: 10px 0;
}
h5 {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 10px 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	color: #888;
}
a {
	color: #004b85;
}
a h1, a h2, a h3, a h4, a h5, a h6 {
	color: #004b85;
}
a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	color: #1566a4;
}
hr {
	background-color: #999;
	border: 0;
	clear: both;
	color: #999;
	height: 1px;
	margin: 0;
	margin: 10px 0;
}
hr.inner {
	background-color: #CCC;
}
p, li, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
} 
p {
	margin: 0;
	padding: 7px 0 9px 0;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	color: #666;
	font-size: 8pt;
	max-height: 300px;
	overflow: auto;
	padding: 10px;
}

/* NEW TOP NAVIGATION STYLES */
ul.topnav {  
	list-style: none;  
	padding: 0 20px;  
	margin: 0;  
	float: left;  
	width: 960px;  
/*     background: #fff;  */
/*     font-size: 1.2em;   */
/*     background: url(images/topnav_bg.gif) repeat-x;  */
}  
ul.topnav li {  
	float: left;  
	margin: 0;  
	padding: 0 15px 0 0;  
	position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
	padding: 10px 5px;  
	color: #fff;  
	font-weight: bold;
	display: block;  
	text-decoration: none;  
	float: left;  
}  
ul.topnav li a:hover{  
/*     background: url(images/topnav_hover.gif) no-repeat center top;  */
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
	width: 19px;  
	height: 19px;  
	float: right;  
	margin-top: 10px;
	background: url(images/dropdown_linkbg2.gif) no-repeat center top; 
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
	background-color: #fff;
	list-style: none;  
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
	left: 0; top: 35px;  
/*    background: #fff;  */
	margin: 0; padding: 0;  
	display: none;  
	float: left;  
/*    width: 170px;  */
	z-index: 10000;
	border: 1px solid #111;  
}  
ul.topnav li ul.subnav li{  
	/*margin: 0; padding: 0;  */
	border-top: 1px solid #252525; /*--Create bevel effect--*/  
	border-bottom: 1px solid #444; /*--Create bevel effect--*/  
	clear: both;  
	z-index: 10000;
	/*width: 170px;  */
}  
html ul.topnav li ul.subnav li a {  
	text-align: left;
	width: 200px; color: #075089; background-color: #fff;
	float: left;  
	color: #075089;
	z-index: 10000;
/*    width: 145px;  */
/*    background: #fff url(images/dropdown_linkbg2.gif) no-repeat 10px center;  */
	padding-left: 20px;  
}  
/*html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
  /*  background: #fff url(images/dropdown_linkbg2.gif) no-repeat 10px center;  
} */ 

/* END NEW TOP NAVIGATION STYLES */


#headernav {
        /** background-color: #004b85; **/
        background: url(images/top-nav-bg.jpg) top center repeat-x;
        height: 76px;
        /** margin: 0; **/
        /** padding: 10px 0 10px 0; **/
}

#nav-right-outer a {
        color: #FFF;
}




input[type=text], input[type=password], .input, select {
	border: 1px solid #777;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.input {
	height: 20px;
}
input[type=text]:focus, input[type=password]:focus, .input:focus {
	background-color: #EEE;
	border: 1px solid #444;
	color: #444;
}
button, input[type=submit], .blue-button, .cart-link {
	background: #044c86 url(images/bg-button.jpg) center center no-repeat;
	border: 1px solid #022846;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 3px 6px;
	text-decoration: none;
}
button:hover, input[type=submit]:hover, button:focus, input[type=submit]:focus, .blue-button:hover, .cart-link:hover {
	background: #044c86 url(images/bg-button.jpg) bottom center no-repeat;
	color: #FFF;
	cursor: pointer;
}
#social-media {
	padding-top: 10px;
	width: 80px;
}
.social-media {
	float: right;	
}

#title-banner {
/*	position: absolute; */
/*	top: 20px; */
	font-family: Georgia, Times New Roman, sans-serif;
	color: #555;
	z-index: 8000;
	height: 320px;
	width: 960px;
}

.gsa-search {
/*	width: 960px; */
	/* position: relative; */
/*	padding-right: 30%; */
	z-index: 11000;
	padding: 10px 8px 5px 0; 
	float: right;
}

#gsa-search {
/*      width: 960px; */
/*        position: relative;
        margin-right: 10px; 
        padding-top: 10px; */ 
	z-index: 11000;
        float: right;
}

#signup input[type=text] {
	font-family: Arial; font-size: 12px;	
	padding: 4px 0 4px 4px;
	margin: 0 0 0 0;
	width: 200px;
	margin-right: 26px;
}

#schoolnav {
	background: url(images/school-nav-bkgr.jpg) center center no-repeat;
}
.schoolnav-link {
	color: #FFF; 
	text-decoration: none;
}
.schoolnav-link-orange {
	text-decoration: none;
	color: #d47d2d;
}
.schoolnav-link-orange a:hover {
	color: #FFF;
}
.schoolnav-link a:hover {
	color: #d47d2d;
}
#schoolnav a:hover {
	color: #d47d2d;
}

#playlist li:hover {
	background: #e5e1e1;
	color: #e5e1e1;
	cursor: pointer;
	text-color: black;
}

#promowrapper ul {
        margin: 0;
        padding: 0 0 0 15px;
}

#promowrapper li {
        margin: 0;
        padding: 0;
}

#promowrapper2 {
	clear: both;
}

#promo3colleft {
	text-align: left;
	vertical-align: top;
	padding: 0 15px 0 0;
	float: left;
	width: 288px;
}

#promo3colcenter {
        text-align: left;
        vertical-align: top;
        padding: 0 15px 0 0;
        float: left;
        width: 288px;
}

#promo3colright {
        text-align: left;
        vertical-align: top;
        padding: 0 15px 0 0;
        float: left;
        width: 288px;
}



#promoleftcol {
	text-align: left;
	vertical-align: top;
	margin: 0px 15px 30px 0px;
	float: left;
	width: 180px;
}
#promorightcol {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 30px 15px;
	border-left: 1px solid #CCC;
	float: left;
	width: 76%;
}
#holder {
	width: 910px;
}

#container {
/*	background: url(images/bg-container.jpg) top center repeat-x; */
	min-height: 600px;
	padding: 40px 0;
	width: 100%;
}
#subcontainer {
	background-color: #FFF;
/*	border: 1px solid #033053; */
	margin: 20px auto;
	moz-box-shadow: 2px 2px 15px #052945;
	position: relative;
	webkit-box-shadow: 2px 2px 15px #052945;
	width: 970px;
}

/* .shadow  { color: #004B85; font-family: Georgia;position:relative; display:block; color:#000; }
.shadow span { color: #004B85; font-family: Georgia;position:absolute; display:block; top:0px;  }
.shadow:before { color: #004B85; font-family: Georgia;display:block; padding: 0px 0 0 2px; content: attr(title); color:#CCC;  } 
*/

.shadow  { color: #555; font-family: Georgia, Times New Roman, sans-serif;position:relative; display:block; font-size: 30pt; }
.shadow span { color: #555; font-family: Georgia, Times New Roman, sans-serif;position:absolute; display:block; top:0px; font-size: 30pt; }
.shadow:before { color: #555; font-family: Georgia, Times New Roman, sans-serif;display:block; padding: 0px 0 0 2px; content: attr(title); color:#CCC; font-size: 30pt;  } 

#catalog-sponsor {
	padding: 15px 0 15px 0;
}
#header {
	height: 120px;
}
#logo {
	border: 0;
	left: 25px;
	position: absolute;
	top: 20px;
}
#nav {
	margin: 0;
	padding: 60px 0 0 150px;

}
#nav ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	width: 100%;
}
#nav li {
	float: left;
	width: 120px;
}
#nav li a {
	color: #075089;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -0.5px;
	text-decoration: none;
}
#nav li ul {
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom: 0;
	left: -999em;
	position: absolute;
	width: 17em;
}
#nav li ul li {
	border-bottom: 1px solid #CCC;
	width: 17em;
}
#nav li ul li a {
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	padding: 3px .5em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
	z-index: 10000;
}
#nav li ul li:hover {
	background-color: #F5F5F5;
}
#search {
	background: #bacede;
	border-top: 1px solid #AAA;
	font-size: 12pt;
	font-weight: bold;
	left: 699px;
	letter-spacing: -0.5px;
	padding: 10px;
	position: absolute;
	top: 45px;
	width: 250px;
	z-index: 500;
}
#search form {
	margin: 0;
	padding: 0;
}
.search-term {
	background-image:url('images/google-search50.gif');
	background-repeat:no-repeat; 
	background-position: 3px 7px;
	background-color: #FFF; 
	border: 1px solid #AAA;
	line-height: 16px;
	/* margin-bottom: 1px; */
		
	/* padding: 3px; */
	width: 150px;
}

#search .search-button {
	background: #bacede;
	border: 0;
	color: #075089;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
	width: 65px;
}
#customer-service {
	float: right;
/*	padding: 13px 15px 0 0; */
}
#customer-service .contact-link, #customer-service .shopping-cart-link, #customer-service .my-account-link, #customer-service .group-link {
/*	color: #666; */
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 8px;
	padding: 4px;
	text-decoration: none;
}
#customer-service .group-link {
	color: #FFF;
}
#customer-service .contact-link:hover, #customer-service .shopping-cart-link:hover, #customer-service .my-account-link:hover {
	color: #FFF;
}
#customer-service span {
	color: #999;
	font-size: 8pt;
	font-style: italic;
	margin-right: 15px;
}
#tools {
	/* width: 960px; */
	border: 1px solid #CCC;
	border-left: 0;
	border-right: 0;
	margin: 15px  30px; 
	padding: 5px;
}
#tools .tool {
	border: none;
	float: right;
	margin: 0 2px;
}
#tools .breadcrumbs {
	color: #777;
	font-size: 8pt;
	line-height: 13pt;
}
#content {
	clear: both;
	width: 960px;
	left: 0%;
	margin: 0 auto;
	/* padding: 10px 30px 20px 30px;  */
	/* padding: 5px 30px 20px 30px;  */
}
#column-right {
	float: right;
	margin-bottom: 10px;
	min-height: 350px;
	/* width: 735px;  */ /* With a 225px column-left-nav-menu */
	width: 785px; /* With a 175px column-left-nav-menu */
/*	width: 654px; */ /* IF WE USE DEB'S 306px width on #column-left */
}
#column-right .padding {
	padding: 0 0 0 30px;
}
#column-right #home_image {
	background: url(images/home.jpg) center center no-repeat;
	height: 257px;
	margin-bottom: 10px;
	moz-box-shadow: -4px 4px 5px #BBB;
	webkit-box-shadow: -4px 4px 5px #BBB;
}
#column-right #inner-left {
	float: left;
	width: 345px;
	margin-right: 10px;
}
#column-right #inner-right {
	float: left;
	width: 350px;
	padding-top: 55px;
}
#column-right #inner-right h2 {
	padding-left: 10px;
}
#column-right #inner-right img {
	float: right;
	margin: 0 0 10px 10px;
}


/* ****** BEGIN TOPICS NAV MENU STUFF ****** */

#nav-menu {
	width: 175px;
	background: #FFF;
}
#nav-menu li {
	min-height: 16px;
        font-family: Georgia, Times New Roman, sans-serif;
}
#nav-menu a {
	text-decoration: none;
	color: #000;
}

.narrow_by_product {
        font-family: Georgia, Times New Roman, sans-serif;
        line-height: 13px;
        color: #000;
        list-style: none;
        padding: 4px 0 4px 28px;
        margin-bottom: 2px;
}

.narrow_by_product a {
        color: #000;
        text-decoration: none;
        min-height: 16px;
}
#narrow-by-product li {
        background-color: #f3f3f3 !important;
}
#narrow-by-product ul li:hover a {
        margin-left: -28px;
        padding-left: 28px;
        cursor: pointer;
        background: url(images/menu-arrow-grey.gif) left center no-repeat;
        color: #004b85 !important;
}

.menu-grandchild {
	cursor: pointer;
	font-family: Georgia, Times New Roman, sans-serif;
	list-style: none;
	color: #FFF;
	background: #80a4c0; 
	padding: 4px 0 4px 24px;  
	margin-bottom: 2px;
}
#nav-menu .menu-grandchild a {
	color: #FFF;
	text-decoration: none;
 	padding-top: 5px;
	padding-bottom: 5px; 
}
.menu-ggrandchild {
	font-family: Georgia, Times New Roman, sans-serif;
	list-style: none;
	background: #f3f3f3;
	padding: 4px 0 4px 24px;
	line-height: 13px;
	min-height: 20px;
	margin-bottom: 2px;
	cursor: pointer;
} 
.menu-ggrandchild a {
	background-color: #f3f3f3;
	
}
#kids ul li {
	background-color: #f3f3f3;
}

#kids ul li:hover {
	cursor: pointer;
        color: #004b85;
	background: #f3f3f3 !important;
        background: url(images/menu-arrow-grey.gif) left center no-repeat !important;
}


#nav-menu ul li:hover a {
        background: url(images/menu-arrow-blue.gif) left center no-repeat;
        color: #004b85;
        height: 20px;
        margin-left: -24px;
        padding-left: 24px;
}

#nav-menu ul li:hover {
        background: url(images/menu-arrow-blue.gif) left center no-repeat;
        color: #004b85;
	background-color: #80a4c0;
}


#menu-grandchild-1 #menu-grandchild-2 #menu-grandchild-3 #menu-granchild-4 #menu-grandchild-5 #menu-grandchild-6 {
	display: none;
}

/* ****** END TOPICS NAV MENU STUFF ***** */

#school-ads-left {
	height: 240px; 
	width: 362px; 
	margin: 5px 15px 5px 0; 
	float: left;
}

#school-ads-right {
	height: 240px; 
	width: 362px; 
	margin: 5px 0 5px 15px;
	float: left;
}

/* **** MAGNA COMMONS STUFF *** */
#commons-column-left .commons-topic a {
        text-decoration: none;
}
#commons-column-left .commons-topic a:hover {
        text-decoration: underline;
}

#commons-column-left .commons-topic-underline a {
        text-decoration: underline;
}
#commons-content {
        clear: both;
        padding: 10px 10px 10px 10px;
}
#commons-column-right {
        float: right;
        margin-bottom: 10px;
        min-height: 350px;
/*      width: 640px; */
}
#topics-title {
        background: #000000;
        font-size: 12pt;
        text-align: center;
        line-height: 35px;
        font-weight: bold;
        color: #FFF;
        height: 35px;
        letter-spacing: 1.75px;
}
#topics-wrapper {
        border: 1px solid #033053;
        height: 850px;
}
#commons-column-left-wrapper {
        background: #e7eef3;
        width: 230px;
        height: 800px;
}
#commons-column-left {
        width: 230px;
        float: left;
        margin-top: 5px 5px 5px 5px;
}
#commons-nav-wrapper {
        width: 960px;
}
#commons-nav {
        padding-left: 10px;
        border: 1px solid #033053;
        height: 35px;
        background: black;
}
#videoplayer {
        /* display: none; */
        border: 1px solid #033053;
        color: #000000;
        overflow: auto;
}
.videoplayer-subscribed {
        /* padding: 15px 15px 15px 15px; */
        height: 400px;
        width: 958px;
        overflow: auto;
}
.videoplayer-unsubscribed {
        /* padding: 15px 15px 15px 15px; */
        height: 295px;
        width: 958px;
        overflow: auto;
}
.videoplayerBG {
        background-image:url('images/player-not-subscribed.jpg');
        border: 1px solid #033053;
        color: #000000;
}
#commons-ajax {
        border: 1px solid #033053;
        height: 270px;
}
#featured-programs {
        border: 1px solid #033053;
        height: 120px;
}
#featured-programs-title {
        background: #000000;
        font-size: 12pt;
        text-align: center;
        line-height: 35px;
        font-weight: bold;
        color: #FFF;
        height: 35px;
        letter-spacing: 1.75px;
}
#playlist-topic-title {
        background: url(images/commons-topic-header-blank.jpg) no-repeat;
        color: #FFF;
        text-align: middle;
        vertical-align: middle;
        font-size: 20pt;
        padding: 15px 0 0 10px;
        font-weight: bold;
        height: 47px;
}

#commons-home {
        padding-top: 7px;
        width: 111px;
        font-size: 7pt;
        text-align: center;
        line-height: 28px;
/*      background: url(images/commons-menubutton-rollover.jpg) bottom no-repeat; */
        float: left;
}

#commons-seminars {
        padding-top: 7px;
        width: 111px;
        font-size: 7pt;
        line-height: 28px;
        text-align: center;
/*      background: url(images/commons-menubutton.jpg) left bottom no-repeat; */
        float: left;
}
#commons-howitworks {
        padding-top: 7px;
        width: 111px;
        font-size: 7pt;
        line-height: 28px;
        text-align: center;
        vertical-align: bottom;
/*      background: url(images/commons-menubutton.jpg) left bottom no-repeat; */
        float: left;
}

#commons-aboutus {
        padding-top: 7px;
        width: 111px;
        font-size: 7pt;
        line-height: 28px;
        text-align: center;
/*      background: url(images/commons-menubutton.jpg) left bottom no-repeat; */
        float: left;
}

#commons-subscribe {
        padding-top: 7px;
        width: 111px;
        font-size: 7pt;
        line-height: 28px;
        text-align: center;
/*      background: url(images/commons-menubutton.jpg) left bottom no-repeat; */
        float: left;
}

.commons-nav-unselected  {
        background: url(images/commons-menubutton.jpg) left bottom no-repeat;
        cursor: pointer;
        text-decoration: none;
        color: #FFF;
}

.commons-nav-selected  {
        background: url(images/commons-menubutton-rollover.jpg) bottom no-repeat;
        cursor: pointer;
        text-decoration: none;
        color: #033053;
        /* margin: 0 0 20px 0; */
}
.commons-category-list td {
        padding: 7px 3px;
}
.commons-category-list-links {
        font-size: 8pt;
        font-weight: bold;
}
.searchbutton {
        border: none;
        font-family: Arial, Helvetica, sans-serif;
        background-color: transparent;
        padding: 0;
        text-decoration: underline;
        color: #004b85;
}




/* ****** END MAGNA COMMONS ***** */



#column-left {
	/* width: 175px; */
	/* width: 306px; */ /* THIS IS DEB's WIDTH */
	width: 175px;
	padding: 0 0 0 0;
	float: left;
	margin-top: 7px;
}
#column-left h3 {
	color: #c16e31;
	margin: 0;
	padding: 5px 0 10px 0;
}
#column-left h3.my-account {
	color: #044c86;
	margin: 0;
	padding: 5px 0 10px 0;
}
#column-left ul {
	margin: 0;
	padding: 0;
}
#column-left ul li {
	 /* margin: 2px 0 0 22px; */
}
#column-left ul li span {
	color: #666;
	font-weight: bold;
}
#column-left .left_field {
	padding: 1px;
	font-size: 8pt;
}
#column-left .topic-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#column-left .topic-list li {
	background: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}
#column-left .topic-list li a {
	/* background-color: #d47d2d; */
	background-color: #80a4c0;
	/* border-bottom: 1px solid #b06825;
	border-top: 1px solid #e2964f; */
	border-bottom: 1px solid #004b85;
	border-top: 1px solid #004b85;
	color: #FFF;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px 7px;
	text-decoration: none;
}
#column-left .topic-list li a:hover {
	/* background-color: #de8d43; */
	background-color: #004b85;
}
#column-left .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#column-left .menu li {
	background: none;
	margin: 0;
	padding: 0;
}
#column-left .menu li a {
	/* background-color: #b4d1e8; */
	background-color: #80a4c0;
	border-bottom: 1px solid #98bedc;
	border-top: 1px solid #cadded;
	/* color: #2d70a6;  */
	color: #FFF;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px 7px;
	text-decoration: none;
}
#column-left .menu li a:hover {
	/* background-color: #cadded; */
	background-color: #004b85;
}
#column-left .menu li a.current, #column-left .menu li a.current:hover {
	background-color: #044c86;
	border-bottom: 1px solid #01335b;
	border-top: 1px solid #1763a0;
	color: #FFF;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px 7px;
	text-decoration: none;
}
#column-left .cart-steps {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
}
#column-left .cart-steps li {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #999;
	font-weight: bold;
	margin: 2px 0 0 0;
	padding: 4px 6px;
}
#column-left .cart-steps li.current {
	/* background: #d47d2d;
	border-bottom: 1px solid #b06825;
	border-top: 1px solid #b06825; */
	background: #004b85;
	border-bottom: 1px solid #80a4c0;
	border-top: 1px solid #80a4c0;
	color: #FFF;
}
.column-50 {
	width: 47%;
	float: left;
	margin-right: 2%;
}
#column-single {
	padding: 0 60px 30px 60px;
}
#school-column-right {
	/* width: 698px; */
	width: 725px;
	/* padding: 0 30px 0 0 !important; */
	padding: 0 0 0 0 !important;
	margin: 0 30px 0 30px !important;
	float: right;
	font-family: Georgia, Palatino Linotype, Times New Roman, serif;
	/* shit */
}
#school-column-right h1 {
	margin: 0 0 0 0 !important;
	font-size: 24pt;
	line-height: 26pt;
	color: #000;
	font-family: Georgia, Palatino Linotype, Times New Roman, serif;
}
#school-column-right p {
	font-size: 10pt;
	font-family: Georgia, Palatino Linotype, Times New Roman, serif;
	line-height: 15pt;
}
#school-column-right li {
	font-size: 10pt;
	font-family: Georgia, Palatino Linotype, Times New Roman, serif;
	line-height: 15pt;
}

#seminar-list {
	clear: both;
}
#footer {
	width: 940px;
        left: 0%;
        /* margin: 30px auto; */
        margin: 0 auto;
	border-top: 1px solid #CCC;
	clear: both;
	color: #777;
	font-size: 8pt;
	/* padding: 5px 10px 10px 10px; */
	padding-left: 20px;
	text-align: center;
	background-color: #F5F5F5;
	/* margin-top: 30px; */
}
#footer p, #footer li {
	font-size: 8pt;
}
#footer td {
	vertical-align: top;
	padding-right: 20px;
}
#footer ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	display: block;
	border-bottom: 1px solid #EEE;
	text-decoration: none;
}
#footer h4 {
	text-align: left;
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/************ GENERAL CLASSES **************/

.title-collapse {
        background: url(images/commons-topicclosed-icon.gif) 5px center no-repeat;
        background-color: #004b85;
	cursor: pointer;
        /* background-color: #FFF; */
	color: #FFF;
        text-align: left;
        /* font-size: 130%; */
        padding: 5px 15px 5px 28px; 
        text-decoration: none;
        display: block;
}

.title-expand {
        background: url(images/commons-topicopen-icon.gif) 5px center no-repeat;
        /* background-color: #FFFFFF; */
	background-color: #004b85;
	cursor: pointer;
	color: #FFF;
        text-align: left;
        /* font-size: 130%; */
        padding: 5px 15px 5px 28px; 
        text-decoration: none;
        display: block;
}


.padded {
        padding-right: 10px;
}
.box {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding: 15px 10px;
	font-size: 8pt;
	margin-top: 15px;
}
.box h3 {
	padding: 0;
	color: #004b85;
}
.box p, .box li {
	font-size: 8pt;
}
.box li {
	margin-left: 15px;
}
.box-white {
	border: 1px solid #CCC;
	padding: 2px;
}
.box-white li {
	margin-left: 14px;
}
.box-white h4 {
	font-size: 9pt;
	text-transform: uppercase;
	color: #004b85;
	padding: 3px 0 7px 0;
}
.box-white .pad {
	padding: 0 5px;
}
#column-right .box, #column-right .box p, #column-right .box li {
	font-size: 10pt;
}
#column-right .box {
	padding: 20px;
}
.category-list td {
	padding: 7px 3px;
}
.category-list-links {
	font-size: 8pt;
	font-weight: bold;
}
.category-list-links .price {
	color: #91be09;
	font-size: 14pt;
	letter-spacing: -1px;
}
.category-column-left, .category-column-right {
	float: left;
	padding: 10px 2% 10px 0;
	width: 47%;
}
.category-column-left img, .category-column-right img {
	float: left;
	margin: 0 7px 7px 0;
}
.category-column-left {
	clear: left;
}
.category-column-left p, .category-column-right p {
	padding: 0;
}
.category-column-left h4, .category-column-right h4 {
	font-size: 11pt;
	padding: 3px 0;
}
.catalog-people {
	width: 175px;
	border: 1px solid #999;
	border-bottom: 0;
}
.catalog-people td {
	border-bottom: 1px solid #999;
}
.catalog-people img {
	border: 1px solid #666;
	float: left;
	margin: 4px;
}
.catalog-price {
	color: #004b85;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.catalog-price-original {
	color: #b47338;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.person-description {
	border: 1px solid #CCC;
	font-size: 8pt;
	max-height: 275px;
	overflow: auto;
	padding: 0 7px;
}
.person-description p {
	font-size: 8pt;
}
.product-image {
	text-align: center;
}
.product-image img {
	max-width: 180px;
}
.catalog-event-date {
	font-size: 12pt;
	font-weight: bold;
}
.product-opt {
	width: 175px;
}
.product-option {
	background: #EEE url(images/product-option-bg.gif) repeat-x;
	text-align: center;
	white-space: nowrap;
}
.product-price {
	background: #EEE;
	border-bottom: 1px solid #d47d2d;
	border-top: 1px solid #FFF;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}
.product-option h3, .product-option .button, .product-option .button:hover {
	background: transparent;
	border: 0;
	color: #FFF !important;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 0;
	text-align: left;
	text-decoration: none;
	width: 120px;
}
.product-option a, .product-option a:visited, .product-option a:active, .product-option a:hover {
	color: #FFF !important;
	text-decoration: none;
}
.online-development-image {
	background: #2d70a6 url(images/section-online.jpg) top left no-repeat;
	height: 450px;
	width: 730px;
}
.online-development-image blockquote {
	float: right;
	margin: 0;
	padding: 15px 20px 0 0;
	width: 300px;
}
.online-development-image blockquote p {
	color: #000;
	font-size: 8pt;
}
.online-development-image ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 20px;
}
.online-development-image li a {
	color: #FFF;
	font-size: 18pt;
	line-height: 30pt;
}
.online-development-image li a:hover {
	color: #EEE;
}
.seminar-guarantee {
	background-color: #BACBDE;
	text-align: center;
	padding: 7px;
	width: 150px;
	border: 2px solid #FFF;
}
.seminar-guarantee h4 {
	color: #314154;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.seminar-guarantee p {
	color: #314154;
	padding: 0;
	margin: 0;
	font-side: 9pt;
}
.conf-tp-image {
	background: #2d70a6 url(images/section-conferences-tp.jpg) bottom left no-repeat;
	float: left;
	height: 450px;
	margin-right: 15px;
	width: 345px;
}
.conf-ncsl-image {
	background: #2d70a6 url(images/section-conferences-ncsl.jpg) top right no-repeat;
	float: left;
	height: 450px;
	width: 345px;
}
.conf-ncsl-image ul, .conf-tp-image ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 15px;
}
.conf-ncsl-image li a, .conf-tp-image li a {
	color: #FFF;
	font-size: 18pt;
	line-height: 22pt;
}
.conf-ncsl-image li a:hover, .conf-tp-image li a:hover {
	color: #EEE;
}
.conf-ncsl-image blockquote, .conf-tp-image blockquote {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	width: 140px;
}
.conf-ncsl-image blockquote p, .conf-tp-image blockquote p {
	color: #FFF;
	font-size: 8pt;
	line-height: 11pt;
}
.publications-image {
	background: #2d70a6 url(images/section-publications.jpg) top center no-repeat;
	height: 500px;
}
.publications-image blockquote {
	float: left;
	margin: 0;
	padding: 15px 0 0 25px;
	width: 310px;
}
.publications-image blockquote p {
	color: #000;
	font-size: 8pt;
}
.publications-image ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.publications-image li {
	display: inline;
}
.publications-image li a {
	color: #FFF;
	font-size: 18pt;
	line-height: 30pt;
}
.publications-image li a:hover {
	color: #EEE;
}
.pull-quote {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	float: right;
	padding: 15px;
	width: 200px;
}
#idc-container-parent #idc-container .idc-r {
	display: block;
}
#idc-container-parent #idc-container .idc-btn_s {
        display: block;
}
#idc-container-parent #idc-container .idc-new {
        display: block;
}



.cart-button, input.cart-button {
	background-color: #d47d2d;
	background-image: none;
	border: 3px solid #b16e17;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	moz-border-radius: 4px;
	moz-box-shadow: 3px 3px 5px #BBB;
	overflow: visible;
	padding: 0;
	/* padding: 3px 5px; */
	padding: 3px 15px 0 15px;
	webkit-border-radius: 4px;
	webkit-box-shadow: 3px 3px 5px #BBB;
	width: auto;
}
.cart-button:hover, input.cart-button:hover {
	/* background-color: #d88c45 !important; */
	background-color: #efcfb1 !important;
	border: 3px solid #d47d2d;
	background-image: none;
	color: #d47d2d;
	cursor: pointer;
}

.continue-shopping-button, input.continue-shopping-button {
        background-color: #004B84;
        background-image: none;
        border: 3px solid #013054;
        color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        margin: 0;
        moz-border-radius: 4px;
        moz-box-shadow: 3px 3px 5px #BBB;
        overflow: visible;
        padding: 0;
        /* padding: 3px 5px; */
        padding: 3px 15px 0 15px;
        webkit-border-radius: 4px;
        webkit-box-shadow: 3px 3px 5px #BBB;
        width: auto;
}
.continue-shopping-button:hover, input.continue-shopping-button:hover {
        background-color: #BACEDE !important;
	border: 3px solid #658dae;
	color: #004B84;
        background-image: none;
        cursor: pointer;
}

.cart-table {
	border: 1px solid #BBB;
	width: 100%;
}

/*
.cart-table tr.row-1 td {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCC;
	padding: 4px 6px;
	vertical-align: top;
}
.cart-table tr.row-2 td {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	padding: 4px 6px;
	vertical-align: top;
}
.cart-table tr.discounted td {
	background-color: #fffcb7 !important;
	border-bottom: 1px solid #cdc966 !important;
}
.cart-table .qty-field {
	width: 35px;
}
.cart-table tr th {
	background-color: #DDDDDD;
	border-bottom: 1px solid #CCC;
	text-align: left;
	white-space: nowrap;
}
.cart-table .number {
	text-align: right;
}
.cart-table tr.total td {
	background: #FFFFFF url(cart/gray-white-gradient.gif) top center repeat-x;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	text-align: right;
} */

/* BLUE BUTTONS */
#cart-container .blue-button {
	background: #FFF;
	color: #004b85;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: normal;
	border: 0;
	text-decoration: underline;
}
#cart-container .blue-button:hover, #cart-container .blue-button:focus {
	background: #EEE;
	color: #004b85;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: normal;
}


/* UPDATE CART BUTTON */
#cart-update-button {
	background: #FFF;
	color: #004b85;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: normal;
	border: 0;
	text-decoration: underline;
}
#cart-update-button:hover, #cart-update-button:focus {
	background: #EEE;
	color: #004b85;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: normal;
}

/* CART BORDER DIV */
.cart-table-border {
	border: 1px solid #AAA;
	padding: 2px;
	clear: both;
}

/* CART-TABLE STYLES */
.cart-table {
	width: 100%;
}
.cart-table tr.row-2 td, .cart-table tr.row-1 td {
	border-bottom: 1px solid #CCC;
	padding: 7px 10px;
	vertical-align: top;
}
.cart-table tr.discounted td {
	background-color: #fffcb7 !important;
	border-bottom: 1px solid #cdc966 !important;
}
td.center th.center {
	text-align: center;
}
.cart-table .qty-field {
	width: 35px;
}
.tcs {
	float: right;
	padding: 0;
	margin: 5px;
}
.checkout-button {
	clear: right;
	float: right;
	border: 0;
	margin: 5px 0;
}
.cart-table tr th {
	background-color: #bacede;
	border-bottom: 1px solid #CCC;
	text-align: left;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 8pt;
	padding: 5px 10px;
}
.cart-table .number {
	text-align: right;
}
.cart-table tr.total td {
	/* background: #FFFFFF url(gray-white-gradient.gif) top center repeat-x; */
	background-color: #FFFFFF;
	padding: 5px 10px;
}
.cart-table tr.total td.number {
	font-weight: bold;
}
.grey-link {
	color: #444;
	font-size: 8pt;
}








td.label {
	text-align: right;
}
td.required {
	font-weight: bold;
}
.order-history {
	border-top: 1px solid #CCC;
	margin: 0 0 30px 0;
	width: 100%;
}
.order-history th {
	background-color: #666;
	color: #FFF;
	font-size: 8pt;
	padding: 3px 8px;
	text-transform: uppercase;
}
.order-history td {
	border-bottom: 1px solid #CCC;
	padding: 8px;
}
.order-history .status {
	color: #888;
	font-weight: bold;
}
.order-history .processing {
	color: #76aa05;
	font-weight: bold;
}
.order-history .completed {
	color: #888;
	font-weight: bold;
}
.order-history .fraud {
	color: #bd1516;
	font-weight: bold;
}
.order-history .number {
	font-weight: bold;
	text-align: right;
}
.order-history .title td {
	background-color: #DDD;
	color: #222;
	font-size: 11pt;
	font-weight: bold;
}
.order-history .event-info {
	color: #555;
	font-size: 8pt;
}
.order-history .event-options {
	width: 240px;
}
.order-history .event-options a {
	background: url(images/bullet.gif) left center no-repeat;
	display: block;
	padding: 3px 8px 3px 20px;
}
.person {
	clear: both;
	text-align: center;
	font-size: 8pt;
}
.person img {
	float: left !important;
	border: 1px solid #CCC;
}
.person .email {
	border: 0;
}
.clear {
	clear: both;
}
.print-only {
	 display: none;
}
.hide {
	display: none;
}
.image {
	border: 0;
	margin: 10px;
}
.icon {
	float: left;
	margin: 1px 4px 0 0;
}
.sponsor-image {
	clear: right;
	float: right;
	margin: 10px 0 10px 10px;
}
.image_right {
	float: right;
	margin: 10px 0 10px 10px;
}
.image_left {
	float: left;
	margin: 10px 10px 10px 0;
}
.box-red {
	background-color: #e7bcbc;
	border: 1px solid #860404;
	color: #860404;
	font-size: 8pt;
	margin: 15px 0 0 0;
	padding: 7px 10px;
}
.box-green {
	background-color: #c4dea9;
	border: 1px solid #478604;
	color: #478604;
	font-size: 8pt;
	margin: 15px 0 0 0;
	padding: 7px 10px;
}
.box-blue {
	background-color: #cadded;
	border: 1px solid #2d70a6;
	color: #2d70a6;
	font-size: 8pt;
	margin: 15px 0 0 0;
	padding: 7px 10px;
}
.red {
	color: #860404 !important;
	font-size: 8pt;
	font-weight: bold;
}
.green {
	color: #478604 !important;
	font-size: 8pt;
	font-weight: bold;
}
.blue {
	color: #2d70a6 !important;
	font-size: 8pt;
	font-weight: bold;
}
.quiet {
	color: #666;
	font-size: 8pt;
}
.comment {
	color: #777;
	font-size: 8pt;
	padding: 10px 0 0 0;
}
.success {
	background-color: #c9e59c;
	border: 1px solid #528207;
	color: #528207;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}
.failure {
	background-color: #e9b9b9;
	border: 1px solid #990b0b;
	color: #990b0b;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}
.error {
	background-color: #efcaca;
	border: 1px solid #ac6363;
	color: #5a0a0a;
	padding: 6px;
}
.bottom-border {
	border-bottom: 1px solid #CCC;
}
.top-pad-none {
	padding-top: 0;
}
.chartbox {
	background-color: #fff;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10px 10px 10px;
	text-align: center;
}
.barv {
	float: left;
	margin: 2px;
}
.barvvalue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.barh {
	clear: both;
	margin: 4px;
	text-align: left;
}
.barhvalue {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 5px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
}
.barhcaption {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 5px;
	overflow: hidden;
	padding: 0px;
	text-align: right;
}
.barhimage {
	float: left;
}



h3.section {
	background: left center no-repeat;
	color: #777;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 12px 0 12px 50px;
	text-transform: uppercase;
}
h3.conferences {
	background-image: url(images/icon-conferences.gif);
}
h3.online {
	background-image: url(images/icon-online.gif);
}
h3.pubs {
	background-image: url(images/icon-pubs.gif);
}
h1.section {
	background: left center no-repeat;
	background-image: url(images/icon-pubs.gif);
	color: #555;
	font-size: 23pt;
	letter-spacing: 3px;
	padding: 12px 0 12px 50px;
	text-transform: uppercase;
	width: 660px;
	z-index: 1000;
}
h1.conferences {
	background-image: url(images/icon-conferences.gif);
}
h1.online {
	background-image: url(images/icon-online.gif);
}
h1.pubs {
	background-image: url(images/icon-pubs.gif);
}
.section-newsletters {
	background: url(images/section-newsletters.jpg) bottom right no-repeat;
	height: 280px;
	padding-right: 200px;
}
.section-online-courses {
	background: url(images/section-courses.jpg) bottom right no-repeat;
	height: 250px;
	padding-right: 255px;
}
.section-seminars {
	background: url(images/section-seminars.jpg) bottom right no-repeat;
	height: 185px;
	padding-left: 5px;
	padding-right: 260px;
}
.strike-through {
	color: #888;
	font-style: italic;
	text-decoration: line-through;
}
.current_result_page {
	font-weight: bold;
}
.search-result-even, .search-result-odd {
	padding: 10px;
}
.search-result-even h3, .search-result-odd h3 {
	font-size: 12pt;
	line-height: 12pt;
	padding-bottom: 5px;
}
.search-result-even h4, .search-result-odd h4 {
	color: #777;
	font-size: 11pt;
	letter-spacing: 1px;
	line-height: 11pt;
	padding: 5px 0;
	text-transform: uppercase;
}
.search-result-even p, .search-result-odd p {
	padding: 10px 0;
}
.search-result-even {
	background-color: #f4f4f4;
}
.search-result-icon {
	float: left;
	height: 30px;
	width: 10%;
}
.search-result-icon img {
	float: right;
	margin: 0 10px 0 0;
}
.search-result-information {
	float: left;
	width: 90%;
}
.calendar-container {
	border: 4px solid #BBB;
	margin-top: 15px;
}
.calendar {
	background: #c7c7c7;
	border-bottom: 4px solid #BBB;
	width: 420px;
}
td.calendarToday {
	background: #FFF url(images/calendar-today-bg.gif) top left no-repeat !important;
}
.calendar .month td {
	background: #c7c7c7;
	background-image: none;
	color: #FFF;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.calendar .month td a {
	color: #FFF;
	text-decoration: none;
}
.calendar th {
	background: #004b85;
	border: 0;
	color: #FFF;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height: 20px;
	line-height: 10pt;
	padding: 5px;
	width: 60px;
}
.calendar td {
	background: #FFF url(images/calendar-day-bg.gif) top left no-repeat;
	border: 0;
	height: 55px;
	height: 60px;
	padding: 5px 5px 0 0;
	width: 60px;
}
.event-listing-box {
	border-left: 4px solid #c7c7c7;
	height: 500px;
	overflow: auto;
	padding: 10px;
}

#mentor-title {
        background: url(images/20mm-icon.gif) left center no-repeat; 
        color: #004B85;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 2px;
        font-size: 5pt;
        margin: 10px;
        padding-left: 35px; 
}


#mentor-events p {
	padding: 0 0 10px 10px;
}

#mentor-events img {
	vertical-align: middle;	
	padding-right: 5px;
}

#columns #leftcolumn a {
	text-decoration: none; 
	margin-left: 1px;
	margin-right: 1px; 
	padding: 2px 0 2px 20px; 
	display: block;
}

#columns #leftcolumn a:hover {
	background-color: #004B85;
	color: #FFF;
}


.mentor-buttons a {
	margin-right: 10px; 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
	float: left;
	padding: 6px 0px;	
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	background-color: #DDD;
}

.mentor-buttons-orange a {
	color: #FFF;
        margin-right: 10px;
	text-decoration: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        float: left;
        padding: 6px 0px;
	text-align: center;
        font-size: 13pt;
        font-weight: bold;
        background-color: #d47d2d;
}


#newsletter-article {
	padding: 15px 20px 15px 30px;
}
#newsletter-article h1 {
	color: #444;
	font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif;
}
#std-content {
        font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif;
	font-size: 5pt !important;
}
#newsletter-content {
	border-right: 1px solid #CCC;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	width: 630px;
	font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif;
	min-height: 600px;
}
#newsletter-content p, #newsletter-content blockquote, #newsletter-content li, .newsletter-style p, .newsletter-style li {
	font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif !important;
	font-size: 11pt !important;
	line-height: 18pt !important;
}
#pullquote p {
        font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif !important;
        font-size: 18pt !important;
        line-height: 18pt !important;
	width: 200px;
	position: relative;
	float: right;
	padding: 10px 0 0 10px;
}

#sidebar-article {
	border-color: gray;
	border-width: .1em;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar-article p {
	font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif !important;
}
#sidebar-artivle h1 {
	font-family: Georgia, Palatino Linotype, Times New Roman, sans-serif !important;
	font-size: 29pt !important;
	
}


#newsletter-sidebar {
	float: left;
	width: 180px;
}
#newsletter-sidebar h4 {
	font-size: 10pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#newsletter-sidebar li, #newsletter-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#newsletter-sidebar li span {
	font-weight: bold;
}

#inner-left .staff-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 49%;
	float: left;
}




.filter-links {
	text-align: left;
}
.filter-links h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
	/* margin: 15px 0 10px 0; */
	margin: 15px 0 2px 0;
	font-size:9pt;
	color: #FFF;
	/* background-color: #d47d2d; */
	background-color: #004b85;
}
.filter-links a {
	display: block;
/*	padding: 3px 6px; */
	font-size: 9pt;
}
.filter-list {
	padding: 5px 10px 15px 10px;
	border-bottom: 1px solid #999;
	text-align: left;
}
.filter-list ul {
	padding-left: 30px;
}	


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 705px; 
	height: 225px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 665px;
		height: 300px;
		overflow: hidden;
		float: left;
		padding: 15px 20px;		
	}
	div.scroller div.content {
		width: 10000px;
	}
	#glider .previous {
		border: 0;
		float: left;
		position: relative;
		top: -132px;
		left: -15px;
	}
	#glider .next {
		border: 0;
		float: right;
		position: relative;
		top: -132px;
		left: 15px;
	}




#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:705px;
    height:257px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/

/* border: 10px solid darkred; */
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

#error404 {
        background: #FFFFFF url(images/magnapubs-error-404-page.jpg) top center no-repeat;
        color: #7e7e7e !important;
        font-family: Helvetica, sans-serif !important;
        font-size: 30pt !important;
}

#error404 a {
        font-family: Helvetica, sans-serif !important;
        font-size: 14pt !important;
}



</style>


