﻿/***** Structure *****/
#container
{
    width:984px;
	padding:0px 0px 0px 0px;
	margin:auto;
}
#header
{
	width:984px;
    height:110px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:auto;
	color:#FFFFFF;
	text-align:right;
}
#splash
{
	width:984px;
    height:265px;
	background-image:url(../images/bg-splash.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:auto;
	color:#FFFFFF;
}
#splash a
{
	font-weight:bold;
	color:#a7daef;
}
#content
{
	width:984px;
    height:271px;
	padding:0px 0px 0px 0px;
	margin:auto;
}
#container1
{
	width:328px;
    height:247px;
	background-image:url(../images/bg-customers.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
#featured
{
	width:270px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	top:60px;
	left:30px;
	list-style:none;
}
#featured li 
{
	background-image:url(../images/bullet-pdf.jpg);
	background-repeat:no-repeat;
	background-position:0 .1em;
	padding:7px 0px 10px 30px;
	margin:0px 0px 0px 10px;
}
#container2
{
	width:328px;
    height:247px;
	background-image:url(../images/bg-papers.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
#whitepapers
{
	width:270px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	top:60px;
	left:30px;
	list-style:none;
}
#whitepapers li 
{
	background-image:url(../images/bullet-pdf.jpg);
	background-repeat:no-repeat;
	background-position:0 .1em;
	padding:0px 0px 15px 32px;
	margin:0px 3px 0px 3px;
}
#container3
{
	width:328px;
    height:247px;
	background-image:url(../images/bg-newsletter.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}
#newsletter
{
	width:300px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	top:60px;
	left:30px;
	list-style:none;
}
#newsletter li 
{
	background-image:url(../images/bullet-check.jpg);
	background-repeat:no-repeat;
	background-position:0 .1em;
	padding:5px 0px 10px 25px;
	margin:0px 0px 0px 10px;
}
#newsletter .input
{
	width:150px;
	height:20px;
	margin:0px 0px 5px 0px;
	background-color:#026caa;
	border-style:none;
	color:#FFFFFF;
}
#content-clear
{
	width:984px;
    height:24px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	clear:both;
}
#footer
{
	width:984px;
    height:255px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:auto;
	text-align:center;
	font-size:10px;
	color:#666666;
	vertical-align:bottom;
}
#footer a
{
	color:#666666;
}