@charset "utf-8";
/* CSS Document */


noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }




.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 260px; background: #fff; overflow: hidden}
.csw .loading {margin: 20px 0 30px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #D2D9E0; /* this is the border. should have the same value for the links */
	border-top: none; /* remove border so tab extends into the panel */ 
	width: 203px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 260px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 203px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	/* removed centering */
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
}

.stripNav a { /* The nav links */
	height: 24px;
	background: #c6e3ff;
	text-decoration: none;
	display: block;
	text-indent: -9009px;
	
}

.stripNav li.tab1 a { background: url('/imgs/newsSlider-news.png') 0 -24px no-repeat; width: 87px; }
.stripNav li.tab2 a { background: url('/imgs/newsSlider-events.png') 0 -24px no-repeat; width: 118px; }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background-position: 0 -48px;
}

.stripNav li a.current {
	background-position: 0 0px;
}



/*
######################################
slider2 - homepage */


.stripViewerHome .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}

.slider-wrapHome { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 892px;
	margin: 0 auto;
	overflow: hidden; 
	}

/* These 2 lines specify style applied while slider is loading */
.cswHome {width: 100%; height: 188px; background: #fff; overflow:hidden;}
.cswHome .loading {margin: 20px 0 30px 0; text-align: center}

.stripViewerHome { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none;
	 /* Also specified in  .stripViewer .panelContainer .panel  below */
	width: 892px;
	height: 188px;
	clear: both;
}

.stripViewerHome .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	overflow: hidden; 
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewerHome .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 188px;
	overflow: hidden; 
	position: relative;
	width: 892px; /* Also specified in  .stripViewer  above */
}

.stripViewerHome .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
	margin: 0;
}

#choose.panel { background: url('/imgs/home-bannerSlider-img-choose.jpg'); } 
#executive.panel  { background: url('/imgs/home-bannerSlider-img-executive.jpg'); }
#finance.panel  { background: url('/imgs/home-bannerSlider-img-finance.jpg'); }
#operations.panel  { background: url('/imgs/home-bannerSlider-img-operations.jpg'); }
#sales.panel  { background: url('/imgs/home-bannerSlider-img-sales.jpg'); }
#it.panel  { background: url('/imgs/home-bannerSlider-img-it.jpg'); }

.stripNavHome { /* This is the div to hold your nav (the UL generated at run time) */
	/* removed centering */

}

.stripNavHome ul { /* The auto-generated set of links */
	list-style: none;

	}

.stripNavHome ul li {
	float: left;
}

.stripNavHome a { /* The nav links */
	height: 46px;
	width: 178px;
	background: #c6e3ff;
	text-decoration: none;
	display: block;
	text-indent: -9009px;
	margin-right: 1px;
	margin-top: 1px;
	background-position: 0 0;
}

.stripNavHome li.tabHome1 a { display: none; } /* initial "choose your role" tab, non-selectable */
.stripNavHome li.tabHome2 a { width: 178px;background: url('/imgs/home-bannerSlider-button-executive.png') no-repeat; }
.stripNavHome li.tabHome3 a { width: 178px;background: url('/imgs/home-bannerSlider-button-finance.png') no-repeat; }
.stripNavHome li.tabHome4 a { width: 178px;background: url('/imgs/home-bannerSlider-button-operation.png') no-repeat; }
.stripNavHome li.tabHome5 a { width: 178px;background: url('/imgs/home-bannerSlider-button-sales.png') no-repeat; }
.stripNavHome li.tabHome6 a { width: 178px;background: url('/imgs/home-bannerSlider-button-it.png') no-repeat; }

.stripNavHome li a:hover {
	background-position: 0 -46px;
}

.stripNavHome li a.current {
	background-position: 0 -46px;
}

.stripNavHomeL, .stripNavHomeR { /* The left and right arrows */
	position: absolute;
	top: 90px;
	text-indent: -9000em;
}

.stripNavHomeL a, .stripNavHomeR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavHomeL {
	left: 0;
}

.stripNavHomeR {
	right: 0;
}

.stripNavHomeL {
	background: url("/imgs/arrow-left.gif") no-repeat center;
}

.stripNavHomeR {
	background: url("/imgs/arrow-right.gif") no-repeat center;
}
