/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style:none;
	outline: none;
	}

img, fieldset {
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 71%;
	color: #666666;
	text-align: center;
	background-color: #ededed;
	background-image: url(../images/fl_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

div#pageArea {
	width: 780px;
	border-right: 24px solid #fff;
	border-left: 24px solid #fff;
	background-color: #fff;
	margin: 5px auto 0 auto;
	text-align: left;
	}

/* Header styles */

div#header {
	/*border: 1px solid #000;*/
	height: 100px;
	position: relative;
	}

div#logo {
	position: absolute;
	bottom: 12px;
	left: 1px;
	top: 4px;
	}

div#contact {
	position: absolute;
	right: 5px;
	bottom: 1px;
	font-size: 0.0em;
	font-weight: normal;
	text-align: right;
	left: 4px;
	top: 82px;
	}

div#contact a {
	color: #56d5dc;
	}

div#contact a:hover {
	color: #56d5dc;
	}

div#topmessage {
	width: 780px;
	height: 257px;
	background-color: #CCC;
	position: relative;
	}

dl#homeMessage {
	position: absolute;
	height: 257px;
	width: 545px;
	background: url(../images/maincourier.jpg) no-repeat;
}	
div#topmessage dt, div#topmessage dd {
	text-indent: -9000px;
}

dl#removals, dl#courierservice, dl#collectionanddelivery {
	width: 235px;
	height: 86px;
	background-image: url(../images/rtbgarrow1.jpg);
	background-repeat: no-repeat;
	float: right;
	clear: right;
	cursor: pointer;
}

dl#removals:hover, dl.removalshover {
	background-position: -235px 0;
	cursor: pointer;
}  

dl#courierservice {
	background-position: 0 -86px;
}
dl#courierservice:hover, div#topmessage dl.courierservice {
	background-position: -235px -86px;
	cursor: pointer;
}

dl#collectionanddelivery {
	background-position: 0 -172px;
}
dl#collectionanddelivery:hover, div#topmessage dl.collectionanddeliveryhover {
	background-position: -235px -172px;
	cursor: pointer;
}


dl#removals dl, dl#courierservice dl, dl#collectionanddelivery dl {
	height: 257px;
	width: 545px;
	top: 0;
	position: absolute;
	background: url(../images/maincourier.jpg) no-repeat;
}
div#topmessage dl dl {
	left: -9000px;
}
dl#removals dl {
	background-position: 0 -257px;
}
dl#courierservice dl {
	background-position: 0 -514px;
}
dl#collectionanddelivery dl {
	background-position: 0 -771px;
}
div#topmessage dl:hover dl, div#topmessage dl.removalshover dl, div#topmessage dl.courierservice dl, div#topmessage dl.collectionanddeliveryhover dl {
	left: 0;
}

/* Link styles */

a:link {
	color:#666666;
	font-weight: 700;
	text-decoration: none;
	}

a:visited {
	color:#666666;
	font-weight: 700;
	text-decoration: none;
	}
	
a:hover {
	color:#56d5dc;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}
	
/* Primary Nav styles */

div#primaryNav {
	width: 780px;
	height: 3.6em;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*border: 1px solid #000;*/
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1b1a1b;
	}

div#primaryNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	height: 3.4em;
	}

div#primaryNav a {
	font-size: 1.1em;
	float: left;
	line-height: 3.1em;/**/
	font-weight: bold;
	padding: 0 17px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #666;
	}

div#primaryNav a:hover {
	border-bottom: 2px solid #56d5dc;
	color: #56d5dc;
	}

/* nav states on */

body#home li#activelink a, body#products li#nonactive a, body#solutions li#nonactive, body#researchpage li#nonactive, body#about li#nonactive {
	border-bottom: 2px solid #56d5dc;
	color: #56d5dc;
	}

div#content {
	width: 780px;
	float: left;
	background: #dfdfdf url(../images/contentMain.jpg) top no-repeat;
	}
div#primaryContent {
	width: 516px;
	margin: 17px 0 0 17px;
	float: center;
	display: inline;
}
/**html div#primaryContent {
	width: 500px; IE-only fix
}*/
div#secondaryContent {
	width: 204px;
	margin: 17px 0 0 26px;
	float: center;
}	


div#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #56d5dc;
	padding-bottom: .2em;
	margin-bottom: .6em;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}


div.primaryContentHalf1, div.primaryContentHalf2 {
	width: 242px;
	padding-right: 16px;
	}
	
div.primaryContentHalf1 {
	float: center;
}

div.primaryContentHalf2 {
	float: center;
}	

div#primaryContent dt {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: .2em;
}

div#primaryContent dt a {
	padding-left: 15px;
	color: #333;
	background: url(../images/fl_bullet.gif) no-repeat left center;
	}

div#primaryContent dt a:hover {
	color: #56d5dc;
	}
	
div#primaryContent dd {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
	padding-left: 15px;
}


div#secondaryContent ol#news li {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: .8em;
	}


div#secondaryContent ol#news {
	margin-bottom: 1.6em;
	padding-top: 0;
}

div#secondaryContent ol#news a {
		text-decoration: none;
		color: #56d5dc;
		font-weight: normal;
		padding-left: 3px;
}

div#secondaryContent ol#news a:hover {
		color: #666666;
}

ol#research li {
	padding-left: 25px;
	background: url(../images/pdfIcon.gif) 0 3px no-repeat;
	margin-bottom: .8em;
	line-height: 1.4em;
	font-size: 1.1em;
	}

ol#research li.video {
	padding-left: 25px;
	background: url(../images/videoIcon.gif) 0 3px no-repeat;
	}

ol#research li a {
		text-decoration: none;
		color: #56d5dc;
		font-weight: normal;
}

ol#research li a:hover {
		color: #666666;
}

ol#research li.viewAll {
	padding-left: 0;
	background:none;
	padding-top: .5em;
	}

ol#research li.viewAll a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

ol#research li.viewAll a:hover {
	color: #56d5dc;
}

#footer {
	font-size: 1.1em;
	clear: both;
	background: url(../images/contentCurve.jpg) top no-repeat;
	padding: 30px 20px 20px 20px;
	margin-bottom: 10px;
	}
	
ul#legal li {
	display: inline;
	color: #56d5dc;
	}

ul#legal li a {
	color: #56d5dc;
	text-decoration: none;
	font-weight: normal;
}	

ul#legal li a:hover {
	color: #666666;
}

ul#company {
	margin-top: 1em;
}
ul#company li {
	color: #999;
	display: block;
}
h4 {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: .2em;
}
.bodytxt {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.datetxt {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #5aadcd;
}
