 
/*
	Homepage styling
*/
div.notice,
div.update-entry{
	font-family: Verdana, Arial, sans-serif;
	clear: both;
}
 
div.notice h4.entry,
div.update-entry h4.date{
	text-decoration: underline;
}
 
div.notice h4,
div.update-entry h4.upcoming, h4.date{
	font-weight: bold;
	font-size: 16px;
}
 
div.notice a:link,
div.update-entry a:link{
	text-decoration: none;
}
 
div.notice a:hover,
div.update-entry a:hover{
	text-decoration: underline;
}
 
/* 
Austin Liu, July 21, 2009
Changing the logos at the bottom into hyperlinks to the respective companies
 
*/
 
div#sponsorbox{
	height: 85px;
	width: 990px;
	position: relative;
}
 
div#sponsorbox a{
	display: block;
	background-image: url(images/adv1.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	float: left;
	position: relative;
	top: 50%;
	margin-left: 27px;
	display: inline; /* IE6 floating item doubled margin bug hack */
}
 
div#sponsorbox a#calfee{ /* selector has greater specificity so left margin will over-ride the left margin given in to div#sponsorbox a */
	width: 140px;
	height: 38px;
	margin-top: -19px;
	margin-left: 13px;
	background-position: 0px -23px;
}
a#babyswede{
	width: 182px;
	height: 32px;
	margin-top: -16px;
	background-position: -168px -27px;
}
a#electrolux{
	width: 140px;
	height: 27px;
	margin-top: -14px;
	background-position: -385px -28px;
}
a#ikea{
	width: 140px;
	height: 25px;
	margin-top: -13px;
	background-position: -555px -29px;
}
a#nordson{
	width: 81px;
	height: 40px;
	margin-top: -20px;
	background-position: -725px -22px;
}
a#schenker{
	width: 140px;
	height: 33px;
	margin-top: -17px;
	background-position: -830px -22px;
}
 
/*
	Sidebar box: SACC-USA
*/
 
p#sacc-usa{
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}
 
p#sacc-usa a.bg{
	display: block;
	position: relative;
	left: 50%;
	margin-left: -29px;
	height: 70px;
	width: 58px;
	background: transparent url(images/sacc-usa-logo.jpg) no-repeat
}
 
p#sacc-usa a{
	text-decoration: none;
}
 
p#sacc-usa a#catwalk09{
	display: block;
	width:536px;
	height:185px;
	text-indent: -10000px;
	background: transparent url(images/Mailfooter_edays_535x185px.jpg) no-repeat;
}
 
 
/*
  Contact page styling
*/
 
h2#contactHeader{
	font-size: 24px; font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
ul#contactlist{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	padding-left: 0;
	margin-left: 10px;
}
 
ul#contactlist li{
	list-style: none;
	margin: 10px;
	float: left;
	display: inline;
}
 
ul#contactlist li.odd{
	width: 280px;
}
 
ul#contactlist li.even{
	width: 330px;
}
 
span.membername{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
span.jobtitle{
	font-style: italic;
}