/* ykons@voyager-soft.com
----------------------------------------------------*/


/* Reset
by E. Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------------------------*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* body
----------------------------------------------------*/
body {
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000;
	background: #fff; 
}

html>body {
	font-size: 12px; 
}

/* Layout
----------------------------------------------------*/

#wrapper{
	width: 960px
}

#header{
	height: 100px;
}

#lang{
	position: relative;
	top: -80px;
	left:20px;
	color: #fff;
	font-size: .8em;
	z-index: 5;
	display: none;	
}

#subnav{
	background: url(../img/bg_subnav.jpg) repeat-x left bottom #7789a1;
	text-align: right;
	padding: .7em 20px .6em 0;
	height: 2em;
	color: #fff;
	font-size: .9em
}

#navigation{
	width: 240px;
	float: left;
	height: 500px;
	position: relative;
	top: 15px;
	left: 5px;
}

#navigation_down{
	width: 240px;
	float: left;
	height: 500px;
	position: relative;
	top: -2px;
	left: 5px;
}

#container{
	width: 700px;
	float: right;
	padding: 10px 0 0 0;
   overflow:hidden;
}

#content {
	width: 440px;
	float: left;
	/*border-right: 1px solid #ddd;*/
	border-right:240px solid #fff;  /* The width and color of the rail */
	margin-right:-240px; /* Hat tip to Ryan Brill */	
}

#content_sans_side {
	width: 700px;
	float: left;
}

#sidebar {
	width: 240px;
  	float:left;
	border-left: 1px solid #ddd;
	padding: 0 0 0 10px;
}

#footer{
	clear: both;
	height: 150px;
	/*background: url(../img/logo_footer.jpg) no-repeat center center;*/
	padding: 1em 0;
}

#footer_home, #footer_emba{
	clear: both;
	height: 150px;
	/*background: url(../img/logo_footer.jpg) no-repeat 20px center;*/
	padding: 1em 0;
}

/* =title
----------------------------------------------------*/
#header h1{
	background: #1d3a62;
	/*text-indent: -5000px;*/
	height: 100px;
}


/* =Content 
----------------------------------------------------*/
#content h2{
	color: #7789a1;
	font-size: 1.7em;
	line-height: 1.6em;
	padding: 0 0 1em 15px;
}

/*#content p{
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 15px .2em 15px;
	color: #aaa;
}*/

/* =main_Content 
----------------------------------------------------*/
#main_content h2{
	color: #7789a1;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 0 0 0 15px;
}

#main_content h3{
	color: #7789a1;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0 0 0 15px;
}


h4{
	color: #7789a1;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 1em 0 0 15px;
}

#main_content p{
	font-size: 1em;
	line-height: 1.5em;
	padding: 1em 15px 1em 15px;
}

#main_content p.first:first-letter{
	font-size: 2.5em;
	font-weight: bold;
	/*color: #f49213;*/
	color: #91A700;
	background: #333;
	line-height: 1.5em;
	padding: .4em 10px .4em 10px;
	margin: .1em .2em 0 0;
	display: inline;
	float: left;
}

#main_content ul{
	margin: 0 0 0 45px;
}

#main_content ul li{
	list-style: square;
	padding: .5em 1em .5em 0;
	line-height: 1.5em;
}


/* =Sub_content
----------------------------------------------------*/
.sub_content h2{
	color: #7789a1;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 0 0 0 15px;
}

.sub_content h3{
	color: #7789a1;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0 0 0 15px;
}

.sub_content p{
	font-size: 1em;
	line-height: 1.5em;
	padding: 1em 15px 1em 15px;
}

.sub_content p.first:first-letter{
	font-size: 2.5em;
	font-weight: bold;
	/*color: #f49213;*/
	color: #91A700;
	background: #333;
	line-height: 1.5em;
	padding: .4em 10px .4em 10px;
	margin: .1em .2em 0 0;
	display: inline;
	float: left;
}

.sub_content ul{
	margin: 0 0 0 45px;
}

.sub_content ul li{
	list-style: square;
	padding: .5em 1em .5em 0;
	line-height: 1.5em;
}


/* =EMBA banner
----------------------------------------------------*/
#emba_banner{
	width: 240px;
	margin: 30px 0 0 5px;
}

#emba_banner a{
	border: none;
}


/* =RSS
----------------------------------------------------*/
#rss{
	width: 240px;
}

#rss h2{
	background: url(../img/rss.jpg) top center no-repeat;
	text-indent: -5000px;
	padding: 0 0 20px 0;
}

#rss p{
	font-size: .9em;
	line-height: 1.6em;
	padding: 1em 20px 0 20px;
}

#rss p.help{
	text-align: right;
}

/* =Search
----------------------------------------------------*/
#search{
	width: 240px;
	padding: 0;
}

#search h2{
	color: #7789a1;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 0 0 0 20px;
}

form.search_form{
	width: 230px;
	margin: 5px 0 0 10px;
}

form.search_form .input{
	border: 1px solid #aaa;
}

form.search_form .sbmt_button{
	background: #1d3a62;
	color: #fff;
	border: none;
	padding: 2px 5px;
}

/* =Latest News
----------------------------------------------------*/
#lat_news{
	width: 240px;
}

#lat_news h2{
	background: url(../img/news.jpg) top center no-repeat;
	text-indent: -5000px;
	padding: 5px 0 20px 0;
}

#lat_news h3{
	font-size: 1em;
	font-weight: bold;
	color: #7789a1;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1.9em;
}

#lat_news p{
	font-size: .9em;
	line-height: 1.6em;
	padding: 1em 10px;
}

.news_det{
	padding: 0 10px 2em 10px;
	font-size: .9em;
}

.date{
	float:left;
	color: #aaa
}

.read_more{
	float:right;
}

/* =links
----------------------------------------------------*/
a:link, a:active{
	color: #91A700;
	text-decoration: none;
}

a:hover{
	color: #91A700;
	border-bottom: 1px solid #91A700;
	text-decoration: none;
}

a:visited{
	color: #91A700;
	text-decoration: none;
}

/* =lang links
----------------------------------------------------*/
#lang a{
	color: #fff;
	text-decoration: none;
}

/* =subnav links
----------------------------------------------------*/
#subnav a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#subnav a:hover{
	background: url(../img/li.jpg) left center no-repeat;
	border: none;
}

#subnav a.selected{
	background: url(../img/li.jpg) left center no-repeat;
	border: none;
}
/* =misc
----------------------------------------------------*/
.divider{
	clear: both;
	width: 90%;
	margin: 2em auto;
	border-top: 1px solid #ddd;
}

.external{
	background: url(../img/misc/extlink.gif) no-repeat top right;
	padding: 0 15px 0 0;
}

.warn{
	font-size: .9em;
	color: #aaa;
	font-style: italic;
}

.sign{
	font-size: 1.1em!important;
	color: #7789a1;
	font-style: italic;
	font-weight: bold;
}

/* =image align
----------------------------------------------------*/
.img_left{
	float: left;
	margin: 5px 10px 5px 0;
	padding: 5px;
	/*border: 1px solid #ddd;*/
}

.img_right{
	float: right;
	margin: 5px 0 5px 10px;
	padding: 5px;
	/*border: 1px solid #ddd;	*/
}

.img_center{
	text-align:center;
	margin: 5px 15px;
	padding: 5px;
	/*border: 1px solid #ddd;	*/
}

/* =definition lists (table like)
Adopted by http://www.maxdesign.com.au/presentation/definition/dl-table-display.htm
----------------------------------------------------*/
 dl.table-display{
width: 380px;
margin: 1em 0 0 15px;
padding: 0;
}

.table-display dt{
width: 380px;
float: left;
margin: 1.5em 0 0 0;
padding: 0;
border-top: 1px solid #aaa;
font-weight: bold;
line-height: 2em;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd{
float: left;
width: 380px;
margin: 0 0 0 0;
padding: 0;
border-top: 1px solid #ddd;
line-height: 1.5em;
}

/*=contact definition list */

dl {
margin: 1em 0 0 15px;
width: 400px;
border-bottom: 1px solid #ddd;
}

dt{
width: 155px;
padding: .5em;
float: left;
margin: 0;
border-top: 1px solid #ddd;
font-weight: bold;
}

dd{
margin-left: 100px;
padding: .5em;
border-top: 1px solid #ddd; 
}

/* =#wrap sitemap
----------------------------------------------------*/
#wrap_sitemap{
	margin: 0 auto;
	width: 90%;
}

#wrap_sitemap h2{
	font-size: 1.4em;
	margin: .8em 0 0 0;
	border-bottom: 1px solid #eee;
	color: #333;
}

#wrap_sitemap h2 a{
	color: #333;
}

#wrap_sitemap ul{
	width: 100%;
	float: left;
	margin: 0 0 2em 0;
}

#wrap_sitemap ul li{
	float: left;
	font-size: 1.2em;
	color: #666;
	padding: .5em 0 0 0;
	width: 250px;
}

#wrap_sitemap ul li a{
	color: #666;
}

#wrap_sitemap ul li.eco_sitemap{
	text-decoration: none;
}

#wrap_sitemap ul li ul {
	width: 250px;
	margin: 0;
}

#wrap_sitemap ul li ul li{
	float: none;
	width: 250px;
	font-size: .7em;
	padding: .5em 0 0 0;
	color: #888;
}

#wrap_sitemap ul li a{
	color: #888;
}

.style3 {
color: #7789a1;
}

.vcard
{
	float : left;
	background-color : #dddddd ; 
	margin-right : 10px;
	margin-bottom : 10px;
	padding : 10px; 
	width: 190px;
}
.notVisible
{
	display : none;
}
