@charset "utf-8";
/* CSS Document */

* {
	border:none;
	margin:0px;
	padding:0px;
	outline:none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/bg.png);
}
.clear {
	clear:both;
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
}
a {
	text-decoration:none;
	color:#23521c;
}
a:hover {
}
.wrapper {
	width:980px;
	margin: 0 auto;
}
.container {
	box-shadow:0px 0px 2px #888888;
	margin-bottom:20px;
}
.header {
	height:130px;
	background:url(../images/header.png) repeat-x;
	margin-top:20px;
	border-bottom:3px solid #23521c;
}
.header .logo {
	float:left;
	margin-top:14px;
	margin-left:15px;
}
.header .date {
	float:right;
	color:#FFF;
	line-height:20px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	background:#08341a;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;	
}
.header .embassy {
	float:left;
	width:280px;
	margin-top:50px;
	margin-left:20px;
}
.header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:22px;
	border-bottom:3px solid #000;
	margin-bottom:5px;
	padding-bottom:5px;
}
.header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
.header-flag {
	float:right;
	width:500px;
	height:100px;
	background:url(../images/header-flag.png) right no-repeat;
}
.menu {
	width:980px;
	height:40px;
	background:url(../images/menu-bg.png) repeat-x;
	border-bottom:1px solid #23521c;
}
.menu ul {
	list-style:none;
}
.menu li {
	float:left;
	background:url(../images/menu-delimiter.png) no-repeat right;
}
.menu .last {
	background:none;
	
}
.menu a {
	display:block;
	text-decoration:none;
	color:#23521c;
	line-height:40px;
	cursor:pointer;
}
.menu .first i {
	font-size:24px;
	line-height:40px;
}
.sub-menu {
	display:none;
	float:left;
	z-index:1000;
	position:absolute;	
	box-shadow:0px 0px 2px #888888;
}
.sub-menu li {
	float:none;
	width:200px;
	background-image:none;
	background:#fefefe;
	border-bottom:1px solid #efefef;
}
.sub-menu a {
	font-size:12px;
	color:#000;
	line-height:30px;
	text-align:left;
	padding:5px;
}
.active {
	color:#cd4265;
}

.altmenu {
	height:30px;
	background:#FFFFFF;
	font-size:12px;
	margin:0 auto;
}
.altmenu ul {
	list-style:none;
}
.altmenu ul li {
	float:left;
	margin-left:10px;
}
.altmenu .last {
	background:none;
	
}
.altmenu a {
	display:block;
	text-decoration:none;
	color:#666666;
	line-height:30px;
}
.content {
	background:#FFF;
	padding:10px;
}
.content-main {
	float:left;
	width:690px;
	margin-right:20px;
}
.content-sidebar {
	float:left;
	width:250px;
	font-size:12px;
}
.content-sidebar .sidebar-title {
	background:url(../images/sep.png) repeat-x 0 38%;
}
.content-sidebar h2 {
	display:inline-block;
	padding:0px 10px 0px 0px;
	font-weight:normal;
	background:#FFF;
	font-size:16px;
	margin-bottom:5px;
}
.content-sidebar ul {
	list-style:none;
	box-shadow:0px 0px 2px #888888;
	padding:10px;
}
.content-sidebar li {
	line-height:20px;
}
.sidebar-box {
	margin-bottom:10px;
	font-weight:normal;
}
.sidebar-inner {
	box-shadow:0px 0px 2px #888888;
	padding:10px;
	font-weight:normal;
	line-height:20px
}
.sidebar-inner .img {
	text-align:center;
	margin-bottom:10px;
}
.sidebar-inner p {
	text-align:center;
}
.content-main .title {
	background:url(../images/sep.png) repeat-x 0 50%;
	margin-bottom:10px;
}
.content-inner {
	box-shadow:0px 0px 2px #888888;
	padding:10px;
}
.content-inner p {
	line-height:22px;
	margin-bottom:10px;
	text-align:justify;
}
.content-inner ul {
	list-style:none;
	margin-bottom:10px;
}
.content-inner li {
	line-height:22px;
}
.content-main h2 {
	font-size:20px;
	margin-bottom:10px;
	font-weight:normal;
	border-bottom:1px solid #efefef;
	padding-bottom:5px;
}
.content-main h1 {
	display:inline-block;
	background:#FFF;
	padding:0px 10px 0px 8px;
	font-weight:normal;
	font-size:24px;
	margin-left:10px;
}
.contact-us td {
	padding:10px 0px 10px 0px;
	vertical-align:top;
}
.contact-us {
	margin-bottom:20px;
}
#map-canvas {
	width:100%;
	height:400px;
}
.content-main .red {
	color:#F00;
}
.content-main .visa {
	width:400px;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}
.content-main .visa td {
	padding:10px;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.content-main .visa td:hover{
	background:#f8f8f8;
}
.leader-box {
	float:left;
	width:200px;
	margin:10px;
}
.leader-img {
	text-align:center;
	margin-bottom:5px;
}
.leader-img img {
	border:1px solid #efefef;
	padding:2px;
}
.leader-title {
	font-size:12px;
	text-align:center;
}
.content-main .holidays {
	width:100%;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
}

.content-main .holidays td {
	padding:10px;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.content-main .holidays td:hover {
	background:#f8f8f8;
}

.staff-box-center {
	width:280px;
	margin:10px auto 10px auto;
}

.staff-box {
	float:left;
	width:200px;
	margin:10px;
}
.staff-img {
	text-align:center;
	margin-bottom:5px;
}
.staff-img img {
	border:1px solid #efefef;
	padding:2px;
}
.staff-title {
	font-size:12px;
	text-align:center;
}
.news-img {
	float:left;
	width:100px;
	height:100px;
	padding:2px;
	border:1px solid #efefef;
	margin-right:10px;
}
.news-title {
	width:550px;
	float:left;
	font-size:22px;
	line-height:30px;
	height:30px;
}
.news-spoiler {
	float:left;
	width:550px;
	line-height:20px;
	text-align:justify;
}
.news-date {
	width:200px;
	float:right;
	line-height:20px;
	height:20px;
	font-size:12px;
	font-style:italic;
	text-align:right;
}
.news-story {
	width:200px;
	float:left;
	line-height:20px;
	height:20px;
	font-size:12px;
	text-align:left;
}
.footer {
	margin-bottom:20px;
	background:#23521c;
	color:#e7e7e7;
	font-size:12px;
	padding:5px;
	box-shadow:0px 0px 2px #888888;
}
.footer-inner {
	background:#08341a;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	padding:10px;
}
.footer a {
	color:#CCC;
}
.footer h2 {
	font-weight:normal;
	font-size:16px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
.footer h3 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;
	margin-top:5px;
}
.footer-contact {
	margin-left:10px;
}
.footer-box {
	float:left;
	width:280px;
	margin-right:20px;
}
.footer ul {
	list-style:none;
}
.footer li {
	line-height:22px;
}
.footer .copyright {
	margin-top:5px;
	text-align:center;
	padding:5px;
}
.news {
	font-size:1.5em;
	text-align:center;
}
.news h2 {
	font-weight:bold;
	font-size:1.5em;
}