/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
      background: #666666;
      font-family:arial,sans-serif;
	  }

	#container {
	  width: 1024px;
	  margin: 0 auto;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 20px;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 1023px;
	  margin: 0 auto;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  background-color: #FFFFFF;
	  }
	h4 {
      color: #FFF;
      font-size: 93%;
    }
    a {
	  /* color: #6DA6E2; */
      color: #0066FF;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	#header form {
      float: right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #000;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** Table Stuff ******************/
    th {
      background: #6DA6E2;
      color: #fff;
      font-size: 93%; 
      padding: 2px 2px 2px 2px;
    }
    #cols{
    float:left;
    width:100%;
    }
    #cols .leftcol{
    float:left;
    width:181px;
    padding-right: 10px;
    margin-top: 10px;
    border-right: 1px solid #c0c0c0;
    }
    #cols .leftcol ul{
        padding-left: 5px;
        margin-left: 5px;
    }
    #cols .leftcol li{
        list-style-type:none;
        padding: 5px 5px 5px 5px;
        margin-top: 10px;
    }
    #cols .leftcol li h3 {
        height: 18px;
        padding: 0px 2px 0px 2px;
        font-size: 11px;
        margin: 0px 0px 0px 0px;
        background: #2763A5; 
        color: #fff;
        border-bottom: 1px solid #c0c0c0;
    }
    #cols .content{
    width:480px;
    float:left;
    margin:4px 0 0;
    padding:0 10px 0 10px; 
    }
    #cols .rightcol{
    float:right;
    width:368px;
    padding:0 5px 19px; 
    }
    .colBox2 ul{
        padding-left: 5px;
        margin-left: 5px;
    }
    .colBox2 ul li{
        list-style-type:none;
        padding: 5px 5px 5px 5px;
        margin-top: 10px;
    }
    .colBox2 ul li h3 {
        height: 18px;
        padding: 0px 2px 0px 2px;
        font-size: 11px;
        margin: 0px 0px 0px 0px;
        background: #2763A5;
        color: #fff;
        border-bottom: 1px solid #c0c0c0;
    }

/**************** header styles ****************/
	#header {
	  width: 1024px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }
    #subHeader {
        text-align: left;
        font-size: 10px;
        font-weight: bold;
        margin-top: 10px;
        margin-left: 60px;
    }
    .subnav {
        text-align: left;
        font-size: 10px;
        font-weight: bold;
        margin-top: -10px;
        margin-left: 80px;
        border-top: 1px dotted #c0c0c0;
    }
    .partSmall img {
        float: left;
        padding: 0px 10px 0px 0px;
    }
    .partSmall h3 {
        border-bottom: 1px solid #0066FF;
        color: #0066FF;
        height: 20px;
    }
    .partSmall a {
        color: #0066FF;
    }
    .partSmall a:hover {
        color: #3399FF;
        text-decoration: none;
    }
    .navGroup {
        position: relative;
    }
    .nav-sub a
    {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 28px;
    }
    .nav-sub
    {
    margin: 10px 0px 10px 10px;
    width: 700px;
    height: 20px;
    text-align: center;
    border: 1px solid;
    }
    .navGroup
    {
    position: relative;
    float: left;
    display: block;
    padding: 0 8px;
    }
    .navGroup a {
    margin-left: 20px;
    }
    .nav .navGroup .nav_sub
    {
    position: absolute;
    top: 15px;
    left: 0px;
    border: solid 1px #c0c0c0;
    padding: 0;
    margin: 0;
    width: 150px;
    }
    .nav .navGroup .nav_sub a
    {
    margin: 0;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    /* border-bottom: solid 1px #303030; */
    text-align: left;
    text-indent: 30px;
    }
/**************** Accordion ******************/
    .accordion_toggle {
      background: #6DA6E2;
      color: #fff; 
      padding: 2px 5px 2px 5px;
    }
    .accordion_toggle p {
      margin-left: 10px;
    }

/**************** Images *********************/
    .visioimg {
        text-align: center; 
        margin-top: 20px; 
        border: 1px solid;
        padding: 5px 0px 15px 0px;
    }

/**************** menu styles ****************/
    #tabs10 {
      float:left;
      width:1024px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 700px;
	  padding-left: 50px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
      background: #FFF;
      margin-bottom: 50px;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
    .partDesc {
      margin-left: 25px;
    }
     div.tooltip{
        padding: 5px;
        margin: 5px;
        background-color: #FFF;
     }

    #contactBlock h3 {
        border-bottom: 1px solid #0066FF;
        /* color: #0000FF; */
        color: #000000;
        padding: 0px 0px 0px 0px;
        height: 16px;

    }
    #contactBlock h4 {
        margin-top: -10px;
        margin-left: 5px;
        margin-bottom: -5px;
        color: #000000;
    }
    #contactBlock p {
        margin-left: 20px;
        border-bottom: none;
    }
/**************** feature boxes *****************/
    #featureBox {
        width: 700px;
        position: relative;
    }
    #featureList {
        width: 200px;
        float: left;
        color: #0066FF;
        background-color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
    }
    #featureDesc {
        width: 300px;
        float: right;
        margin-right: 200px;
    }
/**************** sidebar styles ****************/
	#sidebar {
	  width: 180px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	.clear { clear: both;}
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 1024px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }

     .title {
       color: #ffffff;
       border-bottom: 0px dotted;
       font-weight: bold;
       font-size: 110%;
       padding-left: 10px;
       background-color: #2763A5;
     }



