/* Submenu (common to all pages with bannermenu tabs) */



#banner {
	margin:0 auto;
	width: 100%;
	border-right:1px solid #e2e2e2;
	background:url(../images/grey_border_bg.gif) repeat-x bottom right;
}
#banner-tabs-container {
	width:223px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/left-nav.gif) no-repeat right bottom;
	min-height:335px;
}
#tab-banner-content {
	width:747px;
	padding:0;
	float:left;
	text-align:right;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/grey_border_bg.gif) repeat-x top right;
}
#banner-tabs {
	float: left;
	width: 100%;
}
#banner-tabs ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#banner-tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#banner-tabs li h2{
	font:bold 10pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#banner-tabs li a {
	float: left;
	margin: 0;
	padding: 0px 0px 0 30px;
	text-decoration: none;
	color: #fff;
	font:bold 10pt Arial, Helvetica, sans-serif;
	display: block;
	width:192px;
	height:40px;
	text-align:left;
	line-height:40px;
}
#banner-tabs li a:hover {
	background:url(../images/banner-heading.gif) no-repeat left;
	color: #005583;
	border:none;
	line-height:40px;
	padding-left:17px;
	width:206px;
}
#banner-tabs li a.selected {
	background:url(../images/banner-heading.gif) no-repeat left;
	color: #005583;
	font:bold 11pt Arial, Helvetica, sans-serif;
	border:none;
	line-height:40px;
	padding-left:17px;
	width:206px;
}



/* Submenu (common to all pages with submenu tabs) */

#sub-tabs-container {
width:148px;
margin:0;
padding:0 0px 0 0;
float:left;
background:url(../images/left-contact.gif) no-repeat right top;
height:215px;
}

#tab-contact-content {
width:216px;
margin:0;
padding:10px;
float:left;
background:url(../images/contact-tab-bg.gif) no-repeat;
height:195px;
}

.no-display {display:none;}

#sub-tabs {
	padding:10px 0px 0 0;
	width:146px;
}

#sub-tabs ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sub-tabs li {
	margin: 0;
	padding: 0;
}

#sub-tabs li a {
	margin: 0;
	/*background: url(../images/contact-li-border.gif) no-repeat right bottom;*/
	padding: 17px 20px 0 0px;
	text-decoration: none;
	color: #0a1d34;
	font:bold 9pt Arial, Helvetica, sans-serif;
	display: block;
	height:34px;
	text-align:right;
}

#sub-tabs li a:hover {
	padding-right:30px;
	background: url(../images/contact-hover-left-1.gif) no-repeat right top;
	color: #000;
}

#sub-tabs li a.selected {
	padding-right:30px;
	color: #000;
	background: url(../images/contact-hover-left-1.gif) no-repeat right top;
}

#center-tabs {
width:auto;
height:37px;
padding:0 20px;
margin:0 0 20px 0 ;
background:url(../images/tab-line.jpg) repeat-x bottom left;
}

#center-tabs  ul {
	margin: 0;
	padding: 0px 10px 0px 0px;
	list-style: none;
}

#center-tabs  li {
display: inline;
margin: 0;
padding: 0;
width:auto !important;
/**width:auto !important;*/
}

#center-tabs li a {
	float: left;
	background: url("../images/center-tab-left.gif") no-repeat left top;
	margin: 0 4px 0 0px;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#center-tabs li a span {
	padding: 0px 10px 0px 5px;
	color: #000;
	font:8pt Arial, Helvetica, sans-serif;
	line-height:1.3;
	background: url(../images/center-tab-right.gif) no-repeat right top;
	float: left;
	display: block;
	height:37px;
	line-height:37px;	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#center-tabs li a span {
	float:none;
}

/* End IE5-Mac hack */
		#center-tabs li a:hover span {
	color: #000;
}

#center-tabs li a:hover {
	background-position: 0% -37px;
	color: #000;
	
}

#center-tabs li a:hover span {
	background-position: 100% -37px;
	color: #000;
}

#center-tabs li a.selected {
	background-position: 0% -37px;
	
}

#center-tabs li a.selected span {
	background-position: 100% -37px;
	color: #000;
	text-transform: none;
	font-weight:bold;
}



/*----------------------------------------------------------------------------------------------------------------*/




 	.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:0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
		clear:both;
		height:500px;
		margin:auto;
		overflow:hidden;
		position:relative;
		width:960px;
		}
		
		.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:960px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}

#center-tabs, #center-tabs1, #center-tabs2 {
width:auto;
height:37px;
padding:0 20px;
margin:0 0 20px 0 ;
background:url(../images/tab-line.jpg) repeat-x bottom left;
}

#center-tabs ul, #center-tabs1 ul, #center-tabs2 ul {
	margin: 0;
	padding: 0px 10px 0px 0px;
	list-style: none;
}

#center-tabs li, #center-tabs1 li, #center-tabs2 li {
margin: 0;
padding: 0;
float:left !important;
display:inline;
width:auto !important;
/**width:auto !important;*/
}

#center-tabs li a, #center-tabs1 li a, #center-tabs2 li a {
	float: left;
	background: url("../images/center-tab-left.gif") no-repeat left top;
	margin: 0 4px 0 0px;
	padding: 0 0 0 5px;
	text-decoration: none;
	cursor:pointer;
}

#center-tabs li a span, #center-tabs1 a span, #center-tabs2 a span {
	padding: 0px 10px 0px 5px;
	color: #000;
	font:8pt Arial, Helvetica, sans-serif;
	line-height:1.3;
	background: url(../images/center-tab-right.gif) no-repeat right top;
	display: block;
	height:37px;
	line-height:37px;
	float:left;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*		#center-tabs li a span {
	float:none;
}*/


/* End IE5-Mac hack */
#center-tabs li a:hover span, #center-tabs1 li a:hover span, #center-tabs2 li a:hover span {
	color: #000;
}

#center-tabs li a:hover, #center-tabs1 li a:hover, #center-tabs2 li a:hover {
	background-position: 0% -37px;
	color: #000;
	
}

#center-tabs li a:hover span, #center-tabs1 li a:hover span, #center-tabs2 li a:hover span {
	background-position: 100% -37px;
	color: #000;
}

#center-tabs li a.selected, #center-tabs1 li a.selected, #center-tabs2 li a.selected {
	background-position: 0% -37px;
	
}

#center-tabs li a.selected span, #center-tabs1 li a.selected span, #center-tabs2 li a.selected span {
	background-position: 100% -37px;
	color: #000;
	text-transform: none;
	font-weight:bold;
}
