.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #headerContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	overflow:hidden;
}

body {
	background: #a9a9a9;
	background-image: url(images/bgrd.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size:14px;
	font-weight:bold;
}

.oneColFixCtr #bottomBoxesContainer {
	width: 800px;
	padding-top: 1px;
	background-color:#FFF;
	text-align:center;
	margin:0px auto;
}

#whitepapersBox {
	width: 250px;
	text-align:left;
	float:left;
	margin-left:15px;
	background-image:url(images/whitepapersHeading.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
}
#whitepapersBox p {
	padding-left:40px;
	background-image:url(images/File-pdf-32.png);
	background-repeat:no-repeat;
}

#webinarsBox {
	width: 250px;
	text-align:left;
	float:left;
	margin-left:10px;
	background-image:url(images/webinarsHeading.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
}

#webinarsBox p {
	padding-left:30px;
	padding-right:10px;
}

#thoughtBox {
	width: 250px;
	text-align:left;
	float:left;
	margin-left:10px;
	background-image:url(images/caseStudies.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
}

#thoughtBox p {
	padding-left:30px;
	padding-right:10px;
	margin-bottom:-10px;
}

.oneColFixCtr #ourSolutions {
	background-image:url(images/ourSolutions.jpg);
	background-repeat:no-repeat;
	align: left;
	float: left;
	font-size: 10px;
	width: 178px;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #ourProcess {
	background-image:url(images/ourProcess.jpg);
	background-repeat:no-repeat;
	align: left;
	float: left;
	font-size: 10px;
	width: 178px;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #ourPeople {
	background-image:url(images/ourPeople.jpg);
	background-repeat:no-repeat;
	align: left;
	float: left;
	font-size: 10px;
	width: 178px;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #results {
	background-image:url(images/results.jpg);
	background-repeat:no-repeat;
	align: left;
	float: left;
	font-size: 10px;	
	width: 178px;
	padding-top: 28px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footer {
background-image:url(images/bottomNavBgrd.jpg);
background-repeat:repeat-x;
float:left;
width: 800px;
height: 40px;
color: #FFF;
padding-top: 5px;
clear:left;
font-size:10px;
}
.oneColFixCtr a {
color:#8c0b0b;
text-decoration:none;
font-weight:bold;
}
.footer a {
color:#000;
text-decoration:none;
font-weight:bold;
}
a:hover {
color: #666666;
text-decoration:none;
}
.oneColFixCtr #formContainer {
float:left;
clear:left;
}
.oneColFixCtr #footerContainer {
float:left;
clear:left;
height: 100px;
}
.oneColFixCtr .leftImage {
float:left;
margin-bottom:10px;
margin-right:10px;
}
.oneColFixCtr .rightImage {
float:right;
margin-bottom:10px;
margin-left:10px;
}
a.374:visited a.374:hover {
	color:#333;
}
#redDots ul {
	color:#F00;
}
a:focus
{
-moz-outline-style: none;
}
#handShakeHolder {
	background-color:#FFF;
}
#mainContainer {
	background-color:#FFF;
}
#speakerLeftCol {
	float:left; 
	width:300px;
}
#speakerRightCol {
	float:left; 
	width:350px;
	padding:20px;
}
#speakerRightCol h1 {
	color:#900;
}
