/* CSS Document */
body {
	font-family:Arial;
	font-size: 11px;
	color: #434548;
	background-color: #FFF7EC;
	margin:0px;
	text-align: center;
}


/*Stage----------------------------------*/
#bg_colour {
	background-color: #FFF7EC;
	margin:0px;
}
#container{
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/about/about_bg.jpg);
	text-align:left;
	padding-bottom:20px;
}
#content{
	margin-left:49px;
	margin-right:40px;
	margin-top:33px;
}

/*Detail-----------------------------------*/
h1 {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #a3100c;
	text-decoration: none;
	height:25px;
	margin-left:5px;
}
h2 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #a3100c;
	text-decoration: none;
	height:25px;
}
h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
	margin-left:5px;

}
.content{
	margin-top:45px;
	margin-left:55px;
	margin-right:55px;
	padding-bottom:40px;
}
.detail_data{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4e4e4e;
	text-decoration: none;
}
.detail_data a{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #c10000;
	text-decoration: none;
	
}
.detail_data a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.detail_header {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none;
	height: 20px;
	margin-bottom:15px;
}
.detail_header_red {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.branch{
	width:713px;
	margin-top:15px;;
	margin-left:auto;
	margin-right:auto;
}
.select_province {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	height: 20px;
	width: 130px;
	margin-left:10px
}
.box_name{
	width:270px;
	float:left;
	margin-top:10px;
}
.box_address{
	width:370px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	
}
/*FOOTER-----------------------------------*/

#footer{
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	height:67px;
	background-image:url(../images/about/about_copyright_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #876645;
	text-decoration: none;
}	
.footer_content{
	padding-left:30px;
	padding-right:30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:left;
}
.foot_link_text{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: none;
	float:left;

}
.foot_link_text a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: none;
	
}
.foot_link_text a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: underline;

}
.copyright_text {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #876645;
	text-decoration: none;
}
.foot_link_pic{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: none;
	float:right;

}
