@charset "utf-8";
/* CSS Document */



#page #areanav{display:none}#page #main{float:none;width:940px}.rd .hp #page #main{width:700px}#content #page{background:none}.twocol #main #section{width:700px}


										/* HOME ROTATOR BANNER */
#Banner{
	color: #fff;
	height:227px;
	margin:0;
	width: 905px;
	position: absolute;
	top: 40px;
	float: right;
	left: 25px;
	border: #356697 thick 15px;
}
										/*IMAGE PARTS OF ROTATOR*/
#Banner div{
	position: absolute;
	top: 5px;
	left: 603px;
	height:224px;
	overflow:hidden;
	float: right;
	width:909px
}
									/*TRANSPARENT GREY PARTS OF ROTATOR*/
#Banner div div{
	background:transparent url(../images-home/bg-homebanner.png) repeat;
	background:rgba(0, 0, 0, 0.8) none;
	height:120px;
	margin:0;
	position:absolute;
	top:0px;
	left:500px;
	width:405px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}
										/*TEXT AN NAV IN GREY PART*/
#Banner div div ul{list-style-image:url('http://www.epa.gov/hpfiles/css/i/bg-bullet-banner.png')}
#Banner a{color:#fff; font-weight:bold}
#Banner h2{font-size:1.3em;margin-bottom:0.25em}
#Banner p{margin-bottom:0.5em}
							/*This style controls the 1, 2, 3, 4 header POSITION*/
#nav{ left:32px;position:absolute;z-index:10;top:145px;*line-height:2}
						/*This style controls the 1, 2,3, 4 header color, size, and font STYLE */
#content #nav a{background:#303b40;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;color:#fff;font-weight:bold;text-decoration:none;margin:0 5px 0 0;padding:3px 5px}
					/*This style controls the 1, 2,3, 4 header text color when it is ACTIVE*/
#content #nav a.activeSlide{color:#4298aa}
					/*This style controls the 1, 2,3, 4 header text color when it is HOVERED*/
#content #nav a:focus,#content #nav a:hover{color:#00a189;outline:none;text-decoration:none}
#headline-local
{    background: none repeat scroll 0% 0% rgb(0, 0, 0);
        background-color: #356697;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 00% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
    border-style: solid;
        border-top-style: solid;
        border-right-style-value: solid;
        border-bottom-style: solid;
        border-left-style-value: solid;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
    border-color: #356697;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    border-width: 8px 1px 8px 7px;
        border-top-width: 8px;
        border-right-width-value: 1px;
        border-bottom-width: 8px;
        border-left-width-value: 7px;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
    color: rgb(255, 255, 255);
    height:223px;

        margin-top: 0px;
        margin-right-value: 0px;
        margin-bottom: 0px;
        margin-left-value: 20px;
        margin-left-ltr-source: physical;
        margin-left-rtl-source: physical;
        margin-right-ltr-source: physical;
        margin-right-rtl-source: physical;
    width: 935px;
}
													/*ASIDE-NOT IN USE*/
#aside-content
{background: #00a189;
float: right;
width: 250px;
margin-right: 5px;
height: 200px;}

#aside-content a: link, #aside-content a: visited, #aside-content a: hover 
{color: #FFFFFF;text-decoration: none;}


#homebody
                                                    /*HOME PAGE ROWS*/

#aboutsw
{width: 100%; 
height: 50px; 
padding-top: 20px; 
padding-bottom:50px; 
background-color:#c4dae4;

	}

#row1{
width:100%; 
padding-top: 10px;
display: inline-block;
}


#row2{
width:100%; 
float: left; 
background-color:#c4dae4; 

}

													/*HOME BOXES*/
.sw-homebox-left
{width: 300px;
float: left;

margin-left:25px;
margin-right; 30px;}

.sw-homebox-mid
{width: 300px;float: left;
}
.sw-homebox-right
{width: 300px;
float: left;
}


						 /* ACCORDIONS on TIMELINE, FOR SHIPPERS, FOR CARRIERS, FOR LOGISTICS*/

  /*ACCORDIAN STYLES*/
  
.accordion1 {
	background:#fff  0 0;
	width: 905px;
	margin: 0 auto;
	border:1px solid #ddd;	
	-background:#fff;font-size: 100%;
line-height: 1.5;
}


/* accordion header */
.accordion1 h3 {
	background-color:#4289aa;
	
	padding:5px 15px;
	font-size:14px;
	font-weight:100px ;
	color: #FFFFFF;	
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
		
}

/* currently active header */
.accordion1 h3.current {
	cursor:default;
	background-color: #009900;
	color: #FFFFFF;
}

/* accordion pane */
.accordion1 div.pane {
	border:1px solid #faf4f1;
	border-width:0 2px;
	display:none;
	height: auto;
	padding:15px;
	color:#000;
	font-size:14px;
	overflow: auto;
}

/* a title inside pane */
.accordion1 div.pane h3 {

	margin:0 0 -5px 0;
	font-size:16px;
	color:#fff;
}

												/*PARTNER LIST PAGE*/
#content p#partner_cat {
  font-size: 0.9em;
  background: url(i/partner_list_header_bg.jpg) no-repeat;
  margin: 0.5em 0 0;
  padding: 7px 0 6px;
  font-weight: bold;
  text-align: center;
  }  
p# partner_cat a {
  white-space: nowrap;
  }  
  
p.partner_view { margin-right: 12em;
  } 
												  /*STANDARD TABLES*/ 

  }  
table.default {
  width: 722px;
  border-collapse: collapse;
  font-size: 0.9em;
  }
table.default td, table.default th {
 border-left: 1px solid #D4DEE9;
 padding: 0.25em 2px 0.25em 8px;
  }
table.default th {
  text-align: left;
  }
#content table.zebra tr.rowTint td { /*override master style*/	
  background: #E5F1EC;
  }   
.join {
  width: 100%;
  margin: 0 6px;
  }
.layout {
  clear: both;
  }


    ul#minitabs {
	list-style: none;
	margin-left:auto;
	margin-right: auto;
	width: 70%;
	padding: 7px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;

	white-space: nowrap
    }
    ul#minitabs li {
    display: inline;
    margin: 0 3px;
    }
    ul#minitabs a {
    text-decoration: none;
    padding: 0 0 3px;
    border-bottom: 4px solid #FFF;
    color: #999
    }
    ul#minitabs a#current {
    border-color: #218BBF;
    color:#06F
    }
    ul#minitabs a:hover {
    border-color: #218BBF;
    color: #666
    }






											/**LOGO SLIDERS**/
.slider, .slider1, .slider2, .slider3, .slider4{
	position: relative;
	float:left;
	width:150px;
	margin-top:20px;
}


.slider img {
	display: none;
	position: absolute;
}

#logos
{
margin-bottom:200px;}

ul .tabs{
  
    font-size: 18px;
}

/*TIPS STYLES*/
