@import url("common.css");

html
{
 overflow: auto;
 overflow-y: scroll;
}

h1 {
	font-size: 100%;
	color: #196A32;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #2C3749;
}

a:hover {
	color: #13572d;
}

/* #top (begin) */
#top {
	background: white url(i/top-bg.jpg) 0% 0px repeat-x;
	background-color: white;
	border-bottom: solid white 1px;
	position: relative;
}
.top_right_menu
{
	position: absolute;
	top: 20px;
	left: 600px;
	
}
#top a
{
	color: #166A36;
	font-weight: bold;
	font-size: 12px;
}
#top font
{
	color: #166A36;
}
#top h1 {
	background: white;
}

/* #top (end) */ /* .menu (begin) */
.menu {
	background: #518F68 url(i/menu-bg-t.gif) 0 0 repeat-x;
	padding-top: 4px;
	font-size: 85%;
	font-weight: bold;
	width: 99.9%;
}

.menu table {
	width: 100%;
}

.menu td {
	background: #166A36 url(i/menu-bg-b.gif) 0 100% repeat-x;
	border-left: solid white 1px;
	vertical-align: top;
	text-align: center;
	padding: 0.2em 0.5em 0.3em 0.5em;
}

.menu td.first {
	background-color: transparent;
	padding-left: 2.3em;
	border-left: none;
}

.menu td.last {
	background-color: transparent;
	width: 100%;
}

.menu td a {
	color: white;
	text-decoration: none;
	white-space: nowrap;
	behavior: url("hover.htc");
}

.menu td a:hover {
	color: white;
}

.menu td:hover {
	background-color: #2D3647;
}

.menu td.hover {
	background-color: #2D3647;
}

.menu td span,.menu td a.act { /* background: #2D3647;*/
	color: white;
}

.menu .points td {
	background: #2A3748 url(i/menu-bg-b-idx.gif) 50% 100% no-repeat;
	font-size: 0;
	padding: 0;
	color: #2A3748;

	height: 5px;
}

.menu .points td.first,.menu .points td.last {
	background: #2A3748;
}

/* .menu (end) */
#page {
	background: transparent url(i/grid.gif) 0 0 no-repeat;
	background-color: #2A3748;
	height: 100%;
}

#splash-layout {
	margin-top: 15px;
	width: 779px;
	border-spacing: 0;
	border-collapse: collapse;
}

#splash-layout td {
	vertical-align: top;
}


#splash-text-block {
	padding-left: 19px;
	padding-top: 20px;
}

#text {
	background: transparent url(i/splash-text-bg.gif) 0 -3px no-repeat;
	border: solid #176A34 1px;
	height: 195px;
	width: 382px;
	color: white;
}

[id]#text {
	height: auto;
	min-height: 195px;
}

#text p {
	color: white;
	font-size: 12px;
	padding: 0.5em 0.5em 0.5em 1.7em;
}

#text p.f {
	background: transparent url(i/splash-first-letter.gif) 1.1em 0.8em
		no-repeat;
	padding-top: 1.3em;
}

.news, .logos {
	font-size: 80%;
	padding-left: 1em;
}

.news a {
	display: block;
	color: white;
}
.news a:hover
{
	color: #55616f;
}
.news h2, .logos h2 {
	background: transparent url(i/news-h-tail.gif) 100% 100% no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
	padding-right: 9px;
	margin-right: 2em;
}

.news h2 span, .logos h2 span {
	background: transparent url(i/news-h.gif) 0 100% no-repeat;
	display: block;
	padding: 1.3em 0.5em 0.5em 2.5em;
	color: white;
}


.news dl, .logos div
{
	color: white;
	margin-left: 1em;
	padding: 0.5em 0 0 1.5em;
}

.news dl
{
	width: 382px;

}
.news dd
{
	margin-bottom: 1em;	
}
#top_menu a
{
	display: block;
	margin:0;
}


.submenu
{
	position: absolute;
}
.submenu div
{
	margin-top: 4px;
	width: 150px;	
	height:auto;
	
	border: 1px solid #ffffff;
	border-bottom: 0;
	background-color: #166A36;
}
.submenu a
{
	width: auto;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	border-bottom: 1px solid #fff;
}	
.submenu a:hover
{
	width: auto;
	background-color: #2D3647;
	color: #ffffff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	border-bottom: 1px solid #fff;
}	
