html{
	font-size:100.01%;
}
body {
	min-width:772px;
	background:#999 url(../images/bg.jpg) repeat-x;
	margin:0;
	font-size:64%;
}
img{
	border:none;
	display:block;
}
#main {
	margin:0 auto;
	width:772px;
}
h1{
	padding:0;
	margin:0;
	overflow:hidden;
}
a{outline:none;}
/* logo */
a.logo{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:417px;
	height:22px;
	text-indent:-9999px;
}
/* header */
#header{
	background:url(../images/bg-header.jpg) no-repeat;
	width:590px;
	height:73px;
	overflow:hidden;
	padding:37px 0 0 182px;
}
#header strong{
	float:left;
	background:url(../images/slogan.png) no-repeat;
	width:414px;
	height:12px;
	margin:10px 0 0 1px;
	text-indent:-9999px;
}
* html #header strong{margin:-4px 0 0 1px}
/* content */
#content{
	background:url(../images/bg-content.jpg) repeat-y;
	width:764px;
	overflow:hidden;
	padding:0 8px 5px 0;
}
/* sidebar */
#content .sidebar{
	float:left;
	width:146px;
	padding:0 8px 0 0;
}
/* menu */
#menu{
	width:145px;
	padding:0 0 0 1px;
	margin:0;
	list-style:none;
}
#menu li{
	float:left;
	width:145px;
	border-bottom:1px solid #fff;
	position:relative;
}
#menu li:hover ul,
#menu li.hover ul{
	display:block;
}
#menu li:hover a,
#menu li.hover a{
	color:#ccc;
	background:#003f75;
}
#menu li a{
	display:block;
	width:131px;
	font:120%/200% Verdana, Tahoma, sans-serif;
	color:#000;
	background:#ccc;
	padding:0 0 0 14px;
	text-decoration:none;
}
#menu li a:hover{
	color:#fff !important;
	background:#ccc url(../images/bg-menu.jpg) no-repeat !important;
}
#menu li a.active{
	color:#ccc;
	background:#003f75;
}
#menu li a.active:hover{
	color:#ccc;
	background:#003f75;
}
#menu ul{
	position:absolute;
	top:-1px;
	left:146px;
	display:none;
	padding:0;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	margin:0;
	list-style:none;
	z-index:99;
}
#menu ul li a{
	color:#000 !important;
	background:#ccc !important;
}
#menu ul li a:hover{
	color:#fff !important;
	background:#ccc url(../images/bg-menu.jpg) no-repeat !important;
}
/* update */
#content .sidebar .update{
	float:left;
	background:#003f75;
	width:145px;
	margin:39px 0 0 1px;
	display:inline;
	padding:0 0 10px;
}
#content .sidebar .update h2{
	font:140%/250% Verdana, Tahoma, sans-serif;
	color:#003f75;
	background:url(../images/bg-update.jpg) repeat-x;
	height:36px;
	padding:0 0 0 12px;
	margin:0;
}
#content .sidebar .update div{
	padding:0 0 13px 12px;
	background:url(../images/border.jpg) no-repeat 0 100%;
}
#content .sidebar .update em{
	font:120%/120% Verdana, Tahoma, sans-serif;
	color:#ccc;
	display:block;
	margin:11px 0 0;
}
#content .sidebar .update p{
	font:110%/130% Verdana, Tahoma, sans-serif;
	color:#ccc;
	margin:11px 0 0;
}
#content .sidebar .update a.more{
	float:right;
	font:110%/130% Verdana, Tahoma, sans-serif;
	color:#ccc;
	margin:11px 13px 0 0;
	text-decoration:underline;
}
#content .sidebar .update a.more:hover{text-decoration:none}
/* info */
#content .info{
	float:left;
	width:610px;
	padding:8px 0 0;
}
#content .info .desc{
	width:608px;
	border:1px solid #014076;
	background:#fff url(../images/ico-top.jpg) no-repeat;
}
#content .info .desc-info{
	width:562px;
	background:url(../images/ico-bottom.jpg) no-repeat 100% 100%;
	min-height:500px;
	overflow:hidden;
	padding:13px 23px 55px;
	border-style: #F10000;
	border: #FF0000;
}
* html #content .info .desc-info{height:500px; overflow:visible}
#content .info h2{
	font:180%/160% Verdana, Tahoma, sans-serif;
	color:#003f75;
	padding:0 0 15px 46px;
	margin:0;
}
#content .info .desc-info p{
	font:120%/120% Verdana, Tahoma, sans-serif;
	color:#333;
	margin:0 0 16px;
}
#content .info .desc-info img{
	float:right;
	margin:0 0 0 30px;
	border: solid #003f75 thin;
}
#main #content .info .desc .desc-info table {
	width: 562px;
}

#content .info .desc-info div img{
	float:left;
	margin:0px 10px 0px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* footer */
#footer{
	background:#003f75;
	width:770px;
	height:38px;
	border:1px solid #fff;
	overflow:hidden;
}
#footer p{
	font:10px/38px Verdana, Tahoma, sans-serif;
	color:#ccc;
	float:left;
	margin:0 0 0 18px;
	display:inline;
}
#footer ul{
	float:right;
	margin:0;
	padding:0 21px 0 0;
	display:inline;
	list-style:none;
}
#footer ul li{
	float:left;
	padding:0 14px 0 15px;
	background:url(../images/separator.jpg) no-repeat 0 50%;
}
#footer ul li.first{
	padding:0 14px 0 0;
	background:none;
}
#footer ul li a{
	float:left;
	font:10px/38px Verdana, Tahoma, sans-serif;
	color:#ccc;
	text-decoration:none;
}
#footer ul li a:hover{text-decoration:underline}
#content .info h3 {
	color:#003f75;
	padding:0 0 15px 46px;
	margin:0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 140%;
	line-height: 120%;
}
