
/*****************************************************
* Slider styles: homepage
*****************************************************/
#services{position:relative; margin-left:30px;margin-top:20px;}
#static-service{position:absolute;top:22px;left:40px;}
#static-service h3{font-weight:bold;}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 187px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}
.stripViewer { /* This is the viewing window */
	position: relative;
	float: left;
	overflow: hidden; 
	border: none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 837px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 225px;
	clear: both;
	top:-21px;
	background:url(../images/slider_bg.png) no-repeat;
}
.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: 837px;
	/* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 22px 30px; 
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	float: left;
	width: 100px;
	position: relative;
	left: 497px;
	top: 202px;
	z-index:1;
}
.stripNav ul li {
	display:inline;
}
.stripNav ul li a:hover {
	background-color: #f39627;
	color:#000;
}
.stripNav ul li a:active {
	background-color: #f39627;
	color:#000;

}
.stripNav a {
	text-decoration: none;
	color: #666;
	background-color: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif ;
	word-spacing: -21px;
	margin-right: 4px;
	padding: 1px 5px;
}
.stripNav a.current {
	background-color: #f39627;
	color:#000;
}
/*.stripNavL, .stripNavR { 
	display:none;
}*/
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	bottom: 100px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 97px;
	width: 15px;
}

.stripNavL {
	left: 5px;
}

.stripNavR {
	right: 5px;
}

.stripNavL {
	background:url("../images/arrow_L.png") no-repeat center;
}

.stripNavR {
	background: url("../images/arrow_R.png") no-repeat center;
}
.slide-image{
	position:relative;
	float:left;
	width:200px;
	margin:0 0 0 10px;
}
.slide-image img{
}
.slide-text{
	position:relative;
	float:left;
	width:538px;
	margin:0 10px;	
}
.slide-text h4{
 	color:#f39627;
	margin: 38px 0 3px;
}
.slide-text a{
 	color:#f39627;
}
.slide-text a:hover{
 	text-decoration:underline;
}
