/*This styles all the main content from topBar on down*/
.wrapper
{
	position: absolute;
	left: auto;
	right: auto;
	background: transparent url(/images/callReps1.png) no-repeat 74px 20px;
}

/*This styles the baground for the body ie the whole page*/
body.bd
{
	background: #a6d1f1 url(images/backgroundGradient.png) repeat-x scroll top;
	color: #2A343A;
}

/*This positions and styles the 1st level dropdowns*/
.mainnavwrap
{
	position: relative;
	top:3px;
	left:3px;
	height:0px;
	*margin-bottom:-8px;
}

/*Each item handles the position for the first item in the dropdown.
  I did it this way because each item is positioned slightly differently*/
.menuBranchHome
{
	float: left;
	position: absolute;
	top: -51px;
	left: 20px;
	list-style-type: none;
	border: transparent;
}
.whatMenu
{
	position: absolute; 
	left: 62px;
	top: -103px;
	z-index: 0;
}
.caseMenu
{
	position: absolute;
	left: 148px;  
	top: -151px;
	z-index: 500;
}
.industryMenu
{
	position: absolute;
	left: 263px; 
	top: -192px;
	z-index: 100; 
}
.aboutButton
{
	position: absolute;
	left: 396px;  
	top: -218px;
	z-index: 100;
}
.menuBranchContact
{
	float: left;
	position: absolute;
	top: -232px;
	left: 534px;
	list-style-type: none;
	border: transparent;
}
.menuBranchdc5
{
	float: left;
	position: absolute;
	top: -237px;
	left: 680px;
	list-style-type: none;
	border: transparent;
}
.inVentivLink
{
	position: absolute; 
	border-width:0px;
	left: 815px; 
	top: -241px;
	
}
/*this section styles the scripted dropdowns*/
.dynamicMenu
{
	background-color: transparent;
}
.dymicMenuItem
{
	font-family: Arial;
	text-indent:10px;
	font-size:9pt;
	background: Transparent url(images/dynamicButtonS.png) no-repeat left; 
	color: Black;
	width: 20em;
	height:1.6em;
	z-index:200;
}
.dynamicHover
{
	font-family: Arial;
	font-weight:bold;
	position:relative;
	left:2px;
	background: Transparent url(images/dynamicButtonS.png) no-repeat left; 
	color: Black;
	width: 21em;
	height: 1.6em;
} 
/*This is used for only the about us 
menu due to the length of page titles*/
.aboutMenuItem
{
	text-indent:10px;
	font-family: Arial;
	font-size:9pt;
	background: Transparent url(images/dynamicButtonT.png) no-repeat left;
	color: Black;
	width: 152px;
	height:20px;
}
.aboutHover
{
	font-family: Arial;
	font-weight:bold;
	background: Transparent url(images/dynamicButtonT.png) no-repeat left; 
	position:relative;
	left:2px;
	color: black;
	width: 152px;
	height: 20px;
}

/*This styles the table that holds all CONTENT. Left, right and middle columns*/
.contentWrap
{
	width: 1000px;
	background: White url(/images/TopLeftCorner.png) no-repeat top left;
	table-layout: fixed;
	border-collapse: collapse;
}
/*this is the seperate left column for the index page. 
Reason for this is because of the 2column 3 column change
between index and other pages*/
.leftCIndex
{
	font-family: Arial;
	font-size: 10pt;
	width: 180px;
	background: #eef9fc url(/images/TopLeftCorner.png) no-repeat top left;
	vertical-align: top;
	padding: 5px 20px 5px 20px;
	overflow: hidden;
}
/*This section styles the middle column*/
.middleColumn
{
	width: 770px;
	border-left:solid 1px #327ab7;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
/*this is the seperate middle column for the index page. 
Reason for this is because of the 2column 3 column change
between index and other pages*/
.middleCIndex
{
	width: 600px;
	border-left:solid 1px #327ab7;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
.rightColumn
{
	width:160px;
}
/*Handles text content within the middle cell*/
.mainContent
{
	font-family: Arial;
	text-align: justify;
	font-size:10pt;
	padding: 0px 20px 0px 20px;
}
.headerWrap
{
	font-family: arial;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px;
	border-bottom-color: #327ab7;
}
.subHeader
{
	font-size: large;
	font-weight: bold;
}
/*This section is used only on ROI WHITEPAPER but can be used anywhere*/
.infoTable
{
	width: 460px;
	padding:5px 0px 5px 0px;
	margin-bottom:275px;
	*margin-bottom:50px;
}
.infoTable2
{
	width:100%;
	padding:5px 0px 5px 0px;
	margin:5px 140px 0px 0px;
}
.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;
}
/*END ROI WHITEPAPER STYLE*/
/*This section is used on the industry pages. I create a small table*/
.IndusTable tr td
{
	vertical-align:top;
	text-align:left;
}
.IndusTable
{
	width:55em;
}
/*this section handles the right hand column (only used in the index page)*/
.rightColumn
{
	width: 165;
	background: #eef9fc url(/images/TopRightCorner.png) no-repeat top right;
	border-color: Black;
	border-width: thin;
	vertical-align: top;
	padding: 5px;
	overflow: hidden;
}

.awards
{
	font-family: Arial;
	text-align: center;
}
/*This is the FAQ styling section*/
.faqHeader
{
	width:100%;
	border-style:solid;
	border-width:0px 0px 2px 0px;
	border-color:#327ab7;
	margin-top:10px;
}
.faqAnswer
{
	width:100%;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#327ab7;
	font-size:10pt;
	padding:10px 0px 10px 0px;
}
/*This is the section that controls the Contact Us Form*/
.cantactL
{
	text-align:right;
	vertical-align:top;
	background:#eef9fc;
}
.contactR
{
	text-align:left;
	background:#fcfbe0;
}
/*This controls the footers. We also need 2. 
One for the index page and one for the rest 
of the site*/
.Footer
{
	width:62.55em;
	border-top:solid 1px #327ab7;
}
.LFooter
{
	Float:left;
	background:#fdfacf url(/images/BLeftCorner.png) no-repeat bottom left;
	font-size: 8pt;
	padding-bottom:.5em;
	padding-right:1px;
}
.RFooter
{
	float:inherit;
	font-size: 8pt;
	padding-right:5px;
	padding-bottom:.5em;
	background:#fdfacf url(/images/BRightCorner.png) no-repeat bottom right;
}
.FootLink
{
	position:relative;
	left: 213px;
	width:6em;
	padding:0em .5em .5em .5em;
	border-left:solid 1px #327ab7;
	font-family:Arial;
	font-size: 8pt;
	display:inline;
}
.FootLink a
{
	text-decoration: none;
}

.FootLink:hover a
{
	color:White;
}

.FootLink:hover
{
	background-color:#327ab7;
	color:White;
}

/*This sections controls the styles for the contact us form*/


/*THIS IS THE END OF THE CONTENT SECTION*/
/*not sure what this is but it gets used to help with Explorer issues*/
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html > body .clearfix
{
	display: block;
	width: 100%;
}
* html .clearfix
{
	height: 1%;
}
