/*default styles*/
body{
	background:url(images/body.png);
	margin:0px;
	font-size:11px;
	font-family: "Arial", sans-serif;
	text-align:justify;
}

a{
	color:#4BCA48;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0px;
}

ul{
	list-style	:inside circle;
}

table{
	width:100%;
}

/*other styles*/
.componentheading{
	font-size:1.3em;
	font-weight:bold;
	color:#166114;
	border-bottom:1px solid #166114;
	width:100%;
	margin-bottom:25px;
}

.contentheading{
	font-size:1.3em;
	font-weight:bold;
	color:#166114;
	border-bottom:1px solid #166114;
	width:100%;
}

.buttonheading{
	padding-left:5px;
}

.createdate, .pagenavcounter{
	font-size:0.8em;
	color:#B3B3B3;
}

.contenttoc{
	width:auto;
	padding:10px;
	margin:15px;
	border:1px solid #4BCA48;
	-moz-border-radius:10px;
	text-align:center;
}

.contenttoc th{
	color:#166114;
}

.pagenavbar{
	font-size:12px;
}

th.pagenav_next{
	text-align:right;
}

/*layout*/
.container {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	/*background:#ffffff;*/
	width:930px;
}

/*banner*/
.header{
	width:780px;
	height:227px;
	margin-left:150px;
}

.partners_logos{
	height:35px;
	margin-left:302px;
	line-height:36px;
	text-align:right;
	vertical-align:middle;
}

.partners_logos ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.partners_logos li {
	float:left;
	margin-left:5px;
}

#captainclimate{
	display:block;
	background-image:url(images/captainclimatecampaign.png);
	height:30px;
	width:22px;
}

#unity{
	display:block;
	background-image:url(images/unityindiversitycampaign.png);
	height:30px;
	width:94px;
}

#cdn{
	display:block;
	background-image:url(images/cdnee.png);
	height:30px;
	width:83px;
}

#gyg{
	display:block;
	background:url(images/globalyounggreens.png);
	height:30px;
	width:30px;
}

#egp{
	display:block;
	background-image:url(images/europeangreenparty.png);
	height:30px;
	width:87px;
}

#greensefa{
	display:block;
	background-image:url(images/greensefa.png);
	height:30px;
	width:54px;
}

#globalgreens{
	display:block;
	background-image:url(images/globalgreens.png);
	height:30px;
	width:73px;
}

.header_img{
	height:160px;
	background:url(images/photobanner.jpg);
}

.logo {
	position:absolute;
	z-index:99;
	width:300px;
	height:300px;
	margin-top:-228px;
	margin-left:-180px;
}

.logo a:focus {
	outline-color:invert;
	outline-style:none;
}

.fyeg_title{
	position:absolute;
	z-index:100;
	margin-top:-77px;
	margin-left:118px;
}

.fyeg_title a:focus {
	outline-color:invert;
	outline-style:none;
}

.tools_menu{
	height:30px;
	font-family: "Arial", sans-serif;
	margin-left:311px;
	margin-top:2px;
	line-height:27px;
	text-align:center;
	vertical-align:middle;
}

.tools_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tools_menu li {
	float:left;
	margin-left:2px;
}

.tools_menu a{
	color:#ffffff;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}

.tools_menu a:hover{
	color:#FFFF68;
	line-height:25px;
}

.tab{
	display:block;
	background:url(images/tab1.png) 0 -2px no-repeat;
	height:30px;
	width:65px;
}

a:hover.tab{
	background-position:0 -5px;
}

.tab_temp{
	display:block;
	background:url(images/tab2.png) 0 -2px no-repeat;
	height:30px;
	width:65px;
}

a.tab_temp{
	color:#00a22d;
}

a:hover.tab_temp{
	background-position:0 -5px;
	color:#fa2235;
}

/*menu*/
.menu{
	float:left;
	width:150px;
	height:100%;
}

.menu_top{
	height:65px;
	background:url(images/menutop.png) bottom no-repeat;
}

.main_menu{
	background:#9de288;
	min-height:60px;
	padding-left:20px;
	font-family:"Arial", sans-serif;
	font-size:1.2em;
}

.main_menu a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.main_menu a:hover, #active_menu{
	color:#FFFF68;
}

.sublevel{
	font-size:0.8em;
	padding-left:4px;
}

.syndicate {
	margin-top: 20px;
	width:122px;
}

.menu_bottom{
	min-height:30px;
	background:url(images/menubottom.png) top no-repeat;
	padding-top:25px;
	padding-left:10px;
	margin-bottom:20px;
}

/*content*/
.content {
	width:757px;
	min-height:279px;
	margin-left:150px;
	background:#9de288;
	padding-left:23px;
	padding-top:23px;
	padding-bottom:23px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.newsflash{
	float:left;
	background:#F7F7F7;
	width:356px;
	height:228px;
	margin-right:9px;
	padding:4px;
	overflow:auto;
	-moz-border-radius:3px;

}

.actionflash{
	background:#F7F7F7;
	width:356px;
	height:228px;
	padding:4px;
	overflow:auto;
	-moz-border-radius:3px;
}

.separator{
	min-height:9px;
}

.main_body{
	background:#F7F7F7;
	width:717px;
	min-height:300px;
	padding:10px;
	-moz-border-radius:3px;
}

/*bottom*/
.bottom{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:150px;
	text-align:center;
	font-size:0.8em;
}

.bottom a, .bottom a:visited{
	color:#000000;
	text-decoration:none;
}

.bottom a:hover{
	text-decoration:underline;
}

/*warning for IE users*/
#warn_ie{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	background-color:#FF1B1B;
	text-align:center;
	vertical-align:middle;
}

#warn_ie a{
	color:#000000;
	text-decoration:underline;
}

