body {
	background-color: #3B3B3B;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: white;
}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 25px;
}
#header {
	height: 145px;
}
#header #social {
	float: right;
}
#header img {
	margin-top: 25px;
	margin-right: 5px;
}
#menu {
	height: 60px;
	background-color: #404040;
	line-height: 60px;
	padding: 0 44px 0 44px;
}
#menu ul {
	float: left;
	font-size: 10pt;
}
#menu li {
	display: inline;
	margin-right: 30px;
	text-transform: uppercase;
}
#menu #search {
	line-height: 60px;
	float: right;
}
#content {
	clear: both;
	background-color: white;
	padding: 0 44px 0 44px;
}
#carousel {
	margin: 0 -44px 0 -44px;
	height: 420px;
}
#topstrip {
	height: 115px;
	margin-top: 45px;
}
#quadrants {
	height: 360px;
	color: black;
}
#quadrants div.column {
	float: left;
	width: 190px;
	margin-right: 44px;
}
#quadrants div.last {
	margin-right: 0px;
}
#quadrants h2 {
	font-size: 11pt;
	font-weight: bold;
	margin: 1.5em 0 1em 0;	
}
#quadrants p {
	font-size: 8pt;
	text-align: justify;
	line-height: 1.2em;
}
#quadrants .readmore {
	margin-top: 15px;
}
#quadrants .readmore a {
	background-color: #444;
	font-size: 10pt;
	padding: 5px 10px 5px 5px;
}
#bottomstrip {
	clear: both;
	height: 115px;
}
#footer {
	background-color: #252525;
	padding: 25px 44px 25px 44px;
	color: #AAA;
}
#footer a {
	color: #AAA;
}
#sitemap .column {
	float: left;
	width: 106px;
	margin-right: 44px;
}
#sitemap .column h2 {
	text-transform: uppercase;
	font-size: 9pt;
	margin-bottom: 1em;
}
#sitemap .column a {
	color: #AAA;
	font-size: 8pt;
	line-height: 2em;
}
#contactform {
	float: right;
	width: 292px;
	font-size: 11pt;
}
#contactform legend {
	font-weight: bold;
	padding-bottom: 12px;
}
#contactform label {
	display: block;
	float: left;
}
#contactform input {
	width: 200px;
	height: 18px;
	margin-bottom: 12px;
	margin-right: 5px;
	font-size: 9pt;
	float: left;
}
#contactform #comments{
	height: 85px;
}
#contactform button {
	display: block;
	clear: both;
	background-color: black;
	color: white;
	border: none;
}
#footermenu {
	padding-top: 50px;
	clear: both;
	text-align: center;
	color: #AAA;
	font-size: 12pt;
	line-height: 2em;
}

.webcourier h1 {
	font-size: 16pt;
	line-height: 1.5em;
	float: left;
	width: 600px;
	padding-right: 50px;
	border-right: 2px solid black;
	color: #AAA;
}
.webcourier img {
	float: right;
}
