
@charset "utf-8";
/* CSS Document */

/* slider */

		/* p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px } */
		
		p#cross-links { display:none }
		
		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: 0 auto;
			position: relative;
			width: 800px;
			height: 395px;
			background:none;
			text-align:left;
			clear:both;
			}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #ccc; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 345px;
			clear: both;
			background: none;
		}
		
		.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: 345px;
			position: relative;
			width: 800px; /* 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;
			z-index: 0;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0 auto;
			padding:0;
			background:url(../images/contenthead_bg.png) top center repeat-x;
			height:50px;
			font-family: "Times New Roman", Times, serif;
			text-align: center;
			}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin:0 0 0 30px;
			padding: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js  default 2px*/
		}
		
		.stripNav a { /* The nav links */
			font-size: 17px;
			/*  font-weight: bold; */
			text-align: center;
			line-height: 20px;
			/* background: #106640; */
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0;
			margin: 15px 27px 0 0;
			/* text-indent:-9000em; */
		}
		
		/* .stripNav li a { margin-top:-30px; }  
		
		.stripNav li.tab1 a { background:url(../images/nav_medical.gif) top center no-repeat; width: 63px; }
		.stripNav li.tab2 a { background:url(../images/nav_professional.gif) top center no-repeat; width: 90px; }
		.stripNav li.tab3 a { background:url(../images/nav_commercial.gif) top center no-repeat; width: 130px; }
		.stripNav li.tab4 a { background:url(../images/nav_restaurants.gif) top center no-repeat; width: 82px; }
		.stripNav li.tab5 a { background:url(../images/nav_residential.gif) top center no-repeat; width: 78px; }
		.stripNav li.tab6 a { background:url(../images/nav_structural.gif) top center no-repeat; width: 72px; }
		.stripNav li.tab7 a { background:url(../images/nav_planning.gif) top center no-repeat; width: 66px; } */
		
		.stripNav li a:hover {color:#FCB11F; /* background-position: center -20px; */ }
		
		.stripNav li a.current { color:#FCB11F; }

		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			/* text-indent: -9000em; */
			bottom: -25px;
			height: 15px;
			width: 20px;
			z-index: 5;
			}
			
			.stripNavL { 
			margin-left: 5px;
			}
			
			.stripNavR { 
			margin-left: 85px;	
			}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 15px;
			width: 20px;
			line-height: 15px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;			
		}
		
		.stripNavL a{
			/* background: url("../images/arrow-left.gif") no-repeat top center; */
		
		}
		
		.stripNavR a{
			/* background: url("../images/arrow-right.gif") no-repeat top center; */

		}
		
		.stripNavL a:hover, .stripNavR a:hover {background-position: center -15px; }
		
a#stopNow {
/* background: url(../images/stop.gif) top center no-repeat; */
width:30px;
height:17px;
line-height:17px;
/* margin: 10px 0 0 40px;
 position:absolute;
 text-indent: -9000em; */
	 }
	 
a#stopNow:hover { color: #FCB11F }