/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #e1e4d3 url(../images/bg.gif) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #496a00;

}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#email {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

#email a {
    color: blue;
    text-decoration: none;
}

#email a:hover {
    text-decoration: underline;
}

    

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #242424;
	padding-top: 12px;
	padding-bottom: 16px;
	font-weight: normal;
}

h1
{
	font-size: 20px;	
}

h2
{
	font-size: 18px;
    clear: both;
}

h2 a {
	color: #242424;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 15px;
	font-weight: bold;
}

h5
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

h2 a:link {
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 900px;
	margin: 0 auto;
	padding-top: 7px;
}

#header
{
	width: 900px;
	height: 60px;
	background: url(../images/header-bg.gif) repeat-x;
}

#header #logo
{
	float: left;
	width: 237px;
	padding-right:10px;	
	padding-top:5px;	
	height:55px;
	background:url(../images/logo.gif);
}

#logo{
font-size:20px;
text-align:right;

}

#logo a{
color:#fff;
text-decoration:none;
}

#logo a span{
color:#000;
font-style:italic;
font-size: 16px;
}



#navigation
{
	float: right;
	height: 42px;
	width: 500px;
	margin-right: 60px;
	display: inline;
	padding-top: 18px;
}

#banner
{
	width: 900px;
	height: 231px;
	margin-top: 6px;
}

#content-wrapper
{
	background-color: #fff;
}

#footer
{
	background-color: #1c2517;
	color: #fff;
	height: 26px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 5px 30px 20px 40px;
}

#content-wrapper ul li
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-bottom: 5px;
	padding-left: 4px;
}

#content-left
{
	float: left;
	width: 556px;
	margin: 26px 30px 40px 30px;
	background-color: #f1f4e8;
	display: inline;
}

#content-right
{
	float: left;
	width: 262px;
	margin: 26px auto 40px 0;
}

#content-left h1.main-title
{
	width: 537px;
	height: 33px;
	line-height: 33px;
	color: #2d2d2d;
	background: url(../images/heading-bg.gif) no-repeat;
	padding: 0 0 0 19px;
}

#content-wrapper img.float-left
{
	float: left;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-top: 4px
} 

#content-wrapper img.float-right
{
	float: right;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-top: 4px
} 

#content-left #padding-container
{
	padding: 17px;
} 

#content-left p.top
{
	margin-top: 0;
}

#content-right h1
{
	width: 262px;
	color: #4c4b4b;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 20px;
}

#content-right h5
{
	color: #363636;
}

#content-right p
{
	margin: 0;
	line-height: 1.4;
	color: #3c3c3c;
}

#content-right p a
{
	font-weight: bold;
	color: #89aa16;
}

#content-left .news-title
{
	border-bottom: 1px solid #c4c4c4;
	width: 520px;
	margin: 0 0 18px 0;
}

#content-left .news-title h3
{
	color: #2d2d2d;
	padding: 0 0 6px 0;
	float: left;
}

#content-left .news-title h5
{
	float: right;
	padding: 2px 0 0 0;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 40px;
	line-height: 40px;
	margin: 0;
	display: inline;
	float: left;
	width: 500px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(../images/nav-divide.gif) right 16px no-repeat;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li.lang a
{
	padding: 10px 4px 0 0;
    background: none;
}

#navigation ul li a:hover
{
	color: #89aa16;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link
{
	color: #89aa16;
}

#navigation ul li.highlight a {
	color: #89aa16;
}

/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 191px;
	display: inline;
	float: left;
	width: 600px;
}

#footer ul li
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 12px 0 10px;
	background: url(../images/footer-divide.gif) right 10px no-repeat;
}

#footer ul li.last
{
	background: none;
}

#footer ul li a
{
	color: #fff;
}

#content-right ul
{
	padding: 5px 30px 10px 10px;
    list-style-type: none;
}

#content-right ul li
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content-right ul li img
{
    margin-right: 5px;
}
    
.talks img {
    padding-left: 5px;
}