@charset "UTF-8";
/* CSS Document */
/*
------------------------------------------------------------------------------------------------------------------
1.	BODY
------------------------------------------------------------------------------------------------------------------
-	Defines entire sites width and main body background image if applicable
------------------------------------------------------------------------------------------------------------------*/
body {
	height: auto;        
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/* Custom items */
	width: 902px;
	}
body input,
body textarea {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	padding: 2px;
	}
body input :active,
body textarea :hover {
	background-color: #dae9ef;
	}	
/*
------------------------------------------------------------------------------------------------------------------
2.	WRAPPER
------------------------------------------------------------------------------------------------------------------
-	Contains all page items
-	Starts above Branding (top) DIV and ends after Footer (bottom)
------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	height: auto;
	clear: both;
	}
/*
------------------------------------------------------------------------------------------------------------------
3.	BRANDING
------------------------------------------------------------------------------------------------------------------
-	Area contains the Company identity/brand
-	Contains any Utility navigation (smaller sub links IE. Home, Contact, Search, etc.)
------------------------------------------------------------------------------------------------------------------*/
#branding {
	width: 100%;
	clear: both;
	float: left;
/* Custom items */
	/*height: 10px;*/
        height: 90px;
	/*padding-bottom: 10px; */       
	}
#branding-right {
	width: 739px;
	padding-right: 5px;
	float: left;
	}
#branding-left {
	width: 148px;
	padding-left:10px;
	float: left;
	}
/*
------------------------------------------------------------------------------------------------------------------
4.	HOME PAGE SPECIFIC
------------------------------------------------------------------------------------------------------------------*/
#content-home-left { /* 602px total width */
	width: 586px;
	float: left;
  	border-left: 1px solid #CBC3BB;
	background-image: url('/css/images/home-table-border.gif');
	background-position:  right top;
	background-repeat: no-repeat; padding-left:15px; padding-right:0px; padding-top:20px; padding-bottom:5px
	}
#content-home-left ul {
	width: 100%;
	list-style-type: none;
	clear: both;
	float: left;
	}
#content-home-left li {
	width: 275px;
	float: left;
	padding-right: 18px;
	padding-bottom: 20px;
	}
#content-home-left li h1 {
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 4px;
	background-image: url('/css/images/header-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 0px
	}
#content-home-left li h1 a:link,
#content-home-left li h1 a:visited {
	color: #000000;
	text-decoration: none;
	}
#content-home-left li h1 a:hover {
	color: #000000;
	text-decoration: underline;
	}
#content-home-left li p {
	font-size: 10px;
	line-height: 12px;
	padding-left: 15px;
	}
#content-home-left li img {
	float: right;
	padding-left: 5px;
	}
#content-home-right { /* 300px total width */
	width: 269px;
	float: left;
	padding-right: 16px; /* +1 for stroke along right side bg (inn-page-content.home) */
	padding-left: 15px;
	padding-bottom: 8px;
	}
#content-home-right dt {
	padding-top: 10px;
	margin-top: 8px;
	background-image: url('images/home-section-rightside-border.gif');
	background-position:  left top;
	background-repeat: repeat-x;
	clear: both;
	vertical-align: top
	}	
#content-home-right h1 {
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	color: #1A4A91;
	margin-bottom: 6px;
	padding-bottom: 0px;
	}
#content-home-right ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 12px;
	color: #1A4A91;
	}
#content-home-right li a:link,
#content-home-right li a:visited {
	text-decoration: none;
	}
/*
------------------------------------------------------------------------------------------------------------------
5.	CONTENT
------------------------------------------------------------------------------------------------------------------
-	Contains everything between Main/Top Navigation and Footer
-	In most cases it contains any background image that is to flow from top to bottom (IE. left navigation strip)
-	If new backgrounds for the content area are needed the templates are set for the ID to be changed. 
	Simply duplicate the entire #content attributes below, rename and adjust the background-image attribute 
	to point to the new background image.
/*
------------------------------------------------------------------------------------------------------------------
	CONTENT HEADER IF APPLICAPLE / POSSIBLE FLASH AREA
------------------------------------------------------------------------------------------------------------------*/
#content-header {
	width: 100%;
	clear: both;
	float: left;
	}
#content #content-header {
	height: 60px;       
	background-repeat: no-repeat;
	}
#content-home #content-header {
	background-image: url('/images/homepage-header-image.jpg');
	background-repeat: no-repeat;
	background-color: #f8f5ec
	}
#content-home #content-header p {
	padding: 127px 420px 10px 20px;
	}
/*
------------------------------------------------------------------------------------------------------------------
	DEFAULT CONTENT
------------------------------------------------------------------------------------------------------------------*/
#content-home,
#content {
	width: 100%;
	height: auto;        
	clear: both;
	float: left; /* NEEDED FOR IE 6 */
/* Custom items */
	}
#content-home {
	background-image: url('/css/images/abx-bg-righthome-border.gif');
	background-position:  left top;
	background-repeat: repeat-y
	}
#content {
	background-image: url('/css/images/left-nav-bg.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px
	}
/*
------------------------------------------------------------------------------------------------------------------
	CONTENT FULL FOR INFORMATION THAT USES THE ENTIRE PAGE SPACE (WITHOUT LEFTNAV)
------------------------------------------------------------------------------------------------------------------*/
#content-full {
	width: 100%;
	height: auto;
	clear: both;
/* Custom items */
	background-position: top right;
	background-repeat: repeat-y;
	}
/*
------------------------------------------------------------------------------------------------------------------
6.	CONTENT LEFT
------------------------------------------------------------------------------------------------------------------
-	1st Column of any page not using Content-Full
-	Typically contains Left Nav/Secondary Navigation
-	If navigation background is needed it should be added to the containing Content DIV
------------------------------------------------------------------------------------------------------------------*/
#content-left {
	height: auto;
	float: left;
	/* Custom Items */
	width: 162px;
	padding: 40px 24px 200px 14px;
	}
/*
------------------------------------------------------------------------------------------------------------------
7.	CONTENT RIGHT
------------------------------------------------------------------------------------------------------------------*/
#content-right {
	height: auto;
	float: left;
	/* Custom Items */
	width: 652px;
	padding: 35px 25px 40px 25px;
	}
#content-right-header {
	height: 225px;
	float: left;
	/* Custom Items */
	width: 702px;
	background-color: #000000;
	}
#content-right-header img {
	float:left;
	margin-right:20px;
	}
#content-right-header img.no-margin {
	float:none;
	margin-right:0px;
	}
/*
------------------------------------------------------------------------------------------------------------------
	These Two Divs are used in place of Content-Right if the page calls for a 3 Column layout
------------------------------------------------------------------------------------------------------------------*/
#content-right-column-A {
	height: auto;
	float: left;
	/* Custom Items */
	width: 360px;
	padding: 35px 50px 40px 25px;
	}
#content-right-column-B {
	height: auto;
	float: left;
	/* Custom Items */
	width: 242px;
	padding: 35px 25px 40px 0px;
	}
/*
------------------------------------------------------------------------------------------------------------------
8.	FOOTER
------------------------------------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: auto;
	clear: both;
/* Custom items */
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	color: #333333;
	}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
/*
------------------------------------------------------------------------------------------------------------------
9.CLEARFIX
------------------------------------------------------------------------------------------------------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
/*
------------------------------------------------------------------------------------------------------------------
	Clearfix class used for two floating DIVS, one inside of the other
------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
------------------------------------------------------------------------------------------------------------------
10.	FLOAT ELEMENTS
------------------------------------------------------------------------------------------------------------------*/
.float-right {
	float: right;
	margin-left:16px;
	margin-bottom:14px;
	border: solid #CCCCCC 1px;
	padding:1px;
	}
.float-left {
	float: left;
	margin-right:16px;
	margin-bottom:14px;
	border: solid #CCCCCC 1px;
	padding:1px;
	}
.float-right-no-border {
	float: right;
	margin-left:16px;
	margin-bottom:14px;
	}
.float-left-no-border {
	float: left;
	margin-right:16px;
	margin-bottom:14px;
	}
.image-border {
	border: solid #CCCCCC 1px;
	padding:1px;
	}
/*
------------------------------------------------------------------------------------------------------------------
11.	BUTTONS & LINKS
------------------------------------------------------------------------------------------------------------------*/
#link-more a:link,
#link-more a:visited {
	background-image: url('/css/images/red-arrow.gif');
	background-repeat: no-repeat;
	background-position: right .5em;
	text-align: right;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-right: 11px;
	padding-bottom: 8px;
	float: right;
	clear: right
	}
#link-more a:hover {
	color: #D70909;
	text-decoration: none;
	}

/*
------------------------------------------------------------------------------------------------------------------
12.	GENERAL TEXT AND FORMATTING STYLES FOR ENTIRE SITE
------------------------------------------------------------------------------------------------------------------*/
#content-right ul,
#content-right-column-A ul {
      list-style-type: disc;
	margin-bottom:12px;
	margin-left: 16px;
	}
#content-right ul li,
#content-right-column-A ul li {
	margin-bottom: 6px;
	}
#content-right-column-B ul {
	list-style-type: disc;
	margin-bottom:14px;
	margin-left: 16px;
	}
#content-right-column-B ul li {
	margin-bottom: 3px;
	}
#working-together {
	border: solid #D60000 1px;
	text-align: center;
	padding: 3px 4px;
	}
#working-together h1 {
	font-size: 12px;
	color: #D60000;
	padding-bottom: 4px;
	}
#working-together p {
	color: #D60000;
	padding-top: 8px;
	}
.form-table td {
	padding-top:3px;
	padding-bottom:3px;
	}
.email-table th {
	background-color: #CCCCCC;
	font-weight: bold;
	padding-left: 3px;
	padding-top:2px;
	padding-bottom:2px;
	}
.email-table td {
	padding-left: 3px;
	padding-top:2px;
	padding-bottom:2px;
	}
.email-table th.name {
	width: 200px;
	}
.email-table th.extension {
	width: 150px;
	}
.email-table th.email {
	width: 240px;
	}
#package-specs {
	float: right;
	margin-left: 40px;
	}
/*
------------------------------------------------------------------------------------------------------------------
13.	TABLE STYLES FOR THE SERVICES/SPACE AVAILABLE SHIPPING CENTER
------------------------------------------------------------------------------------------------------------------*/
#shipping-space th {
	background-color: #1E4E95;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 11px 3px 4px;
	font-size: 11px;
	}
#shipping-space td {
	padding:3px 0px 3px 4px;
	width: auto;
	}
#shipping-space td.blue {
	background-color: #E4EAFE;
	}
#shipping-space th.city-served {
	color: #1E4E95;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 6px;
	}