





/*

PROPERTY		VALUE	DEFAULT
lines:			#e6e6e6	#e6e6e6
link:			#7D7D7D	#7D7D7D
link hover:		#872175	#C1006A
border:			#c9c9c9	#c9c9c9
content background:	#ffffff	#ffffff
body text:		#7D7D7D	#7D7D7D
section heading:	#434343	#434343
content heading 1:	#434343	#434343
content heading 2:	#434343	#434343
content heading 3:	#434343	#434343

*/

body {
	font-size: 75.01%;
	margin: 0;
	min-width: 960px;
	padding: 0;
	background: #ffffff;
}
body, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}
table, button, input, select, textarea { 
	font-size: 1em;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
input.text,
textarea {
	border: 1px solid #c9c9c9;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	color: #434343;
	border-bottom: 1px solid #e6e6e6;
}
h1 span {
	font-weight: normal;
}
h2,
h3,
h4,
h5 {
	margin: 10px 0 0;
	padding: 0;
}
h2 {
	font-size: 1.8em;
	color: #434343;
}
#thumbnails h2, .basket {
	font-size: 1.5em;
	color: #434343;
}
h3 {
	font-size: 1.5em;
	color: #434343;
}
h4 {
	font-size: 1.2em;
	color: #434343;
}
h5 {
	font-size: 1em;
	color: #434343;
	font-weight: normal;
}
li {
	margin: 1em 0;
	padding: 0;
}
p {
	line-height: 1.5;
	margin: 1em 0;
	padding: 0;
}
a {
	outline: none;
}
a:link,
a:visited {
	color: #7D7D7D;
}
a:hover {
	color: #872175;
}
a img {
	border: none;
}


.offscreen {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.clear {
	clear: both
}
.ui-draggable-dragging {
	z-index: 8;
}


/*--------------------------------------------------------------------------*/
/* access keys and skip links */

#accessibility {
	left: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
}


/*--------------------------------------------------------------------------*/
/* layout structure  */

#header {
	margin: 14px 14px 0;
	position: relative;
}
#content {
	min-height:726px;
	height:auto !important;
	height:726px;
	position:relative;
}
#mainContent {
	position:relative; display:block;
	min-height:726px;
	height:auto !important;
	height:726px;
	/*overflow: hidden; breaks print page in ie6*/
	padding: 0 222px 0 21px;
}
#secondaryContent {
	margin: 0 20px 0 0;
	min-height:804px;
	height:auto !important;
	height:804px;
	position: absolute;
	right: 0;
	top: 0;
	width: 202px;
	background: #ffffff url(../images/vertical-shadow.png) no-repeat 0 0;
}


/*--------------------------------------------------------------------------*/
/* header elements */

#header-left,
#header-right {
	height: 70px;
	position: absolute;
	top: 0;
	width: 15px;
}
#header-left {
	background: url(../images/nav-left.gif) no-repeat 0 0;
	left: 0;
}
#header-right {
	background: url(../images/nav-right.gif) no-repeat 0 0;
	right: 0;
}
#header-middle {
	background: url(../images/nav-bg.gif) repeat-x 0 0;
	height: 70px;
}

#title {
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin: 31px 0 0 0;
	padding: 0;
	width: 300px;
	display: inline; /* IE6 double margin fix */
}

#logo {
	float: left;
	margin: 12px 4% 0 20px;
	display: inline; /* IE6 double margin fix */
}
#logo a,
#logo a img {
	display: block;
}
#navigation {
	float: right;
	margin-right: 30px;
	display: inline; /* IE6 double margin fix */
}

/*--------------------------------------------------------------------------*/
/* primary navigation */

#nav {
	float: left;
	margin: 18px 0 0;
	display: inline; /* IE6 double margin fix */
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0 2px;
	padding: 0;
	display: inline; /* IE6 double margin fix */
}
#nav li.divider {
	background: url(../images/dividers.gif) no-repeat 100% 50%;
	padding-right: 7px;
}
#nav li.disabled a {
	filter: alpha(opacity=25);
	opacity: 0.25;
}
#nav li.disabled a:hover {
	background-position: 0 100%;
}
#nav a {
	background-position: 0 100%;
	display: block;
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 47px;
	text-indent: 9999px;
	white-space: nowrap;
	overflow: hidden;
}
#nav li.current a,
#nav a:hover {
	background-position: 0 0;
}
#nav a.thumbnail {
	background-image: url(../images/nav-thumb.gif);
}
#nav a.single-page {
	background-image: url(../images/nav-single-page.gif);
}
#nav a.text-only {
	background-image: url(../images/nav-text.gif);
}
#nav a.download {
	background-image: url(../images/nav-pdf.gif);
}
#nav a.excel {
	background-image: url(../images/nav-excel.gif);
}
#nav a.email {
	background-image: url(../images/nav-email.gif);
}

/* navigation search form */
#nav-search {
	float: left;
}
#nav-search div {
	padding: 25px 0 0 10px;
}
#nav-search input {
	float: left;
}
#nav-search input.text {
	font-size: 1.1667em;
	margin: 0 5px 0 0;
	padding: 3px 5px;
	width: 100px;
}
#nav-search input.submit {
	background: url(../images/search-btn.gif) no-repeat 0 0;
	border: none;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0;
	text-align: center;
	width: 23px;
	cursor: pointer;
	color: #872175;
}


/*--------------------------------------------------------------------------*/
/* sub navigation */

#subnav {
	left: 0;
	min-height:804px;
	height:auto !important;
	height:804px;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 9;
	width: 69px;
}
#subcover {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height:804px;
	width: 21px;
	z-index: 10;
}
#subshadow {
	background: url(../images/vertical-shadow.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 21px;
	height:804px;
	width: 12px;
	z-index: 10;
}

#subnav div.tab {
	background: url(../images/subnav-tab.png) no-repeat 100% 50%;
	cursor: pointer;
	width: 48px;
	height: 239px;
	/*
	float: left;
	margin: 100px 0 400px;
	*/
	position: absolute;
	top: 100px;
	right: 0;
}
#subnav div.wrap {
/*	float: right;
	margin: 0 35px 0 0;
	padding: 0;
	display: inline; /* IE6 double margin fix */
	width: 250px;
	position: absolute;
	top: 0;
	right: 35px;	
}

#subnav div.top {
	background: url(../images/subnav-top.png) no-repeat 0 0;
	height: 50px;
	margin-top: 10px;
}
#subnav div.mid {

/*background: url(../images/test.gif) repeat-y;*/
	/*background: url(../images/subnav-bg.png) repeat-y 0 0;*/
	background: url(../images/subnav-bg.png) repeat-y ;
	min-height:310px;
	height:auto !important;
	height:310px;
	
	
	
}


/*hack for ie6 bug*/
#subnav div.mid { _background:none}
#subnav div.mid { _background: #fff url(../images/test.gif) repeat-y !important;}



#subnav div.btm {
	background: url(../images/subnav-btm.png) no-repeat 0 100%;
	height: 50px;
}
#subnav ol {
	list-style-type: none;
	margin: 0;
	padding: 0 35px 0 15px;
}
#subnav ol li {
	margin: 0;
	padding: 2px 0;
	clear: both;
	width: 200px;
}
#subnav ol li a {
	cursor: pointer;
	display: block;
	line-height: 1.5;
	margin: 0 0 0 25px;
	padding: 0;
	text-decoration: none;
	width: 170px;
}
#subnav ol li a.current {
	font-weight: bold;
}
#subnav ol li span {
	background: url(../images/bullet.gif) no-repeat 50% 50%;
	cursor: pointer;
	display: block;
	display: inline; /* FIX: IE6 double margin bug */
	float: left;
	height: 18px;
	line-height: 18px;
	margin: 0 -25px 10 0;
	text-align: center;
	width: 30px;
	color: #872175;
}
#subnav ol li ol li span { margin:0 5px 0 20px}

#subnav ol li ol {
	display: none;
}
#subnav ol li.on ol {
	display: block;
	background: none;
	padding: 0 0 5px;
	margin: 0;
}
#subnav ol li ol li {
	margin: 0;
	padding: 0;
}
#subnav ol li ol li a {
	color: #872175;
	font-size: 0.91667em;
	margin-left: 25px;
	width:145px;
}

#subnav ol li ol li ol li a {margin-left:45px;}
#subnav ol li ol li a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------------------*/
/* modules */

div.module {
	clear: both;
	padding: 20px;
}
div.module h2 {
	font-size: 1em;
	margin: 0 0 15px;
}


/* tools module*/
#tools {
	background: url(../images/border-btm.gif) bottom left repeat-x;
}
#tools form,
#tools #zoomBtns div {
	display: inline;
	border: none;
}
#tools div.paginator {
	clear: both;
}
#tools div.thumbnail {
	float: left;
	width: 104px;
}
#tools div.thumbnail a {
	display: block;
	margin: 0 1px;
	border: 1px solid #e6e6e6;
}
#tools div.thumbnail a:hover {
	border: 1px solid #c9c9c9;
}
#tools div.thumbnail img {
	display: block;
}
#tools div.pageBtn {
	background: url(../images/page-btn.gif) top left no-repeat;
	cursor: pointer;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin-top: 60px;
	text-align: center;
	width: 29px;
}
#tools div.pageBtn a {
	display: inline-block;
	height: 28px;
	text-decoration: none;
	width: 29px;
}
#tools div.pageBtn a:hover {
	display: inline-block;
	height: 28px;
	width: 29px;
}
#tools a.on {
	color: #872175;
}
#tools div.last {
	font-weight: normal;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#tools .last a,
#tools .last a:hover {
	cursor: default;
	color: #7D7D7D;
}
#tools p {
	text-align: center;
	margin: 5px 0;
}
#tools #zoomForm {
	clear: both;
}
#tools #zoomSelect {
	text-align: center;
	margin: 0 0 5px;
}
#tools #zoomBtns {
	float: left;
	margin-left: 43px;
	display: inline; /* IE6 double margin fix */
}
#tools #zoomBtns input {
	float: left;
	margin-left: 5px;
}
#tools #zoomBtns input.disabled {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* print basket module */
#print-basket #basket {
	background: url(../images/print-basket.gif) no-repeat 0 100%;
	display: block;
	height: 41px;
	margin: 0 auto;
	width: 42px;
}
#print-basket.droppable-hover #basket {
	background-position: 0 0;
}
#print-basket #cart-status {
	margin: 20px 0;
}
#print-basket #cart-status img {
	cursor: pointer;
	display: block;
	height: auto;
	width: 50px;
	float: left;
	margin: 1px;
	border: 1px solid #e6e6e6;
}
#print-basket #cart-status a:hover img {
	border: 1px solid #c9c9c9;
}
#print-basket div.cart-links {
	clear: both;
	padding: 1em 0 0;
}

/*--------------------------------------------------------------------------*/
/* thumbnail view */

#thumbnail-slot {
	width: 100%;
}
#thumbnail-slot ol {
	display: inline; /* BUGFIX: IE6 double margin */
	float: left;
	list-style-type: none;
	margin: 15px 15px 15px 50px;
	padding: 0;
}
#thumbnail-slot li {
	display: inline;
	float: left;
	margin: 15px;
	padding: 0;
	width: 100px;
}
#thumbnail-slot li h2 {
	margin: 0 0 0.5em;
}
#thumbnail-slot li h3 {
	font-size: 1em;
	font-weight: normal;
	margin:  0 0 0.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 102px;
}
#thumbnail-slot li a {
	display: block;
}
#thumbnail-slot li a:link,
#thumbnail-slot li a:visited {
	text-decoration: underline;
}
#thumbnail-slot li a:hover {
	text-decoration: underline;
}
#thumbnail-slot li a img {
	border: none;
	text-decoration: none;
	display: block;
}
#thumbnail-slot li a.img {
	float: left;
	border: 1px solid #e6e6e6;
}
#thumbnail-slot li a.img:hover {
	border: 1px solid #c9c9c9;
}
#thumbnail-slot li.on a.img {
	border-color: #872175;
}
#thumbnail-slot img.ui-draggable-dragging {
	display: block;
	width: 50px;
	height: auto;
}


/*--------------------------------------------------------------------------*/
/* single page view */

#mainContent #single-slot {
	min-height:726px;
	height:auto !important;
	height:726px;
	/*overflow: hidden;*/
}
#mainContent #single-slot img {
	cursor: move;
	display: block;
	margin: 0 auto;
}
#mainContent #single-slot img.ui-draggable-dragging {
	width: 50px;
	height: auto;
	display: block;
}


/*--------------------------------------------------------------------------*/
/* text-only view */

#text {
	padding: 20px 0 50px 0;
	margin: 0 10% 0 20%;
}
#text div.introduction {
	font-size: 1.5em;
	margin: 0 0 17px 0;
	padding: 11px 0;
	border-bottom: 1px solid #e6e6e6;
}


/*--------------------------------------------------------------------------*/
/* downloads view */

#downloads ul {
	margin: 0 0 0 -43px;
	padding: 10px 0;
	list-style-type: none;
}
p.pdf,
#downloads ul li {
	margin: 0;
	padding: 0;
	background: url(../images/pdf-icon.gif) no-repeat 0 0;
	line-height: 29px;
}
p.pdf {
	margin: 4px 0 0 -43px;
}
p.pdf a,
#downloads ul li a {
	margin: 0;
	padding: 0 0 0 43px;
	text-decoration: underline;
	font-size: 1.5em;
}
p.pdf a:hover,
#downloads ul li a:hover {
	text-decoration: underline;
}
#downloads ul ul {
	margin-left: 43px;
	margin-bottom: 15px;
}
#downloads ul ul li {
	margin: 0;
	padding: 0;
}
#downloads ul li.excel a {
	margin: 0;
	padding: 0 0 0 43px;
	background: url(../images/excel-icon.gif) top left no-repeat;
	text-decoration: none;
	line-height: 2.6;
	display: inline-block;
}
#summary {
	margin: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}


/*--------------------------------------------------------------------------*/
/* send to a friend view */

#emailContent {
	padding-top: 20px;
}
#emailContent p {
	margin: 0 0 8px;
}
#emailContent label {
	width: 210px;
	float: left;
}
#emailContent label.error {
	float: none;
	width: auto;
	color: #f00;
	padding-left: 10px;
}
#emailContent p.checkbox label {
	width: 415px;
	margin: 0 0 25px;
}
#emailContent input.text,
#emailContent textarea {
	width: 203px;
}
#emailContent h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#preview {
	margin-top: 3px;
	padding: 14px;
	width: 386px;
	border: 1px solid #c9c9c9;
}
#preview a {
	color: #872175;
	/*display: block;
	line-height: 2.6;*/
}
#preview a.pdf-dl {
	display: inline-block;
	padding-left: 43px;
	background: url(../images/pdf-icon.gif) top left no-repeat;
}
#preview a.external {
	display: inline;
	line-height: 1;
}
#preview a.external:hover {
	color: #872175;
}
#send {
	margin: 1em 0 0 315px;
}


/*--------------------------------------------------------------------------*/
/* search results */

#search-results ol {
	margin: 0;
	padding: 2em 0;
	list-style-type: none;
}
#search-results ol li {
	margin: 0 0 2em;
	padding: 0;
	clear: both;
}
#search-results ol li div {
	margin: 0 0 0 70px;
}
#search-results ol li h2 {
	margin: 0 0 0.3em;
}
#search-results ol img {
	clear: both;
	float: left;
	margin: 0 20px 2em 0;
}
#search-results span.query-term {
	color: #872175;
}


/*--------------------------------------------------------------------------*/
/* print */

#thumbnails h3 {
	clear: both;
	margin: 0.5em 0;
}
#thumbnails ol {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#thumbnails ol li {
	float: left;
	margin: 0 1em 1em 0;
	display: inline;
}
#thumbnails ol li span,
#thumbnails ol li label {
	display: block;
}
#thumbnails ol li img {
	border: 1px solid #e6e6e6;
}
#thumbnails ol li span input {
	vertical-align: middle;
}
div.remove {
	clear: both;
	margin: 5px 0;
}

/*------------------tables-----------------------*/

TABLE.financial {
	border-collapse: collapse;
	border-top:1px solid #c9c9c9!important;
	color:#;
	font-size:100%;
	margin-bottom:15px;
	width: 100%;
	clear:both;
}

TABLE.financial CAPTION {
	color: #434343;
	font-weight:bold;
	padding-bottom:2px;
	text-align:left;
}

TABLE.financial TH {
	font-weight:normal;
	text-align:right;
	vertical-align:bottom;
}

TABLE.financial TH.center {
	font-weight:normal;
	text-align:left;
	vertical-align:bottom;
}

TABLE.financial TD {
	vertical-align:bottom;
	voice-family: "\"}\"";
	voice-family:inherit;
}

TABLE.financial .num {
	padding-right: 3px;
	text-align: right;
	width:10%;
}

TABLE.financial .figures {
	padding-right: 3px;
	text-align: right;
	width:10%;
}

TABLE.financial .wide {
	padding-right: 3px;
	text-align: right;
	width:25%;
}

TABLE.financial .desc {
	/*white-space: nowrap;*/
	text-align: left;
}

TABLE.financial .desc-r {

	/*white-space: nowrap;*/

	text-align: right;

}

TABLE.financial .highlight {
	color:#434343!important;
} 



TABLE.financial .b-thin {
	border-bottom:1px solid #c9c9c9!important;
}

TABLE.financial .b-medium {
	border-bottom:2px solid #c9c9c9!important;
}

TABLE.financial .tiny {
	width: 5px;
}

TABLE.financial .noborder {
	border: 0;
}

.top-border-thin {border-top:1px solid #c9c9c9!important;}
.right-border-thin {border-right:1px solid #c9c9c9!important;}
.bottom-border-thin {border-bottom:1px solid #c9c9c9!important;}
.left-border-thin {border-left:1px solid #c9c9c9!important;}

.top-border-medium {border-top:2px solid #c9c9c9!important;}
.right-border-medium {border-right:2px solid #c9c9c9!important;}
.bottom-border-medium {border-bottom:2px solid #c9c9c9!important;}
.left-border-medium {border-left:2px solid #c9c9c9!important;}

.top-border-thick {border-top:3px solid #c9c9c9!important;}
.right-border-thick {border-right:3px solid #c9c9c9!important;}
.bottom-border-thick {border-bottom:3px solid #c9c9c9!important;}
.left-border-thick {border-left:3px solid #c9c9c9!important;}

.indent {padding-left: 8px;}

.footnote {font-size:  0.6em; }

.narrow {width:5px;}




