﻿/*** GLOBAL STUFF ***/
body
{
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url(../Images/BgBody.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#Container
{
	width:776px;
	margin:8px auto 25px auto;
	padding:13px 11px 13px 10px;
	background-color:#fff;
}

#Header
{
	background-image:url(../Images/BgHeader.jpg);
	background-repeat:no-repeat;
	height:101px;
}

#Logo
{
	float:left;
	width:214px;
	height:50px;
	position:relative;
	top:22px;
	left:14px;
}

#Logo img
{
	display:none;
}

#LoginForm
{
	position:relative;
	float:right;
	width:246px;
	height:85px;
	margin:16px 10px 0px 0px;
}

#LoginForm h2
{
	color:#272425;
	font-size:1em;
	text-decoration:underline;
	margin:8px 0px 6px 89px;
}

#LoginForm label
{
	clear:both;
	font-size:0.9em;
	float:left;
	width:65px;
	font-weight:bold;
	padding:3px 0px 0px 20px;
}

#LoginForm input
{
	width:120px;
	border:0px;
}

#PasswordHolder
{
	margin-top:4px;
}

#PasswordHolder input
{
	float:left;
}

#LoginLinks
{
	text-align:center;
}

#LoginButton
{
	position:relative;
	margin:-2px 0px 0px 5px;
	width:30px !important;
	height:22px;
}

#Nav
{
	background-image:url(../Images/NavDefault.gif);
	background-repeat:no-repeat;
	min-height:71px;
}

* html #Nav
{
	height:71px;
}

body.Home #Nav
{
	background-image:url(../Images/NavHome.gif);
}

body.About #Nav
{
	background-image:url(../Images/NavAbout.gif);
}

body.Services #Nav
{
	background-image:url(../Images/NavServices.gif);
}

body.News #Nav
{
	background-image:url(../Images/NavNews.gif);
}

body.Contact #Nav
{
	background-image:url(../Images/NavContact.gif);
}

body.Quote #Nav
{
	background-image:url(../Images/NavQuote.gif);
}

#Nav
{
	position:relative;
}

#Nav ul
{
	margin:0px;
	padding:1px 0px 0px 0px;
	list-style-type:none;
}

#Nav li
{
	float:left;
	height:44px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 2px;
	padding:0px;
}

#Nav a
{
	float:left;
	height:44px;
}

.NavHome,
.NavHome a
{
	width:130px;
}

.NavAbout a
{
	width:152px;
}

.NavServices a
{
	width:98px;
}

.NavNews a
{
	width:76px;
}

.NavContact a
{
	width:115px;
}

.NavQuote a
{
	width:188px;
}

#Nav ul ul
{
	padding:3px 0px 0px 12px;
	position:absolute;
	left:2px;
	top:45px;
	width:772px;
}

#Nav ul ul li
{
	height:auto;
	margin:0px;
	padding:0px 11px 0px 12px;
	background-image:url(../Images/BulletSubnav.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}

#Nav ul ul li.FirstItem
{
	background-image:none;
}

#Nav ul ul li.Active
{
	background-image:url(../Images/BulletSubnavActive.gif);
	background-position:3px 3px;
}

#Nav ul ul a
{
	height:auto;
	float:none;
	color:#cad6dd;
	text-decoration:none;
}

#Nav ul ul a:hover
{
	text-decoration:underline;
	color:#fff;
}

#Nav ul ul li.Active a
{
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}

#BannerFlashHolder
{
	padding:0px 2px 0px 2px;
	background-image:url(../Images/BgBannerFlash.gif);
	background-repeat:no-repeat;
}

#ContentContainer
{
	background-image:url(../Images/BgContent.jpg);
	background-repeat:repeat-y;
	background-position:1px 559px;
}

#Column
{
	float:left;
	width:228px;
	background-image:url(../Images/BgColumnTop.jpg);
	background-repeat:no-repeat;
	background-position:1px top;
}

#Column h2
{
	margin:0px;
	height:50px;
	background-image:url(../Images/HdrQuickLinks.gif);
	background-repeat:no-repeat;
}

#QuickLinks
{
	width:204px;
	padding:0px 0px 12px 16px;
	background-image:url(../Images/BgContentMapSeparator.gif);
	background-repeat:no-repeat;
	background-position:1px bottom;
}

#QuickLinks h3
{
	margin:14px 0px 12px 0px;
	text-decoration:underline;
	font-size:1.1em;
}

#QuickLinks ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#QuickLinks li
{
	padding:0px 0px 10px 20px;
	background-image:url(../Images/BulletQuickLinks.gif);
	background-repeat:no-repeat;
	background-position:1px 0px;
}

#QuickLinks a
{
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#QuickLinks a:hover
{
	text-decoration:underline;
}

#MapFlashHolder
{
	padding-left:1px;
}

#ContentOuter
{
	width:548px;
	float:right;
}

#ContentInner
{
	background-image:url(../Images/BgContentTop.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:509px;
}

* html #ContentInner
{
	height:509px;
}

#Content
{
	padding:9px 18px 45px 18px;
}

#ContentTitleHolder
{
	height:50px;
	margin:0px;
	background-image:url(../Images/BgContentTitle.jpg);
	background-repeat:no-repeat;
}

#ContentTitleHolder h2
{
	margin:0px;
	height:20px;
	position:relative;
	top:16px;
	left:55px;
	background-repeat:no-repeat;
}

#TOC
{
	margin-bottom:18px;	
}

#TOC h3
{
	font-size:1em;
	font-weight:normal;
	width:105px;
	float:left;
}

#TOC ul
{
	float:right;
	width:405px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#TOC li
{
	display:inline;
	padding:0px;
	margin:0px;
	color:#20376c;
}

div.BackToTop
{
	margin:5px 0px 0px 0px;
	background-image:url(../Images/BulletBackToTop.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:13px;
}

div.BackToTop a
{
	font-weight:normal;
}

#ContentImage
{
	margin-left:8px;
}

#Footer
{
	clear:both;
	margin-top:12px;
	background-image:url(../Images/BgFooter.gif);
	background-repeat:no-repeat;
	height:32px;
	color:#fff;
	font-size:0.9em;
	padding:20px 11px 0px 11px;
}

#Footer a
{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#Footer a:hover
{
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

#Copyright
{
	float:left;
}

#FooterLinks
{
	float:left;
	padding-left:49px;
}

#Mustard
{
	float:right;
}

/*** HOMEPAGE STUFF ***/
#BannerFlashHolderHome
{
	padding:0px 2px 22px 2px;
	background-image:url(../Images/BgBannerFlashHome.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

body.Home #ContentContainer
{
	background-image:none;
}

body.Home #ContentOuter
{
	width:auto;
	float:none;
	background-image:none;
}

body.Home #ContentInner
{
	background-image:none;
}

body.Home #Content
{
	padding:0px;
}

body.Home #ContentTitleHolder
{
	display:none;
}

#HomeContentOuter
{
	background-image:url(../Images/BgHome.jpg);
	background-repeat:repeat-y;
	background-position:1px top;
	min-height:1px;
}

* html #HomeContentOuter
{
	height:1px;
}

#HomeContentInner
{
	background-image:url(../Images/BgHomeTop.jpg);
	background-repeat:no-repeat;
	background-position:1px 45px;
	min-height:1px;
}

* html #HomeContentInner
{
	height:1px;
}

#HomeLeftColumn
{
	width:263px;
	float:left;
	margin:0px 5px 0px 1px;
}

#HomeLeftColumn h2
{
	background-image:url(../Images/HdrWelcome.jpg);
	background-repeat:no-repeat;
	height:45px;
	margin:0px;
}

#HomeLeftColumn #Intro
{
	padding:9px 0px 13px 0px;
	margin:0px 27px 0px 16px;
	background-image:url(../Images/BgHomeMapSeparator.gif);
	background-repeat:no-repeat;
	background-position:0px bottom;
	color:#626366;
}

#HomeLeftColumn #Intro q
{
	display:block;
	margin:12px 0px 4px 0px;
	color:#231f20;
}

#MapFlashHolderHome
{
	margin:0px 0px 0px 1px;
}

#HomeCentreColumn
{
	width:257px;
	float:left;
	padding-bottom:12px;
}

#HomeCentreColumn h2
{
	background-image:url(../Images/HdrServices.jpg);
	background-repeat:no-repeat;
	height:46px;
	margin:0px;
}

#HomeCentreColumn ul
{
	margin:-3px 0px 0px 28px;
	padding:0px;
	list-style-type:none;
}

#HomeCentreColumn li
{
	margin:13px 0px 0px 0px !important;
	padding:0px;
	background-repeat:no-repeat;
	width:199px;
	height:102px;
	float:left;
}

#HomeCentreColumn li a
{
	display:block;
	width:199px;
	height:102px;
}

#HomeCentreColumn li:hover,
#HomeCentreColumn li a:hover
{
	background-position:left -102px;
}

#Button3rdPartyLogistics,
#Button3rdPartyLogistics a
{
	background-image:url(../Images/Button3rdPartyLogistics.gif);
}

#ButtonLocalDistribution,
#ButtonLocalDistribution a
{
	background-image:url(../Images/ButtonLocalDistribution.gif);
}

#ButtonInterstate,
#ButtonInterstate a
{
	background-image:url(../Images/ButtonInterstate.gif);
}

#ButtonWarehousing,
#ButtonWarehousing a
{
	background-image:url(../Images/ButtonWarehousing.gif);
}

#HomeRightColumn
{
	width:244px;
	float:right;
	margin:0px 1px 0px 0px;
}

#HomeRightColumn h2
{
	background-image:url(../Images/HdrNews.jpg);
	background-repeat:no-repeat;
	height:47px;
	margin:0px;
}

#HomeRightColumn li
{
	padding-left:26px;
	background-image:url(../Images/BulletNews.gif);
	background-repeat:no-repeat;
}

#HomeRightColumn div.MoreLink
{
	margin-top:8px;
}

/** OTHER STUFF ***/
#NewsListing h3,
#NewsArticle h3
{
	padding:3px 0px 3px 25px;
	background-image:url(../Images/BulletNews.gif);
	background-repeat:no-repeat;
}

#News div.MoreLink
{
	margin-top:4px;
	font-size:1.1em;
}

#PeopleHolder
{
	float:left;
	width:260px;
}

#PhotoHolder
{
	float:right;
	background-image:url(../Images/BgOurPeoplePhoto.jpg);
	width:233px;
	height:326px;
	margin:-9px -18px 0px 0px;
	padding:11px 0px 0px 24px;
}

.PeopleGroup
{
	background-image:url(../Images/BgOurPeopleSeparator.gif);
	background-repeat:no-repeat;
	padding:26px 0px 7px 0px;
}

.PeopleGroup.FirstItem
{
	padding-top:10px;
	background-image:none;
}

.PeopleGroup h3
{
	text-transform:uppercase;
	margin:0px;
	padding:0px 0px 5px 0px;
}

.PeopleGroup ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-weight:bold;
}

.PeopleGroup li
{
	margin:0px;
	padding:0px 0px 13px 18px;
	background-image:url(../Images/BulletOurPeople.gif);
	background-repeat:no-repeat;
}

.PeopleGroup li.Category:hover
{
	cursor:pointer;
}

.PeopleGroup li li
{
	cursor:default;
}

.PeopleGroup li ul
{
	margin:0px 0px 0px -12px;
	padding:0px;
	list-style-type:none;
	font-weight:bold;
	display:none;
}

.PeopleGroup li.Active
{
	background-position:left -385px;
}

.PeopleGroup li.Active ul
{
	display:block;
}

.PeopleGroup li li
{
	margin:0px;
	padding:2px 0px 4px 20px;
	background-image:url(../Images/BulletOurPeopleSub.gif);
	background-repeat:no-repeat;
	background-position:left 4px !important;
	font-style:italic;
}

.PeopleGroup li li.WithPhoto:hover
{
	cursor:pointer !important;
	background-position:left -381px !important;
}
