#middle {
    padding: 0 50px 0 50px;
    position: relative;
    overflow: hidden;
    line-height: 1.4em;
}


.boxed {
    padding: 10px 18px;
}

.boxed h2 {
    margin-bottom: 10px;
	text-transform: uppercase;
}

.events h2, .news h2 {
    margin-bottom: 20px;
}

.customers {
	float: left;
	width: 242px;
	height: 275px;
    margin-left: -2px;
    margin-right: 16px;
	background: url(/images/home/box_customer.gif) no-repeat;
}

.events {
	float: left;
	width: 242px;
	height: 275px;
	background: url(/images/home/box_events.gif) no-repeat;
}

.events ul {
    padding-left: 0;
}

.events ul li {
	background: url(/images/bullet_arrow_home.gif) no-repeat 0 .5em;
	list-style: none;
	padding-left: 1em;
	margin-bottom: 1em;
}

.events ul a {
	font-weight: bold;
	color: #000;
}

.events ul a:hover {
	color: #005dcf;
}

.trial {
	float: right;
	width: 242px;
	height: 144px;
	clear: right;
	background: url(/images/home/box_trial.gif) no-repeat;
	margin-bottom: 6px;
    margin-right: -2px;
}

.trial h2 a, .trial h2 a:hover {
    color: white;
    margin-bottom: 8px;
}

.trial ul li {
	background: 0 no-repeat;
	list-style: none;
	padding: 3px 10px 3px 30px;
}

.trial ul li.ft {
	background-image: url(/images/icons/home_trial.gif);
}

.trial ul li.wd {
	background-image: url(/images/icons/home_demos.gif);
}

.trial ul li.gw {
	background-image: url(/images/icons/home_guides.gif);
}

.trial ul li.cs {
	background-image: url(/images/icons/home_sales.gif);
}

.trial a {
	font-weight: bold;
	color: #000;
}

.trial a:hover {
	color: #005dcf;
}

.news {
	float: right;
	width: 242px;
	height: 405px;
	clear: right;
	background: url(/images/home/box_news.gif) no-repeat;
    margin-right: -2px;
    position: relative;
}

.news p {
    margin-bottom: 1.25em;
}

.news p a {
	color: #000;
}

.news p a:hover {
	color: #005dcf;
}

.security_alert {
	font-weight: bold;
}

.news p a.security_alert {
	color: #de1d0b;
}



.products {
    width: 520px;
    height: 300px;
    position: relative;
}

.products h1 {
    color: #005dcf;
}

.products a {
    color: #de1d0b;
}

.products p {
    margin-bottom: .75em;
}

.products dl {
    position: relative;
    margin: 18px 0 28px 0;
}

.products dl dt, .products dl dd {
    margin-left: 100px;
}

.products dl dt {
    font-weight: bold;
}

.products dl img {
    position: absolute;
    margin-top: -10px;
    margin-left: -80px;
}

div.dynamic div{
	display: none;
}

div.dynamic div.show{
	display: block;
}

#news_next {
    position: absolute;
    bottom: 50px;
    right: 16px;
}

div.slideshow {
	position: relative; 
	width: 962px; 
	height: 204px;
}

.slideshow div {
	position: absolute; 
	left: 0px; 
	top: 0px;
}
