/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

body {
	background:#c5c7c8;
	font-family:Helvetica, Arial, Verdana;
	font-size:62.5%;
}

#container {
	width:978px;
	margin:0 auto;
	margin-top:7px;
	background:url(/images/content-container-bg.jpg) repeat-y #fff;
}

#header {
	width:978px;
	height:53px;
	border-bottom:6px solid #808080;
	background:#fff;
}

#higgs-logo {
	float:left;
	width:315px;
}

#dhl-logo {
	float:right;
	width:133px;
}

#nav {
	background:#c6151d;
	width:978px;
	border-top:4px solid #c5c7c8;
}

#content-container {
	width:978px;
	background:url(/images/content-container-bg.jpg) repeat-y #fff;
}

#content-pad {
	width:942px;
	padding:17px;
	padding-bottom:0;
	background:#fff;
}

.custom-login {
	font-size:1.3em;
	float:left;
	/*border:1px solid #c6151d;
	padding:3px;*/
	margin-top:49px;
	line-height:18px;
}

.custom-login a {
	text-decoration:underline;
	font-weight:bold;
}

.home-links {
	float:right;
	text-align:right;
	font-size:1.3em;
	margin-top:49px;
	line-height:18px;
}

.home-links a {
	text-decoration:underline;
	font-weight:bold;
}

#base {
	border-bottom:6px solid #c6151d;
	clear:both;
	height:10px;
}

#footer {
	border-top:6px solid #808080;
	font-size:0.9em;
	text-align:center;
	padding:12px 0;
	color:#000;
	background:#fff;
}

#content-left-container {
	float:left;
	width:327px;
	padding-left:28px;
	padding-right:20px;
	background:url(/images/speech-marks-top.gif) left top no-repeat;
}

#content-left {
	color:#707172;
	font-family:Times, Arial, serif;
	padding-top:30px;
	font-size:1.2em;
	min-height:205px;
}

#lower-quote {
	float:right;
	margin-top:-10px;
}

#content-left p {
	margin-bottom:17px;
}

#content-left-base {
	float:left;
	width:327px;
	padding-top:12px;
	font-size:0.9em;
	color:#000;
}
	
#content-right {
	float:right;
	width:490px;
	padding-right:85px;
	padding-left:28px;
	background:#dfe0e1;
	padding-top:30px;
}

#content-right p {
	font-size:1.2em;
	line-height:17px;
	margin-bottom:17px;
}

#content-right a {
	color:#c6151d;
}

#content-right h2 {
	color:#2c2e21;
	font-size:1.5em;
	margin-bottom:20px;
}

#contact-details {
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
	font-family:Helvetica, Arial, Verdana;
	line-height:20px;
}

#contact-details a {
	color:#c6151d;
	text-decoration:underline;
}

.red_text {
	color:#c6151d;
}

.bottom-link-right {
	float:right;
	width:200px;
	text-align:right;
}

.bottom-link-left {
	float:left;
	width:200px;
}

.bottom-link a, .bottom-link-right a, .bottom-link-left a {
	font-size:1.3em;
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.small_text {
	font-size:0.8em;
}

.menu-item a:hover {
	background:url(/images/menu-home-sel.jpg);
}