/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
  min-width: 781px;
  background-image:url(../images/hs_bkg.jpg);
  background-repeat:repeat-x;
  background-color:#666666;
}

p {
	padding: 5px;
}


a {color: #000000; text-decoration: bold;}
a:visited {color:#000000; text-decoration: bold;}
a:hover {color: #C20604; text-decoration: underline;}
a:active { color:#000000; text-decoration: bold;}


img {
	border: 0;
}

td {
	vertical-align: top;
}

.SecondHover {
	font-weight: bold;
}

/* Content Styles (RTE) */

.borderbox_light {
	border: 2px solid #FFF2C6
}

.borderbox_dark {
	border: 1px solid #C2BC74;
}

.borderbox_grey {
	border: 1.5px solid #CCC;
}

.backcolorbox_light {
	background-color: #FFFAE7;
	border: 1px solid #A09A55;
}

.backcolorbox_dark {
	background-color: #C2BC74;
	color: black;
}

.underscore_dark {
	border: 0 solid #C2BC74;
	border-bottom-width: 1.5px;
}

.blockquote {
	margin: 3px 25px;
}

.floatquote_right {
	width: 148px;
	float: right;
	margin: 5px;
}

.floatquote_wideright {
	width: 306px;
	float: right;
	margin: 5px;
}

.floatquote_left {
	width: 148px;
	float: left;
	margin: 5px;
}

.floatquote_wideleft {
	width: 306px;
	float: left;
	margin: 5px;
}

h1, h1 a {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
}

h2, h2 a {
	font-size:18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	clear: both;
	color: #960023;
}

#Column23-2 h2 {
	text-align: left;
}

h3, h3 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h4, h4 a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h5, h5 a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

h6, h6 a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#MainWrap {
	text-align: center;
}

#wrapper {
  text-align: left;
  width: 781px;
  margin-left: auto;
  margin-right: auto;
  height:100%;
  background-image:url(../images/hs_tbl_bkg.jpg);
	background-repeat:repeat-y;
	background-color: #fff;
}

#wrapper li {
  margin-left: 2em;
}

/*Begin Header*/
#Header {
	height: 129px;
	width: 781px;
}

#HeaderLink {
	width: 355px;
	display: block;
	float: left;
}

#Search {
	float: right;
	margin-right: 40px;
	margin-top: 90px;
	font-weight: bold;
	color: #ffffdd;
}



/*Begin Navigation*/
#navBkg {
	background-color: #000;
	background-image:url(../images/nav_bkg.jpg);
	background-repeat:repeat-y;
	width: 720px;
}


#nav {
	left:18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 0px;
	height: 40px;
	width: 763px;
	background-color: #000
}

#nav * {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav li.on ul, #nav li.off ul {
	margin: 0px;
	padding: 0px;
}

#nav a {
	text-decoration: none;
}

#nav li {
	/*float the main list items*/
	float: left;
	display: block;
	height: 20px;
	margin: 0px;
	/*
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #c2bc74;
	*/
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul {
	/*put the subnav below*/
	position: absolute;
	top: 20px;
	right: 0px;
	float: right;
	padding: 0px;
	height: 20px;
	width: 763px;
}

#nav li a {
	/*for all links in the list*/
	color: #fff;
	font-weight: bold;
	display: block;
	width: auto;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#nav li.on a {
	/*change text color for active topic area*/
	border: 0px;
	color: #ffffff;
}

#nav li.on ul a, #nav li.off ul a {
	float: left;
	/*ie doesn't inherit the float*/
	border: 0px;
	color: #fff;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding-left: 5px;
	padding-right: 5px;
}

#nav li.on ul {
	/*display active subnav list*/
	display: block;
	background-color: #000;
	height: 22px;
}

#nav li.on ul li.on a {
	/*change text color for active topic area*/
	border: 0px;
	color: #fff;
	padding-bottom: 0.5em;
}

#nav li.on {
	background-color: #fff;
}

#nav li.off {
	background-color: #000;
}

#nav li.off:hover ul, #nav li.over ul, #nav li.on:hover ul {
	/*display the other topics when their parent is hovered*/
	display: block;
	background-color: #960023;
	z-index: 3000;
}

#nav li.off:hover ul {
	/*display the other topics when their parent is hovered*/
	display: block;
	background-color: #960023;
	z-index: 6000;
}

#nav li.off:hover ul li a, #nav li.over ul li a, #nav li.on:hover ul li a {
	color: #fff;
}

#nav li.off:hover ul li a:hover, #nav li.over ul li a:hover, #nav li.on:hover ul li a:hover {
	color: #fff;
}

#nav li ul.right li {
	float: right;
}

#nav li ul.centered li {
	float: centered;
}

#nav li ul.left li {
	float: left;
}

#nav li.on a:hover {
	color: #ffffff;
}

#nav li.off a:hover, #nav li:hover a, #nav li.over a {
	background-color: #960023;
	color: #fff;
}

/*End Navigation*/

#Banner {
	width: 781px;
	margin-bottom: 4px;
}

#Banner p {
	margin: 0;
	padding: 0;
	border: 0;
}

/*End Header*/

/*Column One*/

#Column1 {
	width: 175px;
	padding-left: 25px;
	margin-top: 10px;
	float: left;
}

#Column1 img{
	padding-bottom: 3px;
	text-align:center;
}

#Column1 p{
	padding: 5px;
}

#HSSubnav {
	width: 200px;
	background-image:url(../images/hs_subnav_bkg2.jpg);
	background-repeat:repeat-y;
}

#HSSubnav h3 {
	background-image:url(../images/hs_subnav_top2.gif);
	background-repeat:no-repeat;
	text-align: left;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	margin: 0px;
	height: 21px;
	padding-top: 4px;
}

#HSSubnav p {
	padding-top: 10px;
}


#HSSubnav li { 
        margin-left: 3px;
        list-style-image:url(../images/clear.gif);
        background-repeat:no-repeat;

}

#HSSubnav a {
display: block;
padding: 3px 3px 3px 24px;
width: 150px;
background-image: url(../images/hs_subnav_bullet2.gif);
background-repeat:no-repeat;
color: #ffffff;
}

#HSSubnav a:active {
background-image: url(../images/hs_hover2.gif);
background-repeat:no-repeat;
color: #ffffff;
}

#HSSubnav a:hover {
background-image: url(../images/hs_hover2.gif);
background-repeat:no-repeat;
color: ffffff;
}

#HSSubnavEnd {
	background-image:url(../images/hs_subnav_btm2.gif);
	background-repeat:no-repeat;
	padding-bottom: 15px;
	height: 17px;
	width: 185px;
}

/*End Column One*/

/*End Column Two*/
#Column2 {
	width: 520px;
	padding-right: 25px;
	margin-top: 10px;
	float: right;
	text-align: left;
}

#Column2 h1 {
	text-transform: uppercase;
	font-size: 17px;
	color: #960023;
	text-align: left;
}


/*End Column Two*/

/*footer*/

#footer {
	background-color:#960023;
	width:781px;
	clear:both;
	color: #ffffcc;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 1em;
}

/* sitemap */
#Sitemap li {
	list-style-type: none;
}

#Sitemap .tx-dropdownsitemap-pi1 img {
	padding-right: 0.5em;
}

#Sitemap .tx-dropdownsitemap-pi1 li {
	padding-bottom: 0.1em;
}

p.csc-uploads-description {
	font-size: 9pt;
}

#HSSubnav * {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
        font-weight: bold;
}
