﻿.hover_logo
{
	margin: 0 0 0 15px !important;
	float: left !important;
}

body
{
	margin: 0;
	padding: 0;
	background: rgb(229,229,229) url(../images/bg_right.png) repeat-x;
	text-align: center;
}

#main
{
	width: 799px;
	background: url(../images/bg.png) repeat-y;
	margin: 0 auto;
	text-align: center;
}

#bg_left
{
	position: absolute;
	z-index: -1000000;
	left: 0;
	right: 50%;
	top: 0;
	height: 87px;
	background: url(../images/bg_left.png) repeat-x rgb(229,229,229);
}

#top
{
	display: block;
	padding: 0;
	margin: 0;
	width: 799px;
	height: 120px;
	background: url(../images/top.jpg) no-repeat;
}

#bottom
{
	display: block;
	padding: 0;
	width: 799px;
	height: 26px;
	margin: 0 auto;
	background: url(../images/bottom.png) no-repeat;
}

#links
{
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: 205px;
	height: 16px;
	width: 175px;
	color: white;
}

#links p
{
	margin: 0;
	padding :0;
	font-size: 9px;
	font-family: Arial;
	color: rgb(204,204,204);
	text-align: center;
}

#links p a
{
	color: rgb(224,224,224);
	text-decoration: none;
}

#links p a:hover
{
	text-decoration: underline;
}

h1 span
{
	display: none;
}

#content
{
	padding: 5px 20px;
	margin-left: 15px;
	color: black;
	font-family: Arial;
	font-size: 11px;
	clear: both;
	text-align: left;
}

#content p
{
	padding: 2px;
	font-size: 12px;
	line-height: 1.3em;
	color: black;
	text-align: justify;
	margin: 0 0 10px 0;
}

#content ul li
{
	font-size: 12px;
	line-height: 1.3em;
	/*line-height: 14px;*/
}

#content h2
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 3px;
	border-bottom: 1px dotted gray;
	padding-left: 20px;
	background: url(../images/header_bg.png) no-repeat;
	background-position: 0px 3px;
}

#content h3
{
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	margin: 2px;
}

#text ul li
{
	list-style: none;
	padding-left: 10px;
	background: url(../images/li_bg.png) no-repeat;
	background-position: 0 4px;
}

#menu
{
	margin: 0;
	width: 650px;
	height: 30px;
	position: absolute;
	top: 87px;
	left: 50%;
	margin-left: -290px;
	padding: 0;
}

#menu li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a
{
	display: block;
	width: 113px;
	height: 24px;
	padding-top: 6px;
	background: url(../images/button_off.png) no-repeat;
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	margin-right: 4px;
}

#menu li a.active
{
	background: url(../images/button_on.png) no-repeat;
	height: 26px;
	padding-top: 4px;
	font-weight: bold;
}

#menu li a:hover
{
	background: url(../images/button_on.png) no-repeat;
}

a.shortcut
{
	display: block;
	padding-left: 13px;
	background: url(../images/li_bg.png) no-repeat;
	background-position: 2px 3px;
	color: rgb(33,50,83);
	text-decoration: none;
}

a.shortcut:hover
{
	color: black;
	text-decoration: underline;
}

.menu_left
{
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 2px 0;
	list-style: none;
	clear: left;
}

.menu_left li
{
	width: 124px;
	background: url(../images/left-border_bg.png) repeat-y;
}

.menu_left h3
{
	margin: 0 4px;
	padding: 0px;
	border-bottom: 1px dotted gray;
	font-size: 11px;
	font-weight: bold;
}

.menu_left li div.top
{
	width: 124px;
	height: 4px;
	background: url(../images/left-border_top.png) no-repeat;
	background-repeat: no-repeat;
	background-position: top left;
}

.menu_left li div.bottom
{
	width: 124px;
	height: 4px;
	background: url(../images/left-border_bottom.png) no-repeat;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#menu_left
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu_left li, .menu_left li
{		
	padding: 0;
	margin: 0;
}

#menu_left li a
{
	display: block;
	width: 116px;
	height: 19px;
	padding-top: 3px;
	padding-left: 8px;
	margin-bottom: 2px;
	text-decoration: none;
	background: url(../images/menu_on.png) no-repeat;
	color: white;
	font-size: 10px;
	font-family: Verdana;
}

#menu_left li a:hover
{
	background: url(../images/menu_off.png) no-repeat;
}

#menu_left li a.active
{
	font-weight: bold;
	background: url(../images/menu_off.png) no-repeat;
}

#text
{
	margin: 0 20px 0px 130px;
	border-top: 2px solid rgb(33,50,83);
	padding: 10px;
	background: white url(../images/text_bg.png) no-repeat;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1000;
}

#text a
{
	color: rgb(33,50,83);
	text-decoration: underline;
}

#text a:hover
{
	color: black;
}

.news
{
	margin-bottom: 20px;
}

.news .data
{
	margin: -3px 0 0 0 !important;
	padding: 0 !important;
	color: gray !important;
	font-size: 9px !important;
}

.news p
{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: justify;
}

#ribbon img
{
	border: 0;
	margin: 0 5px;
}

#ribbon span a
{
	text-decoration: none;
	color: #666;
}

#ribbon span a:hover
{
	color: #333;
	text-decoration: underline;
}

#ribbon span.main
{
	font-weight: bold;
}

.menu_left li p
{
	margin: 0;
	padding: 3px;
	font-size: 10px;
}

#footer
{
	color: gray;
	font-size: 9px;
	text-align: center;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#footer a
{
	color: gray;
	text-decoration: none;
}

#footer a:hover
{
	color: black;
}
