﻿body 
{
  background-image: url("../images/BodyBG.jpg");
  background-repeat: repeat-x;
  /*margin: 0px auto;*/
  margin: 0px;
  padding: 0px 0px 0px 0px;
  top: 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; /*Gloabal body styles*/
  background-color: #123D93;
  min-height: 100%;
  margin-bottom: 1px;
}

div#flashSiteWrapper /*Wrap Flash Site in order to set its z index lower than the content panel*/
{
z-index:2;	
}

div#siteWrapper 
{	width:765px;
	height: 750px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	top: 0px;
	/*border:1px solid #42A3E3;*/
	background-color:#123D93;
	}
	
div#contentPanel /*Hover ContentPanel over Flash Movie rendering Flash as the background to the contentPanel*/
{ position:absolute;
	z-index: 3;
	width: 766px;
	height:500px;
  background-color:Transparent;
	top:225px;
  margin:0px auto;
  padding:10;
 
}
	
div#contentPanelContacts /*Hover ContentPanel over Flash Movie rendering Flash as the background to the contentPanel*/
{ position:absolute;
	z-index: 3;
	width: 766px;
	height:150px;
  background-color:Transparent;
	top:60px;
  /* margin:0px auto; */
  margin:0px auto;
  margin-right: 20px;
  text-align:right;
  padding:10;
  color:#143c93;
  font-size: 11pt;
}

div#content1 
{
  width: 740px;
  padding: 0px;
  color: #000000;
  height: 450px;
}
.innerContent 
{ width:740px;
	padding:0px;
	color: White;
	height:450px;
  background-image:url("../images/bg.png");
  background-repeat:no-repeat;  
}
      .style1
      {
        width: 740px;

        color:#011e5c;
        font-weight: bold;
        text-align: left;

      }
      .style2
      {
       font-size:smaller; 
       text-align:center;
       
      }
      .style5
      {
        text-align: center;
        height: 80px;
      }
      .style6
      {
        color:White;

        text-align: center;
      }
      .myHeader
      {font-size:large;
       font-weight:bold;
      }
      .style7
      {
        font-size: larger;
        color: #FFFFFF;
      }      
	
a:link
{
  color: #000000;
  /*font-weight: bold; removed to make sizes match */
}
a:visited{color:#CC0000;}
table{
  color: #000000;
}  

#homediv
{
  margin-left: 25px;
}
#aboutusdiv
{
  margin-left: 25px;
}
#territorydiv
{
  margin-left: 25px;
}
#productsdiv
{
  margin-left: 25px;
}
#manufacturersdiv
{
  margin-left: 25px;
}
#contactsdiv
{
  margin-left: 25px;
}
#termsdiv
{
  margin-left: 25px;
}
#privacydiv
{
  margin-left: 25px;
}
#contactrequestdiv
{
  margin-left: 25px;
}
#contactusdiv
{
  margin-left: 25px;
}

