/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}


/*start my css...*/

a.txtlink {  /*insert image links to -home -support -contact*/
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  margin: 0 0 0 0;
  color: #993300;
}

a.imglink {  /*insert image links to -home -support -contact*/
  decoration: none;
}

#container {
  width: 805px;
  margin: 0 auto;
}

#topnav {
  position: relative;
	top: 10px;
	left: 275px;
  width: 230px;
  margin: 0 0 0 0;
 }
 
#topnav a {  /*insert image links to -home -support -contact*/
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 110%;
  vertical-align: 0.35em;
  text-decoration: none;
  margin: 0 0 0 0;
  color: #000000;
}

/*#navbar {  style of navigation bar if needed
}*/

#nav, nav ul {  /*style of navigation bar and top level menu links ...check this with other style sheets for chgs.*/
  position: absolute;
  	top: 45px;
  float: center;
  list-style: none;
  text-align: left;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 15px; 
  padding: 0;
  z-index: 200;
}

#nav a {  /*style of text links top level dropdown links ...check this with other style sheets for chgs.*/
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 9px;
  z-index: 200;
}

#nav a.sysover {  /*style width of each top menu item*/
  width: 101px;
  w\idth: 101px;
  z-index: 200;
}
#nav a.datastor {
  width: 130px;
  w\idth: 130px;
  z-index: 200;
}
#nav a.livedem {
  width: 63px;
  w\idth: 63px;
  z-index: 200;
}
#nav a.learn {
  width: 96px;
  w\idth: 96px;
  z-index: 200;
}
#nav a.getquote {
  width: 70px;
  w\idth: 70px;
  z-index: 200;
}
#nav a.partner {
  width: 53px;
  w\idth: 53px;
  z-index: 200;
}
#nav a.client {
  width: 43px;
  w\idth: 43px;
  z-index: 200;
}
#nav a.member {
  width: 79px;
  w\idth: 79px;
  z-index: 200;
}

/*#nav a.daddy {  style of 2nd level dropdown arrow image if needed - see Suckerfish dropdown
}*/

#nav li {   /*style of 1st level list items that dropdown*/
  float: left;
  list-style: none;
  padding: 0;
  width: auto;
  z-index: 200;
}


#nav li ul {  /*style of block for 1st level list items that dropdown*/
  background-color: #992B0A;
    filter:alpha(opacity=80);
    -moz-opacity:80;
  position: absolute;
    left:-999em;  /*makes list items invisible until sfhover script is called*/
  height: auto;
  font-weight: normal;
  margin: 0;
  z-index: 200;
}

#nav li ul.sysover {  /*style of block for 1st level list items that dropdown*/
  width: 119px;
  w\idth: 119px;
  z-index: 200;
}

#nav li ul.datastor {  /*style of block for 1st level list items that dropdown*/
  width: 148px;
  w\idth: 148px;
  z-index: 200;
}

#nav li ul.livedem {  /*style of block for 1st level list items that dropdown*/
  width: 81px;
  w\idth: 81px;
  z-index: 200;
}

#nav li ul.learn {  /*style of block for 1st level list items that dropdown*/
  width: 114px;
  w\idth: 114px;
  z-index: 200;
}

#nav li ul.getquote {  /*style of block for 1st level list items that dropdown*/
  width: 88px;
  w\idth: 88px;
  z-index: 200;
}

#nav li ul.partner {  /*style of block for 1st level list items that dropdown*/
  width: 71px;
  w\idth: 71px;
  z-index: 200;
}

#nav li ul.client {  /*style of block for 1st level list items that dropdown*/
  width: 61px;
  w\idth: 61px;
  z-index: 200;
}

#nav li ul.member {  /*style of block for 1st level list items that dropdown*/
  width: 97px;
  w\idth: 97px;
  z-index: 200;
}

#nav li li {   /*will need to do a .class for each dropdown to get specific width for each ...so do I need this?*/
  padding-right: 0em;
  width: inherit;
  w\idth: inherit;
  z-index: 200;
}

#nav li ul a {
  display: block;
  z-index: 200;
}

#nav li ul a.sysover {  /*style of block for 1st level list items that dropdown*/
  width: 119px;
  w\idth: 101px;
  z-index: 200;
}

#nav li ul a.datastor {  /*style of block for 1st level list items that dropdown*/
  width: 148px;
  w\idth: 130px;
  z-index: 200;
}

#nav li ul a.livedem {  /*style of block for 1st level list items that dropdown*/
  width: 81px;
  w\idth: 63px;
  z-index: 200;
}

#nav li ul a.learn {  /*style of block for 1st level list items that dropdown*/
  width: 114px;
  w\idth: 96px;
  z-index: 200;
}

#nav li ul ul {
  margin: 0 0 0 0;
  z-index: 200;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
  z-index: 200;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, 
#nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
  z-index: 200;
}

#nav li:hover, #nav li.sfhover {
  background: #AC5C1C;
  filter:alpha(opacity=100);
  -moz-opacity: 100;
/*  width: inherit; delete this from other style sheets!
  w\idth: inherit; */
  z-index: 200;

}

p {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

div.textcontainer {
  position: absolute;
   top: 290px;
  width: 500px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 0 20px;
}

.redhead {
  font-weight: bold;
  color: #993300;
}


.redtext {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 3;
  color: #993300;
}

.smredtext {
  font-size: 9px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
  color: #993300;
  line-height: 1;
}

.blktext {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 3;
  color: #000000;
}

.goldhead {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #A78C54;
}

li.bullet {
	list-style: square;
	margin-left: 20px;
}

li {
	list-style: none;
}
 
 /* table {
  position: absolute;
	top: 400px;
  width: 500px;
  margin: 0 0 0 20px;
} */

/* .formfields {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 3;
  position: relative;
	top: -175px;
	left: 100px;
} */


/* .subbut {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 3;
} */

#flashcontent {
  position: absolute;
    top: 93px;
    left: 38%;
  z-index: 1;
}

.floatstop {
  clear: both;
  font-size: 8px;
  line-height: 5%;
}

div.loginhome {
  position: relative;
    top: 50px;
    left: 550px;
  border-left: 1px solid;
  border-color: #000000;
  padding: 0 0 0 2em;
}
   
p.footertxt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

a.footertxt {  /*insert image links to -home -support -contact*/
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 0 0;
  color: #000000;
}

