/*
-----------------------------------------------
Black Sea NGO Network CSS
Author: Iliya Iliev
Version: 19 June 2008
Copyright (c) 2005-2008 Black Sea NGO Network. All rights reserved.
----------------------------------------------- */

/* General
----------------------------------------------- */
body {
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:100.01%;
line-height:1.125em; 
color:#006;
background:#FFF;
margin:6px;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
width:760px;
margin:0 auto;
}

/* Header
----------------------------------------------- */
#header {
background : url(images/header_bg.png) no-repeat;
width:760px;
height:117px;
padding:0 0 10px 0;
}
#header h1 {
display:none;
}

/* Content
----------------------------------------------- */
#content {
min-height:440px;
height:auto !important;
height:440px;
text-align:left;
float:right;
width:605px;
padding:0 0 20px;
}
#content p{
padding:0 0 0 30px;
}
p, ul, ol {
font-size:0.75em;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.44em;
font-weight:normal;
padding-left:30px;
line-height:120%;
clear:both;
}
h2 {
font-size:1.06em;
line-height:120%;
font-weight:normal;
padding-left:30px;
}
.clearboth {
clear:both;
}
img {
border:0;
}
.right_img{
float: right;
padding-right:20px;
}
.left_img{
float:left;
padding:0 15px 0 30px;
}
.small{
width: 280px;
font-size:10px;
padding:5px 0 5px 0;
line-height:130%;
font-size:0.63em;
}
.space{
padding:20px 0 0 30px;
}
.border{
border-top:1px solid gray;
padding:10px 0 0 0;
}
#search {
width:560px;
padding:0 0 0 30px;
}

/* Navigation
----------------------------------------------- */
#leftnav {
width:155px;
margin:0;
padding:0;
float:left;
}
#leftnav ul {
margin:0;
padding:0;
list-style-type:none;
}
#leftnav li,#leftnav ul li a {
display:inline;
float:left;
width:155px;
height:41px;
}
li#nav-home {
background:url(images/buton_na.jpg) no-repeat;
}
li#nav-home a:hover, li#nav-home-active {
background:url(images/buton_na1.jpg) no-repeat;
}
li#nav-abo {
background:url(images/buton_z.jpg) no-repeat;
}
li#nav-abo a:hover, li#nav-abo-active {
background:url(images/buton_z1.jpg) no-repeat;
}
li#nav-pro {
background:url(images/buton_pr.jpg) no-repeat;
}
li#nav-pro a:hover, li#nav-pro-active {
background:url(images/buton_pr1.jpg) no-repeat;
}
li#nav-con {
background:url(images/buton_c.jpg) no-repeat;
}
li#nav-con a:hover, li#nav-con-active {
background:url(images/buton_c1.jpg) no-repeat;
}
span {
display:none;
}
#lang {
color:#006;
width:90px;
float:right;
padding:6px 6px 0 0;
font-size:0.75em;
}
#lang a {
color:#006;
text-align:right;
}
#lang a:hover {
text-decoration:none;
}
.breadcrumbs {
color:#666;
}
.breadcrumbs a{
background:transparent url(images/next.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:15px;
color:#666;
}

/* Search
----------------------------------------------- */
#searchbox{
width:155px;
float:right;
padding:10px 0 0 0;
float:left;
}
#text {
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:0.75em;
vertical-align:top;
color:#666;
padding-left:3px;
height:15px;
width:120px;
border:1px solid #336799;
}
#sa{
vertical-align:top;
} 

/* Footer
----------------------------------------------- */
#footer {
clear:both;
width:760px;
height:25px;
border-top:1px solid #336799;
}
#footer p {
font-size:0.63em;
color:#666;
text-align:center;
line-height:25px;
}
#footer a:hover {
text-decoration:none;
color:#F30700;
}
#footer a {
color:#666;
text-decoration:none;
text-decoration:underline;
}

/* Bottom Navigation
----------------------------------------------- */ 
#bottomnav {
padding:0 0 0 30px;
font-size:0.75em;
}
.back_page a {
background:transparent url(images/back.gif);
background-repeat:no-repeat;
background-position:left;
float:left;
padding:0 5px 0 13px;
}
.top_page a {
background:transparent url(images/top.gif);
background-repeat:no-repeat;
background-position:left;
float:left;
padding:0 0 0 10px;
}
 
/* Links
----------------------------------------------- */
a{
color:#00923F;}
a:hover {
text-decoration:none;
color:#F30700;
} 
a.liexternal {
padding:0 13px 0 0;
background:url(images/link.gif);
background-repeat:no-repeat;
background-position:right;
}
 