body {
	margin-left: auto;
	margin-right: auto;
	/*text-align: center;*/
	width: 984px;
	background-color: #005a9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#logo {
	display:block;
	width: 985px;
	height: 80px;
	background-color: #005a9c;
}

#header {
	position: relative;
	left: 3px;
	top: 3px;
	float: left;
	z-index: 3;
	background-color: #003665;
	color: white;
	font: italic bold 16pt arial, sans-serif;
	width: 838px;
	padding-left: 30px;
	height: 31px;
	padding-top: 7px;
}

#content {
	width: 868px;
	position: relative;
	text-align: justify;
	float: left;
	z-index: 1;
	left: 3px;
}

#apDiv1, #apDiv2, #apDiv3 {
	position: absolute;
	left: 72px;
	z-index: 3;
	color: white;
	font: 12pt arial, sans-serif;
	text-align: justify;
	height: 1px;
}

.pic {
	border: 1px solid Black;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

/* styles for individual accessory pages */

.accpicalign {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.accpic {
	border: solid black 1px;
}

.acctxt {
	display: block;
	border: solid black 1px;
	width: 550px;
	padding: 25px;
	background-color: #c7b299;
	text-align:justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}

/* begin vertical menu */

#sbm {
	width: 110px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt
}

ul.sb {
	list-style: none;
}

.sb {
	background-image: url('graphics/vb.gif');
	height: 30px;
	width: 110px;
	display: block;
	text-align: center;
	color:white;
	padding-top: 10px;
	background-position: center;
	}
	
.sb2 {
	background-image: url('graphics/vb.gif');
	height: 30px;
	width: 110px;
	display: block;
	text-align: center;
	color:white;
	padding-top: 10px;
	background-position: center;
	line-height: 8pt;
	}
	
.homeb {
	background-image: url('graphics/hmb.gif');
	height: 50px;
	width: 110px;
	display: block;
	text-align: center;
	color:white;
	padding-top: 30px;
	background-position: center;
	}	

a.sb:hover, a.sb2:hover, a.homeb:hover {
	background-position: bottom;
}

a.sb:active, a.sb2:active, a.homeb:active {
	background-position: top;
}

/* button down on current page */
#hm #hmb, #qa #qab, #au #aub, #lr #lrb, #tb #tbb, #fa #fab, #ob #obb, #cu #cub, #db #dbb, #pl #plb, #in #inb, #dl #dlb, #sd #sdb, #tp #tpb,
 #cc #ccb {
	background-position: top;
}

/* begin horizontal menu */

#hmenu, #hmenu ul {
	z-index: 999; 
   padding: 0; 
   margin: 0; 
   list-style: none;
	/*line-height: 1;*/ /* added to raise lower lists */ 
}

#hmenu a { 
   display: block; 
	color: white;
	font-family: Arial, sans-serif;
	width: 218px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(graphics/hb.GIF);
	background-position: center;
	text-align: center;
}
 
 #hmenu .hb2 {
 	line-height: 12pt;
	padding-top: 5px;
	height: 25px;
	padding-bottom: 10px;
 }

#hmenu a:hover, #hmenu a.sfhover {
	background-position: bottom;
}

#hmenu a:active {
	background-position: top;
} 

#hmenu li { 
   /*position: relative;*/
	float: left;
   width: 218px;  /* seems to control position of drops */
}

/* hides submenus */
#hmenu li ul {
   position: absolute;
   width: 218px;
   left: -999%;
}

#hmenu li ul a {
	background-image: none;
	background-color: #005a9c;
	width: 218px;
} 

#hmenu li ul a:hover {
  background-color: #0189bc;
}

/* shows submenus */
#hmenu li:hover ul, #hmenu li.sfhover ul {
/*position: relative;  causes picture to drop */
	left: auto;
}

/* applies to all drops but 1st */
#hmenu li ul ul {
	margin: -35px 0 0 0;  /* positions second drop */
}

#hmenu li ul ul a {
  width: 150px;	
}

/* hide second drop */
#hmenu li:hover ul ul, #hmenu li.sfhover ul ul { 
   left: -999%; 
}

/* show 2nd drop when 1st moused over */
/*#hmenu li:hover ul, #hmenu li li:hover ul, #hmenu li.sfhover ul, #hmenu li li.sfhover ul { 
   left: auto; 
}*/


#hmenu li li:hover ul,  #hmenu li li.sfhover ul {
 left: 100%;
 }

/* hide third drop */
#hmenu li:hover ul ul ul, #hmenu li.sfhover ul ul ul { 
   left: -999%; 
}

/* show 3rd drop when 2nd moused over */
/*#hmenu li:hover ul, #hmenu li li:hover ul, #hmenu li.sfhover ul, #hmenu li li.sfhover ul { 
   left: auto; 
}*/


#hmenu li li li:hover ul,  #hmenu li li li.sfhover ul {
 left: 150px;
 }
 
 #hmenu ul li {
	border:solid 1px white; 
	width:auto; 	
 }
