@charset "utf-8";
/* CSS Document */

/*adds scrollbar in all browsers */
html {overflow-y: scroll;
}

/*controlls the background of the page */
body {
	padding:0;
	border:0;
	background-color: #000000;
	margin-top: 20px;
	}

#main-container {
	margin:0 auto;
	padding:0;
	border:0;
	width: 984px;
	background-image: url(../images/site/leftnav-repeat.png);
	background-repeat: repeat-y;
	background-color: #fff; /*#FFCC66;*/
}
	
#header {
	margin:0;
	padding:0;
	border:0;
	width:984px;
	height: 144px;
	background-color: #fff;
	background-image: url(../images/site/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

#header h1 {
	display:none;
}
h3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* START MAIN MENU */

#nav {
	overflow:hidden;
	margin:0;
	position: relative;
	top: 55px;
	padding-top: 15px;
	right: 20px;
	padding-left: 470px;
}
#nav ul {
clear:left;
float:left;
left:50%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px auto;
padding:0;
position:relative;
left: 19px;
}
#nav ul li {
display:block;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
right:50%;
}
#nav p {
display:none;
}
#nav ul li a, #nav ul li a:visited {
	display:block;
	text-decoration:none;
	border:0 none;
	display:block;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 1.3em;
	height: 25px;
}
#nav ul li a span, #nav ul li a:visited span {
	display: none;
}

#centeredmenu ul li a:hover, #centeredmenu ul li a.active {
background-color:#5A96DD;
color:#011C3E;
}

/* END MAIN MENU */

li.news a:link, li.news a:visited {
	background-image:url(../images/nav-images/kezner-navigation.png);
	background-repeat: no-repeat;
	width: 64px;
	text-indent: -999em;
}
li.news a:hover, li.news a:active {
	background-position: 0px -29px;
}

.featured a:link, .featured a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.featured a:hover, .featured a:active {
		text-decoration: none;

}


body.news #nav li.news a {
	background-position: 0px -59px;
}

li.about a:link, li.about a:visited {
	background-image:url(../images/nav-images/kezner-navigation.png);
	background-repeat: no-repeat;
	width: 74px;
	background-position: -87px 0px;
	text-indent: -999em;

}
li.about a:hover, li.about a:active {
	background-position: -87px -29px;
}
body.about #nav li.about a {
	background-position: -87px -59px;
}

li.shows a:link, li.shows a:visited {
	background-image:url(../images/nav-images/kezner-navigation.png);
	background-repeat: no-repeat;
	width: 75px;
	background-position: -183px 0px;
	text-indent: -999em;
}
li.shows a:hover, li.shows a:active {
	background-position: -183px -29px;
}
body.shows #nav li.shows a {
	background-position: -183px -59px;
}

li.videos a:link, li.videos a:visited {
	background-image:url(../images/nav-images/kezner-navigation.png);
	background-repeat: no-repeat;
	width: 77px;
	background-position: -282px 0px;
	text-indent: -999em;
}
li.videos a:hover, li.videos a:active {
	background-position: -282px -29px;
}
body.videos #nav li.videos a {
	background-position: -282px -59px;
}
li.contact a:link, li.contact a:visited {
	background-image:url(../images/nav-images/kezner-navigation.png);
	background-repeat: no-repeat;
	width: 92px;
	background-position: -382px 0px;
	text-indent: -999em;
}
li.contact a:hover, li.contact a:active {
	background-position: -382px -29px;
}
body.contact #nav li.contact a {
	background-position: -382px -59px;
}

ul#top-nav li a {
float:none;
}

#leftnav {
	margin:0;
	padding:0;
	border:0;
	background-image: url(../images/site/leftnav-repeat.png);
	background-color: #FFCC66;
	float: left;
	width: 170px;
	position: relative;
}

#leftnav-buttons {
	left: 30px;
	position: relative;
}

/*Note Paper container*/
#right {
	margin:0;
	padding:0;
	border:0;
	background-color: #ffffff;
	background-image: url(../images/site/repeat-body.png);
	background-repeat: repeat;
	float: right;
	width: 798px;
}
#right p {
	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin:0;
	padding-left:20px;
	padding-right:55px;
	line-height: 16px;
}
#right h1 {
	margin:0;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13.5px;
	color: #000099;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.right {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: normal;
	color: #00C;
}

.text {
	font-size: 12px;
	color: #003399;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	margin:0;
	padding:0;
	border:0;
	background-color: #FFCC66;
	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;
	width: 984px;
	clear: both;
	height: 64px;
}


/*the styles below will be removed or changed once the show page is redesigned */
.showlink a:link, .showlink a:visited { {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000099;
	weight: "bold";
	text-decoration: none;
	font-weight: bold;
}
.showlink a:hover, .showlink a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #6666ff;
	weight: "bold";
	text-decoration: none;
	font-weight: bold;
}
#splash {
	padding: 0;
	border: 0;
	width: 550px;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #0C0;
	display: block;
}
#splash p {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 550px;
	height: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #0C0;
}
.right a:link, .right a:visited {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
}
.right a:hover, .right a:active {
	text-decoration:none;
}


/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	bottom: 70px;
}
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	position: relative;
	bottom: 70px;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* END LIGHTBOX */

#twitter-box {
	padding: 15px;
	height: 200px;
	width: 250px;
	position: relative;
	float: right;
}
#index-pictures {
	margin-left: 20px;
	width: 450px;
	display: block;
	height: 200px;
	background-color: #006;
}
#twitter-widget {
	float: right;
	height: 300px;
	width: 225px;
	position: relative;
	z-index: 10;
	right: 20px;
}
.news #main-container #right table tr td ul li a {
	font-family: Arial, Helvetica, sans-serif;
}
.news #main-container #right table tr td ul li a {
	font-size: 10px;
}
.news #main-container #right table tr td ul li a {
	font-size: 11px;
}

hr {
	margin:12px 12px 0 20px; 
	color:#0000A4;
}
