
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro/SourceSansPro-Regular.otf');
}
@font-face {
	font-family: 'LinLibertine';
	src: url('../fonts/linlibertine/LinLibertine_R.otf');
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
	
html, body {
	height: 100%;
	font-family: 'Source Sans Pro', arial, helvetica;
	color:#000000;
	font-weight:normal;
	font-size:15px;
	line-height:22px;
}
.debug{
	position:fixed;
	top:27px;
	left:0;
	font-size:12px;
	z-index:99999;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
	background:#fff;
}
a{
	color: #002d62;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong, b{ font-weight:bold; }
em, i{ font-style:italic; }
body{
	background:url('../images/greybar.png') repeat-x 0 0 #fff;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
h1{
	font-size:33px;
	line-height:36px;
	color:#005288;
	font-family: 'LinLibertine', arial, helvetica;
	margin:0 0 20px;
}
h2{
	font-size:22px;
	color:#005288;
	line-height:26px;
	font-weight:normal;
	margin:0 0 15px;
	font-family: 'LinLibertine', arial, helvetica;
}
h3{
	font-size:15px;
	color:#000;
	line-height:17px;
	font-weight:normal;
	margin:0 0 10px;
}
h2.lessPadding {
	margin: 10px 0 0 0;
}
.debug{
	position:fixed;
	top:0;
	left:0;
	font-size:12px;
	z-index:99999;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	border-left:1px solid #555555;
	background:#fff;
	padding: 0 5px;
}
/** LAYOUT **/
#pagewrapper{
	width:90%;
	padding:0;
	margin:0 auto;
	position:relative;
}
.block{ overflow:hidden; }
#columns{
	width:100%;
	position:relative;
}
#columns .column, .infonet_column{
	width:31.8%;
	float:left;
}
#columns .column .block {
	width:100%;
	background:#edeeed;
	margin:0 0 20px;
	overflow:hidden;
}
#columns .column .block .inner{
	padding:20px 15px;
}
#columns #middle .block{ background:#eef5e1; }

/** HEADER **/
#header{
	margin:8px 0 0;
	position:relative;
}
.logo{
	float:left;
	margin:7px 0 0;
}
.logo a{ display:block; }

#subheader{
	position:absolute;
	right:0;
	top:0;
	margin:0;
	background:#777878;
	color:#fff;
}
#subheader .block{
	float:left;
	margin:1px 0 0;
	padding:0;
	background:url(../images/subheader-sep.png) no-repeat 100% 0;
	position:relative;
}
#subheader .shop{
	margin: 1px 0;
    padding: 7px 12px 7px 15px;
}
#subheader .shop a{
	float:left;
	display:block;
	color:#fff;
	margin:0 2px;
}
#subheader .shop a.cart{
	padding-left:20px;
	background:url(../images/cart.png) no-repeat 0 0;
	font-size:12px;
}
#subheader .user{
	padding:0 14px;
    max-width: 303px;
}
#subheader .user form{
	max-width:250px;
	margin:0 0 0 25px;
	position:relative;
	z-index:1000;
}
#subheader .user form input.form-text{
	float:left;
	color:#676868;
	border:1px solid #eaeaea;
	margin-left:5px;
	font-size:12px;
	line-height:12px;
	font-style:italic;
	padding:5px 7px;
	width: 104px;
}
#subheader .user form input.form-submit{
	background: url("../images/submit-green.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    margin:4px 0;
    padding: 1px 3px;
    cursor: pointer
}
#subheader .user div {
	position:relative;	
	left:30px;
	text-transform:uppercase;}
#subheader .user div.forgot {bottom:0px;}
#subheader .user div.account {margin:-5px 0 3px;}
#subheader .user div a{ color:#fff; font-size:10px;}
#subheader .user p{
	font-size:12px;
}
#subheader .user p span{
	position:relative;
	left:0;
	text-transform:none;
}
#subheader .user p .renewal{
	background:#f2cf2b;
	padding:5px 8px;
	margin-left:8px;
	color:#000;
}
#subheader .user p .expirewarning{
	background:#d52929;
	padding:5px 8px;
	margin-left:8px;
}
#subheader .user ul, #subheader .shop ul{
	list-style:none;
	margin-top:5px;
    clear: both;
}
#subheader .user ul li, #subheader .shop ul li{
	display:inline;
	padding:0 14px 0 12px;
	font-size:12px;
}
#subheader .user ul li:first-child, #subheader .shop ul li:first-child{ padding-left:0; }
#subheader .user ul li:last-child, #subheader .show ul li:last-child{ background:none; }
#subheader .user ul li a, #subheader .shop ul li a{ color:#fff; }
#subheader .search{
	padding:0 10px 0 14px;
	margin-bottom:10px;
}
#subheader .search form{
	margin:0;
}
#subheader .search form input.form-text{
	color:#676868;
	border:1px solid #eaeaea;
	margin-left:5px;
	font-size:12px;
	line-height:12px;
	font-style:italic;
	padding:5px 7px;
	width: 145px;
}
#subheader .search form input.form-submit{
	position:absolute;
	right:15px;
	top:5px;
	z-index:1;
	font-size:0;
	text-indent:-9999px;
	width:16px;
	height:16px;
	background:url(../images/search.png) no-repeat 0 0;
	border:0;
}
#subheader .search span, #subheader .shop div{
	text-align:right;
	display:block;
}
#subheader .search span a, #subheader .shop div a{
		color:#fff;
		font-size:10px;
		text-transform:uppercase;
}

#utility{
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
}
#utility ul{
	list-style:none outside none;
}
#utility ul li{
	float:left;
	margin: 0 2px;
}
#utility ul li a{
	color:#676868;
	font-size:10px;
	padding:4px 9px;
	font-size:13px;
}
#utility ul li a.active, #utility ul li a:hover{
	background:#d96100;
	color:#fff;
	text-decoration:none;
}


/** NAVIGATION **/
#navigation{
	width:auto;
	border:1px solid #c8c9ca;
	margin:8px 0 9px;
	padding:3px;
	height:44px;
}
#nav{
	clear:both;
	float:left;
	position:relative;
	list-style:none outside none;
	background:#005288;
	width:100%;
	height:44px;
	
	display: table;
}
#nav li{
	list-style:none outside none;
	position:relative;
	text-transform:uppercase;
	text-align:center;
	position:relative;
	display: table-cell;
	width:12.5%;
	white-space: nowrap;
	vertical-align: middle;
}
#nav li:hover{
	background:#d96100;
}
/*#nav li.about{ width:7.5% }
#nav li.membership{ width:12.5% }
#nav li.media-and-advocacy{ width:12.5% }
#nav li.conferences-and-cle{ width:12.5% }
#nav li.publications{ width:14.5% }
#nav li.law-practice{ width:14.5% }
#nav li.infonet-research-library{ width:13.5% }
#nav li.recent-postings{ width:12.5% }*/
#nav li a{
	font-size:15px;
	color:#fff;
	font-weight:bold;
	width:100%;
	line-height:15px;
	display:block;
}
    #nav li .mega a {
        display: inline;
    }
#nav li a:hover{ text-decoration:none; }
#nav .mega{
	position:absolute;
	top:44px;
	/*min-height:260px;*/
	width:456px;
	z-index:999;
	white-space: normal;
	text-align:left;
	display:none;
	border-top:4px solid #d96100;
	background:url(../images/mega-bg.png)repeat-y 0 0;
	border-right:1px solid #969797;
	border-left:1px solid #969797;
	border-bottom:1px solid #969797;
}
#nav .mega.twocol{ width:736px; }
/* 4th menu item */
#nav li:first-child + li + li + li .mega{
	margin-left:-150px;
}
/* 5th menu item */
#nav li:first-child + li + li + li + li .mega{
	margin-left:-265px;
}
/* 6th menu item */
#nav li:first-child + li + li + li + li + li .mega{
	right:0;
}
/* 7th menu item */
#nav li:first-child + li + li + li + li + li + li .mega{
	right:0;
}
/* 8th menu item */
#nav li:first-child + li + li + li + li + li + li + li .mega{
	right:0;
}
#nav .mega .left{
	/*background:#edeeed;*/
	float:left;
	/*min-height:260px;*/
	width:456px;
	/*width:62%;*/
}
#nav .mega .left .inner{
	padding:20px 18px 20px;
}
#nav .mega .right{
	/*background:#dedfde;*/
	float:left;
	/*min-height:260px;*/
	width:280px;
	/*width:38%;*/
}
#nav .mega .right .inner{
	padding:18px 18px 20px 18px;
}
#nav .mega .right a{ color:#005288; }
#nav li:hover .mega{ display:block; }
#nav li .mega ul{
	position:relative;
	margin:0;
	width:49%;
	float:left;
}
#nav li .mega ul li{
	float:none;
	display:block;
	width:auto;
	text-align:left;
	white-space: normal;
	background: url(../images/arrow-oj.png) no-repeat 2px 3px;
	padding-left:15px;
	margin-bottom:30px;
}
#nav li .mega ul li a{
	color:#005288;
	font-weight:bold;
	font-size:15px;
}
#nav li .mega ul li a:hover{ text-decoration:underline; }
#nav li:hover .mega li{ /*background:transparent;*/ color:#005288; }

#nav li .mega ul li ul{
	margin-left:12px;
	float:none;
	margin-top:5px;
	width:auto;
}
#nav li .mega ul li ul li{
	background:none;
	margin-bottom:5px;
	padding-left:0;
}
#nav li .mega ul li ul li a{
	font-weight:normal;
	text-transform:none;
	color:#005288;
}
#nav .mega h2{
	font-size:20px;
	color:#d96100;
	line-height:22px;
	text-transform:none;
	margin-bottom:10px;
}
#nav .mega p{
	color:#525353;
	font-size:15px;
	margin-bottom:5px;
	text-transform:none;
}
#nav .mega img{
	margin:0 0 5px;
	display:inline;
}
#nav li .arrow{ display:none; }
#nav .mega a.bluebtn{ width:184px; color:#fff; text-decoration: none;display: block; }

/** FOOTER **/
#footer{
	width:100%;
	margin:0;
	background:url(../images/footer-bg.png) repeat-x 0 0 #f8f8f8;
	padding:35px 0;
}
#footer .footerinner{
	width:90%;
	margin:0 auto;
	position:relative;
}
#footer .column{
	width:33.33%;
	float:left;
	background:url(../images/footer-sep.png) repeat-y 100% 0;
}
#footer .block{
	
}
#footer .block .inner{
	padding:0 10px;
}
#footer .column.right{ background:none; }

#footer h3{
	font-size:18px;
	margin:0 0 20px;
}
#footer .navigate ul{
	width:49%;
	display:inline-block;
	list-style:none outside none;
}
#footer .navigate ul li{
	background:url(../images/square-bullet.png) no-repeat 4px 10px;
	padding-left:15px;
	font-size:14px;
	margin-bottom:10px;
}
#footer .navigate ul li a{
	color:#000;
}
#footer .social{ margin:20px 0; }
#footer .social span{
	font-size:18px;
	color:#000;
	margin-right:8px;
	display: block;
    float: left;
}
#footer .social a{
	display: block;
    float: left;
	margin:0 8px;
	width:26px;
	height:26px;
	font-size:0;
	text-align:-9999px;
	cursor:pointer;
}
#footer .social a.fb{ background:url(../images/fb.png) no-repeat 0 0; }
#footer .social a:hover.fb{ background:url(../images/fb-01.png) no-repeat 0 0; }
#footer .social a.tw{ background:url(../images/tw.png) no-repeat 0 0; }
#footer .social a:hover.tw{ background:url(../images/tw-01.png) no-repeat 0 0; }
#footer .social a.in{ background:url(../images/in.png) no-repeat 0 0; }
#footer .social a:hover.in{ background:url(../images/in-01.png) no-repeat 0 0; }
#footer .social a.yt{ background:url(../images/yt.png) no-repeat 0 0; }
#footer .social a:hover.yt{ background:url(../images/yt-01.png) no-repeat 0 0; }
#footer .social a.ig{ background:url(../images/ig.jpg) no-repeat 0 0; }
#footer .social a:hover.ig{ background:url(../images/ig-01.jpg) no-repeat 0 0; }
#footer .footernav{
	margin:0 0 20px;
}
#footer .footernav ul{
	list-style: none outside none;
    margin: 10px 0;
    max-width: 80%;
    text-align: center;
    width: auto;
}
#footer .footernav ul li{
	padding:0 10px;
	border-right:1px solid #000;
	font-size:14px;
	display:inline;
}
#footer .footernav ul li:last-child{ border-right:0 none; }
#footer .footernav ul li a{ color:#000; }
#footer .callouts{ margin-top:20px; }
#footer .contact{ text-align:center; }
#footer .contact img{ margin:0 0 10px; }
#footer p{ margin:0 0 20px; }
#footer a{ color:#000; }
#footer a.bluebtn {
    color:#ffffff;
	width:184px;
	display:block;
}

/** HOMEPAGE **/
#banner{
	width:100%;
	position:relative;
	height:301px;
}
#slideshow{
	width:659px;
	height:269px;
	position:absolute;
	top:0;
	left:0;
}
#slideshow .camera_prevThumbs, #slideshow .camera_nextThumbs, #slideshow .camera_prev,
#slideshow .camera_next, #slideshow .camera_commands, #slideshow .camera_thumbs_cont {
	width:26px;
	height:26px;
	margin-top:-13px;
}
#slideshow .camera_prev > span {
	width:26px;
	height:26px;
	background:url(../images/prev.png) no-repeat 0 0;
}
#slideshow .camera_next > span {
	width:26px;
	height:26px;
	background:url(../images/next.png) no-repeat 0 0;
}
#slideshow .camera_commands {
    right: 27px;
}
#slideshow .camera_commands > .camera_stop {
	width:26px;
	height:26px;
	background:url(../images/pause.png) no-repeat 0 0;
}
#slideshow .camera_commands > .camera_play {
	width:26px;
	height:26px;
	background:url(../images/slider-play.png) no-repeat 0 0;
}
#slideshow .camera_wrap .camera_pag .camera_pag_ul li {
	margin: 7px 5px;
	background:url(../images/pager.png) no-repeat 0 0;
	width:14px;
	height:14px;
	border-radius:0;
}
#slideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background:url(../images/pager-active.png) no-repeat 0 0;
}
#slideshow .camera_wrap .camera_pag .camera_pag_ul li > span { display:none; }

#quicklinks{
	margin:0 0 0 679px;
	background:#edeeed;
	height:269px;
}
#quicklinks .inner{
	padding:20px 15px;
}
#quicklinks h2{
	margin-left:25%;
}
#quicklinks ul{
	list-style:none outside none;
	margin:0;
	padding:0;
}
#quicklinks ul li{
	list-style:none outside none;
	margin:0;
	padding:0;
	background:url(../images/grey-line.png) repeat-x 0 0;
}
#quicklinks ul li a{
	background:url(../images/arrow-right.png) no-repeat 5px 11px;
	font-family: 'LinLibertine', arial, helvetica;
	font-size:18px;
	line-height:20px;
	padding:5px 0 5px 23px;
	display:block;
	margin-left:25%;
}
@media screen and (min-width: 960px) and (max-width: 1164px) { #quicklinks ul li a, #quicklinks h2{ margin-left:0; } }
.front .block h2{
	font-size:25px;
	line-height:28px;
}
.front .block h3{
	font-weight: bold;
}
.front #columns .block ul{
	list-style:none outside none;
	margin:0;
	padding:0;
}
.front #columns .block.rightproductblock ul {
	margin: inherit;
	padding: inherit;
}
.front #columns .blockrightproductblock ul li a {
	background:url(../images/arrow-right.png) no-repeat 5px 11px;
}
.front #columns .recent li{
	margin:0 0 25px;
}
.front #columns .recent li a{
	background:url(../images/recent-icon.png) no-repeat 5px 1px;
	padding:0 0 0 35px;
	display:block;
}
a.more-link{
	background:url(../images/arrow-oj.png) no-repeat 100% 6px;
	padding-right:15px;
	margin-left:35px;
	font-size:15px;
	line-height:17px;
}

.front #columns .times ul{
	width:49%;
	display:inline-block;
    vertical-align: top;
}
.front #columns .times ul li{ margin:0 0 15px; }
.front #columns .times ul li a{
	margin:0;
	background:url(../images/clock-icon.png) no-repeat 5px 1px;
	padding-left:35px;
	display:block;
}
.front #columns .productblock img {
	position:absolute;
}
.front #columns .productblock .text {
	margin-left:110px;
}
.front #columns #middle{ margin:0 20px; }

a.bluebtn{
    text-transform: uppercase;
    text-decoration: none !important;
	font-size:14.4px;
	color:#fff;
	background:#005288;
	margin:10px auto;
	text-align:center;
    display: inline-block;
	padding:10px 15px;
	clear:both;
	line-height: 15px;
	cursor:pointer;
    font-family: 'Source Sans Pro',arial,helvetica;
}
a:hover.bluebtn{ text-decoration:none; background:#013d65; }
a.greenbtn, .front #columns #middle a.bluebtn{
    text-transform: uppercase;
	font-size:14.4px;
	color:#fff;
	width:184px;
	background:#9bbf5e;
	margin:10px auto;
	display:block;
	text-align:center;
	padding:10px 15px;
	clear:both;
	line-height: 15px;
	cursor:pointer;
    text-decoration: none !important;
}
a:hover.greenbtn, .front #columns #middle a:hover.bluebtn{ text-decoration:none; background:#6c8541; }
.front #columns .ad .inner,
.not-front #columns .column .block.ad .inner {
	padding:0;
}
.front #columns .ad h2,
.not-front #columns .ad h2 {
	font-family: 'Source Sans Pro', arial, helvetica;
	font-size:12px;
	line-height: 12px;
    padding: 8px 14px;
    text-transform: uppercase;
	background:#005288;
	color:#fff;
    margin: 0;
}
.front #columns .ad img,
.not-front #columns .ad img{ margin:0 auto; display:block; }
.front #columns .ad p,
.not-front #columns .ad p{ padding:20px 23px;}
.not-front #right .block .grey{
	background:#EDEEED;
    padding: 20px 15px;
}

.front .event{
	margin:0 0 25px;
}
.front .event .date{
	display:block;
}
.front .event .title{
	display:block;
	color:#005288;
}
.front .event .calendar{
	background:url(../images/calendar.png) no-repeat 0 0;
	color: #FFFFFF;
    font-size: 12px;
    height: 19px;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    text-indent: -2px;
    width: 21px;
}
.front .event .eventinfo{
	padding-left:30px;
}
.not-front #right h2 a, .not-front #right .event a{
    text-decoration: none;
}
.icons img{
	margin:0 2px;
}

/** SUBPAGE **/
#copy{
	overflow:hidden;
	font-family: verdana, arial, helvetica;
    font-size: 13px;
}
#copy a {
    text-decoration: underline;
}
#copy .k-scheduler a { text-decoration: none; }
#copy .k-scheduler a:hover { text-decoration: underline; }
#copy h3
{
    font-weight: bold;
}
.not-front #columns{ margin-top:17.5px; }
.not-front #left{
	position:absolute;
	width:201px;
	left:0;
	top:0;
}
.not-front #middle{
	margin:0 292px 15px 224px;
	width:auto;
	/*min-height:1125px;*/
	height:auto !important;
}
.not-front.onecolumn-left #middle{ margin-right:0; width:72%;}
.not-front.onecolumn-right #middle{ margin-left:0; width:72%; }
.not-front.nosidebars #middle{ margin-left:0; margin-right:0; height:auto !important; width:100%; }
.not-front #right{
	position:absolute;
	width:266px;
	right:0;
	top:0;
}
#copy ul{
	list-style:none outside none;
	margin:0 0 15px;
	padding:0;
}
#copy ul li{
	padding:0 0 0 15px;
	background:url(../images/orange-square.png) no-repeat 5px 9px;
	margin:0 0 5px;
}
#copy ul li ul li{
	background:url(../images/green-square.png) no-repeat 5px 9px;
}
#copy ul li ul li ul li{
	background:url(../images/gray-square.png) no-repeat 5px 9px;
}
#copy ul li ul{
	margin:10px 0;
}
#copy ol{
	margin:0 0 15px 40px;
	padding:0;
}
#copy ol li{
	margin:0 0 5px;
}
#copy ol ul li{ list-style:none; }
#copy ul ol li{
	padding:0;
	background-image: none;
	margin:0 0 5px;
}
#copy img.banner{
	max-width: 600px;
    width: 100%;
	height:auto;
	margin: 0 0 20px;
}
#copy p{
	margin: 0 0 15px;
}
#copy p.cite{ font-style:italic; }
.not-front #right .block{ background:#eef5e1; }
.not-front #right h2, .not-front #left h2{
	color:#000;
	font-size:20px;
	margin:0 0 10px;
}
.not-front #right p{ margin:0 0 10px; }
.not-front #right .block img{ margin:0 auto 10px; display:block; }
.not-front #right .block ul{
	list-style:none outside none;
	margin:0;
	padding:0;
}
.not-front #right .block ul li, .front #right .block ul li {
	margin:0;
	padding:10px 0 10px 12px;
	background:url(../images/arrow-grey.png) no-repeat 2px 15px;
	/*border-top:1px solid #dfe0e1;*/
}
/*.not-front #right .block ul li a{ color:#000; }*/
.not-front #right a { text-decoration: underline; }
.not-front #right h3{margin-bottom:5px;}
.not-front #right h3 a{
	color:#005288;
	font-weight:bold;
}
.not-front #right .featured img{ margin:10px 0; }
.not-front #right .icons img{ margin:5px 2px; display:inline; }
.orange{ color:#d96100; }

.not-front #left .block{
	background:#fff;
}
.not-front .content-block{ border-top:1px solid #eeefee; border-bottom:1px solid #eeefee; }
#leftnav{
	list-style:none outside none;
	margin:-25px 0 0;
	padding:0;
}
#leftnav li{
	margin:0;
	padding:10px 0 10px 12px;
	background:url(../images/arrow-oj.png) no-repeat 2px 17px;
	border-bottom:1px solid #dfe0e1;
}
#copy h2{ margin-top:10px; }
#copy .callouts{
	clear:both;
	margin:0 0 5px;
	display:table;
	border-spacing:10px;
	width:100%;
}
#copy .content-callout{
	width:50%;
	display:table-cell;
	text-align:center;
	padding:20px 0 15px;
	background:#edeeed;
	margin:0;
	min-height:63px;
	overflow:hidden;
    font-family: 'Source Sans Pro',arial,helvetica;
	/*float:left;*/
}
#copy .content-callout a{ text-decoration: none; }
/*#copy .content-callout.right{ float:right; }*/
#copy .content-callout.fullwidth{ width:100%; margin:0 0 10px; }
#copy .content-callout.fullwidth.twocolumn .left{
	float:left;
	margin:0;
	width:50%;
}
#copy .content-callout.fullwidth.twocolumn .right{
	float:right;
	margin:0;
	width:50%;
}

#copy .content-callout h3{
	font-size:20px;
	margin:0 0 12px;
	padding:0 14px;
	font-weight:bold;
}
#copy .content-callout p{ padding:0 14px; }
#copy .content-callout a.more-link{
	margin-left:0;
}
#copy .content-callout img{ display:block; margin:5px auto; }
.subanner{
	background:#edeeed;
	padding:6px;
	font-size:13px;
	position:relative;
	min-height:22px;
}
.subanner .breadcrumbs { width: 75%; }
.subanner .pagetools{
		position:absolute;
		right:5px;
		top:5px;
}
.subanner .pagetools a{
	padding-left:20px;
	margin:0 10px;
	display:block;
	float:left;
	height:23px;
}
.subanner .pagetools a.addnote{
	background:url(../images/note.png) no-repeat 0 0;
}
.subanner .pagetools a.mynotes{
	background:url(../images/note-on.png) no-repeat 0 0;
}
.subanner .pagetools a.bookmark{
	background:url(../images/bookmark-on.png) no-repeat 0 0;
}
.subanner .pagetools a.addbookmark{
	background:url(../images/bookmark.png) no-repeat 0 0;
}
.stButton .chicklets { font-size:0; text-indent:-9999px; margin-top:3px; }
#textshow{ display:none !important; }
.mobile-only{ display:none !important; }
.smallmenu{ display:none; }

#utility select, #footer .navigate select, #left .leftnav select{ display:none; }

#footernav {
    vertical-align: top;
}

#copy iframe{
	width:98%;
	max-width:900px;
	border:4px solid #edeeed;
	padding:2px;
	margin:0 0 15px;
}
#copy .postinfo p{
	margin:0 0 5px;
}
#copy .postinfo a.bluebtn{ margin:0 0 30px; display: inline-block; }
.stButton .sharethis {
	background:url(../images/sharethis.png) no-repeat 0 0 !important;
	height: 18px !important;
	font-size:11px !important; 
	text-indent:0 !important;
	color: #002D62 !important;
    font-family: 'Source Sans Pro',arial,helvetica !important;
    font-size: 13px !important;
}
.stButton .sharethis:hover { text-decoration:underline; }


/** myAILA **/
.tabs{
	height:51px;
}
.tabs ul{
	list-style:none outside none;
	height:51px;
}
.tabs ul li{
	background:#005288 !important;
	text-align:center;
	width:245px;
	float:left;
	display:block;
	margin:0 3px 0 0 !important;
	height:51px;
	padding:0 !important;
}
.tabs ul li.active{ background:#D96100 !important; }
.tabs ul li a{
	color:#fff;
	font-family: 'LinLibertine', arial, helvetica;
	font-size:23px;
	line-height:25px;
	padding: 12px 0 13px;
	display:block;
	width:100%;
}
.tabs ul li a:hover{ text-decoration:none; }
.tabcontent{
	background:#e1e0e0;
	border-top:6px solid #D96100;
	width:100%;
}
.tabcontent .tabcont{ display:none; }
.tabcontent .tabcont.active{ display:block; }
.tabcontent .tabcol{
	float:left;
	width:32%;
	margin:10px 0;
}
.tabcontent .tabcol.left{ margin:10px 0 10px 10px; }
.tabcontent .tabcol.middle{ margin:10px; }
.myaila .block {
    float: left;
    width: 33%;
    margin-right: 10px;
}
.tabcontent .block, .myaila .block{
	background:#e8f5fe !important;
	position:relative;
}
.tabcontent .block .header, .myaila .block .header{
	background:#005288;
}
.tabcontent .block .header h2, .myaila .block .header h2{
	font-family: 'Source Sans Pro', arial, helvetica;
	font-size:20px;
	margin:0 !important;
	color:#fff;
	display:inline-block;
	padding:10px 0 10px 44px;
}
.tabcontent .block h3, .myaila .block h3{
	font-family: 'Source Sans Pro', arial, helvetica;
	font-size:17px;
	color:#000;
	display:inline-block;
	font-weight:bold;
	margin:0;
}
.tabcontent .block.polaroid .header h2{ background:url(../images/myaila/polaroid.png) no-repeat 15px 15px; }
.tabcontent .block.gear .header h2{ background:url(../images/myaila/gear.png) no-repeat 15px 15px; }
.tabcontent .block.star .header h2{ background:url(../images/myaila/star.png) no-repeat 15px 15px; }
.tabcontent .block.flag .header h2{ background:url(../images/myaila/flag.png) no-repeat 20px 15px; }
.tabcontent .block.magnify .header h2{ background:url(../images/myaila/magnify.png) no-repeat 15px 15px; }
.tabcontent .block.calendar .header h2{ background:url(../images/myaila/calendar.png) no-repeat 15px 15px; }
.tabcontent .block.cart .header h2{ background:url(../images/myaila/shoppingcart.png) no-repeat 15px 15px; }
.tabcontent .block.paper .header h2{ background:url(../images/myaila/textfile.png) no-repeat 18px 15px; }
.tabcontent .block.folder .header h2{ background:url(../images/myaila/folder.png) no-repeat 15px 15px; }
.tabcontent .block.bookmark .header h2{ background:url(../images/myaila/bookmark.png) no-repeat 15px 15px; }
.tabcontent .block.note .header h2{ background:url(../images/myaila/note.png) no-repeat 15px 15px; }
.tabcontent .block .header a.showhide{
	position:absolute;
	right:15px;
	top:15px;
	width:17px;
	height:17px;
	text-indent:-9999px;
	font-size:0;
	background:url(../images/myaila/minus.png) no-repeat 0 0;
}
.tabcontent .block .header a.showhide.collapsed{
	background:url(../images/myaila/plus.png) no-repeat 0 0;
}
.tabcontent .block .content, .myaila .block .content{
	padding:15px 18px;
}
.tabcontent .block .content ul.myaila-list{
	margin:15px 0 !important;
}
.tabcontent .block .content ul.myaila-list li{
	margin:0 0 10px !important;
	padding:0 0 0 20px !important;
	background:url(../images/myaila/arrow-list.png) no-repeat 0 5px !important;
}
#copy ul.list-arrows li{
	margin:0 0 10px;
	padding:0 0 0 20px;
	background:url(../images/myaila/arrow-list.png) no-repeat 0 5px;
}
.tabcontent .block .content .item{
	margin:15px 0;
}
    .tabcontent .block .content a.bluebtn {
        width: auto;
        margin: 0 2px 5px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }
.tabcontent .block .content .profile-photo{
	float:right;
	margin:0 0 10px 10px;
	padding:0;
	text-align:center;
}
.tabcontent .block .content .profile-photo a{
	display:block;
}
.tabcontent .block .content a{ color:#005288; }
.tabcontent .block .header a.profile-edit{
	display:block;
	font-size:14px;
	color:#fff;
	position:absolute;
	right:40px;
	top:12px;
}

/* Form -----------------------------
-------------------------------------*/
.formstyle {width:100%;}
.field-validation-error {margin-top:10px;background-color:#ffc;padding:5px 10px;display:block;width:89%;color:red;}
.form-label-top {}/* Style for label */
.form-required {color:red;padding-left:5px;}
.form-sub-label-container {font-size:12px;clear:left;padding:2px 0px 15px 0px;color:#666;float:left;}
.no-sub-label {padding:0px 0px 25px 0px;}
.form-textarea, .form-textbox {width:80%;}
.form-dropdown {width:auto;}
.form-textarea, .form-textbox, .form-dropdown, .form-single-column {margin-top:5px;width:90%;}
.form-textarea {min-height:200px;border: 1px solid #aaa;font-size:12px;padding:10px;}
.form-textbox, .form-dropdown {border: 1px solid #aaa;height:25px;padding:0px 10px;font-size:12px;}
 
.break {clear:both;}

input.formbtn{
	text-transform:uppercase;
	font-size:14.4px;
	color:#fff;
	width:184px;
	background:#005288;
	margin:10px auto;
	display:block;
	text-align:center;
	padding:10px 15px;
	clear:both;
	line-height: 15px;
	cursor:pointer;border:0px
}
input:hover.formbtn{ text-decoration:none; background:#013d65; }

.centered, .center { margin-left:auto; margin-right:auto; text-align:center; }



/** Research Library Results **/
.not-front #right .block.blue{
	background:#e8f5fe;
}
.not-front #right .block.blue h3{
	color:#000000;
	font-size:15px;
	font-weight: bold;
	margin-bottom:10px;
}
.not-front #right .block ul.arrows li{
	padding:8px 0 8px 20px;
	background:url(../images/library/oj-arrow.png) no-repeat 0 12px;
}
.not-front #right .block ul.arrows li a{
	color:#005288;
	font-size:15px;
	font-weight:bold;
}

#copy .topics{
	border-top:1px solid #dfe0e1;
	border-bottom:1px solid #dfe0e1;
	padding:6px 0;
	margin:0 0 5px;
}
#copy .topics .topic{
	display:inline-block;
	margin:0 30px 0 0;
	color:#000000;
}
#copy .topics .topic a.delete{
	width:15px;
	height:15px;
	background:url(../images/library/close-topic.png) no-repeat 0 0;
	margin: 4px 0 0 5px;
	display: block;
    float: right;
}

p.instructions{
	font-size:13px;
	font-style:italic;
}

#copy a.newsearch{
	float:right;
	padding:3px 13px;
	font-size:12px;
	width:auto;
}

#copy .pager{
	background:#eef5e1 !important;
    padding-top: 2px;
	background:#eef5e1;
	padding:5px 11px;
	margin:10px 0 3px;
	text-align:left;
	border-top:1px solid #dfe0e1;
}
#copy .result-actions{
	background: none repeat scroll 0 0 #EEF5E1;
    margin: 5px 0;
    padding: 5px 11px;
    text-align: center;
}
#copy .result-actions .greenbtn {   
    font-size: 11px;
    padding: 3px 13px;
}
#copy .result-actions a{
    margin-right: 10px;
}

#copy .result{
    margin: 10px 0 30px 0;
}
#copy .result h3{
	color:#005288;
	font-size:15px;
	font-weight:bold;
	margin:0;
}
#copy .result h3 a{	color:#005288; }
#copy .result h3 a:visited{	color:#777878; }
#copy .result .date{ font-style:italic; }
#copy .result p{ margin:0; }
#copy .result p.tags{ font-style:italic; }

#columns #middle h4{
    font-weight: bold;
    margin: 0 0 15px;
}

#columns #middle .research-library-form .block {
    background-color: initial;
}

.not-front .research-library-form .searchblock{
	border-bottom:1px solid #dfe0e1;
	margin:0 0 5px;
	padding:5px 0;
}
.not-front .research-library-form .searchblock h2{
    color: #d96100;
    font-weight: bold;
    margin-bottom:5px;
}
.not-front .research-library-form .searchblock .inner{ padding:0 5px 0 0; }
.not-front .research-library-form .searchblock h3{
	color:#005288;
	font-size:15px;
	font-weight:bold;
}
.not-front .research-library-form .searchblock h3 a{ color:#005288; }
.not-front .research-library-form .searchblock h3 a:hover{ text-decoration:none; }
.not-front .research-library-form .searchblock textarea{
	padding:5px;
	font-size:12px;
	color:#676868;
	font-style:italic;
	border:1px solid #cccccc;
	width:188px;
	height:30px;
}
.not-front .research-library-form .searchblock .topic{
	clear:both;
	margin:3px 0;
	padding-left:10px;
	position:relative;
}
.not-front .research-library-form .searchblock .topic label, .classification-parent{
	display:block;
	color:#005288;
	font-weight:bold;
	font-size:14px;
}
.classification-indent {
    display: block;
    padding-left: 15px;
    text-indent: -15px!important;
}
.classification-indent input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 2px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.not-front .research-library-form .searchblock .topic .topic-child{
	margin-left:13px;
	padding-left:0;
}
.not-front .research-library-form .searchblock .topic .topic-child .topic-child{
	margin-left:13px;
	padding-left:0;
}
.not-front .research-library-form .searchblock .topic .topic-child label{
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:3px 0;
}

.not-front .research-library-form .searchblock a.greenbtn{
	float: right;
    font-size: 12px;
    padding: 3px 13px;
    width: auto;
    text-decoration: none;
}
.not-front .research-library-form input[type="submit"]{
	float: right;
    font-size: 11px;
    padding: 3px 13px;
    width: auto;
    border:0 none;
    background: none repeat scroll 0 0 #9BBF5E;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    line-height: 15px;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
}

.daterange{
	width:95%;
}
.daterange .inner{
	border-bottom:1px solid #dfe0e1;
}
.daterange h3{
	color:#005288;
	font-size:15px;
	margin:0 0 10px;
	font-weight:bold;
}
.daterange label{
	margin:0 10px 0 3px;
}
.daterange input.form-text{
	border:1px solid #cccccc;
	width:143px;
	padding:0 5px;
}
.daterange a.datepicker{
	width:17px;
	height:18px;
	background:url(../images/library/calendar.png) no-repeat 0 0;
	display:inline-block;
	margin: 5px 0 0 10px;
}
.daterange .searchfield{
	display:block;
	float:left;
	margin:0 0 10px 0;
}
.daterange .searchby{
	clear:both;
	padding-left:40px;
}
.daterange a.greenbtn{
	float: left;
    font-size: 12px;
    padding: 3px 13px;
    width: auto;
}

.not-front .research-library-form .searchblock h3 a.collapsible{
	display:block;
	/*width:100%;*/
	padding-right:15px;
	background:url(../images/library/heading-arrow-collapsible.png) no-repeat 100% 6px;
}
.not-front .research-library-form .searchblock.collapsed h3 a.collapsible{
	background:url(../images/library/heading-arrow-collapsed.png) no-repeat 100% 6px;
}

div.collapsible{
	display:block;
	/*width:100%;*/
	padding-right:15px;
	background:url(../images/library/heading-arrow-collapsible.png) no-repeat top left;
}
div.collapsed{
	background:url(../images/library/heading-arrow-collapsed.png) no-repeat top left;
}

.searchblock a.list-expander{
	display:block;
	width:9px;
	height:5px;
	background:url(../images/library/arrow-collapsible.png) no-repeat 0 0;
	position:absolute;
	top:9px;
	left:0;
}
.searchblock .collapsed a.list-expander{
	background:url(../images/library/arrow-collapsed.png) no-repeat 0 0;
	width:5px;
	height:9px;
	top:6px;
	left:2px
}

.not-front .research-library-form .searchblock.daterange .inner{ border-bottom:0; }
.not-front .research-library-form .searchblock.daterange .searchfield{
	width:100%;
	float:none;
	clear:both;
	margin:5px 0;
}
.not-front .research-library-form .searchblock.daterange .searchfield label{
	float:left;
	width:35px;
	font-size:13px;
}
.not-front .research-library-form .searchblock.daterange .searchfield input{
	float:left;
	width:100px;
	border: 1px solid #CCCCCC;
}
.not-front #left .searchblock.daterange .searchfield a.datepicker{
	display:block;
	float:left;
	margin-top: 2px;
}
.not-front #left .searchblock.daterange .searchby label{
	font-size:13px;
	display:block;
}
.not-front #left .searchblock.daterange .instructions{
	font-size:13px;
	margin:10px 0 0;
}

#copy .post-tabs{
	border-bottom:6px solid #D96100;
}
#copy .post-tabs a{
	font-size:20px;
	color:#fff;
	font-family: 'LinLibertine',arial,helvetica;
	padding:12px 20px;
	margin:0 5px 0 0;
	display:inline-block;
	background:#115187;
    text-decoration:none;
}
#copy .post-tabs a:hover{ text-decoration:none; }
#copy .post-tabs a.active{ background:#D96100; }
.not-front #right .block img.left {
	float:left;
	margin:0 10px 10px 0;
}
.not-front #right h3 {
    margin-bottom: 5px;
    color:#000;
    font-size:15px;
    font-weight:bold;
    line-height:20px;
}
.not-front #right h4 {
	font-size:15px;
}
.not-front #right p{ clear:both; }

/** end search styles **/

blockquote{
	margin:0 20px 20px;
}

.k-window-titlebar {
    background-color: #eef5e1 !important;
    font-weight: bold;
}
.error-window.k-window-titlebar {
    background-color: #D96100 !important;
    color: #fff !important;
    font-weight: bold;
}
.error-window .k-window-action.k-link {
    background: #fff !important;
}
.error-window .k-window-actions .k-state-hover  {
    background: #666 !important;
}
#errorWindow a, #errorWindow a:visited {
    color: #D96100 !important;
    font-weight: bold;
}
#spinner {
    text-align: center;
}
.k-loading-image {
    background-image: url(/images/loading_image_orange2.gif) !important;
}
a.grayed_out { color: #666666; }
.child { margin: 0 0 15px; }
.print-only { display: none; }