/* Banner CODE start */
.headerimg { 
	background-position: 
	center top; 
	background-repeat: no-repeat; 
	width: 902px; 
	height:412px; 
	position:absolute; 
}

/* HEADER TEXT */
#headertxt { 
	width:360px; 
	margin-left: 50px; 
	clear:both; 
	position:relative; 
	top:70px; 
}
#firstline {
	color:#000000;
	opacity:0.75;
	padding:4px 13px 7px;
	display:block;
	font-size:19px;
	text-align: right;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
#secondline { 
	color:#FFF; 
	padding:0 13px 10px; 
	display:block; 
	font-size:14px;
	text-align: right;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	clear:both; 
}

/* CONTROLS */
.btn { height:28px; width:20px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png");
}
#next { background-image:url("../images/btn_next.png"); float:right;}
#control { background-image:url("../images/btn_pause.png"); display:none;}

/* HEADER HAVIGATION */
#headernav-outer {
	 position:relative; top:185px;
 width:902px;
  }
#headernav { float:none; }

/* Banner CODE end */




/* Home CODA SLIDER CODE start */

		a:focus { outline:none }
		
		img { border: 0 }
		
		.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 */
			position: relative;
			width: 100%;
			height: 300px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 300px;
}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: auto; 
			overflow-x: hidden;
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
			clear: both;
			/*background: #f1d4a6;*/
		}
		

		.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: 900px;
			overflow:auto /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .service-wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			margin: 0 0 0 45px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px;/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			background: #000;
			color: #c8a164;
			text-decoration: none;
			display: block;
		}
		
		.stripNav li.tab1 a 
		{ 
			background: url(../images/codatab-normal.jpg) repeat-x;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
			font-size: 16px;
			font-style: normal;
			font-weight: normal;
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
		 }
		.stripNav li.tab2 a 
		{ 
			background: url(../images/codatab-normal.jpg) repeat-x;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
			font-size: 16px;
			font-style: normal;
			font-weight: normal;
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
		 }
		.stripNav li.tab3 a 
		{ 
			background: url(../images/codatab-normal.jpg) repeat-x;
			font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
			font-size: 16px;
			font-style: normal;
			font-weight: normal;
			color: #FFF;
			text-decoration: none;
			text-transform: uppercase;
		 }
		
		.stripNav li a:hover {
			background: url(../images/codatab-hover.jpg) repeat-x;
		}
		
		.stripNav li a.current {
	background: url(../images/codatab-hover.jpg) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
		}
		
		.stripNavR a {
			display:block;
			height: 33px;
			width: 20px;
		}
		.stripNavL a {
			display:block;
			height: 33px;
			width: 20px;
		}
		
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(../images/left.png) no-repeat left;
			z-index:5;
		}
		
		.stripNavR {
			background: url(../images/right.png) no-repeat right;
		}
		
/* Home CODA SLIDER CODE end */
