html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../_res/_img/_common/hfill.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#sw_w {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sw_w #sw_h {
	background-image: url(../../_res/_img/_common/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	clear: both;
	float: left;
	height: 220px;
	width: 980px;
}
#sw_w #sw_h h1 {
	display: none;
}
#sw_w #sw_h #sw_ltg {
	clear: left;
	float: left;
	height: 220px;
	width: 220px;
	display: inline;
}
#sw_w #sw_h #sw_h_sb {
	float: left;
	height: 100px;
	width: 750px;
	display: inline;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
}
#sw_w #sw_h #sw_h_sb #search_nhsca {
	margin: 0px;
	padding: 0px;
}
#sw_w #sw_h #sw_h_sb #searchword {
	border: 1px solid #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C14E60;
	margin-left: 5px;
}
#sw_w #sw_h #sw_h_sb #searchword_go {
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #C14E60;
}
#sw_w #sw_h #sw_h_pb {
	display: inline;
	clear: both;
	float: left;
	height: 110px;
	width: 750px;
}
#sw_w #sw_h #sw_h_pb #sw_h_pb_box {
	display: inline;
	float: left;
	height: 90px;
	width: 240px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #CCCCCC;
}
#sw_w #sw_n {
	background-color: #002E62;
	display: inline;
	clear: both;
	float: left;
	width: 980px;
	margin-bottom: 10px;
}
#sw_w #sw_c {
	clear: both;
	float: left;
	width: 980px;
}
#sw_w #sw_c #sw_c_s {
	display: inline;
	clear: left;
	float: left;
	width: 790px;
}
#sw_w #sw_c #sw_c_a {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 10px;
}
#sw_w #sw_c #sw_c_a img {
	clear: both;
	margin-bottom: 10px;
}
#sw_w #sw_f {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #002E62;
	display: inline;
	clear: both;
	float: left;
	width: 960px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sw_w #sw_f a {
	color: #CCCCCC;
}

.jquerycssmenu{
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font-size: 12px;
	font-weight: bold;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 9999;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index: 99999;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	border-bottom-width: 0;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.jquerycssmenu ul li a:hover{
	color: #002E62;
	background-color: #859EBD;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
line-height:18px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 160px;
	color: #002E62;
	margin: 0;
	border-top-width: 0;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #002E62;
	background-color: #859EBD;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
.jquerycssmenu ul li ul li ul li {
}
.jquerycssmenu ul li ul li ul li a {
	width: 160px;
	color: #002E62;
	margin: 0;
	border-top-width: 0;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
