/***********************************************/
/* Hallys Corp.                                */
/***********************************************/

/***********************************************/
/* Type selectors                              */
/***********************************************/ 
body {
	background-color: #888888;
	background-repeat:repeat-x;

	margin-top: 5px;

	font-size: 12px;
	color: #333333;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #ff8800;
}

h1{
	font: bold 110% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 150% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 14px Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 90% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h6{
	font: 90% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* font                                        */
/***********************************************/ 
.text {
	padding-left: 10px;
	padding-right:20px;
	line-height: 150%;
}
.text_red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.text_green {
	color: #006633;
}

.text_orange {
	color: #FF934A;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font14bold {
	font-size: 14px;
	font-weight: bold;
}

.font16 {
	font-size: 16px;
}

.font16bold {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.font20bold {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.bold {
	font-weight: bold;
}

.text_message_up {

	vertical-align: top;

	font-size: 200%;
	color:#0174BD;
	font-weight:bold;
}

.text_message_up_r{
	text-align:right;
	vertical-align: top;

	padding: 0 20px 10px 10px;

	font-size: 200%;
	color:#0174BD;
	font-weight:bold;
}

.text_message {

	vertical-align: top;

	padding: 0 10px 0 10px;

	font-size: 130%;
	
	line-height:150%;
	
}

.text_message_up2 {

	vertical-align: top;

	padding: 0 0 10px 10px;

	font-size: 180%;
	color:#0174BD;
	font-weight:bold;
}

.text_message_up3 {

	vertical-align: top;

	padding: 0 0 10px 10px;

	font-size: 180%;
	color:#333333;
	font-weight:bold;
}
/***********************************************/
/* Layout                                      */
/***********************************************/

/* Main Table                                  */
#main_table {
	width: 760px;

	background-color: #FFFFFF;

	text-align: left;

	margin-right: auto;
	margin-left: auto;
}

/* masthead                                    */
#masthead{
	margin: 0;
	padding: 10px 0px 5px 0px;
	width: 100%;
}
#masthead #toplogo{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	float:left;
}

#masthead #toplogo img{
	display: block;
	border:none;
}
#masthead #siteName{
	margin:0 0 0 175px;
	padding: 5px 0px 5px 10px;
}
#masthead #globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 0px;	
	margin:12px 0px 0px 10px;
	white-space: nowrap;
	text-align:right;
}

/* head_menu                                   */
#head_menu{
	width:760px;
	height:34px;
	color:#FFFFFF;
	margin:0 0 0 0px;
	padding:0;
	font: bold 10px Arial,sans-serif;
	clear:both;

	position: relative;
	overflow: hidden;
}

#head_menu ul {
	padding:0;
	margin:0;

	height:34px;
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}

#head_menu ul li {
	width:95px;
	height:34px;
	text-align:center;
	vertical-align:middle;
	
	padding:0px 3px 0px 6px;
	position: relative;
	left: -50%;/*  */
	float: left;
}
#head_menu ul li.r1{
	width:95px;
	height:34px;
	line-height:24px;

}
#head_menu a{
	width:95px;
	text-decoration:none;
	vertical-align:middle;
	padding: 3px 0px 3px 0px;
	margin:0;
}
#head_menu a:link, #head_menu a:visited{
	width:95px;

	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../img/common/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin:0;
	color: #21536A;
}
#head_menu a:hover{
	width:95px;

	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/*bar*/
#bar{
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	text-align:center;
}

/* topicPath*/
#topic_path{
	padding:0px 0px 10px 0px;
	margin:0;
	color: #0099CC;
	font-size: 90%;
}
#topic_path ol {
	list-style: none;
}
#topic_path ol li {
	float: right;
	padding:0px 7px 0px 10px;
	background: url(../img/common/t_path.gif) no-repeat 0 50%;
}
#topic_path ol li.t_path_home {
	background: none;
}
#topic_path ol li a:link,
#topic_path ol li a:visited {
}
#topic_path ol li a:hover,
#topic_path ol li a:active {
}
#topic_path ol li em {
	background: none;
	font-style: normal;
	font-weight: bold;
}

/* Page Navigater*/
#pageNav{
	float: left;
	width:188px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	font: small Verdana,sans-serif;
}

#pageNav .menu01{
	height:24px;
	background:url(../img/common/menu_002.gif) no-repeat 0px 0px;
	padding:4px 0px 0px 25px;
	margin:0 0 0 0;
	color:#FFFFFF;
}
#pageNav .menu01_or{
	height:24px;
	background:url(../img/common/menu_002_or.gif) no-repeat 0px 0px;
	padding:4px 0px 0px 25px;
	margin:0 0 0 0;
	color:#FFFFFF;
}
#pageNav a:link ,#pageNav a:visited{
	color:#FFFFFF;
}
#pageNav a:hover {
	color:#ff8800;
}
#pageNav ul{
	list-style-type: none;
}
#pageNav ul.menu02{
	margin: 5px 0 10px 5px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#pageNav ul.menu02 li{
	background: url(../img/common/cl_006.gif) no-repeat 0 1px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size:14px;
} 
#pageNav ul.menu02 a:link ,#pageNav ul.menu02 a:visited{
	color:#666666;
}
#pageNav ul.menu02 a:hover {
	color:#ff8800;
}

#pageNav ul.menu02_or{
	margin: 5px 0 10px 5px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#pageNav ul.menu02_or li{
	background: url(../img/common/cl_005.gif) no-repeat 0 1px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size:14px;
} 
#pageNav ul.menu02_or a:link ,#pageNav ul.menu02 a:visited{
	color:#666666;
}

#pageNav ul.menu03{
	margin: 5px 0 10px 15px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#pageNav ul.menu03 li{
	background: url(../img/common/ya_001.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size:12px;
} 
#pageNav ul.menu03 a:link ,#pageNav ul.menu03 a:visited{
	color:#666666;
}
#pageNav ul.menu03 a:hover {
	color:#ff8800;
}

#pageNav ul.menu03_or{
	margin: 5px 0 10px 5px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#pageNav ul.menu03_or li{
	background: url(../img/common/ya_004.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size:12px;
} 
#pageNav ul.menu03_or a:link ,#pageNav ul.menu03 a:visited{
	color:#666666;
}

#pageNav ul.menu04{
	margin: 5px 0 10px 15px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#pageNav ul.menu04 li{
	background: url(../img/common/yn004_12.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size:12px;
} 
#pageNav ul.menu04 a:link ,#pageNav ul.menu04 a:visited{
	color:#666666;
}
#pageNav ul.menu04 a:hover {
	color:#ff8800;
}

#pageNav ul.menu04_or{
	margin: 5px 0 10px 5px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#pageNav ul.menu04_or li{
	background: url(../img/common/yn004_03.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size:12px;
} 
#pageNav ul.menu04_or a:link ,#pageNav ul.menu04 a:visited{
	color:#666666;
}

/* sitePath */
#sitepath{
	padding:0px 0px 1px 0px;
	margin:0;
	color: #0099CC;
}
#sitepath ol {
	list-style: none;
}
#sitepath ol li {
	float: right;
	padding:0px 3px 0px 6px;
	background: url(../img/common/s_path.gif) no-repeat 0 50%;
}
#sitepath ol li.s_path_home {
	background: none;
}
#sitepath ol li a:link,
#sitepath ol li a:visited {
}
#sitepath ol li a:hover,
#sitepath ol li a:active {
}
#sitepath ol li.s_path_end {
	font-style: normal;
	font-weight:normal;
}
/***********************************************/
/* content                                     */
/***********************************************/
/* content - standerd */

#content {
	width: 550px;
	
	border:0px #333333 solid;
	
	margin:10px 0px 15px 210px;
}

/* content - Type selectors */
#content ul{
	line-height:150%;
}

#content ul.list_std{
	margin: 0px 0 10px 10px;
	padding: 0px 0 0 10px;
	line-height:150%;
	vertical-align:text-top;
}

#content ul.list_03{
	margin: -20px 0 10px 10px;
	padding: 0px 0 0 20px;
	line-height:150%;
}

/* content - ID selectors */
#content .image{
	text-align: center;
}

#content .img_center {
	text-align:center;
	margin: 15px 0px 15px 0px;
	padding:15px 0px 15px 0px;
}

#content .top_image{
	text-align:right;
	vertical-align:bottom;

	margin:0 0 10px 0;
}

#content .title_image{
	margin:10px 0 10px 0;
}

#content .title {
	background-image: url(../img/common/pf_title.jpg);

	padding:10px 0px 10px 15px;
	margin:10px 0px 10px 0px;

	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF934A;

	font-weight: bold;	
	font-size:18px;
}

#content .title02_or {
	background-image: url(../img/common/title004_03.jpg);
	background-repeat: no-repeat;

	font: bold 14px Arial,sans-serif;

	padding:4px 0 4px 20px;
	margin:5px 0 5px 0;
}

#content .title02_bl {
	background-image: url(../img/common/title004_06.jpg);
	background-repeat: no-repeat;

	font: bold 14px Arial,sans-serif;

	padding:4px 0 4px 20px;
}

#content .title03_or {
	background-image: url(../img/common/yy005_03.gif);
	background-repeat:no-repeat;
	
	margin:5px 20px 5px 20px;
	padding: 0 20px 5px 20px;
	
	border-bottom:1px solid #000000 ;

	font-size: 14px;
	font-weight: bold;
}

#content .title04_or {
	background-image: url(../img/common/yn002_03.gif);
	background-repeat:no-repeat;

	margin:0 20px 0 20px;
	padding:0px 0px 5px 20px;

	border-bottom:1px solid #000000 ;

	font-size: 14px;
	font-weight: bold;
}

#content .text_02 {
	vertical-align: top;

	padding:0px 30px 20px 10px;
	
	line-height:150%;
}

#content .text_03 {
	vertical-align: top;

	margin:0 0 0 0;
	padding:0px 30px 20px 30px;
	
	line-height:150%;
}

#content .btn {
	text-align: right;
}

#content .bar_index {
	margin: 30px 0px 15px 10px;
}

#content .bar {
	text-align:center;
	margin: 30px 0px 15px 0px;
}

/***********************************************/
/* footer                                      */
/***********************************************/
#footer {
	clear:both;
	margin-bottom: 0px;
	padding:0 0 40px 0;	
	width: 760px;
}

#footer #page_Top{
	margin:5px;
	padding: 5px;
	text-align:right;
	display:block;
}

#footer #footer01 {
	background-color: #FF934A;
/*	background-color: #FE6C0F;*/

	color: #FFFFFF;
	text-align: center;
	font-size: 12px;

	padding-top: 3px;
	padding-bottom: 3px;
}

#footer #footer02 {
	color: #0099CC;
	font-size: 12px;
	text-align: right;

	height: 18px;

	padding-right: 5px;
	padding-top: 5px;
}

#footer #sitepath2 {
	width:760px;
	position: relative;
	overflow: hidden;
}

#footer #sitepath2 ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}

#footer #sitepath2 ul li {
	padding:0px 3px 0px 6px;
	background: url(../img/common/s_path.gif) no-repeat 0 50%;
	position: relative;
	left: -55%;/*  */
	float: left;
}
#footer #sitepath2 ul li.first {
	background:none;
}
