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

/* ------------------------------ jcarousel container styles ------------------------------ */
#jcarousel {
	height: 411px;
	width: 948px;
	position: relative;
	background-color: #FFF;
	float: left;
	margin-bottom: 10px;
	background-image: url(/images/home/widget/bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
	padding: 10px;
	margin-left: 10px;
}
/*-----------------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: 254px;
	width: 292px;
	z-index: 80; /* IE8 might have trouble. It vacillates */
	position: absolute;
	background-image: url(../images/home/widget/search-form.png);
	background-repeat: no-repeat;
	top: 30px;
	background-position: left top;
	left: 30px;
}
#jcarousel .menu {
	height: 254px;
	width: 292px;
	z-index: 81; /* IE8 might have trouble. It vacillates */
	position: relative;
	top: 20px;
	float: left;
	left: 20px;
}
#jcarousel .menu .form {
	position: absolute;
	height: 132px;
	width: 218px;
	left: 45px;
	top: 80px;
	z-index: 82;
}
#jcarousel .form select {
	margin-bottom: 10px;
}
#jcarousel .menu h1 {
	font-size: 18px;
}
#jcarousel .menu p {
	font-size: 12px;
}
#jcarousel img.click {
	position: absolute;
	z-index: 99;
	right: 10px;
	bottom: 10px;
}
#jcarousel .menu .link {
	position: absolute;
	right: 28px;
	bottom: 13px;
	font-style: italic;
	color: #999;
}
#jcarousel .menu .link a {
	color: #999;
}
/* ------------------------------jcarousel STAGE SLIDER styles ------------------------------ */
#jcarousel .stgslide {
	height:411px;
	position:absolute;
	overflow:hidden;
	width: 948px;
	left: 10px;
	top: 10px;
	z-index: 1;
}
#jcarousel .h1Graphic {
	z-index: 99;
	width: 300px;
	position: absolute;
	left: 210px;
	height: 68px;
	bottom: 0px;
}
#jcarousel .stgslide .stgslideheading {
	display:none;
	z-index: 1;
}
#jcarousel .stgslide .stgslidecontent {
	display:none;
	z-index: 1;
}
#jcarousel .stghrimg {
	width:948px;
	height:70px;
	position:absolute;
	z-index: 80;
	left: 10px;
	bottom: 10px;
	background-color: #5a5449;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#jcarousel .stghrimg h1 {
	font-size: 21px;
	z-index: 80;
	position: absolute;
	color: #FFF;
	bottom: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	right: 440px;
	text-align: right;
	width: 300px;
	font-weight: normal;
}
#jcarousel .stghrtxt {
	width:285px;
	position:absolute;
	color:#E3E2E2;
	z-index: 80;
	right: 135px;
	font-size: 13px;
	bottom: 30px;
	height: 20px;
	padding-top: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8c8880;
	padding-left: 15px;
}
#jcarousel .stghrtxt a {
	font-size: 13px;
	color: #838383;
	text-decoration: underline;
}
#jcarousel .stghrtxt a:hover {
	color: #231616;
	text-decoration: none;
}
#jcarousel .stgbtnwrpr {
	width:95px;
	position:absolute;
	text-align:center;
	z-index: 80;
	right: 30px;
	bottom: 34px;
	float: right;
}
/*#jcarousel .stgbtnwrpr .mrftrs {
	width:100%;
	float:left;
	font-size:10px;
	color:#8ea4bc;
	text-align:center;
	z-index: 80;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}*/
/* ------------------ numeric pagination buttons ------------------ */
#jcarousel .stgbtnoff, #jcarousel .stgbtnon {
	width:18px;
	float:left;
	font-size:13px;
	border:1px solid #DCDFDF;
	display:block;
	cursor:pointer;
	display:inline;
	z-index: 99;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 18px;
}
#jcarousel .stgbtnoff {
	background-color:#938978;
	z-index: 99;
	color: #FFF;
}
#jcarousel .stgbtnon {
	background-color:#FFF;
	z-index: 99;
	color: #655f55;
}
/* ------------------------------ 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: 818px;
	height: 305px;
}
/**
* 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: 818px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  818px; /* CONTROLS slider container width */
	height: 305px; /* CONTROLS slider container height */
}
.jcarousel-skin-tango .jcarousel-item {
	width: 818px;
	height: 305px;
}
.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;
}
