﻿
/* Header CSS Document */

#header{
	position: relative;
	background: #FFF;
	width: 1000px;
	height: 130px;
	padding-top: 0px;
	padding-bottom:0px;
}
#hd1{
	width:200px;
	float:left;
	margin-top:8px;
	margin-left:8px;
	
}
#hd2{
	width:700px;
	height:30px;
	float:right;
	margin-right:15px;
	
}
#hd3{
	margin-top:26px;
	width:650px;
	float:right;
	margin-right:10px;
	text-align: right;
}

#header img{
	border: 0px;
}

#header img#HA{
	position: inherit;
	float: left;
}

#header img#largerFont, #header img#smallerFont{
	position:inherit;
	margin-right: 8px;
	width: 11px;
	height: 11px;
}

#header img#printPic{
	position:inherit;
	margin-right: 5px;
	width: 11px;
	height: 11px;
}
#header a{
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

#header a:hover{
	text-decoration: underline;
	color: black;
}
#header ul{
	float: right;
	text-align:center;
	padding: 0px;
	margin:0px;
}

#header ul#functionList{
	font-size: 13px;
	list-style-type: none;
	margin-top: 30px;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
	color: black;
	padding-right:10px;
}
#header ul#functionList a{
	margin-left: 0px;
	color: black;
}
#header ul#functionList li{
	/* horizontal list */
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	height: 20px;
	width: auto;
}
.funtionListiconstitle{
	/*margin-right: -5px;*/ 
}
.funtionListicons{
    margin-top: 3px; 
}
#header ul#headerMenu{
	font-size: 12px;
	margin-bottom: 0px;
	list-style-position:inside;
	color: red;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
}
#header ul#headerMenu li{
	/* horizontal list */
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 0px;
	height: 30px;
	width: auto;
}
#header ul#headerMenu a{
	margin-left: 0px;
	color: black;
}

.container{
	width:1000px;
}

.horizontalmenu{
	color:white;
	cursor:pointer;
	font-size:16px;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
	width:156px;
}

#header .horizontalmenu a{
	color:white;
	text-decoration:none;
}

#header .horizontalmenu ul li ul li a:hover{
	color:#251C18;
	background:#BCBCBC;
	text-decoration:none;
}

.sharemenu{
	float:left;
	padding-right:8px;
	margin-top: 4px;
}

.findusMenu{
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
}
.roundcornerinput{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.share_bg{
 display: none;
 width: 194px;
 height: 40px;
 position: absolute;
 top: 8px;
 left: -108px;
 z-index: 520; 
}

.share_content{
 display: none;
 width: 194px;
 height: 66px;
 position: absolute;
 top:-62px;
 z-index:521;
 left:-163px;
}

.sharepos{
    position: relative;
    z-index: 519;
    
}

.shareItem
{
    float: left;
	display:inline;
	padding-top:14px;
	padding-left:6px;
}
a.shareItem 
{  
	margin:1px;
    text-decoration: none;
}
a.shareItem  img
{
    vertical-align: bottom;
   
}

#shareBg{
    width: 170px;
	background-size: contain;
	-ms-behavior: url(/visitor/v3/script/backgroundsize.min.htc);
}

#shareBg td
{
    vertical-align: bottom;
}

.skipLink a {position: absolute; left: -10000px;}
.skipLink a:active,
.skipLink a:focus {left: 220px; padding: 6px 10px; height: 20px; line-height: 20px; color: #555;}

/* search box*/
.my_content_container a {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
	border-left: 1px solid;
    display: block;   
    text-decoration: none;       
	border-color : #B4BFBB;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	height:30px;
	box-sizing: border-box;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
	font-size: 13px;
	min-height:20px;
}

.gcseSearchingBox{
	position:absolute; 
	top:-1000px !important;
}

.search_1{
	float:left;
	width:250px;
	height:30px;
	padding-left:15px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
	border-right: 0px;
	border-color : #B4BFBB;
	color:#0F0D0D;
	font-weight:500;
	box-sizing: border-box;
	font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
	font-size: 13px;
}
.submit_1{
	float:left;
	width:30px;
	height:30px;
	background-image:url(../image/search-btn.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	background-color:transparent;
	-webkit-background-size:20px 20px;
	border: 1px solid #B4BFBB;
	cursor:pointer;
}
.search_1:focus{
outline:0;
}