/* CSS Document */

body {
	margin:0 auto 0 auto;
	padding:2px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

* {margin:0; padding:0;}

div#page {
	margin:0 auto 0 auto;
	padding:0 11px 0 11px;
	width:1004px;
	height:auto;
}

/* ---------------------- Header Styles -------------------*/

div#logo  {
	float:left;
	width:267px;
	height:144px;
}

div#logoPrint	{
	display:none;
}

div#headerImage  {
	float:left;
	width:737px;
	height:55px;
	z-index:20;
}

div#belowNav  {
	float:left;
	width:737px;
	height:70px;
	margin-top:-2px;
}

div#belowNav-squares	{
	float:right;
	width:78px;
	height:64px;
}

div#belowNav-blueline	{
	float:right;
	width:737px;
	height:6px;
}

div#belowNav-principle	{
	float:left;
	width:409px;
	padding-left:250px;
	padding-top:4px;
}

div#belowNav_print	{
	display:none;
}
/*--------------------------Content - Home Page ---------------------------------------*/

div#homeContent  {
	float:left;
	width:922px;
	border-left:1px solid #9f9fa2;
	border-right:1px solid #9f9fa2;
	padding-left:80px;
	margin-top:-15px;
}

div#conceptImage  {
	float:left	;
	width:412px;
	height: 80px;
	margin:23px 0px 0px 0px;
}

div#conceptText  {
	float:left;
	width: 390px;
	margin-top: 30px;
	padding-left:25px;
}
	
/* -------------------------Big Flash Styles -----------------------------------*/
div#homeFlashcontainer  {
	float:left;
	width:1002px;
	border-left:1px solid #9f9fa2;
	border-right:1px solid #9f9fa2;
	margin-top:-10px;
}

div#flashMovies  {
	float:left;
	width:230px;
	height:240px;
	padding:10px 10px 25px 10px;
}


/* -------------------Logo Flash Styles -----------------------------------*/
div#logoFlashContainer  {
	float:left;
	width:1002px;
	border-left:1px solid #9f9fa2;
	border-right:1px solid #9f9fa2;
}


div#logoFlash  {
	width:998px;
	height:45px;
	padding:0px 1px;
	float:left;
}
/* ----------------------------- Content Interior Pages ----------------------*/
div#insideContentContainer  {
	float:right;
	width:1002px;
	min-height:425px;
	border-left:1px solid #9f9fa2;
	border-right:1px solid #9f9fa2;
}

div#insideContent  {
	float:right;
	width:800px;
	padding:0px 25px 15px 25px;
}
div#insideLeft  {
	float:left;
	width:500px;
}

div#insideLeft2  {
	float:left;
	width:300px;
}

div#insideLeft3  {
	float:left;
	width:400px;
}

div#insideLeft4  {
	float:left;
	width:700px;
}

div#insideRight  {
	float:right;
	width:250px;
}

div#insideRight2  {
	float:right;
	width:475px;
}

div#insideRight3  {
	float:right;
	width:350px;
}
div#industryContainer	{
	width:650px;
	float:left;
}

div#industriesList	{
	float:left;
	width:300px;
	line-height:15px;
	padding-left:50px;
}

div#industryLogos	{
	float:right;
	width:350px;
}

div#listColumn1  {
	float:left;
	width:175px;
	line-height:15px;
	padding-left:35px;
}

div#listColumn2  {
	float:left;
	width:200px;
	line-height:15px;
	padding-left:50px;
}
.listcolumn  {
	margin-left:10px;
	list-style-image: url(images/greysquare.gif);
}
.listcolumn2  {
	margin-left:40px;
	list-style-type:none;
}

div#smallImages  {
	width:325px;
	padding-left:15px;
	padding-top:20px;
	float:right;	
}

div#epicFamilyContainer  {
	width:425px;
	float:left;
}

div#epicFamily	{
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #1F4693;
	font-style:italic;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #1F4693;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #706F74;
}


.pics {
	border: 1px solid #000000;
	margin:0px 10px;
}
.contentP  {
	line-height:25px;
}


/* ---------------------------- Footer Styles --------------------------------*/
div#footerContainerIndex  {
	float:left;
	width:1000px;
	border-left:1px solid #9f9fa2;
	border-right:1px solid #9f9fa2;
	background-image:url(images/footerBg.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:34px;
}

div#footerContainer  {
	float:left;
	width:1002px;
	border-left:1px solid #9f9fa2;
	border-right:1px solid #9f9fa2;
	background-image:url(images/footerBg.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:34px;
	margin:0px;
	padding:0px;

}

div#footerSquares  {
	float:left;
	width:56px;
	height:34px;
}

div#footerText  {
	float:right;
	font-size:10px;
	color:#000000;
	padding:12px 10px 10px 10px;
}

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

.formFields {
	padding: 3px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 3px;
	font-weight: bold;
}
p {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pics2 {

	border: 1px solid #000000;
	margin:0px 5px;
}
.pics2_noborder {
	margin:5px 7px;
}
.pics2_border {
	border: 1px solid #000000;
	margin:5px 7px;
}
