#right_bar p
{
	padding: 52px 20px;
}

#thumbnail_holder
{
	width: 556px;
	background: #f4ead9 url(../cmsimages/yz_thumb_bg.gif) top center no-repeat;
	padding: 0 1px;
	padding-bottom: 9px;
	margin-top: 20px;
	float: left;
}
#thumbnail_holder #hovermessage
{
	text-align: right;
	color: #a8a5a0;
	font-size: 85%;
	line-height: 16px;
	padding-right: 10px;
	visibility: hidden;
}
#thumbnail_holder .prev
{
	float: left;
	margin-top: 41px;
	display: block;
	height: 78px;
	width: 15px;
	background: url(../cmsimages/yz_left_btn_inactive.gif) top left no-repeat;
	margin-right: 3px;
}
#thumbnail_holder .active.prev
{
	background-image: url(../cmsimages/yz_left_btn.gif);
}
#thumbnail_holder .active.prev:hover
{
	background-image: url(../cmsimages/yz_left_btn_hover.gif);
}
#thumbnail_holder .next
{
	float: right;
	margin-top: 41px;
	display: block;
	height: 78px;
	width: 15px;
	background: url(../cmsimages/yz_right_btn_inactive.gif) top right no-repeat;
}
#thumbnail_holder .active.next
{
	background-image: url(../cmsimages/yz_right_btn.gif);
}
#thumbnail_holder .active.next:hover
{
	background-image: url(../cmsimages/yz_right_btn_hover.gif);
}
#thumbnails
{
	font-size: 75%;
	color: #514a42;
	text-align: center;
	float: left;
}
#thumbnails img
{
	padding: 12px 9px;
	padding-bottom: 20px;
	display: block;
	visibility: visible;
}
#copy #thumbnails a
{
	text-decoration: none;
	color: #514a42;
	visibility: hidden;
}
#copy #thumbnails a:hover
{
	visibility: visible;
}
#copy #thumbnails a:hover img
{
	background: url(../cmsimages/yz_thumb_hover.gif) top left no-repeat;
}

#detail
{
	clear: both;
	width: 524px;
	height: 333px;
	border: 1px solid #d81a1f;
	border-top: none;
	padding: 20px 16px 0px 16px;
	background: #ffffff url(../cmsimages/yz_bottom.gif) bottom left no-repeat;
	position: relative;
	text-align: center;
}
#detail .imageholder
{
	float: left;
	width: 231px;
	background: url(../cmsimages/yz_largeimg_bg.gif) bottom right no-repeat;
	text-align: left;
}
#detail .imageholder img
{
	display: block;
}
#detail .imageholder a
{
	display: block;
	position: relative;
}
#detail .imageholder a span
{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	behavior: url(iepngfix.htc);
	background: url(../cmsimages/yz_largeimg_hover.png) top right no-repeat;
}
#detail .imageholder a:hover{background: transparent;}
#detail .imageholder a:hover span
{
	width: 102px;
	height: 150px;
}

#detail .text
{
	font-size: 90%;
	float: left;
	width: 288px;
	padding-right: 21px;
	text-align: left;
}
#detail .text .pagetitle
{
	font-size: 125%;
	border-bottom: 1px dashed #514a42;
	margin-left: 14px;
	padding: 18px 0px 3px 0px;
}
#detail .text .content
{
	padding: 8px 0px 10px 15px;
}
#detail .text .content_2 ul
{
	background: url(../cmsimages/yz_line.gif) top left no-repeat;
	padding-top: 1px;
}
#detail .text .content_2 ul li
{
	background: url(../cmsimages/yz_line.gif) bottom left no-repeat;
	padding-bottom: 1px;
}
#detail .text .content_2 ul li a
{
	background: url(../cmsimages/yz_bullet.gif) top left no-repeat;
	display: block;
	padding: 10px 0px 9px 33px;
	text-decoration: none;
	color: #aa5342;
}
#detail .text .content_2 ul li a:hover
{
	color: #514a42;
	background: url(../cmsimages/yz_bullet_hover.gif) top left no-repeat;
}


.bottom
{
	clear: both;
	position: relative;
	left: 50%;
	padding-top: 25px;
	float: left;
	height: 22px;
}
.bottom .nav
{
	position: relative;
	left: -50%;
	float: left;
	white-space: no-wrap;
}
.bottom .nav a
{
	float: left;
	display: block;
	height: 22px;
}
.bottom .nav a.prev_arrow
{
	background: url(../cmsimages/yz_nav_left_inactive.gif) top left no-repeat;
	width: 24px;
	padding-right: 10px;
}
.bottom .nav a.active.prev_arrow
{
	background-image: url(../cmsimages/yz_nav_left.gif);
}
.bottom .nav a.active.prev_arrow:hover
{
	background-image: url(../cmsimages/yz_nav_left_hover.gif);
}
.bottom .nav a.next_arrow
{
	background: url(../cmsimages/yz_nav_right_inactive.gif) top right no-repeat;
	width: 24px;
	padding-left: 10px;
}
.bottom .nav a.active.next_arrow
{
	background-image: url(../cmsimages/yz_nav_right.gif);
}
.bottom .nav a.active.next_arrow:hover
{
	background-image: url(../cmsimages/yz_nav_right_hover.gif);
}
.bottom .nav .navchild
{
	float: left;
}
.bottom .nav a.rect
{
	background: url(../cmsimages/yz_square.gif) center center no-repeat;
	width: 12px;
}
.bottom .nav a.selected
{
	background-image: url(../cmsimages/yz_square_selected.gif);
}

.modal_bg
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 50;
}
.form_modal
{
	display: none;
	position: absolute;
	top: 226px;
	left: 50%;
	width: 340px;
	background-color: white;
	border: 1px solid #a8a5a0;
	z-index: 51;
	text-align: left;
	font-size: 90%;
	color: #514a42;
}
.form_modal h1
{
	margin: 0;
	color: white;
	font-weight: normal;
	font-size: 85%;
	background-color: #514a42;
	text-align: center;
	padding: 3px;
	line-height: 1em;
}
.form_modal .form
{
	padding: 26px 20px 22px 26px;
	border: 1px solid #514a42;
}
.form_modal .form p
{
	padding-bottom: 20px;
	line-height: 1.3em;
}
.form_modal .form input
{
	margin-bottom: 3px;
	border: 1px solid #514a42;
	line-height: 16px;
	padding: 2px 4px;
}
.form_modal .form input.full
{
	width: 242px;
}
.form_modal .form input.half
{
	width: 92px;
	margin-left: 16px;
}
.form_modal .form select.half
{
	width: 131px;
	margin-bottom: 3px;
	border: 1px solid #514a42;
}
.form_modal .form input.one,
.form_modal .form input.two
{
	width: 32px;
	margin-right: 5px;
}
.form_modal .form input.three
{
	width: 62px;
}
.form_modal .form a
{
	margin-right: 22px;
}


.issue_modal
{
	display: none;
	position: absolute;
	top: 206px;
	left: 50%;
	width: 830px;
	background-color: white;
	border: 1px solid #a8a5a0;
	z-index: 52;
	text-align: left;
	font-size: 90%;
	color: #514a42;
}
.issue_modal h1
{
	margin: 0;
	color: white;
	font-weight: normal;
	font-size: 85%;
	background-color: #514a42;
	text-align: center;
	padding: 3px;
	line-height: 1em;
}
.issue_modal h1 a
{
	color: #a8a5a0;
	float: right;
	text-decoration: none;
	margin-top: -2px;
}
.issue_modal h1 a img
{
	padding-right: 3px;
	margin-top: 2px;
	margin-bottom: -2px;
}

.image_modal
{
	display: none;
	position: absolute;
	top: 266px;
	background-color: #514a42;
	border: 1px solid #a8a5a0;
	z-index: 53;
	text-align: right;
	font-size: 90%;
	color: #514a42;
	padding: 2px;
}
.image_modal .image
{
	padding-bottom: 2px;
}

/* slide viewer css */
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		a:focus { outline:none }

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
			background: #fff;
		}
		.issue_modal .stripViewer
		{
			width: 800px;
			height: auto;
			padding: 2px 0px;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 540px; /* Also specified in  .stripViewer  above */
		}
		
		.issue_modal .stripViewer .panelContainer .panel
		{
			width: 800px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}

		.stripNav, .stripNavL, .stripNavR
		{
			display: none;
		}
		.issue_modal .stripNav
		{
			display: block;
			float: left;
			width: 100%;
			background: #514a42 url(../cmsimages/yz_roll_click.gif) top left no-repeat;
		}
		.issue_modal .stripNav ul
		{
			float: right;
			padding-right: 9px;
		}
		.issue_modal .stripNav li
		{
			float: left;
			padding: 0px 5px;
		}
		.issue_modal .stripNav li a
		{
			display: block;
			width: 23px;
			height: 26px;			
			background: url(../cmsimages/yz_spreadtab.gif) top left no-repeat;
		}
		.issue_modal .stripNav li a.current
		{
			background-image:  url(../cmsimages/yz_spreadtab_selected.gif);
		}
		.issue_modal .stripNav li.smaller a
		{
			width: 11px;
		}
		.issue_modal .stripNav li img
		{
			display: block;
		}
		
		.issue_modal .stripNavL,
		.issue_modal .stripNavR
		{
			display: block;
			position: absolute;
			top: 227px;
			text-indent: -9000em;
		}
		.issue_modal .stripNavL a,
		.issue_modal .stripNavR a
		{
			display: block;
			background: url(../cmsimages/yz_left_btn.gif) top left no-repeat;
			height: 78px;
			width: 15px;
		}
		.issue_modal .stripNavL
		{
			left: 0;
		}
		.issue_modal .stripNavR
		{
			right: 0;
		}
		.issue_modal .stripNavL a:hover
		{
			background-image: url(../cmsimages/yz_left_btn_hover.gif);
		}
		.issue_modal .stripNavR a
		{
			background: url(../cmsimages/yz_right_btn.gif) top right no-repeat;
		}
		.issue_modal .stripNavR a:hover
		{
			background-image: url(../cmsimages/yz_right_btn_hover.gif);
		}
		
/*************************************
	Cluetip (hover popup) styles
****************************************/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #ffffff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #514a42;
  text-align: left;
}
.cluetip-default h3#cluetip-title
{
	display: none;
	height: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.cluetip-default h3 {
  margin: 0 0 0px;
  padding:  0 0 8px 0;
  font-size: 115%;
  font-weight: normal;
  color: #d81a1f;
}
.cluetip-default h3 a {
  color: #d81a1f;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
  font-size: 75%;
  color: #514841;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
.hidden
{
	display: none;
}
