﻿body 
{
    font-family: Tahoma;
    font-size: 13px;
}
#container
{
    margin: 0px auto;
    width: 840px;
    height: 800px;
    position: relative;
    border: solid 0px yellow;
}
#header
{
    height: 100px;
    border: solid 0px red;
}
#logo
{
    text-align: left;
        
}
#ACLogo
{
    text-align: right;
}
#nav
{
    width: 840px;
    height: 30px;
}
#footer
{
    
}
#homeFlash
{
    margin-top: 10px;
    height: 320px; 
    width: 840px   
}
#VolusionLiveChat a
{
    color: White;
}
a img
{
    border: 0px;   
}
.button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #EEF1F2;	
}

.linkBig
{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: Black;
    margin: auto;   
}
.more
{
    font-weight: bold;
    color: Blue;
    padding: 5px; 
}
.featureTable
{
    border-color: #ccc;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-collapse:collapse;

}
.featureTable td
{
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      font: bold 11px/1.5em Verdana;
      float:left;
      width:100%;
      background:change-background;
      line-height:normal;
      border-bottom: solid 1px #3872B4;
      }
    #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("../images/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("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }		