*
{
  margin: 0em;
  padding: 0em;
}

h1, h2
{
}

body
{
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #666;
  background-color: #fff;
}

a
{
  color: #888888;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

img
{
  border: none;
}

/* Outer */

#outer
{
  padding: 0em;
  margin: 0em;
  width: 980px;
  border: 1px solid #dfdfdf;
}


#outerfixed
{
  padding: 0em;
  margin: 0em;
}


/* Header */

/*
#header
{
	position: relative;
	background-image: url(header_bgl.gif), url(header_bgr.gif);
	background-repeat: no-repeat, repeat-x;
	height: 6em;
	padding-left: 2em;
}
*/
#header
{
  position: relative;
  background-image: url(images/header_bgr.gif);
  background-repeat: repeat-x;
  height: 6em;
  margin-left: 2em;
}

#header h1
{
  position: absolute;
  top: 1em;
  font-size: 2.2em;
  letter-spacing: -0.05em;
}

#header h1 a
{
  color: #fff;
  text-decoration: none;
}

#header h2
{
  position: absolute;
  font-size: 0.8em;
  top: 8em;
  color: #E0E8EF;
}
#header h4
{
  position: absolute;
  top: 1em;
  font-size: 1.2em;
  letter-spacing: -0.05em;
  color:Black;
  margin-top: 0.09em;
  margin-left:49.5em;
  
}

/* Menu */
#homeimg
{
  position: relative;
}

/* NEW 

#menu
{
  position: absolute;
  top: 45px;
  left: 140px;
  z-index: 100;
  width: 750px;
}


#menu ul
{
  list-style: none;
}

#menu li
{
  display: inline;
  padding-left: 4em;
  margin-left: 0em;
  border-left: dotted 1px silver;
}

#menu li.first
{
  border: 0em;
  margin-left: 0em;
  padding-left: 0em;
  text-decoration: none;
  
  
}

#menu li a
{
  color: black;
  padding: 0.1em;
  text-decoration: none;
}

#menu li a:hover
{
  text-decoration: none;
}
*/

#nav, #nav ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a
{
  display: block;
  width: 9em;
   text-decoration: underline;
}

#nav li
{
  float: left;
  margin-left:-1px;
  width: 60px;
  text-decoration: none;
}
#nav ul li a:hover
{
  text-decoration: underline;
}
#nav ul li
{

   text-decoration: underline;
}

#nav li ul
{
  display: block;
  border: 1px solid black;
  position: absolute;
  width: 12em;
  left: -999em;
   text-decoration: underline;
}
#nav li ul a
{
 
   text-decoration: none;
}
#nav li ul:hover ul li 
{
 
   text-decoration: underline;
}

#nav li ul li
{
  padding-left: 10px;
  margin-left: 10px;
   text-decoration: underline;
}
#nav li:hover ul
{
  background: #FFFFFF;
  left: auto;
  margin-left: -65px;
   text-decoration: underline;
}

/* Content */

#content
{
  line-height: 1.5em;
}

#content p
{
  margin-bottom: 1.5em;
}

#content h2, h3, h4, h5, h6
{
  color: #545454;
  margin-bottom: 1em;
  border-bottom: dashed 1px #dfdfdf;
  padding-bottom: 0.3em;
}

#content h2
{
  font-size: 1.5em;
}

#content h3
{
  font-size: 1.1em;
}

#content ul
{
  margin-bottom: 1.5em;
  padding-left: 1em;
  list-style: square;
}

#content blockquote
{
  margin-bottom: 1.5em;
  padding: 0.75em 0.75em 0.75em 1.5em;
  border-left: solid 0.75em #008d81;
  background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
  margin-bottom: 0em;
}

#content table
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
}

#content table th
{
  font-weight: bold;
  padding: 0.5em;
}

#content table td
{
  padding: 0.5em;
  border-right: solid 1px #fff;
}

#content table tr.rowH
{
  color: #fff;
  background: #006192 url('images/a8.gif') top left repeat-x;
  border-right: solid 1px #fff;
}

#content table tr.rowA
{
  background: #F8F8F8 url('images/a6.gif') top left repeat-x;
  border-top: solid 1px #fff;
  color: inherit;
}

#content table tr.rowB
{
  background: #FDFDFD url('images/a7.gif') top left repeat-x;
  border-top: solid 1px #fff;
  color: inherit;
}

/* Table Style 1 */
.tablestyle1
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
}

.tablestyle1 td
{
  padding: 0.5em;
  border: 1px solid #dfdfdf;
}

.tablestyle1 caption
{
  padding: 0.5em;
  font-weight: bold;
  color: #000000;
  background-color: #dfdfdf;
}

/* Table Style 2 */
.tablestyle2
{
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
  border: 5px solid #dfdfdf;
}

.tablestyle2 td
{
  padding: 2px;
  border: none;
}

/* Primary Content */
#primaryContentContainer
{
  background-color: #fff;
  float: right;
  margin: 0em -12.5em 0em -19em;
  width: 100%;
}

#primaryContent
{
  margin: .5em 13em 0em 15em;
  padding: 1.5em 3em 1.5em 1em;
}

#primaryContent a
{
  color: teal;
  font-weight: bold;
}

/* Secondary Content */

#secondaryContent
{
  position: relative;
  float: left;
  width: 10em;
  padding: 2.1em 2em 1.5em 2em;
  background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
  position: absolute;
  right: 0em;
  bottom: -64px;
  background: #fff url('images/a3.gif') top right no-repeat;
  height: 64px;
  width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
  position: relative;
  float: right;
  width: 8.5em;
  padding: 2em;
  z-index: 0;
}

#tertiaryContent .xbg
{
  position: absolute;
  left: 0em;
  bottom: -64px;
  background: #fff url('images/a4.gif') top left no-repeat;
  height: 64px;
  width: 128px;
}

/* Footer */

#footer /*{ 	position: relative; 	z-index: 1; 	border-top: dashed 1px #dfdfdf; 	padding: 1em 0em 2em 0em; 	margin: 1em 2em 0em 2em; 	text-align: center; }*/
{
  position: relative;
  z-index: 1;
  padding: 1em 0em 2em 0em;
  font-size: x-small;
  text-align: center;
  color: #fff;
  background: #006192 url('images/a8.gif') top left repeat-x;
  border-right: solid 1px #fff;
  border-top: solid thin grey;
  border-bottom: solid thick #CCC;
}

.clear
{
  clear: both;
}

/*--- Style for Required field marker---*/
.reqfld
{
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: red;
}
.storehousemenu
{
 font-family:Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #4F9A93;
 list-style-type:none;
}
#storehousemenu li ul
{
padding-left: 10px;
font-size: 12px;
font-weight: normal;
list-style-image: url(images/sarrow.gif);
list-style-position: outside;

list-style-type: square;
}


#storehousemenu1
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#storehousemenu1 li ul
{
padding-left: 10px;
background-image: url(images/sarrow.gif);
background-repeat: no-repeat;
background-position: 0 .15em;
}

#storehousemenu1 ul { list-style: none; }

/*--- Style for Buttons ---*/
input.btn
{
  color: Teal;
  font-family: verdana, arial, sans-serif;
  font-size: small;
  font-weight: bold;
}

/*--- Style 1 for Button panel ---*/
.btnpnl
{
  text-align: center;
  padding: 10px;
}

/*--- Small Margin ---*/
.smallmargin
{
  margin-left: 30px;
}

/*--- Control Width ---*/
.fld200
{
  width: 200px;
}

/*--- Align Right ---*/
.aright
{
  text-align: right;
}

/*--- Align Center ---*/
.acenter
{
  text-align: center;
}
/*--- Error Message ---*/
.lblerr
{
  margin-left: 100px;
  text-align: center;
  color: red;
}

/*** Nav bar styles ***/


#menu 
{
	position: absolute;
  top: 45px;
  left: 90px;
  z-index: 90;
  width: 1000px;
  font: normal 12px arial, helvetica, sans-serif;


}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10em;
float: left;
}

#menu a, #menu h2 {
font: normal 12px arial, helvetica, sans-serif;
display: block;

margin: 0;
padding: 2px 3px;
}

#menu h2 
{
	border-right:dotted 1px silver;

}

#menu a {
color: #000;
background: #fff;
text-decoration: none;
}

#menu a:hover {
background: #fff;
text-decoration:none;

}

#menu li 
{
float: left;
  margin-left:-1px;
  width: 90px;
  text-decoration: none;
}

#menu ul ul {
position: absolute;
z-index: 500;
width: 120px;


}

#menu ul li ul li a:hover
{
	  text-decoration: underline;
	  
	

}
#menu ul li ul li a
{
	
border-left:solid 1px black;

}



#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
border-right:solid 1px black;
border-left:solid 1px black;
border-top:solid 1px black;
border-bottom:solid 1px black;
background:#FFF;
 width: 140px;
	
	}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

