/* i found this! this blocks that stupid new thing youtube added to every embedded video, the "download" button. it messes up positioning and page layout. */
.jhmp4_ytl {
	display: none;
}

/* there, now back to your regularly scheduled stylesheeting */
form {
	padding: 0;
	margin: 0;
}

body {
	background: url(../bg.png) center repeat;
}

 /*
p {
	font: 14pt verdana;
	font-weight: 400;
}
*/

p {
	margin: 2;
	padding: 0;
}

h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
	font: bold 18pt verdana;
}

input[name="qty"] {
	margin-bottom: 4px;
}

input[type="image"] {
	/* margin: 6px 0 4px 0; */
	margin: 0;
}

a[name]:hover {
	text-decoration: none;
}

* :focus {
   outline: none;
}

a:link, a:visited {
	color: black;
}

a:hover {
	text-decoration: underline;
}

#menu_right {
	float: right;
	margin: 1 0 0 0;
	font: bold 12px verdana;
}

#menu_right a {
	margin: 0 2 0 0;
}

/* right-half menu styles */
#menu_right ul {
	padding-left: 0px;
}

#menu_right ul li {
	float: left;
	list-style: none;
	padding: 5px 0px 5px 0px;
}
#menu_right ul h2 { /* top-level */
	font: bold 12px verdana;
	margin: -13px 0px 0px 0px;
}
#menu_right ul h2 a {
	padding: 2px 5px 3px 5px;
	text-decoration: none;
}
#menu_right ul li h2 {
	border-right: 1px solid #575757;
}

/* link styles */
#menu_right a, #menu_left a {
	color: white;
}

#menu_left ul ul a{
	color: white;
}

#menu_right ul h2 a:hover, #menu_left ul h1.menu a:hover {
	color: white;
	background: url(../images_new/nav_hover2.jpg);
	text-decoration: none;
}
#menu_right ul h2 a.current, #menu_left ul li h1.menu a.current {
	color: white;
	background: url(../images_new/nav_hover2.jpg);
}
#menu_right ul li.last h2, #menu_left ul li.last h1.menu {
	border-right: none;
}

/* left menu styles */
#menu_left, #menu_left ul, #menu_left h1.menu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font: bold 12px verdana;
}

#menu_left ul h1.menu a {
	padding: 2 7 3 5;
	text-decoration: none;
	background: url(../images_new/nav_arrow_main1.png) center no-repeat;
	background-position: 0px 55%;
}

#menu_left ul li h1.menu {
	/* border-right: 1px solid #575757; */
}

#menu_left a {
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 3px 4px 3px 4px;
	text-decoration: none;
}

#menu_left li { /* all list items */
	float: left;
}

#menu_left li ul { /* second-level lists */
	font: bold 12px verdana;
	border: 1px solid #595959;
	position: absolute;
	/* background: url(../images_new/nav_ddbg.jpg) no-repeat white; */
	background: white;
	width: 160px;
	margin-left: 3px;
	padding: 0;
	line-height: 15px;
	left: -999em; /* gotta remember display: none isnt read by screen readers, can mess up */
}

#menu_left li.highlight a { color: red; }
#menu_left li.highlight:hover { color: white; }

#menu_left li ul a {
	color: black;
	}

#menu_left li ul li { /* sub-menu items */
	width: 100%;
}

#menu_left li ul li.parent {
	background: url(../images_new/nav_arrow.png) center no-repeat;
	background-position: 150px 55%;
}

#menu_left li ul li a:hover {
	color: white;
	background: url(../images_new/nav_subhover.jpg);
	text-decoration: none;
}

#menu_left li ul ul { /* third-and-above-level lists */
	position: absolute;
	/* background: url(../images_new/nav_ddbg.jpg) no-repeat white; */
	background: white;
	margin-top: -25px;
	margin-left: 140px;
	width: 145px;
	padding: 0;
}

#menu_left li:hover ul ul, #menu_left li.sfhover ul ul {
	left: -999em;
}

#menu_left li ul ul li:hover ul ul li { /* sub sub menu items */
	background: url(../images_new/nav_hover.jpg);
}

#menu_left li:hover ul,
#menu_left li li:hover ul,
#menu_left li.sfhover ul,
#menu_left li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding: 0;
}


/* alert notification box */
#alert {
	position: absolute;
	top: 10;
	left: 0;
	right: 0;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #fff6bf url(../images_new/alert_exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
	padding: 5px 10px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font: bold 12px verdana;
}

#alert a {
	color: #00317F;
}

/* last updated */
#lastupdate {
	padding: 0;
	margin: 0;
	display: none;
	font: bold 10px verdana;
}


/* breadcrumb styling */
#crumbs {
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	padding: 0;
	height: 1.5em;
	list-style: none;
}

#crumbs li {
	float: left;
	line-height: 1.5em;
	padding-left: .75em;
	color: #777;
}

#crumbs li a {
	display: block;
	padding: 0 15px 0 0;
	background: url(../images_new/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00317F;
}

#crumbs li a:hover, #crumbs li a:focus {
	color: black;
	background: url(../images_new/crumbs_hover.gif) no-repeat right center;
}

#crumbs ul li {
	list-style: none;
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	float: right;
}

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images_new/banner_tl.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images_new/banner_tr.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


/* feedback button */
#feedback {
	position: fixed;
	display: scroll;
	float: right;
	right: 10;
	top: 0;
	text-indent: -999am;
	text-decoration: none;
}