 /* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow
{
		float: left;
		clear: both;
		position: relative;
		width: 648px;
		height: 209px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		/*background: #fff url(../images/slideshow-bkgnd2.jpg) no-repeat left top;*/
}
    #slideshow ul li div {
        height: 209px;
    }
#slideshow ul
{
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 1%; /* IE fix */
}

#slideshow ul:after
{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides
{
		overflow: hidden;
		width: 648px;
		height: 209px;
		margin: 0;
		padding: 0;
}

#slideshow .slides ul
{
		margin: 0;
		padding: 0;
}


#slideshow .slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 648px;
	height: 209px;
	/* float: left; */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 0%;
	/*background: #1b3570 url(../images/slideshow-bkgnd2.jpg) no-repeat left top;*/
}

#slideshow .slides li#slide-one { /* Causes the first slide to display and hides the controls if JavasSript is turned off */
	z-index: 200;
}
#slideshow #showallslides {
	position: absolute;
	top: 82px;
	left: 98px;
	z-index: 90;
	width: 130px;
	height: 24px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	overflow: hidden;
}
#slideshow #showallslides a:link {
	color: #82b0d2;
}
#slideshow #showallslides a:visited {
	color: #82b0d2;
}

#slideshow .slides img { border: none; }

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav
{
		background: none;
		position: absolute;
		top: 174px;
		right: 10px;
		z-index: 100;
		margin: 0;
		padding: 0;
		width: 130px;
		height: 24px;
		background-color: #1c3671;
		border: 1px solid #426ead;
}


#slideshow .slides-nav li
{
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
}

#slideshow .slides-nav li a
{
		float: left;
		display: block;
		margin: 0;
		width: 26px;
		height: 24px;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 18px;
		line-height: 1em;
		text-align: center;
		text-decoration: none;
		color: #82b0d2;
		border: none;
		background: #1c3671 url(../images/slideshow-controlbkgnd.gif) no-repeat top right;
}

html>body #slideshow .slides-nav li a
{
		/*background: transparent url(../images/nhov-bottom.gif) no-repeat bottom right;*/
}

.js #slideshow .slides-nav li.on
{
		/*background: url(../images/nav-top.gif) no-repeat top left;*/
}
.js #slideshow .slides-nav li.on a
{
		color: #fff;
		background-color: #426ead;
		background-image: none;
		/*background: url(../images/nav-bottom.gif) no-repeat bottom right !important;*/
}



/* ---------------------------------------------------- */
/* SHOW DISCLAIMER FOR EXTERNAL LINKS IN SLIDESHOW
/* ---------------------------------------------------- */

#slideshow .more .externalllinktooltipleft {
	position: absolute;
	left: -3000px;
	top: -43px;
	font: 0.9em/1em Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 266px;
	height: 35px;
	padding: 10px 6px 0 6px;
	background: transparent url(../images/externalllinktooltip.png) no-repeat 0 -45px;
	/* border: 1px solid #bbb;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px; */
}
#slideshow .more:hover .externalllinktooltipleft {
	display: block; /* Necessary to work in IE7 & IE8 */ 
	left: 13px;
}
#slideshow .more .externalllinktooltipleft a {
	display: inline;
	height: auto;
	padding: 0;
}



/* ---------------------------------------------------- */
/* REPLACE SLIDESHOW WITH SPECIAL ALERT BOX
/* ---------------------------------------------------- */
#slideshow .specialnotice {
	position: absolute;
	width: 536px;
	height: 251px;
	background: #952319 url(../images/specialalert-bkgnd.jpg) no-repeat left top;
	z-index: 300;
	padding: 40px;
	padding-top: 37px;
}
#slideshow .specialnotice h2 {
	font: normal 1.9em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	text-transform: none;
	position: static;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-bottom: 1em;
}
#slideshow .specialnotice p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
}
#slideshow .specialnotice a {
	color: #fff;
	text-decoration: underline;
}