* {outline:none;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}

body {
	font:12px Arial, sans-serif;
	width:100%;
	color:#000;
	height:100%;
	background:#c0c0c0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background:#fff url(../images/body_bg.png) right top repeat-y;
	overflow:hidden;
}
#container {
	background:url(../images/left_bg.png) 200px  top repeat-y;
}


a {color:#0055a7;}

h1, h2, h3, h4, h5, h6 {color:#00ADEF;}
h1, h2 {margin:10px 0 20px 0;}

p {margin:0 0 10px 0;}



/*********************************** Head */
#menu {
	height:23px;
	width:100%;
	padding:7px 0;
	background:#0055a7;
}
#menu a {
	display:block;
	padding-top:3px;
	padding-bottom:5px;
	//padding-bottom:6px;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	width:33%;
	float:left;
	text-align:center;
	color:#fff;
}
#menu a.sltd {background:#fff;color:#0055a7;}



/*********************************** Head */
#head {
	height:130px;
	background:#fff url(../images/head_bg.png) left top repeat-y;
	padding:0px;
	width:100%;overflow:hidden;
}
#head #flag {
	width:100%;
	height:134px;
	background:url(../images/flag.png) right top no-repeat;
}
#head #logo {
	float:left;
	display:block;
	width:780px;
	height:110px;
	background:url(../images/head.png) 65px top no-repeat;
	padding:24px 0 0;
	color:#004c98;
	font-size:20px;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
	font-style:italic;
}
#head #logo small {
	display:block;
	padding:10px 0 0;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
}


/*********************************** Left */
#left {
	float:left; 
	width:200px;
	padding:0px 5px 0 0;
	margin-top:-20px;
	//margin-top:-25px;
	//overflow:hidden;
	/*background:url(../images/left_bg.png) right top repeat-y;*/
}

#left #buttons {
	padding:0 0 0 10px;
	height:10px;
	width:202px;
}
#left #clock {
	float:left;
	color:#fff;
	margin:-4px 0 0 -5px;
	//margin:-2px 0 0;
}

#left #buttons a {
	display:block;
	float:left;
	width:11px;
	height:9px;
	margin-right:15px;
	text-indent:-9999px;
}

#left #buttons a.home {background:url(../images/home_ico.png) left top no-repeat;}
#left #buttons a.search {background:url(../images/search_ico.png) left top no-repeat;}
#left #buttons a.mail {background:url(../images/mail_ico.png) left top no-repeat;}

#left #submenu {
	border-top:10px solid #0055a6;
	border-bottom:10px solid #0055a6;
}

#left #submenu #submenu {
	border:0;
}

#left #submenu a {
	color:#0054a6;
	font-size:11px;
	text-decoration:none;
	padding:4px 5px;
	font-weight:bold;
}
#left #submenu a.sltd {background:#c5e8ee;}

#left #submenu div {
	margin:9px 5px;
	padding-left:10px;
	background:url(../images/mark_l1.png) left 5px no-repeat;
}
#left #submenu #submenu div {
	margin:9px 5px;
	padding-left:15px;
	background:url(../images/mark_l2.png) left 5px no-repeat;
}
#left #submenu #submenu #submenu div {
	margin:9px 5px;
	padding-left:25px;
	background:url(../images/mark_l3.png) left 5px no-repeat;
}
#left #submenu #submenu #submenu div a {font-weight:normal;}


#left #submenu,
#left #submenu #submenu,
#left #submenu #submenu #submenu {
	background:none;
}




#left #search {
	color:#fff;
	padding:16px 0 16px 12px;
	margin:30px 0;
	font-size:10px;
	background:#0054a6;
}
#left #search #ajaxSearch_input {
	width:120px;
	font-size:11px;
}
#left #search #ajaxSearch_submit {
	width:50px;
	font-size:11px;
}
#left #search fieldset {border:0;}

/*********************************** path */
#path {
	float:left; 
	width:779px;
	color:#fff;
	padding:8px 10px;
	margin:0 0 0 -4px;
	overflow:hidden;
	font-size:11px;
	//height:100%;
	background:#004c98 url(../images/path_bg.png) right top repeat-y;
}

#path a {
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

/*********************************** Content */
#content {
	float:left; 
	padding:10px;
	width:775px;
	overflow:hidden;
	//height:100%;
}
#content table {
	width:100%;
}

#content .level_4 {margin:10px;}
#content .level_4 a {
	display:block;
	font-family:Calibri;
	font-size:18px;
}

#content #center {
	float:left; 
	width:615px;
}

#content #news .news {overflow:hidden;//height:100%;}
#content #news .news a {
	display:block;
	float:left;
	text-decoration:none;
	background:#00adef;
	color:#fff;
	padding:4px;
	font-weight:bold;
}
#content #news .news_block {
	margin:10px 0;
	overflow:hidden;
	//height:100%;
}
#content #news .news_block .date {
	display:block;
	float:left;
	background:#00adef;
	padding:2px 5px;
	margin:3px 10px 0 0;
	font-size:9px;
}
#content #news .news_block .date a {
	color:#fff;
	text-decoration:none;
}
#content #news .news_block .text {
	float:left;
	width:520px;
}
#content #news .arch {
	display:block;
	margin:100px 0 0;
	text-align:right;
}

#content #right {
	float:left; 
	width:145px;
	padding:0px 0 0 15px;
}

#content #right .block span {
	display:block;
	text-align:center;
	padding:5px 0 2px 0;
	background:#0054a6;
	font-size:9px;
	color:#fff;
}

#content #right .block a {
	display:block;
	text-align:center;
	padding:2px 0 2px 0;
	margin:6px 0 0;
	background:#fff;
	color:#0054a6;
	text-decoration:none;
	font-size:11px;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #d6dfe1;
}

#map li {
	list-style-type:circle;
	font-size:14px;
	padding:4px 0;
}

/*********************************** form */

#forma  {
	width:505px;
	//width:510px;
}
#forma .row  {
	overflow:hidden;
	//height:100%;
	padding:5px 0 5px 0;
	margin:0 0 6px 0;
	color:#0055a7;
	font-size:14px;
	border-bottom:1px solid #c0c0c0;

}
#forma .row  label {
	display:block;
	float:left;
	width:150px;
}
#forma .row  input {
	width:350px;
}
#forma .row  textarea {
	width:350px;
}
#forma .btn {
	float:right;
}


/*********************************** Footer */
#footer {
	border-top:4px solid #929597;
	padding:6px 0;
	clear:both;
	overflow:hidden;
	background:#fff url(../images/body_bg.png) right top repeat-y;
}
#footer .left {
	float:left;
	width:200px;
	color:#a7a9ac;
	font-size:9px;
	padding-left:6px;
}
#footer .left p {margin:0 0 30px 0;}
#footer .right {
	float:left;
}
#footer a img {
	border:0;
	margin:10px;
}