﻿body 
{
	margin: 0px;
	padding: 0;
	direction:ltr;
	font-family:Tahoma,arial;
	font-size:8pt;
	background-color:#f1f1f1;
}
#Warpper
{
	width:100%;
	padding:0;
	margin:0;
}
#header-wrapper {
	width: 100%;
	height: 130px;
	position:relative;
}
#Logo
{
	width:980px;
	height:130px;
	margin: 0 auto;
	right:0px;
	background-color:#ffffff;
}
.Slogan
{
	font-size:13pt;
	font-family:Arial;
	color:#c00000;
	font-weight:bold;
}
#Branch
{
	position:relative;
	bottom:0px;
	width:222px;
	text-align:right;
	float:right;
	margin:0;
	padding:0;
}
.Branch_Link
{
	color:#535353;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}
.Branch_Link:hover
{
	text-decoration:underline;
	color:#750202;
}
.Branch_Link a:hover
{
	text-decoration:underline;
}
.Language
{
	color:#535353;
	font-weight:bold;
	text-decoration:none;
}
.Language:hover
{
	text-decoration:underline;
}
/* Menu */

#Menu
{
	width:980px;
	height:35px;
	z-index:1000;
	margin:0 auto;
}
#page 
{
	position:relative;
	width: 980px;
	margin:0 auto;
	background-color:#ffffff;
}
#page-bgtop {
}

#page-bgbtm {
}

#sidebar {
	float: left;
	width: 280px;
	background-color:#ffffff;
}
.Tick
{
    padding:8px 0 5px 25px;
	background-color:#264061;
	width:245px;

}
.Tick a
{
	color:White;
}
.Tick:hover
{
	background-color:#c00000;
	width:245px;
}
.Tick a:hover
{
	width:245px;
}
.Link_2
{
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color: black;
	text-decoration:none;
}
.sidebar {
	float: right;
	color: #595959;
}
#content {
	float: left;
	width: 460px;
	vertical-align:top;
	background-color:#ffffff;
}
#Side2
{
	width:700px;
	float:left;
	height:238px;
	padding-top:5px;
}
.Div1
{
	width:147px;
	float:left; 
	background-image:url(images/M_Menu.png);
	background-repeat:no-repeat;
	background-position:inherit;
	text-align:center;
	position:relative;
	height:20px;
	padding-top:5px;
	z-index:1;
}
#Div5
{
	width:99%;
	float:left;
	height:198px;
	padding-right:1px;
	border-bottom: #cccccc thin solid; 
	border-left: #cccccc thin solid; 
	border-top: #cccccc thin solid;
	border-right: #cccccc thin solid;
}
.News_Link
{
	padding:8px 0 0 25px;
	background-image:url(images/circle.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:22px;
}
#Bottom 
{
	position:relative;
	width: 980px;
	margin:0 auto;
	background:#ffffff;
}
#PD_D1
{
	width:280px;
	float:left;
	background:#ffffff;
}
#PD_D2
{
	width:420px;
	float:left;
	background:#ffffff;
}
#PD_D3
{
	width:280px;
	float:left;
	background:#ffffff;
}
#Footer
{
	width:100%;
	height:40px;
	margin-bottom:15px;
}
.SubPage
{
	padding:10px 20px;
	background:url(images/Sub_Page.png) no-repeat left;
}
.Title
{
	font-family:Tahoma,arial;
	font-weight:bold;
	font-size:12pt;
	color:Black;
}
/************************************************/
ul.dropmenu{
	position: relative;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	/*background:transparent url(images/navigation.png) repeat-x scroll 0 0;*/
	background:#10253f;
	display:block;
	height: 35px;
	font-family:tahoma;
	font-size: 10px;
	font-weight:bold;
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index:1000;
}
.dropmenu li a{
	height: 22px;
	padding: 9px 30px 0px 15px;
	display: block;
	cursor: point;
	border-right: solid 1px #4a779d;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	/*background:transparent url(images/arrow_up.png) repeat-x scroll 0 0;*/
	background:transparent url(images/arrow_up2.jpg) repeat-x scroll 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.dropmenu li  a:hover span{
	background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	padding: 0px;
	min-width:150px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	/*background: #FFFFFF url(images/gradient.png) repeat-x scroll 0 0;*/
	background:#10253f;
	z-index:+5000;
}
.dropmenu ul li{
	border: 0;
	float: none;
	z-index:+5000;
}
.dropmenu ul a {
  border: 1px solid #ccc;
  border-bottom: 0;
  white-space: nowrap;
  display:block;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}
.dropmenu li a:hover
{
	color: #ffffff !important;
	background:  url(images/hover_top_menu.jpg) repeat-x scroll 0 0;
}
a.selected{
	color: #ffffff !important;
	/*background: #FFFFFF url(images/gradient.png) repeat-x scroll 0 0;*/
}
a.selected span{
	background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu ul a:hover {
	color:#ffffff !important;
	text-decoration: none;
   background:  url(images/hover_top_menu2.jpg) repeat-x scroll 0 0;
}
.mod
{
	padding:15px;
	border:#a0a0a0 2px solid;
	background-color:#f0f0f0;
	position:fixed;
	top:100px;
	right:100px;
	z-index:100000;
}
