@charset "utf-8";

/* -----------------------------------------------------------
  Navigation Style Sheet
    clear
    Header
    Content
      subNav
    Footer
------------------------------------------------------------ */

/* clear
 -------------------------------------------------- */
#header:after, #localNav ul:after, #content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE */
#header, #localNav ul, #content {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #header, * html #localNav ul, * html #content {
	height: 1%;
}
#header, #localNav ul, #content {
	display: block;
}
/* End hide from IE-mac */

/* Header
 -------------------------------------------------- */
#header .wrap {
	position: relative;
	width: 960px;
	padding: 10px 0 6px;
}
#header h1 {
	float: left; display: inline;
	margin-left: 20px;
}
#header .utility {
	float: right;
	margin-top: 28px;
}
#header .utility li {
	float: left; display: inline;
	margin-left: 12px;
}
#header .utility li.withIcon a {
	display: block;
	padding: 1px 16px 1px 0;
	font-size: 91%;
	line-height: 1.1;
	text-decoration: none;
}
#header .utility li.withIcon a:link,
#header .utility li.withIcon a:visited { color: #6C6C6C;}
#header .utility li#hdSitemap a { background: url(../../../images/hd_ico_map.gif) no-repeat right top;}
#header .utility li#hdFaq a { background: url(../../../images/hd_ico_faq.gif) no-repeat right top;}
#header .utility li#hdContact a { background: url(../../../images/hd_ico_contact.gif) no-repeat right top;}

#header #localNav {
	background: #F1F1F1 url(../images/hd_bg_ln.gif) repeat-x left top;
}
#header #localNav ul {
	position: relative;
	width: 962px;
	background: url(../images/hd_bg_ln0.gif) no-repeat right top;
}
#header #localNav ul li {
	float: left; display: inline;
}

#header p#topicPath {
	margin: 0;
	padding: 5px 10px;
	font-size: 91%;
}
#header p#topicPath a:link,
#header p#topicPath a:visited { color: #000000;}

#header .title {
	background: url(../images/bg_title.gif) repeat-x left top;
}
#header .title h2 {
	width: 960px;
	background: url(../images/bg_title0.gif) no-repeat right top;
}

/* content
 -------------------------------------------------- */
#content {
	background: url(../images/bg_main.gif) repeat-x left top;
}
#content .wrap {
	position: relative;
	width: 960px;
	padding-top: 40px;
}
#content #maincont {
	position: relative;
	float: left; display: inline;
	width: 660px;
	margin-left: 30px;
	padding-bottom: 40px;
}

/* content > subNav
 ================================================== */

#content #subNav {
	float: right;
	width: 240px;
}
#content #subNav p {
	margin-bottom: 13px;
}
#content #subNav ul li.last { margin: 2px 0 13px 0;}
#content #subNav .box {
	margin-bottom: 13px;
	background: url(../images/sub_bg_rel.gif) no-repeat left bottom;
}
#content #subNav .box ul { margin: 0; padding: 2px 0 2px 2px; height: 1%;}
#content #subNav .box ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content #subNav ul.linkBtn li { float: left;}
#content #subNav ul.linkBtn li a { display: block;}

#content #subNav .box .cons_box {
	border: 1px solid #d2d2d2;
	padding:1px;
}

#content #subNav .box .cons_box .inner {
	border: 1px solid #e1e1e1;
	padding: 9px 9px 0;
}

#content #subNav .box .cons_box .inner ul li {
	font-weight: bold;
	padding: 12px 2px;
	background: url(../images/line_dot.gif) repeat-x left bottom;
}

#content #subNav .box .cons_box .inner ul li span.icon_01 {
	display: block;
	background: url(../images/icon_01.gif) no-repeat left center;
}

#content #subNav .box .cons_box .inner ul li span.icon_01 a {
	display: block;
	color: #313131;
	margin-left: 12px;
}

#content #subNav .box .cons_box .inner p {
	text-align: right;
	margin:12px 0;
}



/* footer
 -------------------------------------------------- */
body #corpfooters { margin-top: 5px;}

