/* GLOBAL STYLES */
body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	font: 12px/17px  Arial, Helvetica, Verdana, sans-serif;
}

a, a:VISITED {
	color:#69C;
	text-decoration:underline;
}

a:HOVER, a:ACTIVE {
	color:#036;
	text-decoration:underline;
}

#breadcrumbs {
	font-size:10px;
	text-transform:uppercase;
}

#breadcrumbs p {
	padding-top:8px;
	margin-top:0;
	
}

#breadcrumbs a, #breadcrumbs a:VISITED  {
	
	text-decoration:none;
	}
	
#breadcrumbs a:HOVER, #breadcrumbs a:ACTIVE  {
	text-decoration:underline;
	}

img, a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.both {
	clear: both;
}

h1 {
	font-size: 25px;
	line-height:25px;
	color: #6699CC;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	line-height:16px;
	color: #6699CC;
}

h3 {
	font-size: 14px;
	line-height:14px;
	color: #666;
}

h4 {
	font-size: 12px;
	line-height:12px;
	color: #6699CC;
}

h5 {
	font-size: 12px;
	line-height:12px;
	color: #6699CC;
	text-transform: uppercase;
}

/*  GLENN */

.imgthumb {
	width:100px;
	}
	
.imgsmall {
	width:240px;
	}
	
.imgmed {
	width:340px;
	}
	
	
.imgright {
	clear:both;
	float:right;
	margin:2px 0 5px 10px;
}

.imgleft {
	clear:both;
	float:left;
	margin:2px 10px 5px 0;
}
	
.imgbig {
	width: 500px;
	margin:2px 0 5px 0;
}
	
.imgbig img {
	width: 500px;
}
		
.required, .error {
	color:#900;
}


/* LIST STYLES */
ul.raquo {
	list-style: none;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 15px;
}

ul.raquo li {
	background: url('/siteflow/images/bulletRAQUO.gif') top left no-repeat;
	padding-left: 8px;
}

ul.raquo li a:link, ul.raquo li a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

ul.raquo li a:hover {
	color: #6699CC;
}

ul.blueBlock {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
}

ul.blueBlock li {
	font-size: 10px;
	background: url('/siteflow/images/bulletBlueBlock.gif') top left no-repeat;
	padding-left: 27px;
	height: 30px;
}

ul.blueBlock li a:link, ul.blueBlock li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

ul.blueBlock li a:hover {
	color: #6699CC;
	text-decoration: underline;
}

#internalCenter ul {
	padding-left: 15px;
}


/* SEARCH FORM STYLES */

form#topsearch {
	padding-top:0;
	margin-top:0;
}

form#search div label {
	display:none;
	}
	
input#query{
	width:115px;
	height:12px;
	margin:0;
	padding:2px;
	color:#999;
	font-size:10px;
	}
	
#searchCaption {
	float: left; 
	width: 239px; 
	height: 19px; 
	padding-top: 0; 
	padding-right: 10px; 
	color: #999999; 
	font-size: 11px;
	}
	
#searchCaption a, #searchCaption a:VISITED{
	color: #999999; 
	text-decoration:none;
	}

#searchCaption a:HOVER, #searchCaption a:ACTIVE{
	color: #036; 
	text-decoration:underline;
	}
	
	
/* GLOBAL DROP-DOWN MENU STYLES */
/* Styles for individual items are in home.css and internal.css */
#nav { /* Overall UL container */
	width: 924px;
}

#nav, #nav ul { /* Overall and drop down UL containers */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a, #nav a:VISITED { /* These are the links in each LI */
	display: block;
	width: 100%;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	visibility: visible !important;
}



#nav ul a, #nav ul span.noLink { /* These are the links in the drop-down LIs */
	width: 215px;  /* This is -10px width of the container because of the padding */
	padding: 3px 5px;
}

#nav ul a:hover, #nav ul span.noLink:hover { /* Hover state of links in the drop-down LIs */
	background-color:#DDDDDD !important;
	color:#369 !important;
}

#nav ul li.sfhover>a, #nav ul li.sfhover span.noLink { /* ??? */
	background-color:#DDDDDD;
	color:#369;
}


#nav li span { /* The <span> hides the text in each */
	visibility: hidden;
}

#nav ul li { /* Each LI in the drop-down menus */
	float: left;
	width: 225px; /* width needed or else Opera goes nuts */
	height: auto;
	line-height: normal;
	
}

#nav li ul { /* Drop-down menu UL containers */
	position: absolute;
	background: transparent url(/siteflow/png/menuBackgroundTrans.png) top left repeat;
	width: 225px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #000000;
	border-top-width: 0;
}

#nav li ul div { /* "Wrapper" of the drop-down LIs -- need this so links are clickable in ie */
	background-image: none;
	height: auto;
	width: 225px;
	border: none;
}

#nav li ul li { /* Top border of each drop-down LI */
	border-top: 1px solid #000000;
	background-image: none;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul div li { /* Each drop-down menu LI */
	background-image: none;
	background-color: #EEEEEE;
}

/* FOOTER MENU STYLES */
#footerMenu {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerMenu li {
	display: inline;
	list-style: none;
	padding: 0px 9px 0px 6px;
	margin: 0px;
	border-right: 1px solid #666666;
	font-size: 9px;
}

#footerMenu li a:link, #footerMenu li a:visited {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

#footerMenu li a:hover {
	color: #6699CC;
	text-decoration: underline;
}

#footerMenu li.last {
	border: none;
	padding-right: 0px;
}


/* CLASS STYLES */
.ad {
	margin-bottom: 8px;
	text-align: right;
}


/* DIV STYLES */
#contentContainer {
	width: 960px;
	margin: 0px auto;
}

#headerContainer {
	width: 924px; 
	height: 110px;
	margin: 0px auto;
}

#searchContainer {
	width: 400px;
	height: 40px;
	float: right;
	margin-top: 20px;
	text-align: right;
}

#menuContainer {
	width: 924px;
	height: 41px;
	margin: 0px auto;
}

#spacerA {
	width: 924px;
	height: 2px;
	margin: 0px auto;
	background-color: #FFFFFF;
}



/* VARIOUS HOME STYLES */
div.banner {
	margin: 5px 0px 11px;
}

#homeBanner {
	width: 924px;
	height: 296px;
	margin: 0px auto;
}

#spacerB {
	width: 924px;
	height: 13px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#primaryContentContainer {
	width: 960px;
	margin: 0px auto;
	font-size: 10px;
}

#primaryLeft, #primaryCenter {
	width: 287px;
	float: left;
}

#leftContent {
	margin-left: 35px;
	line-height: 1.5;
}


#centerContent {
	margin-left: 35px;
	line-height: 1.5;
}

#centerContentNews{
	margin-left: 35px;
	line-height: 1.5;
}

#trackingShipment {
	font-weight: bold;
	font-size: 14px;
	color: #6699CC;
	margin: 15px 0px;
}

#primaryRight {
	width: 368px;
	float: left;
}

#spacerC {
	width: 924px; 
	height: 5px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#spacerD {
	width: 960px; 
	height: 46px;
	margin: 0px auto;
}

#footerContainer {
	width: 924px; 
	height: 75px;
	margin: 0px auto;
}

#footerLeft {
	width: 270px;
	float: left;
	color: #333333;
	font-size: 9px;
	text-align: left;
	margin: 16px 0px 0px 10px;
}

#footerRight {
	width: 624px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

#spacerInternalA {
	width: 924px; 
	height: 16px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#primaryContentContainerInternal {
	width: 924px; 
	margin: 0px auto;
	font-size: 10px;
}

#internalLeft {
	width: 185px; 
	background: url('/siteflow/images/internal/sidebarBG.gif') top left repeat-x; 
	float: left;
	min-height: 560px;
}

#internalCenter {
	width: 500px; 
	padding-left: 15px;
	float: left;
	font-size:12px;
	line-height: 17px;
}

#internalRight {
	width: 200px; 
	float: right;
	padding-left:14px;
}

#internalRight h3{
	font: 12px/15px  Arial, Helvetica, Verdana, sans-serif;
	padding:4px 4px 4px 10px;
	background: url('/siteflow/images/h3_back.jpg') top left no-repeat;
	width:186px;
	height:32px;
	font-weight:normal;
	text-transform:uppercase;
	color:#69C;
	margin:0;
}




	
/* NEWS */
	
.newsdate {
	clear:left;
	float:left;
	width:110px;
	padding-top:10px;
	color:#666;
}
	
.newsitem {
	float:left;
	width:360px;
	margin-left:10px;
	padding-top:10px;
}
	
.filedescription {
	color:#666;
	font-style:italic;
}
	
/* LISTS */
	
.listingleft {
	clear:left;
	float:left;
	margin:0 20px 0 0;
	padding-bottom:20px;
}
	
.listingright {
	float:left;
	margin:0;
	padding-bottom:20px;
}

/* PHOTO GALLERY */
	
.photogallerywrapper {
	clear:both;
	width:100%;
	background:#fff;
	padding:5px 0;
	margin:0;
}
	
.aphoto {
	float:left;
	height:80px;
	padding:0;
	margin:10px 10px 0 0;
	border:1px dotted #999;
}
	
.aphoto img {
	padding:5px;
	height:70px;
	border:none;
}


		
/* LIST STYLES FOR ALPHA LISTINGS */

ul li.listheading {
	list-style:none;
	list-style-image: none;
	margin-left:-20px;
	padding-left:0;
	font-weight:bold;
	}
	
ul.listsplitalpha{
	padding-left:0 !important;
}

ul.listsplitalpha li{
	list-style-type:none !important;
	margin:0 0 5px 0 !important;
}

li.listheading{
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.anchorlist{
	margin-bottom:30px;	
}

.anchorlist a{
	font-size:10px;
	padding:0 6px;
	border-right:1px solid #ccc;
}

a.returntop{
	display:block;
	font-weight:normal;
	padding:0;
	margin-bottom:20px;
}

	
div.graybox {
	background-color:#999;
	padding:3px 12px;
	margin:5px 0;
	color:#fff;
	}
	
div.graybox a, div.graybox a:VISITED{
	color:#fff !important;
	text-decoration:underline;
	}
	
div.graybox h2 a, div.graybox h2 a:VISITED {
	color:#fff !important;
	text-decoration:none;
	}
	
div.graybox h2 a:HOVER, div.graybox h2 a:ACTIVE {
	text-decoration:underline;
	}
	
/* INTERNAL MENU STYLES */
#nav li { /* Each main category of primary menu LI */
	float: left;
	height: 41px;
	line-height: 41px;
	background-image: url('/siteflow/images/menu_back_rev.jpg');
	background-repeat: no-repeat;
}

#nav #about {
	width: 141px;
	background-position: 0px 0px;
}

#nav #about.sfhover, #nav #about.active {
	width: 141px;
	background-position: 0px -41px;
}

#nav #services {
	width: 120px;
	background-position: -141px 0px;
}

#nav #services.sfhover, #nav #services.active {
	width: 120px;
	background-position: -141px -41px;
}

#nav #difference {
	width: 133px;
	background-position: -261px 0px;
}

#nav #difference.sfhover, #nav #difference.active {
	width: 133px;
	background-position: -261px -41px;
}

#nav #chain_resources {
	width: 155px;
	background-position: -394px 0px;
}

#nav #chain_resources.sfhover, #nav #chain_resources.active {
	width: 155px;
	background-position: -394px -41px;
}

#nav #providers {
	width: 159px;
	background-position: -549px 0px;
}

#nav #providers.sfhover, #nav #providers.active {
	width: 159px;
	background-position: -549px -41px;
}

#nav #worldwide_locations {
	width: 135px;
	background-position: -708px 0px;
}

#nav #worldwide_locations.sfhover, #nav #worldwide_locations.active {
	width: 135px;
	background-position: -708px -41px;
}

#nav #careers {
	width: 81px;
	background-position: -843px 0px;
}

#nav #careers.sfhover, #nav #careers.active {
	width: 81px;
	background-position: -843px -41px;
}
	
/* SIDEBAR MENU STYLES */

ul.sidebar {
	list-style: none;
	padding-left: 13px;
	margin-top: 0px;
	padding-top: 2px;
	width: 160px;
	font-size:11px;
}

ul.sidebar li {
	background: url('/siteflow/images/bulletBlueRAQUO.gif') top left no-repeat;
	padding: 6px 0px 6px 8px;
	border-bottom: 1px solid #003366;
}


ul.sidebar li.last {
	border: none;
}

ul.sidebar li a:link, ul.sidebar li a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

ul.sidebar li a:hover {
	color: #6699CC;
}
	
li.active > a {
	font-weight: bold;
	color: #69C !important;
	text-decoration: none;
	}
	
li.active ul {
	padding:3px 0 0 5px !important;
	}
	
li.active ul li{
	background-image:none;
	padding-left;0 !important;
	margin-left:0 !important;
	}
	
ul.sidebar li ul li {
	list-style-type:none;
	list-style-image:none;
	border:none;
	padding-left;0 !important;
	margin-left:0 !important;
	}
	
ul.sidebar li ul, #internalRight ul {
	padding-left;0 !important;
	margin-left:0 !important;
	}
	
	
body#sideNavFrame {
	background: url('/siteflow/images/internal/sidebarBG.gif') top left repeat-x;
	font-size:10px;
}

#side_navgation {
	border:medium none;
	float:left;
	overflow:hidden;
	width:185px;
}

/* RIGHT COLUMN MENUS */

div#internalRight ul {
	list-style: none;
	margin-top: 0px;
	padding:0 0 0 10px;
	width: 190px;
	font-size:11px;
	line-height:11px;
}

div#internalRight ul li {
	padding: 6px 0px;
}

div#internalRight ul li a{
	text-decoration:none;
}

p.seofooter {
	border-top:1px solid #ccc;
	padding-top:10px;
	font-size:11px;
	font-style:	italic;
	color:#666;
	}


div.newscopy p:first-child{
	display: inline !important;
}

