body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url(../images/bggr.gif) left top repeat;*/
	background: #000 url(../images/map_img.png) 300px 200px repeat-x;
	font-size: 13px;
	color: #bbb;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c00;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #C00;
	color: #C00;
}

a:hover {
	background: none;
	border-bottom: 1px dotted #111;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #111 url(../images/topbrd.jpg) left top no-repeat;
}

#wrapper .btm {
	background: #111 url(../images/topbrd.jpg) right top no-repeat;
}

/* Header */

#header {
	position: relative;
	width: 978px;
	height: 165px;
	margin: 0 auto;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background: #111 url(../images/headbg.png) left top no-repeat;
	/*background: #111 url(../images/headbg.gif) repeat left top;*/
}
#head_banner {
	width:600px;
	height:165px;
	float:right;
	margin:0px;
	padding:0px;
}
.head_name {
	margin-top: 42px;
	margin-left: 135px;
	float: left;
	position: relative;
}
.head_name_a {
	color: #DBA436;
	font-family: Times, serif;
	font-size: 52px;
	margin: 0;
	font-weight: normal;
	line-height: 35px;
	text-shadow: 0px 0px 1px #DBA436;
}
.head_name_a span {
	color: silver;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 5px;
	text-shadow: none;
}
.head_name_b {
	color: silver;
	font-size: 12px;
	text-indent: 1px;
	text-shadow: 0px 0px 2px #505050;
	white-space: nowrap;
	position: absolute;
}

/* Logo */
#logo {
	position: absolute;
	top: 13px;
	left: 10px;
	z-index: 100;
}
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}
#logo img {
	border: none;
}

/* Menu */

#menu {
	width: 978px;
	height: 44px;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	background: url(../images/menubg.gif) repeat-x left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 8px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #eee;
	border: none;
}
#menu a:hover {
	background: #C00;
	text-decoration: none;
}

#menu .first, #menu .active {
	margin-right: 3px;
	background: #C00;
}
#map {
	float: right;
	margin: 5px 10px;
	padding: 0;
	text-decoration: none;
	background: none;
}
a#map:hover {
	text-decoration: none;
	background: none;
}
#map img {
	border: none;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding-top: 16px;
	background-color: #111;
}

#nav {
	height: 21px;
	margin: 4px 0;
}
#flag {
	width: 270px;
	text-align: center;
}
#flag a {
	margin: 0 15px;
	border: none;
	text-decoration: none;
}
#flag img {
	border: none;
}

/* Content */

#content {
	float: right;
	width: 670px;
	padding: 20px 20px 0 20px;
}
#content table {
	border-collapse: separate;
	border-spacing: 5px;
	border: none;
	margin-bottom: 10px;
}
#content table td {
	vertical-align: top;
	/*width: 50%;*/
}
#content table td p {
	margin-bottom: 0;
}
#content table td ul {
	padding-left: 15px;
	list-style-type: none;
}
#content table td.pict {
	text-align: center;
	margin: 10pt 0;
	padding: 10pt;
	border: 1px solid #900;
	border-radius: 5px;
}
#content table.ins {
	width: 100%;
	border-bottom: 1px dashed grey;
}
#content table.ins td:first-of-type {
	width: 146px;
}
#content table.ins td b {
        font-weight: bold;
	color: #c00;
}
.qu {
	font-weight: bold;
	color: #C00;
}
.an {
	font-weight: bold;
	color: #090;
}
a.photo {
	display: inline-block;
	padding: 10px 10px 10px 0;
	border: none;
}
div.ttd, div.use {
	display: inline-block;
	float: left;
	width: 310px;
	margin-top: 20px;
}
div.ttd ul, div.use ul {
	padding-left: 20px;
}
div.use {
	margin-right: 0;
}
div.ttd {
	margin-right: 20px;
}
div.vid {
	text-align:center;
	margin:10pt 0;
	padding:10pt;
	background-color: #DDD;
	border:1px solid #900;
	border-radius:5px;
}
.vid a {
	border: none;
	display: block;
	margin: 0 auto;
}
span.emails {
	display: inline;
	width: 120px;
	padding-left: 150px;
	background: url(../images/mback2.png) no-repeat 0 1px;
}
span.emlof {
	display: inline;
	width: 120px;
	padding-left: 150px;
	background: url(../images/hypermail.gif) no-repeat 5px 1px;
}
table#app {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 20px;
	margin: 20px 0;
}
#app tr {
	height: 330px;
}
#app td {
	width: 50%;
	position: relative;
	vertical-align: top;
	color: #333;
	background-color: #DDD;
	padding: 0 5px 5px 20px;
	border-right: 10px solid #111;
}
#app td img {
	margin: 0 0 15px 0;
	clear: both;
}
#app td h3 {
	color: #444;
}
#app td p {
	line-height: 120%;
	margin-top: 10px;
}
#app td a.more {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 10px;
	border-bottom: 1px dotted #DDD;
}
#app td a.more:hover {
	border-bottom: 1px dotted #C00;
}
table#formt {
	width: 400px;
	border-collapse: collapse;
	border-color: silver;
	padding: 5px 10px;
}
table#formt td {
	padding: 5px 10px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 25px 10px 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2, #sidebar h3 {
	margin-bottom: 10px;
	color: #C00;
}

#sidebar p {
	padding-top: 10px;
	text-align: justify;
}
#sidebar #news p {
	font-size: 10px;
	line-height: 150%;
	padding-top: 0;
	text-align: left;
}
#sidebar a {
	color: #ccc;
	border: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #c00;
}
#news a.nw {
	text-decoration: none;
	border-bottom: 1px dotted #C00;
	color: #CC0001;
}

#news a.nw:hover {
	background: none;
	border-bottom: 1px dotted #FFF;
}
.lbutt {
	font-size:11px;
	background-color:#eee
}

/* Footer */

#footer {
	width: 980px;
	height: 135px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #333;
	border-top: 1px solid #900;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-align: center;
}

#footer a {
	color: #ccc;
	border: none;
}
#footer ul {
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	padding-top: 10px;
}
#footer li {
	display: inline;
	padding-left: 10px;
	padding-right: 15px;
	border-right: 1px solid #999;
}
#footer li:first-of-type,
#footer .part_logos li:first-of-type {
	padding-left: 0;
}
#footer li:last-of-type {
	border-right: none;
}
#footer li a {
	padding: 0 5px;
	color: #999;
	border: none;
}
#footer li a:hover {
	text-decoration: none;
}
#footer .part_logos {
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	padding-left: 20px;
}
#footer .part_logos li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: none;
}
#footer .part_logos li:last-of-type {
	padding-right: 0;
}
#footer .part_logos img {
	width: 64px;
	border-radius: 50%;
	opacity: 0.5;
}
#footer .part_logos img:hover {
	opacity: 0.8;
}
#counters {
	width: 88px;
	height: 65px;
	float: right;
	margin: 0;
	padding: 0 10px;
}
