html, body
{
	height: 100%;
}
/*This styles the baground for the body ie the whole page*/
body
{
	font-family: Arial;
	margin: 0;
	max-width: 100%;
}
/*Style for the header*/
#header
{
	background: #eef9fc url(/images/bgGradient.png) repeat-x scroll;
	height: 149px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapper
{
	min-height: 1000px;
}
#logo
{
	left: 155px;
	position: absolute;
	z-index: 200;
}
img
{
	border: none;
}
/*Handles navigation Bar*/
#mainNav
{
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 127px 0 0 460px;
	width: 550px;
}
#mainNav li
{
	display: inline;
	float: left;
	list-style: none outside none;
	margin: 0 20px 0 0;
}
#mainNav li a:link, #mainNav li a:visited, #mainNav li a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav li a:hover
{
	color: #327ab7;
	text-decoration: none;
}
a:link, a:visited, a:hover
{
	color: #327ab7;
	text-decoration: underline;
}
/*Handles content*/
#overviewVideo
{
	clear: both;
	float: left;
	line-height: 2em;
	margin: 20px 0 20px 500px;
	width: 510px;
}
.mainContent
{
	font-size: 10pt;
	width: 100%;
	min-height: 900px;
}
#maincontent p
{
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 2em;
	margin: 0 0 20px 500px;
	width: 510px;
}
#overviewVideo p
{
	clear: both;
	font-weight: bold;
	font-size: large;
	margin: 20px 0 0px 0px;
}
#headerWrap
{
	font-size: x-large;
	font-weight: bold;
	text-align: left;
}
.subHeader
{
	padding: 0px;
	clear: both;
	font-weight: bold;
	width: 510px;
	margin: 20px 0 0px 500px;
}
.roiLists
{
	padding: 0px;
	clear: both;
	float: left;
	margin: 0 0 20px 500px;
	width: 510px;
}
#CTC
{
	margin: 0 0 20px 520px;
}
/*This section is used only on ROI WHITEPAPER but can be used anywhere*/
.infoTable
{
	width: 460px;
	padding: 5px 0px 5px 0px;
	margin: 0 0 20px 500px;
}
.infoTable2
{
	padding: 0px;
	clear: both;
	float: left;
	margin: 0 0 20px 500px;
	width: 510px;
}
.table2Left
{
	padding: 0px;
	float: left;
}
.table2Right
{
	padding: 0px 50px 0 0;
	float: right;
}
.tableHeaderL
{
	float: left;
	text-align: left;
	background: #eef9fc url(/images/tableTLCorner.png) no-repeat top left;
	border-bottom: solid 1px black;
	padding: 5px;
	width: 195px;
}
.tableHeaderR
{
	float: right;
	background: #eef9fc url(/images/tableTRCorner.png) no-repeat top right;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	padding: 5px;
	width: 244px;
}
.infoTableList
{
	list-style: none;
	position: relative;
	left: -30px;
	width: 180px;
}
.infoTableL
{
	float: left;
	width: 200px;
	text-align: left;
	line-height: 12pt;
	padding: 0px 2px 0px 3px;
	background-color: #fcfbe0;
	border-bottom: solid 1px black;
}
.infoTableL ul li
{
	padding: 2px 0px 0px 0px;
}
.infoTableR
{
	float: right;
	width: 250px;
	text-align: left;
	line-height: 12pt;
	padding: 0px 2px 0px 2px;
	background-color: #fcfbe0;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.infoTableR ul li
{
	padding: 2px 0px 0px 0px;
}
.textContent
{
	font-size: 10pt;
}
#contentGraphs
{
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 2em;
	margin: 0 0 20px 500px;
	width: 510px;
}
/*END ROI WHITEPAPER STYLE*/

/*This is the section that controls the Contact Us Form*/
#contactpageheader1.headerWrap
{
	margin: 20px 0 0 0;
}
#contactus
{
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 2em;
	margin: 30px 0 20px -519px;
	width: 510px;
}
.cantactL
{
	text-align: right;
	vertical-align: top;
	width: 200px;
	background: #eef9fc;
}
.contactR
{
	text-align: left;
	vertical-align: middle;
	background: #fcfbe0;
}
/*This controls the footer*/
#footer
{
	background: url(   "/images/footerImg1.png" ) repeat-x scroll 0 0 transparent;
	clear: both;
	float: left;
	height: 100px;
	margin: 25px 0 0;
	vertical-align: baseline;
	width: 100%;
}
#footerNav
{
	color: #000000;
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 50px 0 0 502px;
}
#footerNav li
{
	display: inline;
	float: left;
	list-style: none outside none;
	margin: 0 15px 0 0;
}

/*This sections controls the styles for the contact us form*/


/*THIS IS THE END OF THE CONTENT SECTION*/

