body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/bkgd_home.gif);
	background-repeat: repeat-y;
	background-position: center 112px;
}


 Nav 

.container {width: 980px; margin: 0 auto;}



ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 982px;
	list-style: none;
	position: relative;
	font-size: 1.1em;
	background: url(images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-left: 1px solid #fff;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(images/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 982px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
</style>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
	
$("ul#topnav li").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : '#1376c9 url(topnav_active.gif) repeat-x'}); //Add background color + image on hovered list item
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("span").hide(); //Hide the subnav
});
	
});
</script>



 Nav 





.greenSubtitle {
	color: #990000;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 12px;
}
.greenSubtitle a:link {
	font-weight: normal;
}
.greenSubtitle a:visited {
	font-weight: normal;
}
.redtext {
	color: #C00;
	font-weight: bold;
}
.graybackground {
	background-color: #CCC;
	padding-left: 10px;
	padding-top: 10px;
}
.mainCell {
	background-color: #6F6869;
	
	background-repeat: repeat-x;
	padding-top: 0px;
	color: #FFF;
	position: relative;
}
.artistQuoteDiv {
	position: absolute;
	left: 1px;
	top: 1px;
	background-color: #4e4f50;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 250px;
	z-index: 1;
	padding-top: 10px;
	height: 250px;
}
.artistQuoteDiv p {
	margin-bottom: 5px;
	font-size: 12px;
}
.footerCell {
	background-color: #2c2a2a;
	font-size: 9px;
	color: #6F6869;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	padding-right: 15px;
}
.footerCell a {
	color: #6F6869;
	text-decoration: none;
}
.footerCellhome {
	background-color: #ffffff;
	font-size: 9px;
	color: #6F6869;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-right: 15px;
	border:#666;
	border-style:solid;
	border-width:thin;
}
.footerCellhome a {
	color: #6F6869;
	text-decoration: none;	
}
.mainTable {
	background-image: url(images/bkgd_header.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}
.homeText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 650px;
	margin-left: 140px;
	margin-top: 10px;
	height: 155px;
	line-height: 15px;
	font-weight: normal;
}
.flashDiv {
	z-index: 2;
	position: relative;
	width: 982px;
}
.whatTextCell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top: 0px;
	padding-bottom: 45px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
}
.whatTextCell h6 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}
.whatPicCell {
	padding-right: 6px;
	padding-top: 6px;
}
.whatTextCell p {
	margin-bottom: 20px;
}
.mainCell2 {
	background-color: #ffffff;
	background-image: url(images/bkgd_2nd_old.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	color: #000;
	position: relative;
}
.whatPDFCell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 45px;
	padding-left: 30px;
}
.headerDiv {
	height: 80px;
	width: 982px;
	position: relative;
}
.headerLinkDiv {
	height: 80px;
	width: 455px;
}
.whatPDFCell p {
	margin-bottom: 15px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navRightSide {
	background-image: url(images/nav-right.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 231px;
}
.navDiv {
	width: 441px;
	height: 60px;
	position: absolute;
	left: 540px;
	top: 15px;
}
.subNavDiv1 {
	height: 72px;
	width: 90px;
	position: absolute;
	top: 15px;
	left: 453px;
	visibility: hidden;
	text-align: left;
}
.shortTopTable {
	margin-right: 6px;
	margin-left: 6px;
	height: 140px;
	width: 970px;
}
.secondaryMainCell {
	background-color: #FFF;
	line-height: 17px;
}
.secondaryMainCell p {
	margin-bottom: 1px;
}
.sideImage {
	margin-left: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.sideDiv {
	width: 187px;
	background-color: #616263;
	height: 30px;
	margin-bottom: 6px;
}
.secondaryMainTable {
	margin-top: 6px;
	margin-left: 6px;
	color: #666;
}
.secondaryMainTable a:link {
	color: #046DBD;
	text-decoration: none;
}
.blueNavCell {
	background-color: #006cbd;
}
.subNavDiv4 {
	height: 18px;
	width: 90px;
	position: absolute;
	top: 17px;
	left: 750px;
	visibility: hidden;
	text-align: left;
	z-index: 5;
}
.smallNavDiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 3px;
}
.smallNavDiv a:link {
	text-decoration: none;
	color: #000;
}
.smallNavDiv a:visited {
	text-decoration: none;
	color: #000;
}
.smallNavDiv a:hover {
	text-decoration: underline;
	color: #046DBD;
}
.notesDiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FF9;
	padding: 5px;
	width: 200px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
.notesDiv p {
	margin-bottom: 5px;
}
.mainCell3 {
	background-color: #716869;
	background-image: url(images/bkgd_secondary.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	color: #FFF;
	position: relative;
}
.secondaryMainTable a:visited {
	color: #046DBD;
	text-decoration: none;
}
.secondaryMainTable a:hover {
	color: #046DBD;
	text-decoration: underline;
}
.whereListCell {
	background-image: url(images/where_cellbkgd.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.newsItemDiv {
	background-color: #ebebec;
	width: 437px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 145px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
}
.pdfDiv {
	position: absolute;
	height: 41px;
	width: 45px;
	right: 50px;
	top: 14px;
}
.dateDiv {
	position: absolute;
	width: 200px;
	right: -2px;
	font-size: 39px;
	color: #CCC;
	text-align: right;
	margin-top: -15px;
	overflow: visible;
	line-height: 39px;
}
.blueNavButton {
	padding-left: 40px;
	margin-top: 10px;
	height: 18px;
	font-size: 12px;
}
.contactDiv {
	background-color: #ebebec;
	width: 506px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 75px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 181px;
	margin-top: 15px;
}
.greenText {
	color: #92ac48;
}
.faqDiv {
	background-color: #ebebec;
	width: 566px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 181px;
	margin-top: 15px;
}
.faqDiv p {
	margin-bottom: 5px;
}
.subNavDiv6 {
	height: 18px;
	width: 90px;
	position: absolute;
	top: 55px;
	left: 750px;
	visibility: hidden;
	text-align: left;
	z-index: 5;
}
.prAddressDiv {
	right: 15px;
	width: 250px;
	margin-left: 250px;
	margin-bottom: 20px;
}
.newsArticleDiv {
	background-color: #ebebec;
	width: 532px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 50px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 15px;
}
.newsArticleDiv p {
	margin-bottom: 10px;
}
.idCell {
	font-size: 9px;
	color: #2C2A2A;
	padding-top: 5px;
}
.idCell a {
	font-size: 9px;
	color: #2C2A2A;
	padding-top: 5px;
	text-decoration: none;
}

#container{
height: 600px;
width: 600px;
position: relative;
background-color:#999
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


	
#menu {
	width: 200px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 0px;
	border-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align:right;
	display: block;
	}
	
#menu li a {
	color: #FFF;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
	
	
	
	#slideshow{
	background-color:#FFFFFF;
	border:1px solid #333333;
	height:433px;
	margin:0px auto 0;
	position:relative;
	width:982px;
	
	
}

#slideshow ul{
	height:433px;
	left:0px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:-11px;
 left:-40px;
 bottom:-10px;
	width:982px;
}

#slideshow li{
	position:absolute;
	
	display:none;
	z-index:0;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:43px;
	width:30px;
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%;
	margin-top:0px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}



/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #3366cc;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}





.bluecopy {
	color: #006CC2;
	font-weight: bold;
}

