/*
		Infoflow stylesheet
		www.infoflow.co.uk - home page only
*/

/* HOMEPAGE PANES */
.pane-left{
	position:relative;
	overflow:hidden;
	float:left;
	width:520px;
	margin-top:20px;
}
.pane-right{
	position:relative;
	overflow:hidden;
	float:left;
	width:250px;
	margin-top:20px;
}
.pane-bottom{
	overflow:hidden;
	height:1%;
	background:#fff;
}
.pane-bottom #funding{
	margin-right:15px;
}

/* Animation section */
.pane-animation{
	position:relative;
	float:left;
	width:500px;
	height:320px;
	margin:0 10px 5px 10px;
	_margin:0 10px 15px 5px; /* IE6 and below only */
}
.pane-animation #copy{
	padding-top:1px;
	width:500px;
	height:320px;
	background:url(../images/backgrounds/home/pane-animation.jpg) no-repeat top left;
}
.pane-animation #copy ul li{
	margin-bottom:0;
	background:url(../images/backgrounds/bullet-small.gif) no-repeat 10px 6px;
}

.pane-animation #copy ul li.copy-headlines{
	font-size:1.05em;
	font-weight:bold;
}
.pane-animation #copy ul li.copy-headlines SPAN.quote-person{
	font-style:italic;
	font-weight:normal;
}

.pane-animation #copy div.event-info{
	padding-top:5px;
	text-align:center;	
	font-weight:bold;
	color:#293E59;
}
.pane-animation #copy div.event-info a{
	font-weight:bold;
	color:#F00;
}

/* Left pane sections */
.pane-left .main-content{
	position:relative;
	float:left;
	width:500px;
	margin:0px 10px 10px 10px;
	_margin:0 10px 0 5px; /* IE6 and below only */
	padding-top:10px;
	height:980px;
	background:url(../images/backgrounds/home/main-content-large.jpg) no-repeat top left;
	/*height:480px;
	background:url(../images/backgrounds/home/main-content.jpg) no-repeat top left;*/
}
.pane-left .main-content h2{
	margin-left:15px;
}
.pane-left .main-content p{
	width:460px;
	margin-left:15px;
	font-size:1.1em;
}
.main-content-heading{
	position:relative;
	float:left;
	width:490px;
	margin-left:24px;
	_margin-left:12px; /* IE6 and below only */
}
.main-content-heading h1{
	padding-right:20px;
	font-style:italic;
	font-weight:normal;
	font-size:1.5em;
}
.main-content-heading blockquote{
	margin-top:0;
	margin-left:0;
	margin-right:10px;
	font-weight:bold;
	font-style:italic;
	font-size:0.8em;
}
.main-content-heading cite{
	font-weight:bold;
	font-style:normal;
	font-size:0.8em;
}

/* Right pane sections */
.pane-right .pane{
	position:relative;
	float:left;
	width:245px;
}
.pane-right .pane .more{
	position:absolute;
	bottom:10px;
	right:20px;
}
.pane-right .pane .more li{
	text-align:right;
	padding-right:20px;
	background:url(../images/backgrounds/bullet.gif) no-repeat right 3px;
}
.pane-right .pane .headlines{
	margin-top:60px;
	padding-right:5px;
}
.pane-right .pane .headlines li{
	background:url(../images/backgrounds/bullet-small.gif) no-repeat 10px 6px;
}
.pane-right .pane .headlines .headline-date{
	display:block;
	font-weight:bold;
	color:#293E59;
}
.pane-right .pane .headlines a{
	color:#6A9CCE;
	text-decoration:underline;
}

#testimonials-container{
	height:320px;
	margin-top:12px;
	background:url(../images/backgrounds/home/testimonials.jpg) no-repeat top left;
}
#testimonials{
	overflow:hidden;
	height:240px;
	margin-top:60px;
	margin-left:15px;
	margin-right:20px;
	background:#F3F3F3;
	cursor:pointer;
}
#testimonials div{
	height:240px;
	background:#F3F3F3;
}
#testimonials blockquote{
	margin:0;
	padding:0;
	font-style:italic;
	font-size:0.9em;
}
#testimonials cite{
	display:block;
	margin-top:10px;
	font-style:normal;
	font-weight:bold;
	font-size:0.8em;
}

#total-cost-of-ownership{
	height:160px;
	margin-top:12px;
	background:url(../images/backgrounds/home/total-cost-of-ownership.jpg) no-repeat left top;
}
#total-cost-of-ownership p{
	float:left;
	width:130px;
	margin-top:35px;
	margin-left:15px;
	_margin-left:5px; /* IE6 and below only */
	padding-top:0;
}
#total-cost-of-ownership img{
	float:right;
	margin-top:35px;
	margin-right:15px;
	_margin-right:17px; /* IE6 and below only */
	border:solid 1px #293E59;
}
#total-cost-of-ownership #demolink{
	clear:both;
	float:left;
	width:245px;
	margin-left:15px;
	_margin-left:10px; /* IE6 and below only */
	color:#6A9CCE;
}

#news-and-events{
	height:320px;
	background:url(../images/backgrounds/home/news-and-events.jpg) no-repeat top left;
}

#links{
	position:relative;
	float:left;
	width:245px;
	margin-top:10px;
	padding-top:67px;
	background:url(../images/backgrounds/home/links.jpg) no-repeat top left;
}
#links UL{
	height:300px;
	margin:0;
	padding:15px 0 10px;
	list-style:none;
	font-size:0.9em;
	background:url(../images/backgrounds/home/links-bottom.jpg) no-repeat bottom left;
}
#links LI{
	margin:0;
	margin-bottom:7px;
	padding:0 15px 0 25px;
	background:url(../images/backgrounds/bullet.gif) no-repeat top left;
}

#links A{
	color:#082F4C;
	text-decoration:none;
}
#links A:hover{
	text-decoration:underline;
}

/* MISC */
.centered{
	text-align:center;
}