@charset "utf-8";

/*-------------------------------------------------------------------

	Header

-------------------------------------------------------------------*/

div#header {
	background-color: #fff;
}

div#header p {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
	Header Content
-----------------------------------------------*/

div#header div.wrapper {
	background-image: url("/assets/images/bg/header.gif");
	background-position: 0 100%;
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	overflow: hidden;
	_overflow: visible;
	vertical-align: top;
	*zoom: 100%;
}

div#headArea {
	border-top: 2px solid #d41519;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}

div#headArea h1 {
	margin-left: auto;
	margin-right: auto;
	min-width: 950px;
	width: 950px;
	padding: 8px 5px 0;
}

div#header div.content {
	position: relative;
	z-index: 10;
}


div#header div.content p#logo {
	float: left;
	height: 46px;
	width: 339px;
}

/* siteNav */
ul#siteNav li {
	background-image: url("/assets/images/icon/arrow_red.gif");
	background-position: 0 0.6em;
	background-repeat: no-repeat;
}

ul#siteNav li:last-child {
	margin: 0 14px 0 0;
}

ul#siteNav li a{
	background-image: url("/assets/images/bg/dotted_gray.gif");
	background-position: 100% 0;
	background-repeat: repeat-y;
	padding-right: 12px;
}
ul#siteNav li:last-child a {
	background-image: none;
	padding-right: 0;
}

/* div.function */
div#header div.content div.function {
	float: right;
	position: absolute;
	right: 0;
	text-align: right;
	top: -26px;
	z-index: 100;
}

div#header div.content div.function div.function {
	margin-top: 15px;
	position: relative;
	top: 0;
}

div#header div.content div.function ul {
	margin: 0;
	line-height: 21px;
	*display: inline;
	*float: none;
}

div#header div.content div.function ul li {
	display: inline-block;
	font-size: 93%;
	margin: 0 10px 0 0;
	*display: inline;
	*float: none;
	padding-left: 10px;
}

div#header div.content div.function ul li:last-child {
	margin-right: 0;
}

/* Link Color */
div#header div.content div.function ul li a:link,
div#header div.content div.function ul li a:visited {
	color: #333;
}

div#header div.content div.function ul li a:hover,
div#header div.content div.function ul li a:active,
div#header div.content div.function ul li a:focus {
	color: #666;
	text-decoration: underline;
}

div#header div.content div.function div.search {
	background-image: url("/assets/images/bg/dotted_gray.gif");
	background-position: 0 0;
	background-repeat: repeat-y;
	float: right;
	margin-left: 6px;
	margin-top: 2px;
	padding-left: 10px;
	*display: inline;
	*float: none;
}

div#header div.content div.function div.search label {
}

div#header div.content div.function div.search input.inputField {
	border: 1px solid #CFCFCF;
	font-size: 85%;
	height: 17px;
	line-height: 17px;
	margin: 0 -4px 0 0;
	*margin: -1px -4px 0 0;
	padding: 0 3px;
	width: 117px;
}

div#header div.content div.function div.search input.button {
	border: none;
	margin: 0;
	padding: 0;
}

/* fontSizeController */
div#header dl#fontSizeController {
	border: 1px dotted #878883;
	float: left;
	margin-top: 0;
	padding: 3px;
}

div#header dl#fontSizeController dt {
	float: left;
	line-height: 1;
	font-size: 85%;
	vertical-align: middle;
	padding: 6px;

}

div#header dl#fontSizeController dd {
	background-image: url("/assets/images/bg/site_fontsize.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	margin-left: 7px;
}

div#header dl#fontSizeController ul {
	height: 25px;
	list-style: none;
}

div#header dl#fontSizeController ul li {
	background-image: none;
	margin: 0;
	padding: 3px;
	float: left;
	width: 19px;
	height: 19px;
}

div#header dl#fontSizeController ul li a {
	background-repeat: no-repeat;
	display: block;
}

div#header dl#fontSizeController ul li a.small {
	background-image: url("/assets/images/button/site_fontsize_small_on.gif");
}

div#header dl#fontSizeController ul li a.medium {
	background-image: url("/assets/images/button/site_fontsize_medium_on.gif");
}

div#header dl#fontSizeController ul li a.large {
	background-image: url("/assets/images/button/site_fontsize_large_on.gif");
}

div#header dl#fontSizeController ul li a.textresizer-active img {
	visibility: hidden;
}


/*-----------------------------------------------
	Global Navigation
-----------------------------------------------*/

div#globalNav {
	background-color: #f9f9f9;
	height: 47px;
}

div#globalNav ul {
	margin: 0 auto;
	width: 950px;
}

div#globalNav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#globalNav ul li a {
	display: block;
}

/*-------------------------------------------------------------------

	Top Key Visual

-------------------------------------------------------------------*/

div#topKeyvisual {
}

/*-------------------------------------------------------------------

	div#container

-------------------------------------------------------------------*/

div#container {
	background-color: #fff;
	padding-bottom: 20px;
}

/*-----------------------------------------------
	Container Content
-----------------------------------------------*/

div#container div.content {
}

/*-------------------------------------------------------------------

	Topic Path

-------------------------------------------------------------------*/

div#topicPath {
	margin-top: 10px;
}

div#topicPath ul {
	width: 950px;
	font-size: 93%;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

div#topicPath ul li {
	background-image: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

div#topicPath ul li + li:before {
	content: ">";
	margin-right: 10px;
}

div#topicPath ul li a:link,
div#topicPath ul li a:visited {
	color: #333;
}

div#topicPath ul li a:hover,
div#topicPath ul li a:active {
	color: #999;
}

/*-------------------------------------------------------------------

	Main

-------------------------------------------------------------------*/

div#main {
}

/*-------------------------------------------------------------------

	Utility

-------------------------------------------------------------------*/

div#utility {
}

/*-----------------------------------------------
	Utility Navigation
-----------------------------------------------*/

dl.utilityNav {
	border: 1px solid #e0e0df;
	width: 218px;
	*zoom: 100%;
}

dl.utilityNav dt {
	border-left: 5px solid #bababa;
	font-weight: bold;
	padding: 15px 10px;
}

dl.utilityNav dd {
}

/* Universal */
dl.utilityNav dd ul {
	margin-top: 0;
	*zoom: 100%;
}

dl.utilityNav dd ul li {
	background-image: none;
	margin-top: 0;
	padding: 0;
}

dl.utilityNav dd ul li p {
	margin-top: 0;
	*zoom: 100%;
}

dl.utilityNav dd ul li a {
	display: block;
}

/* 3rd Level */
dl.utilityNav dd ul {
}

dl.utilityNav dd ul li {
}

dl.utilityNav dd ul li a {
	background-image: url("/assets/images/bg/utility_nav_line.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	border-left: 5px solid #bababa;
	padding: 10px 10px 10px 20px;
	position: relative;
	width: 183px;
}

dl.utilityNav dd ul li a:before {
	content: url(/assets/images/icon/arrow_red.gif);
	left: 10px;
	position: absolute;
	top: 16px;
}

dl.utilityNav dd ul li a:link,
dl.utilityNav dd ul li a:visited {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

dl.utilityNav dd ul li a:hover,
dl.utilityNav dd ul li a:active {
	background-color: #e4e4e4;
	border-left-color: #d41519;
	color: #333;
	text-decoration: none;
}

dl.utilityNav dd > ul > li.current > p > a,
dl.utilityNav dd > ul > li.current > p > a:link,
dl.utilityNav dd > ul > li.current > p > a:visited,
dl.utilityNav dd > ul > li.current > p > a:hover,
dl.utilityNav dd > ul > li.current > p > a:active {
	background-color: #e4e4e4;
	border-left-color: #d41519;
}

dl.utilityNav dd > ul > li.current > p > a:before {
	content: url(/assets/images/icon/arrow_red_down_nav.gif);
	left: 8px;
}

dl.utilityNav dd > ul > li.current > p > a span.before {
	display: none;
	left: 8px;
}

dl.utilityNav dd > ul > li.current > p > a span.before:first-child {
	display: inline-block;
	position: absolute;
	top: 16px;
}

/* 4th Level */
dl.utilityNav dd ul li ul {
}

dl.utilityNav dd ul li ul li {
}

dl.utilityNav dd ul li ul li a {
	background-image: url("/assets/images/bg/utility_nav_dot_line.gif");
	padding: 10px 10px 10px 30px;
	width: 173px;
}

dl.utilityNav dd ul li ul li a:link,
dl.utilityNav dd ul li ul li a:visited {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

dl.utilityNav dd ul li ul li a:hover,
dl.utilityNav dd ul li ul li a:active {
	background-color: #e4e4e4;
	border-left-color: #d41519;
	color: #333;
	text-decoration: none;
}

dl.utilityNav dd ul li ul li a:before {
	content: url(/assets/images/icon/arrow_pink.gif);
	left: 20px;
}

dl.utilityNav dd ul li ul li a span.before {
	display: none;
	left: 20px;
}

dl.utilityNav dd ul li ul li a span.before:first-child {
	display: inline-block;
	position: absolute;
	top: 16px;
}

dl.utilityNav dd ul li ul li.current a,
dl.utilityNav dd ul li ul li.current a:link,
dl.utilityNav dd ul li ul li.current a:visited,
dl.utilityNav dd ul li ul li.current a:hover,
dl.utilityNav dd ul li ul li.current a:active {
	border-left-color: #f98181;
	background-color: #f2f2f2;
}

/*-----------------------------------------------
	Utility Sub Navigation
-----------------------------------------------*/

dl.utilitySubNav {
	background-color: #f2f2f2;
	font-size: 93%;
	*zoom: 100%;
}

dl.utilitySubNav dt {
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
	padding: 10px;
}

dl.utilitySubNav dd {
	border-top: 1px solid #fff;
	padding: 0 2px;
}

dl.utilitySubNav dd ul {
	margin-top: 0;
	*zoom: 100%;
}

dl.utilitySubNav dd ul li {
	background-image: none;
	border-bottom: 1px dotted #ababab;
	margin-top: 0;
	padding: 0;
}

dl.utilitySubNav dd ul li:last-child {
	border-bottom: none;
}

dl.utilitySubNav dd ul li p {
	margin-top: 0;
	padding: 0 10px;
}

dl.utilitySubNav dd ul li a {
	background-image: url("/assets/images/icon/arrow_red.gif");
	background-position: 10px 1.1em;
	background-repeat: no-repeat;
	display: block;
	margin: 0 -12px;
	padding: 10px 10px 10px 22px;
	width: 188px;
}

dl.utilitySubNav dd ul li a:link,
dl.utilitySubNav dd ul li a:visited {
	color: #333;
	text-decoration: none;
}

dl.utilitySubNav dd ul li a:hover,
dl.utilitySubNav dd ul li a:active {
	background-color: #e4e4e4;
}

/*-----------------------------------------------
	Banner List
-----------------------------------------------*/

div#utility ul.banner {
	margin-top: 15px;
}

/*-------------------------------------------------------------------

	Custom Search Style

-------------------------------------------------------------------*/

form#ajaxSearch_form {
	border-bottom: 1px dotted #000000;
	display: block;
	padding: 15px 0;
}

input#ajaxSearch_input {
	font-size: 131%;
	padding: 0 5px;
}

input#ajaxSearch_submit {
	font-size: 116%;
	vertical-align: top;
}

span.ajaxSearch_highlight {
	background-color: #fff100;
}

span.ajaxSearch_highlight1 {
}

p.ajaxSearch_resultsInfo {
}

/*-----------------------------------------------
	span.ajaxSearch_paging
-----------------------------------------------*/

span.ajaxSearch_paging {
	display: block;
	margin-top: 20px;
	text-align: center;
}

span.ajaxSearch_paging span.ajaxSearch_currentPage {
	font-weight: bold;
}

/*-----------------------------------------------
	div.ajaxSearch_result
-----------------------------------------------*/

div.ajaxSearch_result {
	line-height: 1.3;
	margin-top: 20px;
}

div.ajaxSearch_result a.ajaxSearch_resultLink {
	background-image: url("/assets/images/icon/arrow_box_black.gif");
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-size: 131%;
	padding-left: 15px;
}

div.ajaxSearch_result div.ajaxSearch_resultExtract {
	margin-left: 15px;
}

div.ajaxSearch_result div.ajaxSearch_resultExtract p {
	font-size: 100% !important;
	margin-top: 0 !important;
}

/*-------------------------------------------------------------------

	Footer

-------------------------------------------------------------------*/

div#footer {
	overflow: hidden;
	*zoom: 100%;
}

/*-----------------------------------------------
	Footer Navigation
-----------------------------------------------*/

div#footerNav {
	background-color: #f9f9f9;
}

div#footerNav div.content {
	background-image:url("/assets/images/bg/footer_nav_content.gif");
	background-position:0 100%;
	margin: 0 auto;
	padding: 15px 40px 15px 20px;
	width: 890px;
	overflow: hidden;
	vertical-align: top;
	*zoom: 100%;
}

div#footerNav div.content dl {
	border-right: 1px dotted #878883;
	float: left;
	margin: 0;
	padding-left: 21px;
	width: 200px;
}

div#footerNav div.content dl:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

div#footerNav div.content dl dt {
	font-weight: bold;
}

div#footerNav div.content dl dd {
	padding-top: 18px;
}

div#footerNav div.content dl dt + dd {
	padding-top: 0;
}

div#footerNav div.content dl ul.linkList {
	margin-top: 0;
}

/* Link Color */
div#footerNav a:link,
div#footerNav a:visited {
	color: #515151;
}

div#footerNav a:hover,
div#footerNav a:active,
div#footerNav a:focus {
	color: #808080;
	text-decoration: underline;
}

/*-----------------------------------------------
	Copyrights
-----------------------------------------------*/

div#copyrights {
	background-color: #fff;
	background-image:url("/assets/images/bg/copyright.gif");
	background-position:0 0;
	background-repeat:repeat-x;
}
div#copyrights div.content{
	background-image:url("/assets/images/bg/copyright_content.gif");
	background-position:0 0;
	background-repeat:repeat-x;
	color: #333333;
	margin: 0 auto;
	width: 910px;
	padding: 15px 0 10px 40px;
}
div#copyrights ul.inline {
	float: left;
	margin-top: 0;
	_width: 530px;
}

div#copyrights ul.inline li {
	background-image:url("/assets/images/icon/arrow_red.gif");
	background-position:0 0.4em;
	background-repeat:no-repeat;
	border-bottom:medium none;
	margin-right:25px;
	margin-top:0;
	padding-left:10px;
}

div#copyrights ul.inline li:last-child {
	margin-right: 0;
}

div#copyrights p {
	color: #484848;
	float: right;
	margin-top: 0 !important;
}

/* Link Color */
div#copyrights a:link,
div#copyrights a:visited{
	color: #333;
}

div#copyrights a:hover,
div#copyrights a:active,
div#copyrights a:focus {
	color: #999;
	text-decoration: none;
}

/*-------------------------------------------------------------------

	Clearfix

-------------------------------------------------------------------*/

ul#siteNav:after,
div#globalNav ul:after,
div#header:after,
div#topicPath ul:after,
div.content:after,
div.wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
