/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/


/*-- jShowOff module styles --*/

#slider {
	background: #efefef;
	margin-bottom:7px;
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 282px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	}
.jshowoff {
	width: 960;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 960px;
	height: 282px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}

.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}

.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #193f71;
	color: #f99f2c;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*outline: none;*/
	font-size: 11px;
	line-height: 14px;
	}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}

.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #193f71;
	}

p.jshowoff-controls {
/*	background: #fff; */
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}

.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 14px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}

.txtbttm1 {padding-top:800px;}
.txtbttm2 {padding-top:900px;}

.line{border-top: solid 18px #f99f2c; width:auto;}

.line2{border-top: solid 18px #193f71; }
.line3{border-top: solid 18px #fff; }
/**  Safety Programs**/

.image1
{

border: 2px solid #f99f2c;
margin-right:4px;
float: left;
width: 128px;
height: auto;
-webkit-box-shadow:0 0 40px rgba(0,0,0,0.3);
box-shadow:0 0 40px rgba(0,0,0,0.3);}

.image2
{border: 2px solid #f99f2c;
float: left;
width: 128px;
height: auto;
-webkit-box-shadow:0 0 40px rgba(0,0,0,0.3);
box-shadow:0 0 40px rgba(0,0,0,0.3);}

.image3
{border: 2px solid #f99f2c;
margin-left:6px;
margin-right:4px;
float: left;
width: 128px;
height: auto;
-webkit-box-shadow:0 0 40px rgba(0,0,0,0.3);
box-shadow:0 0 40px rgba(0,0,0,0.3);}

.col1
{
padding-left:10px;
float: left;
width: 225px;
padding-right:13px;
height: auto;}

.col2
{padding-right:13px;
width: 225px;
float:left;
height: auto;}

.col3
{
width: 225px;
float:left;
height: auto;}

.col4{width:225px;
height: auto;
padding-right:13px;
float:left;
}
.col5
{padding-top:20px;
padding-left:10px;
float: left;
width: 225px;
padding-right:13px;
height: auto;}

.col6
{padding-right:13px; padding-top:20px;
width: 225px;
float:left;
height: auto;}

.col7
{padding-top:20px;
width: 225px;
float:left;
height: auto;}

.col8{width:225px;
height: auto; padding-top:20px;
padding-right:13px;
float:left;
}
#programbox{z-index:4;
    width:960px;
	height:auto;
	background-color: #193f71;
	}
#programbox2{z-index:4;
    width:960px;
	height:auto;
	background-color: #fff;
	}
.clearFloat {clear:both;}

/** bottom slider with text **/

.bdtxt {font-weight:bold;
color:#193f71;}

.read {color: #333;}

.slidertext1 {font-size:16px;
padding-left:10px;
color: #FFF;
padding-right:10px;
border-right:3px #193f71 solid;}

.slidertext2 {font-size:16px;
padding-left:10px;
color: #FFF;
padding-right:10px;
border-right:3px #193f71 solid;}

.slidertext3 {font-size:16px;
padding-left:10px;
color: #FFF;
padding-right:10px;}

.fhwacontainer.logo {padding-top:10px;}

.head{font-size:32px;
color:#fff;}

.head2{font-size:32px;
color:#193f71;}

.head3{font-size:32px;
color:#f99f2c;}