/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}





body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000 !important;
	background: #fff !important;
	margin: 0;
	padding: 50pt 50pt 72pt;
	font-size: 12pt;
}

#nav-block, #header-photo, #footer, .right-block, #footer-nav, #copyright, #credit, .clear, .jScrollCap, .jScrollPaneTrack, #inkwell {
	display: none !important;
}

#logo, #logo a {
	text-indent: 0 !important;
	margin: 0 0 !important;
	width: 100% !important;
	height: auto !important;
	background: none !important;
	color: #000;
	font-size: 18pt;
	margin-bottom: 1em;
}
#wrap, #header, #content, #subpage-copy, .left-block, .jScrollPaneContainer, #scroll-content  {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
h1 { margin-top: 0 !important;}

#header {
	height: auto !important;
}































h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 16px;
	line-height: 1.25em;
	font-weight: normal;
	color: #505050;
}
h1	{ font-size: 2.25em;}
h2	{ font-size: 1.875em; }
h3	{ font-size: 1.375em; }
h4	{ font-size: 1.125em; }
h5	{ font-size: 1em; }
h6	{ font-size: .875em; }
p	{ 
	font-size: .875em;	
	color: #000000;
	line-height: 1.5em; 
	margin: 0 0 1em;
}

a, a:link, a:visited, a:active {
	color: #003a81;
	text-decoration: none;
}
a:hover { color: #000000; text-decoration: underline; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.alignleft 	{ float: left; padding: 0 20px 20px 0; }
.alignright	{ float: right; padding: 0 0 20px 20px; }


/*   =======   LAYOUT  =======   */

#wrap {
	width: 1040px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 10;
	text-align: left;
}
#header, #content {
	display: block;
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.front #header {
	height: 462px;
}
#header {
	z-index: 100;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
#top {
	height: 89px;
	position: relative;
	overflow: hidden;
	margin: auto;
	display: block;
	margin-bottom: 1px;
}
#content {
	float: left;
}

#footer {
	display: block;
	width: 945px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	overflow: hidden;
}




/*   =======   NAV  =======   */

#nav-block {
	display: block;
	float: left;
	height: 149px;
	width: 701px;
	background: url(../images/bg-nav.png) no-repeat 0 0;
	position: relative;
	z-index: 60;	
}
#top-nav {
	display: block;
	width: 330px;
	height: 50px;
	float: left;
	margin-left: 12px
}
#nav {
	display: block;
	clear: both;
	width: 701px;
	height: 62px;
	margin: 0 0 0 19px;
}
#top-nav li, #nav li {
	display: block;
	float: left;
}
#top-nav a {
	display: block;
	height: 50px;
	line-height: 46px;
	padding: 0 17px;
	color: #fff;
	font-size: .875em;
	font-style: italic;
	text-shadow: 0 -1px #64523c;
}
#top-nav a:hover, #top-nav li.active a { color: #d3c3b0; text-decoration: none; }

#top-nav li#donate a {
	background: url(../images/button-donate.png) no-repeat center 9px;
	text-shadow: none;
	color: #c5e7ff
}
#top-nav li#donate {
	padding-left: 6px;
}
#top-nav li#donate a:hover {
	color: #fff;
}
#nav li { margin-top: 0; }
#nav a {
	display: block;
	float: left;
	height: 62px;
	line-height: 62px;
	padding: 0 14px;
	color: #9d6d3f;
	font-size: .875em;
	font-style: italic;	
}
#nav a:hover, #nav li.active a { color: #582b01; text-decoration: none; }

#nav li#home a {
	display: block;
	text-indent: -999em;
	background: url(../images/nav-home.png) no-repeat center center;
}

#nav li.home a {
	display: block;
	text-indent: -999em;
	background: url(../images/nav-home.png) no-repeat center center;
	height: 62px;
}

#nav ul li a {
	height: auto !important;
	line-height: 1.125em !important;
	padding: 5px !important;
	background: none !important;
}

#search-block {
	display: block;
	float: right;
	height: 40px;
	margin: 10px 40px 0 0;
}

#search-block .input-search {
	display: block;
	width: 253px;
	height: 20px;
	background: url(../images/input-search-bg.png) no-repeat 0 0;
	border: none;
	float: left;
	margin-top: 4px;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	font-size: .75em;
	color: #fff;
	padding: 0 8px;	
}
#search-block .submit-search {
	display: block;
	float: left;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	background: url(../images/button-search.png) no-repeat 0 0;
	height: 28px;
	width: 28px;
	border: none;
}




/*   =======   CONTENT  =======   */

h1#logo {
	display: block;
	margin: 0 0 0 12px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 10;
}
h1#logo a {
	display: block;
	width:314px;
	height: 149px;
	text-indent: -999em;
	background: url(../images/logo-angelus.png) no-repeat 0 0;
}
#header-photo {
	display: block;
	width: 1004px;
	position: absolute;
	top: 101px;
	left: 18px;
	text-align: center;
	height: 361px;
}
#header-photo img {
	margin-top: -50px;
}
#photo-frame {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1004px;
	height: 361px;
	background: url(../images/bg-topphotoframe.png) no-repeat 0 0;
}
.front .left-block { height: 860px; }

.left-block {
	width: 686px;
	display: block;
	height: 1368px;
	position: relative;
	z-index: 1
}

#copy {
	width: 580px;
	height: 710px;
	position: relative;
	z-index: 100;
	padding: 50px 56px 100px 50px;
}

.left-block, .right-block {
	display: block;
	float: left;
	position: relative;
}
.right-block {
	z-index: 10;
}
.front .right-block  {
	padding-top: 10px;
}
.featured-article {
	padding-left: 20px;
	overflow: hidden;
}
.featured-article h2 {
	display: block;
	width: 300px;
	height: 39px;
	text-indent: -999em;
	background: url(../images/header-featured-article.png) no-repeat 0 0;
	margin-bottom: 12px;
	margin-left: -10px;
}

.left-block p {
	font-style: italic;
	line-height: 1.4em;
}

.current-articles {
	padding-left: 20px;
}
.current-articles h2 {
	display: block;
	width: 210px;
	height: 35px;
	background: url(../images/header-current-article.png) no-repeat 0 0;
	text-indent: -999em;
	margin-bottom: .75em;
}
.current-articles h4 {
	color: #000;
	text-transform: uppercase;
	clear: both;
	margin-bottom: .5em;
}

.read-more-large {
	display: block;
	float: right;
	font-size: 1.125em;
	font-style: italic;
	color: #fff !important;
	width: 115px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: url(../images/button-black-large.png) no-repeat 0 0;
	margin-bottom: 1em;
}
.front .read-more-large {
	margin-bottom: .5em;
}
.read-more-med {
	display: block;
	float: right;
	font-size: .75em;
	color: #c6e3e5 !important;
	width: 95px;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	line-height: 35px;
	background: url(../images/button-black-med.png) no-repeat 0 0;
	margin-bottom: 1em;
}
.more-articles {
	display: block;
	width: 87px;
	height: 14px;
	margin: 3em auto 1em;
	clear: both !important;
	background: url(../images/link-more-articles.png) no-repeat 0 0;
	text-indent: -999em;
}
.divider {
	display: block;
	border: none;
	background: url(../images/divider.png) no-repeat 0 0;
	height: 2px;
	width: 576px;
	margin-bottom: 1.5em;
}
.front .divider { margin-bottom: 1em; }
#inkwell {
	display: block;
	background: url(../images/inkwell.png) no-repeat 0 0;
	width: 236px;
	height: 339px;
	position: absolute;
	bottom: -60px;
	left: -15px;
	z-index: 101;
}
#current-issue-block h2 {
	display: block;
	float: right;
	width: 130px;
	height: 66px;
	text-indent: -999em;
	background: url(../images/header-current-issue.png) no-repeat 0 0;
	margin: 20px 0 0 10px;
	text-align: left;
}
#recent-issues-block h3 {
	display: block;
	width: 137px;
	height: 21px;
	text-indent: -999em;
	background: url(../images/header-recent-issues.png) no-repeat 0 0;
}
#news-categories h3 {
	display: block;
	width: 170px;
	height: 27px;
	text-indent: -999em;
	background: url(../images/header-news-categories.png) no-repeat 0 0;
}
#downloads-categories h3 {
	display: block;
	width: 226px;
	height: 28px;
	text-indent: -999em;
	background: url(../images/header-downloads-categories.png) no-repeat 0 0;
}
#years-block h3 {
	display: block;
	width: 151px;
	height: 27px;
	text-indent: -999em;
	background: url(../images/header-issues-byyear.png) no-repeat 0 0;
}

#our-bookstore-block h3 {
	display: block;
	width: 146px;
	height: 22px;
	text-indent: -999em;
	background: url(../images/header-our-bookstore.png) no-repeat 0 0;
}
#articles-block h3 {
	color: #fff;
	font-style: italic;
	font-size: 1.6em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #666;
}
#articles-block {
	margin-top: 2em;
}

.right-block .side-block {
	margin: 0 0 30px 20px;
	overflow: hidden;
}
.right-block .side-block ul {
	margin: 1em 0 1em;
}
.right-block .side-block li {
	font-size: .875em;
	line-height: 1.5em;
}

/*   =======   SUBPAGE CONTENT  =======   */

#subpage-copy { 
	margin: 38px 0 0 83px;
	position: relative;
	z-index: 200;
}


#subpage-copy h2, #subpage-copy h3, #subpage-copy h4, #subpage-copy h5 {
	color: #000000;
	margin: 2em 0 1em;
}
#subpage-copy h1, #subpage-copy h2  {
	color: #000;
	font-size: 1.875em;
	text-transform: uppercase;
	font-family: Garamond, Palatino, 'Times New Roman', Times, serif;
/* 	text-shadow: 0px 0px 10px #000; */
	margin-bottom: .25em;
}
#subpage-copy h2 {
	font-size: 1.125em;
	text-shadow: none;
	color: #000;
 	margin: 0 0 .5em;
	background: url(../images/divider-k40.png) no-repeat left bottom;
	padding-bottom: .5em;
}
#subpage-copy h3 {
	color: #505050;
	font-size: 1.375em;
	background: url(../images/divider-k40.png) no-repeat left bottom;
	padding-bottom: .5em;
	margin-bottom: .25em;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;	
}
#subpage-copy h4 {
	color: #000000;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
}
#subpage-copy h5 {
	color: #000000;
	font-size: .875em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
}
#subpage-copy h6 {
	color: #000000;
	font-size: .875em;
	text-transform: normal;
	font-weight: normal;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
}
#subpage-copy ul, #subpage-copy ol {
	margin: 1em 0;
}
#subpage-copy li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.25em;
	margin-bottom: .5em;
	color: #505050;
	margin-left: 1em;
}
#subpage-copy ol li {
	list-style: decimal outside;
	margin-left: 2em;
}
#subpage-copy ul li {
	list-style: none;
	background: url(../images/bullet-blue-arrow.png) no-repeat left 2px;
	padding-left: 20px;
	margin-left: 2em;
}
#subpage-copy p {
	font-size: .875em;
	font-style: normal;
	color: #505050;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1.5em;
}
#subpage-copy h2.intro {
	color: #000000;
	font-size: 1.125em;
	font-style: italic;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	margin-top: 0;
	text-transform: none;
	background: none;
}
/*
#subpage-copy h3.question {
	color: #000;
	font-size: 1.125em;
	text-transform: uppercase;
	font-style: italic;
	font-family: Garamond, Palatino, 'Times New Roman', Times, serif;
	margin-top: 0;
}
*/
#subpage-copy .question {
	color: #000;
	text-transform: uppercase;
/* 	font-style: italic; */
	font-weight: bold;
	font-family: Garamond, Palatino, 'Times New Roman', Times, serif;
	margin-top: 0;
}
#subpage-copy p.author {
	font-size: .875em;
	font-style: italic;
	color: #000000;
	margin-bottom: 40px;
}
#subpage-copy p.authorBio {
	font-size: .75em;
	font-style: italic;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4em 0;
}

#subpage-copy p.footnote {
	font-size: .625em;
	line-height: 1em;
	font-style: normal;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
}
#subpage-copy sup {
	font-size: .875em;
	font-style: italic;
	vertical-align: top;
	padding: 0 2px;
}
#subpage-copy p a {
	color: #3d97d7;
	text-decoration: underline;
}
#subpage-copy p a:visited {
	color: #505050;
}
#subpage-copy p a:hover {
	color: #000000;
}
#subpage-copy blockquote {
	margin: 1.5em 0;
	font-size: .875em;
	font-style: normal;
	color: #505050;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 30px;
}
#subpage-copy .print-button {
	display: block;
	margin: 0em 0 0em;
	width: 49px;
	height: 45px;
	text-indent: -999em;
	background: url(../images/button-print-icon.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: -3px;
}

#subpage-copy .grey-button {
	margin: 1em 0;
	background: url(../images/button-grey.png) no-repeat left top;
	border: none;
	line-height: 34px;
	color: #d1e6e8 !important;
	text-transform: uppercase;
	color: #000;
	font-size: .75em;
	padding: 0 16px;
	height: 34px;
	text-align: center;
	display: block;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	cursor: pointer;
	border: 0 solid transparent;
	-webkit-border-radiu: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#subpage-copy label {
	display: block;
	font-size: .875em;
	color: #3c3c3c;
	margin-bottom: 5px;
}
#subpage-copy input.text {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #add7f4;
	border: none;
	line-height: 1.5em;
	font-size: .875em;
	color: #222;
	padding: 4px;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;	
}
#subpage-copy form {
	margin: 1.5em 0 0;
	padding: 0;
}
#subpage-copy form fieldset {
	margin: 0;
	display: block;
	border: none;
}

.file-tree { 
	width:200px;
	float:left;
	margin: 0 0 0 -40px;
	padding-right: 10px;
	overflow: hidden;
}
#files_public_tree {
	overflow: hidden;
	margin: 0 !important;
}
#subpage-copy ul#files_public_tree li {
	padding-left: 23px !important;
}
#tree ul ul {
	margin: 5px 0 0 !important;
}
#tree ul ul li {
	margin-left: 0;
}


.file-list {
	overflow: hidden;
	width: 380px;
	float: left;
}
.file-list .item {
	display: block;
	overflow: hidden;
	background:url("../images/divider-k40.png") no-repeat left bottom transparent;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.file-list .item h4 {
	margin: 0 0 5px !important;
}
.file-list .item p {
	margin: 5px 0 !important;
}
.file-list .item .download {
	display: block;
	float: right;
	margin: 0 0 5px;
	font-size: .875em;
	font-style: italic;
}

/*   =======   LOGIN/REGISTRATION  =======   */


#login-main-block {
	float: left;
}
#login-main-block #create-new-user {
	float: left;
	width: 180px;
	margin-right: 30px;
}
#login-main-block #registered-user-login {
	float: left;
	width: 320px;
}

#login-main-block h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #000000;
}
#login-main-block p {
	color: #000;
	font-style: italic;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
}
#user-login input.text {
	width: 312px;
}
#user-login select { width: 320px }
#user-login textarea {
	display: block;
	width: 312px !important;
	font-family: Arial, Helvetica, sans-serif;
	background: #add7f4;
	border: none;
	line-height: 1.5em;
	font-size: .875em;
	color: #222;
	padding: 4px;
	margin-bottom: 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#user-login .forgotpass {
	color: #2379c2 !important;
	font-size: .75em;
	font-style: italic;
	float: left;
	padding-top: 24px;
}
#user-login .submit {
	float: right;
}
#subpage-copy .reg-step {
	margin: 0 0 3em;
}

#subpage-copy #registration h3 {
	background: none;
	margin: .75em 0;
	padding-bottom: 0;
	font-size: 1.375em;
}
#subpage-copy #registration h3 span.lightblue {
	color: #60a6d7;
	font-style: italic;
}
#subpage-copy #registration h5 {
	margin: .5em 0 1em;
	font-size: .875em;
	color: #737373;
	text-transform: none;
	font-style: italic;
}
#subpage-copy .reg-step .split {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 1em;
}
#subpage-copy .reg-step .split label {
	display: block;
	float: left;
	font-size: .75em;
	font-style: italic;
	margin-bottom: 1em;
	line-height: 20px;
	color: #000;
}
#subpage-copy .reg-step .save { color: #b70000; }
#subpage-copy .reg-step .split input.radio {
	display: block;
	float: left;
	clear: both !important;
	margin-right: 8px;
}
#subpage-copy #reg-step1 .group {
	margin: 0 0 .25em;
	overflow: hidden;
	display: block;
}
#subpage-copy .reg-step .group {
	display: block;
	float: left;
	width: 254px;
	margin: 0;
}
#subpage-copy .reg-step .group label {
	display: block;
	font-size: .75em;
	font-style: italic;
	margin-bottom: .5em;
	color: #000;	
}
#subpage-copy .reg-step .group input.text {
	width: 224px;
}
#subpage-copy .reg-step .state { width: 110px; margin-right: 18px;}
#subpage-copy .reg-step .state input.text { width: 110px; }

#subpage-copy .reg-step .zip { 	width: 103px; }
#subpage-copy .reg-step .zip input.text { 	width: 95px; }

#subpage-copy .reg-step .country {
	width: 225px;
}
#subpage-copy .reg-step p {
	font-style: italic;
	color: #000;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	font-size: .75em;
}
#subpage-copy .reg-step .checkbox {
	display: inline;
}
#subpage-copy .reg-step .checkbox-label {
	display: inline;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	font-size: .75em;
	color: #000;
	font-style: italic;
}
#subpage-copy #registration .subscribe {
	width: 155px;
	float: right;
	margin: 0 0 1em;
}




/*   =======   ISSUES  =======   */

.recent-issue-cover {
	display: block;
	float: left;
	margin: .75em 19px 1em 0;
	width: 151px;
}

.recent-issue-cover .cover-image {
	background: url(../images/issue-cover-shadow.jpg) no-repeat left bottom;
	padding-left: 4px;
	width: 147px;
	height: 193px;	
}

#subpage-copy .recent-issue-cover a {
	color: #27a5ff;
	font-size: 1em;
	font-style: italic;
	margin: .25em 0 0 5px;
	display: block;
}

#issue-left {
	width: 250px;
	display: block;
	float: left;
	margin-top: 1em;
}

#issue-right {
	float: left;
	width: 235px;
	margin-left: 25px;
	margin-top: 1em;
}

.issue-article-block {
	padding-bottom: 5px;
	margin-bottom: 1.25em;
	background:url("../images/divider-k40.png") no-repeat left bottom;
}

.issue-article-block h3 {
	margin-top: 0 !important;
	background: none !important;
	font-size: 1.125em !important;
}
.issue-article-block h3 a {
	color: #000000;
	border-bottom: 1px solid #87b9f7;
}
.issue-article-block h3 a:hover {
	text-decoration: none;
	color: #003a81;
}

#issue-left .cover {
	display: block;
}
#subpage-copy .issue-download {
	display: block;
	margin: 1em 0;
	background: url(../images/icon-pdf.png) no-repeat 0 0;
	padding-left: 30px;
	line-height: 21px;
	color: #4da3e5 ;
	font-style: italic;
	font-size: .875em;
	height: 21px;
}


/*   =======   READING CORNER  =======   */



#subpage-copy .article-summary-block {
	width: 505px;
	overflow: hidden;
	background:url("../images/divider-k40.png") no-repeat left top;
	margin: .5em 0 ;
	padding: 0;
}
#subpage-copy .article-summary-block.first {
	margin-top: 1.5em;
}

#subpage-copy .article-summary-block h3 {
	font-size: 1.125em;
	font-style: italic;
	color: #000000;
	background: none;
	padding: 1em 0 0;
	margin: 0;
}
#subpage-copy .article-summary-block p.date {
	font-size: .75em;
	font-style: italic;
	color: #7f613f;	
}

#subpage-copy .pagination {
	display: block;
	background: url(../images/pagination-bg.png) no-repeat 0 0;
	height: 31px;
	margin: .5em 0;
	padding: 0 5px;
	overflow: hidden;
	
}
#subpage-copy .pagination.top {
	position: absolute;
	top: 0;
	right: 100px;
}
#subpage-copy .pagination li {
	display: block;
	float: left;
	list-style: none;
	background: none;
	padding: 0 4px;
	margin: 0;
	line-height: 31px;
	font-family: Georgia, Cambria, Times, Times New Roman, serif;
	font-weight: bold;
}
#subpage-copy .pagination li a {
	display: block;
	line-height: 28px;
	margin: 0;
	padding: 0 4px;
	color: #fff !important;
	cursor: pointer;
}
#subpage-copy .pagination li a:hover {
	color: #5b4d3d;
}
#subpage-copy .pagination li.next, #subpage-copy .pagination li.prev { display: block; width: 14px; }
#subpage-copy .pagination li.prev a {
	text-indent: -999em;
	background: url(../images/pagination-arrow.png) no-repeat 5px 12px;
}
#subpage-copy .pagination li.next a {
	text-indent: -999em;
	background: url(../images/pagination-arrow.png) no-repeat -20px 12px;
}
.searchResLink {
	overflow: hidden;
	margin-bottom: 1em;
}


#quote {
	display: block;
	width: 552px;
	margin: 0 0 25px 0;
	padding: 20px;
	background: url(../images/bg-blue-80.png) 0 0;
}
#quote p {
	font-style: italic;
	color: #fff;
	font-size: 1em;
	margin: 0;
	line-height: 1.75em;
}
#quote p.quote-name {
	font-style: normal;
	text-align: right;
}



/*   =======   JSCROLL   =======   */



.scroll-pane {
	width: 525px;
	display: block;
	height: 1000px;
	padding: 0 !important;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:550px !important
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/scroll-track.png) repeat-y 0 0;
	width: 9px;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/scroll-bar.png) repeat-y 0 0;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}


