﻿#bodyblock
{
	color: #333333;
	width: 860px;
	padding: 0;
	margin: 0px auto;
	z-index: 1;
}	/*outer container for other containers to be nested inside of*/


div#navbar
{
	height: 20px;	
	color: white;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa; 	
	font-family: arial;
	font-size: .8em;
	z-index: 2;
	background-color: #0d215d;
}
td#footerbar, div#navbar ul, div#navbar li, div#navbar li.submenu, div#navbar li.submenu li.submenu
{
	background-color: #0d215d;
}
div#navbar li.submenu:hover, div#navbar li:hover, div#navbar li.submenu li.reg a:hover, div#navbar li.submenu li.submenu:hover, div#navbar li.submenu li.submenu ul.level3 a:hover
{
	background-color: #153597;
}
div#navbar a
{
	color: white;
}
div#navbar ul
{
	padding: 0;
	margin: 0;
}
div#navbar li
{
	float: left;
	position: relative;
	width: 142px;
	text-align: center;
	list-style: none;
}
div#staffBio
{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	clear: both;
}
div#navbar li:hover
{
	text-decoration: none;
}
div#navbar li a
{
	display: block; 
	padding: 1px 0px 1px 0px;
	text-decoration: none; 
	height: 18px;
}
div#navbar>ul a
{
	width: auto;
} 
div#navbar ul ul
{
	position: absolute; 
	display: none;
}
div#navbar ul ul li
{
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	width: 185px;
	text-align:left;
	padding-left:3px;
}
div#navbar ul ul ul li
{
	width: 185px;
	text-align:left;
	padding-left:3px;
}

div#navbar ul ul ul li.bottomofmenu
{
	border-bottom: 1px solid #aaa;
}
div#navbar li.submenu li.submenu
{
	background: url('/IMAGES/arrow.gif') 95% 50% no-repeat;
	background-color: #0d215d;
}

div#navbar li.submenu li.submenu:hover
{
	background: url('/IMAGES/arrowHover.gif') 95% 50% no-repeat;
	background-color: #153597;
}
div#navbar ul.level1 li.submenu:hover ul.level2, div#navbar ul.level2 li.submenu:hover ul.level3
{
	display:block;
}
div#navbar ul.level2
{
	top: 20px; 
	left: -1px;
}
div#navbar ul.level3
{
	top: -1px; 
	left: 188px;
}

.heading
{
	font-weight: bold;
	font-family: arial;
	color: #369;
	font-size: 12pt;
}
.heading2
{
	font-weight: bold;
	font-family: arial;
	color: #369;
	font-size: 10pt;
	padding-left: 25px;
}
table.tablestyle
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.tablestyle td
{
	text-align: center;
	font-weight: bold;
	color: #888888;
	border: 1px solid #ccc;
	width: 150px;
	line-height: 20px;
	vertical-align: middle;
}
table.tablestyle td a
{
	text-decoration: none;
	display: block;
}
table.tablestyle td a:link
{
	color: #58b;
}
table.tablestyle td a:visited
{
	color: #58b;
}
table.tablestyle td a:hover
{
	background-color: #d6e6f2;
	color: #246;
}
input[type="radio"]
{
    border:none;
}
input[type="checkbox"]
{
    border:none;
}

a:link { color:#000099; text-decoration:none; }
a:visited { color:#000099; text-decoration:none; }
a:hover { color:#000099; text-decoration:underline; }
a:active { color:#000099; text-decoration:none; }

table.shoppinggrid { width:100%; color:Black; }
table.shoppinggrid td { vertical-align:top; padding:10px; border:1px solid gray; }
table.shoppinggridtitle h2 { padding:5px 0px; margin:0px; vertical-align:top; }
table.shoppinggrid th { font-weight:bold; background-color:Gray; padding:5px; color:White; text-align:center; }
table.shoppinggrid td.addToCard { width:100px; }
table.shoppinggrid td.prodExpires { width:75px; }
table.shoppinggrid td.prodPrice { width:100px; }
table.shoppinggrid img.prodImage { margin-right:15px; }

table.shoppinggridtitle td { border-style:none; }

h3 {font-size:1.3em;}

div.priceAccess { font-style:italic; font-size:.8em; margin-top:10px; }

span.stestr { font-weight: bold; font-size: 1.2em; }
span.stestr span { font-size: .75em; }
span.stestr sup { font-size: .6em; }

div.clear { clear: both; height: 0; font-size: 0; line-height: 0; }
