/*=========================================================================================================================
 JCAROUSEL HOME STYLES
===========================================================================================================================*/

/* ------------------------------ jcarousel container styles ------------------------------ */
#jcarousel-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 977px;
}
#jcarousel {
	height: 395px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 021e2f;
}
/*-----------------Internet Explorer 6 STYLES-----------------*/
/*IE6 does not recognize hyperlinks when a .PNG file is used as a background for a DIV.
Essentially, none of the content was clickable in IE6 when trying to make .PNG files 
be backgrounds of a DIV, so I had to create a separate DIV for the .PNG background image
and then create another DIV to ABSOLUTE position the navigation/hyperlinks over that background DIV.
NOTE: You cannot nest the second DIV inside the .PNG background one. It has to live outside of it
and simply be absolutely positioned on top of the .PNG background DIV*/
#jcarousel .menuPNG {
	height: 273px;
	width: 299px;
	z-index: 80; /* IE8 might have trouble. It vacillates */
	position: relative;
	float: left;
	top: 50px;
	left: 50px;
	background-image: url(images/slide_bg.png);
	background-repeat: repeat-y;
}
#jcarousel .menu {
	height: 201px;
	width: 246px;
	z-index: 81; /* IE8 might have trouble. It vacillates */
	position: relative;
	top: 50px;
	float: left;
	left: -265px;
	padding: 20px;
}
#jcarousel .menu h1 {
	font-size: 18px;
}
#jcarousel .menu p {
	font-size: 12px;
}
/* ------------------------------jcarousel STAGE SLIDER styles ------------------------------ */
#jcarousel .stgslide {
	height:395px;
	position:absolute;
	overflow:hidden;
	width: 955px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#jcarousel .h1Graphic {
	z-index: 99;
	height: 81px;
	width: 299px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#jcarousel .stgslide .stgslideheading {
	display:none;
	z-index: 1;
}
#jcarousel .stgslide .stgslidecontent {
	display:none;
	z-index: 1;
}
#jcarousel .stghrimg {
	width:299px;
	height:273px;
	top:50px;
	left:50px;
	position:absolute;
	z-index: 80;
	margin: 0;
}
#jcarousel .stghrimg h1 {
	margin:0;
	font-size: 18px;
	z-index: 80;
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 21px;
}
#jcarousel .stghrtxt {
	width:240px;
	top:127px;
	left:81px;
	position:absolute;
	font-size:13px;
	color:#838383;
	text-align: center;
	z-index: 80;
	font-family: "Times New Roman", Times, serif;
}
#jcarousel .stghrtxt a {
	font-size: 13px;
	color: #838383;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
#jcarousel .stghrtxt a:hover {
	color: #231616;
	text-decoration: none;
}
#jcarousel .stgbtnwrpr {
	width:225px;
	top:365px;
	left:700px;
	position:absolute;
	text-align:center;
	z-index: 80;
}
#jcarousel .stgbtnwrpr .mrftrs {
	width:100%;
	float:left;
	font-size:10px;
	color:#8ea4bc;
	text-align:center;
	padding:8px 0;
	z-index: 80;
}
/* ------------------ numeric pagination buttons ------------------ */
#jcarousel .stgbtnoff, #jcarousel .stgbtnon {
	width:22px;
	float:left;
	font-size:12px;
	color:#021e2f;
	border:1px solid #BDBDBD;
	display:block;
	cursor:pointer;
	display:inline;
	z-index: 99;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#jcarousel .stgbtnoff {
	background-color:#FFF;
	z-index: 99;
}
#jcarousel .stgbtnon {
	background-color:#021e2f;
	z-index: 99;
	color: #FFF;
}
/* ------------------------------ jcarousel positioning ------------------------------ */
/* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
 width: 918px;
	height: 408;
}
/**
* The buttons are added dynamically by jCarousel before
* the <ul> list (inside the <div> described above) and
* have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
/* ------------------------------ jcarousel skin ------------------------------ */
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 918px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  918px; /* CONTROLS slider container width */
	height: 408px; /* CONTROLS slider container height */
}
.jcarousel-skin-tango .jcarousel-item {
	width: 918px;
	height: 408px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
}
/* ------------------------------ Horizontal Buttons ------------------------------ */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	right: 35px;
	width: 15px;
	height: 15px;
	background-image: url(images/jcarousel/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 35px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	width: 15px;
	height: 15px;
	background-image: url(images/jcarousel/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	bottom: 35px;
	right: 300px;
}
