@charset "UTF-8";
/* CSS Document */


body {
	background:fixed url(images_hsc/hsc_background.jpg) top center no-repeat;
	background-color:#333333;
	
}
.hsc_entire {
	line-height: 130%;
	letter-spacing: -0.15px;
	position: absolute;
	top:0;
	left:50%;
	width:1000px;
	margin-left:-500px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	
}
.formtext {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.style4 {
	color: #000000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 130%;
	letter-spacing: -0.15px
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.style3 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	color: #FFFFFF;
	font-size: 10px;
}
.style9 {font-size: 11px}


.greyslashes {
	color:#999999;
}
.header_navigation {
	padding-left:7px;
}
.headerlogin_copy {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.video_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:999999;
	font-weight:bold;
}
.video_copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:666666;
}




a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a:visited {
	color: #333;
}

a:hover {
	color:#C90;
}
a:active {
	color: #333;
}
.footercopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:333333;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
z-index: 2;
list-style-type: none;
font-size:12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
font-size:10px;
display: inline;
float: left;
z-index: 2;
background-color: #006699; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
border-color:#ffffff;
border-style:solid;
border-width:0px 1px 0px 0;
color:#ffffff;
display:block;
padding:0 5px;
text-decoration:none;
width:auto;
z-index: 2;
font-size:12px;
}

.suckertreemenu ul li a:visited{
background-color: #006699;
color: #ffffff;
z-index: 2;
}

.suckertreemenu ul li a:hover{
background-color: #006699;
color: #003399;
z-index: 2;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index: 2;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
z-index: 2;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
z-index: 2;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width:160px; /*width of sub menu levels*/
color: #C8DBF1;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #006699;
z-index: 2;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:visited{
display: block;
width:160px; /*width of sub menu levels*/
color: #C8DBF5;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #006699;
z-index: 2;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:hover{
display: block;
width:160px; /*width of sub menu levels*/
color: #003399;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #006699;
z-index: 2;
}

.suckertreemenu2 ul{
margin: 0;
padding: 0;
z-index: 1;
list-style-type: none;
font-size:12px;
}

/*Top level list items*/
.suckertreemenu2 ul li{
position: relative;
display: inline;
float: left;
z-index: 1;
background-color: #ffcc33; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu2 ul li a{
border-color:#003366;
border-style:solid;
border-width:0px 1px 0px 0;
color:#003366;
display:block;
padding:0 5px;
text-decoration:none;
width:auto;
z-index: 1;
font-size:12px;
}

.suckertreemenu2 ul li a:hover{
color:white;
}

/*1st sub level menu*/
.suckertreemenu2 ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index: 1;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu2 ul li ul li{
display: list-item;
float: none;
z-index: 1;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu2 ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
z-index: 1;
}

/* Sub level menu links style */
.suckertreemenu2 ul li ul li a{
display: block;
width:160px; /*width of sub menu levels*/
color: #003366;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #003366;
z-index: 1;
}

.suckertreemenu2 ul li a:visited{
background-color: #ffcc33;
color: #003366;
z-index: 1;
}

.suckertreemenu2 ul li a:hover{
background-color: #ffcc33;
color: #ffffff;
z-index: 1;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
attention {
	color: #F00;
}
attention {
	color: #F00;
}

