body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666666;
	min-width:960px;
	text-align: center;
}

/* Fix table problems */
table {
	font-size:100%;
	border-collapse: collapse;
	width:100%;
}
table td,
table tr {
	vertical-align: top;
}
input.checkbox { vertical-align:middle }
input.radio { vertical-align:middle }

/* Fixes alignment and spacing problems for embedded media */
object {
	margin:0;
	padding:0;
	border:0;
	display:block;
}
embed {
	margin:0;
	padding:0;
	border:0;
	display:block;
}
iframe {
	margin:0;
	padding:0;
}

/* Clear Fix */
/* Apply the floatwrapper class to any element which acts as a container for floats. */

.floatwrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatwrapper {
    display:inline-block;
}
/* Hides from IE-mac \*/
.floatwrapper {display:block;}
* html .floatwrapper {height: 1px;}
/* End hide from IE-mac */

/* Old-fashioned float clear */
.clearfloat {
	clear: both;
}


/* Holly hack fix for IE 6 problems \*/
* html .hollyfix {height: 1%;}
/* */



/* General styles */
img { 
	display:block; 
	border:0; 
}
img.inline { 
	display:inline 
}
p { 
	margin:0 0 .7em 0; 
}
p.intro  {
	font-size: 1.8em;
	line-height:1.25em;
	margin-bottom: 23px;
	border-bottom:1px solid #e0e8f1;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", serif;
}
h1,h2,h3 {margin:0; padding:0;}

h1 {font-size:1.7em}
h2 {font-size:1.4em}
h3 {font-size:1.1em}

ul {list-style:outside }
ol {list-style:outside decimal}

a {
	color:#126DC5;
}
	a:hover {
		color:#FF8800;
	}

	a#skipnav:link,
	a#skipnav:hover,
	a#skipnav:visited {
	  height: 1px;
	  overflow: hidden;
	  position: absolute;
	  top: -999em;
	}
	a#skipnav:active,
	a#skipnav:focus {
		position:relative;  
		background: #FFF;
	  border: 1px solid #CC0000;
	  color: #CC0000;
	  height: 1em;
	  overflow: visible;
	  padding: .3em .3em .5em .3em;
	  position: fixed;
	  text-align: center;
	  top: 0;
	  width: 7em;
	  z-index: 1000;
	}
.printonly {
	display:none;
}
.centered {
	margin-left:auto;
	margin-right:auto;
}

/* Structural IDs */
#container {
	
	width:960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#mainnav {
	margin-bottom:11px !important;
}

/* Masthead area */
#masthead {
	font-size:12px;
	margin-bottom:13px;
}

	#utility {
		float:right;
		display:inline;
		text-align:right;
	}
		#utility .login {
			float:right;
			display:inline;
			background: url("/images/bg_signin.gif") no-repeat top left #00447C;
			height:31px;
			overflow:hidden;
			color:#fff;
			padding-left:58px;
			padding-right:12px;
			min-width:94px;
			line-height:31px;
		}
		#utility .login a {
			color:#fff;
		}
			.login a.signinout {
				font-weight:bold;
				padding-right:15px;
				background:url("/images/icon_arrow_rightwhite.gif") no-repeat right center;
			}
		#utility .utilitynav {
			float:right;
			display:inline;
			position:relative;
			margin-right:-9px;
			line-height:31px;
			color:#797979;
		}
			.utilitynav a {
				color:#797979;
				text-decoration:none;
				margin:0 3px;
			}
			.utilitynav a.importantlink {
				font-weight:bold;
				color:#00447C;
			}
				.utilitynav a:hover {
					text-decoration:underline;
				}
	
	#logo {
		float:left;
		display:inline;
		margin-top:9px;
	}

				
#contentcontainer {
	font-size:11px;
}	
#content {
	
}

#breadcrumb {
	font-size: .95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #126EC6;
	margin-bottom: 16px;
}	
	#breadcrumb a {
		color: #126EC6;
		font-weight: normal;
		text-decoration:none;
	}
	
#footer {
	font-size:11px;
	padding-bottom:20px;
}
	
/* Top Feature area */
#featurearea {
	margin-bottom:10px;
}
	#featurearea .featurecontent {
		float:left;
		display:inline;
		width:715px;
	}
	
/* Slideshow on homepage */
#slideshowarea {
	width:711px;
	height:232px;
	border:1px solid #e1e9f1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 2px 2px 4px #ccc;
	position:relative;
}
	#slideshow {
		width:711px;
		height:232px;
		overflow:hidden;
	}
	.slide {
		top:0; 
		left:0;
		width:711px;
		height:232px;
		position:relative;
	}
	.slidecontent {
		padding-top:44px;
		padding-left:27px;
	}
		.slidecontent h1 {
			font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida Arial", Arial, sans-serif;
			color:#00447C;
			font-size:30px;
			font-weight:bold;
			margin-bottom:5px;
		}
			.slidecontent h1 span {
				font-weight:normal;
			}
		.slidecontent p {
			width:400px;
			font-family:Georgia, "Times New Roman", serif;
			font-size:20px;
			color:#000;
		}
		.slide a.cta {
			font-weight:bold;
			position:absolute;
			bottom:35px;
			left:27px;
			font-size:17px;
			color:#ff8800;
			padding:3px 42px 3px 0;
			padding-right:42px;
			background:url("/images/icon_slide_cta.gif") no-repeat right center;
		}
	.premiumsolutionsslide {
		background:url("/images/slide_photo_premium.jpg") no-repeat top right;
	}
	.marketingservicesslide {
		background:url("/images/slide_photo_marketing.gif") no-repeat 504px 40px;
	}
	.journalarticlesslide {
		background:url("/images/slide_photo_journal.jpg") no-repeat 461px 36px;
	}
		.journalarticlesslide p {
			width:448px;
		}
	
	#slidenav {
		position:absolute;
		right:15px;
		bottom:0;
		z-index:20;
	}	
	#slidenav li {
		float:left;
		display:inline;
		margin-left:4px;
		text-align:center;
	}
	#slidenav li a {
		display:block;
		color: #fff;
		font-weight:bold;
		background-color:#126ec6;
		height:1.4em;
		width:1.4em;
		line-height:1.5em;
		text-decoration:none;
		font-size:13px;
		border-top:1px solid #00447C;
		border-left:1px solid #00447C;
	}
	#slidenav li a#previous,
	#slidenav li a#next {
		height:0;
		padding-top:1.4em;
		overflow:hidden;
		border:none;
	}
	#slidenav li a#previous {
		background:url("/images/icon_blackarrow_left.gif") no-repeat center center transparent;
	}
	#slidenav li a#next {
		background:url("/images/icon_blackarrow_right.gif") no-repeat center center transparent;
	}
	#slidenav li a:hover {
		background-color:#00447C;
	}
	#slidenav li a:focus {
		background-color:#00447C;
	}
	#slidenav li a.activeSlide {
		background-color:#00447C;
	}


	
/* Callout area */
#callouts {
	margin-bottom:9px;
}
	.callout {
		width:225px;
		border:1px solid #c8c8c8;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow: 2px 2px 4px #ccc;
		-webkit-box-shadow: 2px 2px 4px #ccc;
		box-shadow: 2px 2px 4px #ccc;
	}
		#callouts .callout {
			float:left;
			display:inline;
			margin-right:16px;
		}
		#callouts .fullwidth {
			width:715px;
			margin-right:0;
		}
		.callout h2 {
			background:url("/images/bg_callout_title.jpg") repeat-x top left #012879;
			border-bottom:1px solid #126ec6;
			color:#fff;
			font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida Arial", Arial, sans-serif;
			font-weight:bold;
			font-size:13px;
			padding:7px 13px 6px 13px;
		}
		.callout .calloutcontent {
			border-top:2px solid #e5eefa;
			border-left:2px solid #fff;
			border-right:2px solid #fff;
			border-bottom:2px solid #fff;
			padding:12px 12px 45px 12px;
			background:url("/images/bg_callout_blue.jpg") repeat-x top left #e5eefa;
			min-height:91px;
			position:relative;
			color:#00002E;
		}
			.subpage .callout .calloutcontent {
				min-height:86px;
			}
			.subpage .fullwidth .calloutcontent {
				padding-bottom:5px;
				min-height:126px;
			}
		.callout h3 {
			color:#00447C;
			font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida Arial", Arial, sans-serif;
			font-size:13px;
			font-weight:bold;
			margin-bottom:10px;
			position:relative;
			z-index:2;
		}
		.callout p {
			position:relative;
			z-index:2;
		}
		.callout img {
			position:absolute;
			z-index:1;
		}
		.callout ul {
			margin:0 100px 0 0;
			padding:0;
			list-style:none;
		}
			.subpage .marketingservicescallout ul {
				margin-right:130px;
			}
			.subpage .premiumsolutionscallout ul {
				margin-right:80px;
			}
			.callout ul li {
				margin:0;
				padding:0 0 4px 18px;
				background:url("/images/icon_square_orange.gif") no-repeat 0 .2em;
			}
			.premiumsolutionscallout img {
				bottom:5px;
				right:0;
			}
				.subpage .premiumsolutionscallout img {
					bottom:35px;
					right:15px;
				}
			.marketingservicescallout img {
				bottom:0;
				right:0;
			}	
				.subpage .marketingservicescallout img {
					bottom:0;
					right:15px;
				}
			.marketingservicescallout p {
				width:130px;
			}
			.journalmanagementcallout img {
				bottom:10px;
				right:10px;
			}
				.subpage .journalmanagementcallout img {
					bottom:25px;
					right:25px;
				}
			
	
		/* Last (gray) callout */
		#callouts .sidebarcallout {
			margin-right:0;
			float:right;
		}
			.sidebarcallout h2 {
				background:url("/images/bg_callout_title_grey.jpg") repeat-x top left #0a0a0a;
				border-bottom:1px solid #999999;
			}
			.sidebarcallout .calloutcontent {
				border-top:2px solid #e6e6e6;
				background:url("/images/bg_callout_grey.jpg") repeat-x top left #e6e6e6;
			}
			
		/* Callout calls to action (cta) */
		#callouts .callout .cta {
			position:absolute;
			bottom:5px;
			left:10px;
		}

/* Sidebar */
#featurearea .sidebar {
	float:right;
	display:inline;
	width:225px;
	margin-right:3px;
}
	.sidebar .newsbox {
		padding-left:2px;
	}
		.sidebar .newsbox h2 {
			font-size:13px;
			color:#797979;
			border-bottom:1px solid #E0E8F1;
			position:relative;
			padding:0 0 2px 2px;
			margin:0 0 13px -2px;
		}
	.sidebar .newsbox a {
		text-decoration:none;
	}
	.sidebar .callout {
		margin-bottom:15px;
	}

/* Link buttons */
a.button {
	display:block;
	height:0;
	overflow:hidden;
	margin-top:3px;
}
	a.detailbutton {
		padding-top:26px;
		width:64px;
		background:url("/images/btn_details.gif") no-repeat top left;
	}
	a.contactbutton {
		padding-top:28px;
		width:106px;
		background:url("/images/btn_contact_us.gif") no-repeat top left;
	}
	
/* Pubget link section (at bottom) */
#pubgetlinks {
	border:1px solid #c8c8c8;
	padding:19px 12px 26px 12px;
	margin-bottom:9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	box-shadow: 2px 2px 4px #ccc;
}
.pubgetlinkcolumn {
	float:left;
	display:inline;
	width:243px;
}
	.librariancolumn {
		width:250px;
	}
	.supportcolumn {
		width:185px;
	}
	.pubgetlinkcolumn h2 {
		border-bottom:1px solid #e0e8f1;
		color:#797979;
		margin-bottom:5px;
		font-size:13px;
		padding-bottom:3px;
	}
	.pubgetlinkcolumn ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		.pubgetlinkcolumn ul li {
			padding:1px 0 1px 16px;
			background:url("/images/icon_arrow_right.gif") no-repeat left center;
		}
	.pubgetlinkcolumn a {
		text-decoration:none;
	}

/* Subpage styles */
.subpage .featurecontent {
	color:#00002E;
}
	.subpage .featurecontent h1 {
		color:#00447C;
		font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida Arial", Arial, sans-serif;
		font-weight:bold;
		font-size:2.6em;
	}
		.subpage .featurecontent h1 span {
			font-weight:normal;
		}
	.subpage .featurecontent h2 {
		color:#f80;
		text-transform:uppercase;
		font-size:1.3em;
		margin-bottom:.4em;
	}
		.subpage .featurecontent h2 span {
			text-transform:none;
		}
	.subpage .featurecontent p {
		margin-bottom:1.25em;
	}
	.subpage .sidebar .calloutcontent {
		padding-bottom:20px;
		min-height:0;
	}
	.subpage .sidebar .cta {
		background-color:#fff;
		padding:17px 24px;
		border:1px solid #c8c8c8;
		-moz-box-shadow: 2px 2px 4px #ccc;
		-webkit-box-shadow: 2px 2px 4px #ccc;
		box-shadow: 2px 2px 4px #ccc;
		margin-top:15px;
	}
		.subpage .sidebar .cta a {
			color:#00447C;
			font-weight:bold;
			font-size:1.5em;
			padding:8px 45px 9px 0;
			background:url("/images/icon_howitworks.jpg") no-repeat right center;
		}
			.subpage .sidebar .cta a:hover {
				color:#f80;
			}