
body
{
	font: 10pt Arial, Helvetica, sans-serif;
}

p
{
	margin-bottom: 1em;
}

.CC
{
	font-weight: bold;
	font-style: italic;
}

a,
a:link,
a:active,
a:visited
{
	color: #0000FF;
}

#ContainerPage
{
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

#ContainerBody
{
	margin: auto;
	width: 980px;
	background-color: #FFFFFF;
	text-align: left;
}

#ContainerHeader
{
	height: 76px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

#ContainerHeaderRow1
{
	margin: 12px 0;
	padding: 0;
	height: 65px;
}

#ContainerSideColumn
{
	width: 219px; 
	padding: 10px; 
	float: left; 
	background-color: #EEEEEE; 
}

#ContainerContentColumn
{
	width: 700px; 
	float: left; 
	padding: 10px 0;
	padding-left: 40px; 
	border-left: 1px dashed black;
	background-color: #FFFFFF; 
}

#imgLogo
{
	float: left;
}

#ContainerLeftHeaderLinks
{
	float: left;
	height: 65px;
	width: 769px;
	text-align: right;
	margin: -2px 10px 0px 10px;
	font-size: 12px;
	color: #737373;
}

#ContainerLeftHeaderLinks a,
#ContainerLeftHeaderLinks a:link,
#ContainerLeftHeaderLinks a:active,
#ContainerLeftHeaderLinks a:visited
{
	color: #737373;
	text-decoration: none;
	padding: 0 10px;
}

#ContainerLeftHeaderLinks a:hover
{
	color: #000000;
}

#ContainerContentHomePage
{
	margin: 64px 0 0 0;
	padding: 0px;
	width: 980px;
	background-color: #FFFFFF; 
}

#ContainerContentBody
{
	margin: 64px 0 0 0;
	padding: 0px;
	width: 980px;
	background-color: #EEEEEE; 
}

#ContainerContentSingleColumn
{
	margin: 64px 0 0 0;
	padding: 10px;
	width: 980px;
	background-color: #FFFFFF; 
}

#ContainerMainColumn
{
	float: left;
	width: 680px;
	background-color: #FFFFFF;
}

#ContainerLeftColumn
{
	float: left;
	width: 300px;
	background-color:#EEEEEE;
}

#ContainerRightColumn
{
	margin-left: 10px;
	float: left;
	width: 670px;
	height: 100%;
	background-color:#FFFFFF;
}

/* Navigation Defintions */

#ContainerNavigation
{
	height: 50px;
	padding: 0px;
	background-color: #DEDEDE;
}

/* Search Box Form Defintions */

#ContainerSearch
{
	float: left;
	height: 82px;
	width: 760px;
}

.FormSearchTextBox
{
	float: left;
	width: 133px;
	height: 20px;
	border: 1px solid #A1A1A1;
	margin: 28px 6px 0px 550px;
}

.FormSearchButtonImg
{
	float: left;
	margin-top: 28px;
}

.DarkBlueBar
{
	background-color: #003399;
}

/* Footer Defintions */

#Footer
{
	clear: both;
	width: 970px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #DEDEDE;
	border-top: 1px Solid #CECECE;
	border-bottom: 1px Solid #CECECE;
}

#Footer H3
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#Footer UL 
{
	width: 18%;
	margin: 10px;
	padding: 0px;
	list-style: none;
	float: left;
}

#Footer LI 
{
	font-size: 11px;
}

#Footer A 
{
	text-decoration: none;
	color: #000000;
}

#Footer A:Hover 
{
	text-decoration: underline;
}

#Footer UL.SearchFooterColumn
{
	color: #000000;
	width: 216px;
}

#FooterSearchBox
{
	width: 140px; 
	top: 2px; 
	height: 16px;
}

#FooterSearchButton
{
	font-size: 10px;
	font-weight: bold;
	height: 21px;
}

#Copyright
{
	clear: both;
	padding: 4px;
	/* margin: 2px auto; */
	/* text-align: center; */
	font-size: 10px;
	text-align: right;
}

#ContainerSeals
{
	clear: both;
	width: 980px;
	padding: 0px;
	margin: 2px auto;
	text-align: center;
}

#ContainerSealsLeft
{
	clear: both;
	float: left;
	width: 490px;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
}

#ContainerSealsRight
{
	float: left;
	width: 490px;
	padding: 0px;
	margin-top: 10px;
	text-align: right;
}

/* Header Styles */

h1
{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

h4
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.1em;
}

/* Slider Styles */

#slider 
{
	width: 980px;
	position: relative;
	margin: 0px;
	z-index: 0;
	padding:0px;
}

.scroll 
{ 
	height: 310px;
	width: 980px;
	margin: 0 0 20px 0;
	overflow: auto;
	overflow-x: hidden;
	clear: left;
	position: relative;
}

.scrollContainer 
{
	height: 300px;
	width: 980px;
	position: relative;
	float: left;
	border-top: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}
	
.scrollContainer div.panel 
{
	height: 300px;
	width: 980px;
	text-align: center;
}

ul.navigation 
{
	list-style: none;
	margin: 0 0 20px 37px;
	float: left;
	border: #000099 solid 1px;
	background-color: #B5DBE7;
	padding: 7px 10px 5px 10px;
	_margin: 0px 0px 20px 19px;
}

ul.navigation li 
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}
	
ul.navigation li.last { margin-right: 0; }
	
ul.navigation img { border: 0; }

ul.navigation a { border: 0; }

ul.navigation a.selected 
{ 
	background-color: #fff;
	color: #000;
}

ul.navigation a:focus { outline: none; }

.scrollButtons 
{
	position: absolute;
	top: 360px;
	cursor: pointer;
	margin: 0 12px;
}

.scrollButtons.left 
{
    left: 0px;
}

.scrollButtons.right 
{
    right: 0px;
}


/* Lists */

ul.ulNormal
{
	margin-left: 16px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.6em;
}

ul.ulNormal li
{
}

.RateTable
{
	width: 600px;
	border: 1px solid #000000;
}

.RateTable th
{
	padding: 6px;
	font-weight: bold;
	text-align: center;
}

.RateTable td
{
	padding: 6px;
}

.CourierRateTable
{
	width: 600px;
	border: 1px solid #000000;
}

.CourierRateTable th
{
	padding: 6px;
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
}

.CourierRateTable td
{
	padding: 6px;
	text-align: center;
}

.CourierRateTable tr.AltRow1 td
{
	background-color: #FFFFFF;
}

.CourierRateTable tr.AltRow0 td
{
	background-color: #EEEEEE;
}

.FleetTable
{
	margin-bottom: 1em;
}

.FleetTable td
{
	padding: 6px;
	vertical-align: top;
}

.ContactTable td
{
	padding-bottom: 6px;
}

#Sitemap
{
	width: 300px;
}

#Sitemap h2
{
	margin: 0;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #990000;
}

#Sitemap h2 a,
#Sitemap h2 a:link,
#Sitemap h2 a:active,
#Sitemap h2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#Sitemap h2 a:hover
{
	text-decoration: underline;
}

#Sitemap li
{
	margin-left: 16px;
	padding: 5px 0px;
}

#Sitemap a,
#Sitemap a:link,
#Sitemap a:active,
#Sitemap a:visited
{
	color: #0000FF;
	text-decoration: none;
}

#Sitemap a:hover
{
	text-decoration: underline;
}

.imgRight
{
	float: right;
	border: 1px Solid #000000;
	margin: 0 10px 0 10px;
}

/* ButtonBar */

div.ButtonBar
{
	padding: 8px;
	background-color: #b2c4c8;
	border: 1px dashed #809998;
}

div.ButtonBar a
{
	color: #FFFFFF;
}

/* Form Button Bar */

.FormButtonBar
{
	margin: 10px 0px;
	padding: 10px;
	height: 34px;
	background-color: #E5E7D5;
	border-top: 1px Solid #7C8435;
	border-bottom: 1px Solid #7C8435;
	z-index: -1;
}

.FormButtonBar input.SubmitButton
{
}

span.FormButtonBarText
{
	float: left;
	padding: 8px 2px 2px 2px;
	vertical-align: middle;
}

span.FormButtonBarSubmit
{
	float: right;
	padding: 2px;
	vertical-align: middle;
}

div.FormButtonBarText
{
	top: 8px;
	float: left;
	position: relative;
	z-index: 0;
}

div.FormButtonBarButton
{
	float: left;
	padding: 6px;
	text-align: right;
}

a.FormButtonBarButton:link,
a.FormButtonBarButton:active,
a.FormButtonBarButton:hover,
a.FormButtonBarButton:visited
{
	margin: 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	background-color:	#A5BF36;
	border: 1px Solid #7C8435;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.GrayBand
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDC294;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDC294;
	
	background-color: #D1D5B4;
	
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
}

.FormRow
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.FormRow Label
{
	font-weight: bold;
}

.FormLabels
{
	padding-top: 6px;
	font-weight: bold;
}

form input,
form textarea,
form select
{
	margin: 0;
	padding: 2px;
	display: inline;
}


