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

* {
margin: 0;
padding: 0
}
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p a, li a {
color: #39c;
text-decoration: none
}
noscript p{
color: #a00;
font-size: 13px;
line-height: 1.4em;
text-align: left
}
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: 600px;
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: 1px solid #000; /* this is the border. should have the same value for the links */
margin: auto;
width: 560px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 540px;
clear: both;
background: #fff;
}
.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: 600px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper
{
 /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 10px;
}
.wrapper1, .wrapper2, .wrapper3, .wrapper4, .wrapper5, .wrapper6{ /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 10px;
}
.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: 2px; /* 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;
line-height: 32px;
background: #c6e3ff;
color: #000;
text-decoration: none;
display: block;
padding: 0 15px;
}
.stripNav li.tab1 a {
background: #f0f0f0
}
.stripNav li.tab2 a {
background: #e0e0e0
}
.stripNav li.tab3 a {
background: #d0d0d0
}
.stripNav li.tab4 a {
background: #c0c0c0
}
.stripNav li.tab5 a {
background: #b0b0b0
}
.stripNav li.tab6 a {
background: #a0a0a0
}
.stripNav li a:hover {
background: #999;
}
.stripNav li a.current {
background: #000;
color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 230px;
text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
display: block;
height: 8px;
width: 8px;
}
.stripNavL {
left: 5px;
}
.stripNavR {
right: 5px;
}
.stripNavL {
background: url("../images/arrow-left.gif") no-repeat center;
}
.stripNavR {
background: url("../images/arrow-right.gif") no-repeat center;
}

.wrapper h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper dl{
margin-top:10px;
}

.wrapper dt{
float:left;
width:190px;
}
.wrapper dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}

.wrapper1 h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper1 dl{
margin-top:10px;
}
.wrapper1 dt{
float:left;
width:190px;
}
.wrapper1 dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}

.wrapper2 h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper2 dl{
margin-top:10px;
}
.wrapper2 dt{
float:left;
width:190px;
}
.wrapper2 dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}

.wrapper3 h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper3 dl{
margin-top:10px;
}
.wrapper3 dt{
float:left;
width:190px;
}
.wrapper3 dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}

.wrapper4 h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper4 dl{
margin-top:10px;
}
.wrapper4 dt{
float:left;
width:190px;
}
.wrapper4 dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}

.wrapper5 h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper5 dl{
margin-top:10px;
}
.wrapper5 dt{
float:left;
width:190px;
}
.wrapper5 dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}

.wrapper6 h3{
margin:10px 0 30px 0 !important;
padding:0 0 0 0 !important;
border:none !important;
}
.wrapper6 dl{
margin-top:10px;
}
.wrapper6 dt{
float:left;
width:190px;
}
.wrapper6 dd{
font-size:0.75em;
line-height:1.6;
margin:0 0 20px 190px;
width:350px;
}
.wrapper1{
height:550px;
background-image: url(../images/process/bg_01.jpg);
background-repeat: no-repeat;
background-position: left -50px;
}
.wrapper2{
height:550px;
background-image: url(../images/process/bg_02.jpg);
background-repeat: no-repeat;
background-position: left -50px;
}
.wrapper3{
height:550px;
background-image: url(../images/process/bg_03.jpg);
background-repeat: no-repeat;
background-position: left -50px;
}
.wrapper4{
height:550px;
background-image: url(../images/process/bg_04.jpg);
background-repeat: no-repeat;
background-position: left -50px;
}
.wrapper5{
height:550px;
background-image: url(../images/process/bg_05.jpg);
background-repeat: no-repeat;
background-position: left -50px;
}
.wrapper6{
height:550px;
background-image: url(../images/process/bg_06.jpg);
background-repeat: no-repeat;
background-position: left -50px;
}

