/* = Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
table td{
    padding:0px; /* cellspadding="0" */
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    font-family: Arial, Helvetica, Sans-Serif;
}
h1, h2, h3 {
   color: #1b75bc;
   font-family: Helvetica, Arial, Sans-Serif; 
}
h1 {
   font-size: 30px; 
   padding-bottom: 24px;  
         
}
h2{
   font-size: 22px; 
   padding-bottom: 15px;       
}
h1 span, h2 span, h3 span{
    display:none;
}
#header h1 {
    padding-bottom: 0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0; }
p{ line-height: 18px; }
.subpage_two_cols li {padding: 5px 0;}

/* = Float and align elements */
.a_left { text-align: left; }
.a_center { text-align: center; }
.a_right { text-align: right; }
.a_justify { text-align:justify; }

.f_left { float: left; }
.f_right { float: right; }
.c_both { clear:both; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* = Common classes */
.no_margin { margin: 0!important; }
.no_padding { padding: 0!important; }
.no_bg { background: none!important; }
.no_border{ border: none!important; }
img { border: none; }
.margin_auto{ margin:auto; }
.hidden{ display:none; }
.font_bold{ font-weight:bold; }
.width_auto{ width:auto !important; }
.overflow_hidden{ overflow:hidden; }
.font_0{ font-size:0 !important; }

/* = Clearfix class */
.clearfix:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0; height: 0;
    overflow: hidden;
    font-size: 0;
}
.clearfix {zoom: 1;}
.simple_clear{ overflow:hidden; }

/* = Common tags */
body{
    background:#fff;
    font:normal 12px Arial, Helvetica, Sans-Serif;
    color:#444444;
}
a{
    text-decoration:none;
    outline:none;
    color:#1b75bc;
}
a:hover{
    text-decoration:none;
    color:#0d548c;
}
.layout{
    width:898px;
    margin: 0 auto;
}
.big_link{
    margin: 2px 0;
    font-size: 15px;
    display: inline-block;
}

/* = Header Part */
.header{
    overflow: hidden;
    padding-top: 18px;
}
.header .logo{
    display: block;
    float: left;
    width:182px;
    height:64px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/logo.gif) no-repeat;
}
.header ul.right_menu{
    float: right;
    overflow: hidden;
    padding-top: 50px;
}
.header ul.right_menu li{
    float: left;
}
.header ul.right_menu li a{
    color:#000000;
	font-weight: bold;
	font-size: 13px;
}
.header ul.right_menu li a:hover, .header ul.right_menu li a.active{
    color:#0d548c;
}
.sub_header ul.right_menu{
    float: right;
    overflow: hidden;
    padding-top: 0px;
}
.sub_header ul.top_menu{
    margin-top:16px;
    width:576px;
    height:30px;
    overflow:hidden;
    float: right;
}
.sub_header ul#client{ 
    width:517px;  
}
.sub_header ul.top_menu li{
    float:left;
}
.sub_header ul.top_menu a,
.sub_header ul.top_menu a span{
    display:block;
    overflow:hidden;
}
.sub_header ul.top_menu a{
    height:30px;
    cursor:pointer;
}
.sub_header ul.top_menu a span{
    height:60px;
    background:url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/top_menu.gif) no-repeat 0px 0px;
    text-indent:-9999px;
}
.sub_header ul#client a span {background:url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/top_menu_client.gif) no-repeat 0px 0px; }

.sub_header ul.top_menu .menu_home_btn{ width:74px; }
.sub_header ul.top_menu .menu_benefits_btn{ width:90px; }
.sub_header ul.top_menu .menu_services_btn{ width:91px; }
.sub_header ul.top_menu .menu_permission_btn{ width:184px; }
.sub_header ul.top_menu .menu_outsorce_btn{ width:137px; } 
.sub_header ul.top_menu .menu_faq_btn { width:78px; } 

.sub_header ul.top_menu .menu_home_btn span{ margin-left:0; }
.sub_header ul.top_menu .menu_benefits_btn span{ margin-left:-74px; }
.sub_header ul.top_menu .menu_services_btn span{ margin-left:-164px; }

.sub_header ul.top_menu .menu_permission_btn span{ margin-left:-255px; }
.sub_header ul.top_menu .menu_outsorce_btn span { margin-left:-439px; }

.sub_header ul.top_menu .menu_faq_btn span { margin-left:-439px; }   



.sub_header ul.top_menu li a:hover{
    text-indent: 0px; /* For IE6 */
}
.sub_header ul.top_menu li a.active span,
.sub_header ul.top_menu li a:hover span {
    margin-top: -30px;
}

/* = Home Content Part */
.home_flash{
    margin-top: 10px;
}
.home_cols{
    margin-top: 1px;
    overflow: hidden;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/home_cols.gif) no-repeat;
    min-height: 350px;
    position: relative;
}
.home_cols .home_cols_bottom{
    width:898px;
    height:25px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/home_cols_bottom.gif) no-repeat;
    position: absolute;
    bottom:0;
}
.home_cols .left_col{
    float: left;
    width:401px;
    margin:0 25px 0 20px;
    padding-bottom: 25px;
}
.home_cols .right_col{
    float: right;
    width:401px;
    margin:0 25px 0 20px;
    padding-bottom: 25px;
}
.home_cols .left_col h2{
    width:131px;
    height:22px;
    background:url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/publishers_title.gif) no-repeat;
    margin: 20px 0;
}
.home_cols .right_col h2{
    width:86px;
    height:22px;
    background:url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/clients_title.gif) no-repeat;
    margin: 20px 0;
}
.home_cols .left_col .left_img,
.home_cols .right_col .left_img{
    width:135px;
    float: left;
}
.home_cols .left_col .col_cnt,
.home_cols .right_col .col_cnt{
    overflow: hidden;
    position: relative;
}
.home_cols .left_col .left_img img,
.home_cols .right_col .left_img img{
    border:3px solid #1b75bc !important;
}
.home_cols .left_col .right_list,
.home_cols .right_col .right_list{
    float: left;
    width: 250px;
    margin-left: 12px;
    padding-bottom: 50px;
}
.home_cols .left_col .right_list ul,
.home_cols .right_col .right_list ul{
    margin-top: 5px;
}
.home_cols .left_col .right_list .top_text,
.home_cols .right_col .right_list .top_text {
    margin-bottom: 5px;
}
 
.home_cols .left_col .right_list ul li,
.home_cols .right_col .right_list ul li,
ul.center_list li , ul#top_list li.current_page_item li a{
    margin-bottom: 5px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/gor_dotted_line.gif) repeat-x left bottom;
    padding-bottom: 5px;
    font-weight: normal; 
    color: #1B75BC;
    font-size: 13px;
}
ul#top_list li  {  background: none;}  
ul#top_list li li  {     background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/gor_dotted_line.gif) repeat-x left bottom;  }
ul.center_list ul {margin-left: 12px; margin-top: 5px;}
.subpage_leftcol ul.center_list li a:hover,
.subpage_leftcol ul.center_list li.current_page_item a, ul#top_list li li.current_page_item a{
	    color:#0d548c;
		font-weight: bold;
}
.subpage_leftcol ul {
  margin-bottom: 50px;
}
.subpage_leftcol ul ul {
     margin-bottom: 0; 
}

.home_cols .left_col .right_list ul li span,
.home_cols .right_col .right_list ul li span,
.subpage_leftcol ul li span{
    margin-left: 10px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/list_bullet.png) no-repeat left 2px;
    padding-left: 14px;
    display: block;
    font-size: 13px;
}
.publishers_btn,
.clients_btn{
    display: block;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/btns/publishers_btn.gif) no-repeat;
    width:238px;
    height:43px;
    position: absolute;
    right:16px;
    bottom: 0;
}
.clients_btn{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/btns/clients_btn.gif) no-repeat;
}
.publishers_btn:hover,
.clients_btn:hover{
    background-position: left bottom;
}

.home_bottom{
    background: #dfeaf3;
    padding: 24px 17px 0;
}
.home_bottom_cols{
    overflow: hidden;
}
.home_bottom_cols .left_bot_col,
.home_bottom_cols .center_bot_col,
.home_bottom_cols .right_bot_col{
    width:210px;
    float: left;
    padding-left: 70px;
}
.home_bottom_cols .left_bot_col,
.home_bottom_cols .center_bot_col{
    position:relative;
    min-height:175px;
}
.home_bottom_cols .left_bot_col .big_link,
.home_bottom_cols .center_bot_col .big_link{
    position: absolute;
    bottom:0;
}
.home_bottom_cols .center_bot_col,
.home_bottom_cols .right_bot_col{
    margin-left: 10px;
}
.home_bottom_cols .left_bot_col{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/left_bot_col.gif) no-repeat left top;
}
.home_bottom_cols .center_bot_col{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/center_bot_col.gif) no-repeat left top;
}
.home_bottom_cols .right_bot_col{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/right_bot_col.gif) no-repeat left top;
}
.home_bottom_cols .left_bot_col h3{
    width:88px;
    height:16px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/about_title.gif) no-repeat;
}
.home_bottom_cols .center_bot_col h3{
    width:172px;
    height:19px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/pars_title.gif) no-repeat;
}
.home_bottom_cols .center_bot_col h3{
    width:172px;
    height:19px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/pars_title.gif) no-repeat;
}
.home_bottom_cols .right_bot_col h3{
    width:100px;
    height:16px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/quick_links.gif) no-repeat;
}
.home_bottom_cols .left_bot_col .bottom_text,
.home_bottom_cols .center_bot_col .bottom_text,
.home_bottom_cols .right_bot_col .bottom_text{
    font-size: 13px;
    margin: 0 0 2px;
    line-height: 18px;
}
.home_bottom_cols .left_bot_col .bottom_text,
.home_bottom_cols .center_bot_col .bottom_text{
    padding-bottom:18px;
}
.home_bottom_cols .right_bot_col li{
    font-size: 13px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/gor_dotted_line.gif) repeat-x left bottom;
    display: block;
    padding: 7px 0;
}
.home_bottom_cols .right_bot_col li a{
    background:url("/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/green_bulltet.gif") no-repeat scroll left 5px transparent;
    display:block;
    padding-left:12px;
}

.home_bottom_cols .right_bot_col span{
    color:#59b325;
    vertical-align: 1px;
}

/* = Sub Page Parts */
.sub_flash{
    margin-top: 10px;
}
.subpage_cols{
    overflow: hidden;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/subpage_cols.gif) no-repeat;
}
.subpage_cols .subpage_left,
.subpage_cols .subpage_center,
.subpage_cols .subpage_right{
    float: left;
    width:238px;
    margin: 30px 27px 0 29px;
    min-height: 265px;
    position: relative;
}
.subpage_cols .subpage_center{
    width:248px;
}
.subpage_cols .subpage_left h4{
    line-height: 19px;
    font-size: 15px;
    color:#1b75bc;
}
.subpage_cols .subpage_left .left_btm_text{
    font-style: italic;
    font-size: 13px;
    margin-top: 20px;
    line-height: 20px;
    /*padding-bottom: 50px;*/
}

.subpage_cols .subpage_left .left_btm_text div{
font-size:13px;
font-style:italic;
line-height:20px;
margin-top:20px;
}
.request_btn{
    display: block;
    width:238px;
    height:43px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/btns/request_btn.gif) no-repeat;
    position: absolute;
    bottom:0;
    left:0;
}
.request_btn_simple{
    position: static;
    bottom:inherit;
    left:inherit;
}
.request_btn:hover{
    background-position: left bottom;
}
.subpage_cols .subpage_center h2.benefits_title{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/benefits_title.gif) no-repeat;
    width:68px;
    height:15px;
}
.subpage_cols .subpage_center{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/book_img.png) no-repeat right top;
}
.subpage_cols .subpage_center h5{
    font-size: 15px;
    color:#000;
    line-height: 19px;
    padding-right: 40px;
}
.subpage_cols .subpage_center ul.center_list{
    margin-top: 10px;
    padding-bottom: 20px;
}
.subpage_cols .subpage_center ul.center_list li{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/list_bullet.png) no-repeat left 2px;
    padding-left: 14px;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.subpage_cols .subpage_center .big_link{
    position: absolute;
    bottom:0;
    font-size: 16px;
}  
.subpage_cols .subpage_right h2.services_title{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/services_title.gif) no-repeat;
    width:72px;
    height:15px;
}
.subpage_cols .subpage_right .computer_img{
    position: absolute;
    right: 0;
    top:0;
    width:73px;
    height:71px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/computer_img.png) no-repeat;
}
.subpage_cols .subpage_right .big_link{
    position: absolute;
    bottom: 0;
    font-size:16px;
}
.subpage_cols .subpage_right ul.right_list{;
    padding-bottom: 20px;
}
.subpage_cols .subpage_right ul.right_list li{
    background:url("/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/gor_dotted_line.gif") repeat-x scroll left bottom transparent;
    display:block;
    font-size:13px;
    padding:7px 0;
}
.subpage_cols .subpage_right ul.right_list li a{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/green_bulltet.gif) no-repeat left 5px;
    padding-left: 14px;
    display: block;
    font-size: 14px;
}
.quote_btn{
    margin-bottom: 10px;
}
.subpage_cols .subpage_left .btn_collect{
    position: absolute;
    bottom:0;
    left:0;
}
.quote_btn,
.license_quote_btn{
    display: block;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/btns/quote_btn.gif) no-repeat;
    width:238px;
    height:43px;
}
.license_quote_btn{
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/btns/license_quote_btn.gif) no-repeat;
}
.quote_btn:hover,
.license_quote_btn:hover{
    background-position: left bottom;
}

/* = SubPage Part. Two cols */
.subpage_two_cols{
    overflow: hidden;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/subpage_two_cols.gif) no-repeat;
    min-height: 300px;
    padding-top: 20px;
}
.subpage_two_cols .subpage_leftcol{
    width:235px;
    float: left;
    padding: 0 30px;
}
.subpage_two_cols .subpage_leftcol h5{
    margin-top: 15px;
    color:#1B75BC;
    font-size:15px;
    line-height:19px;
}
.benefits_b_title{
    width:102px;
    height:22px;
    background: url(/National_Library/20160526010038oe_/http://www.nypostreprints.com/wp-content/themes/microsite/images/titles/benefits_b_title.gif) no-repeat;
}
.subpage_two_cols .subpage_rightcol{
    width:515px;
    float:left;
    padding: 0 30px;
}
.cms_content p{
    line-height: 18px;
    margin-top: 15px;
}
.cms_content strong, .contact_us strong {
    color:#1b75bc;
    font-weight: bold;
    font-size: 13px;
}

.contact_us {
	 font-size: 14px; 
	 line-height: 2em;
}

.contact_us  img {
	border: 2px solid #1b75bc !important;
}

/* = Footer Part */
.footer_menu{
    padding: 10px 0 50px;
    margin-top: 30px;
    border-top:1px solid #979797;
    overflow:hidden;
    font-size:11px;
}
.footer_menu a{
    color:#6a6868;
}
.footer_menu a:hover{
    color:#0d548c;
}
.footer_menu ul.footer_left{
    float:left;
}
.footer_menu ul.footer_left li{
    float:left;
    color:#6a6868;
}
.footer_menu .footer_right{
    float:right;
}