/*  Home page navigation styles -------------------------------------- */

#news a {	
	float: right;
	width: 118px;
	height: 30px;
	background: url(../images/top_nav_news.gif);
}

#contact a {	
	float: right;
	width: 101px;
	height: 30px;
	background: url(../images/top_nav_contact.gif);
}

#press_releases a {	
	float: right;
	width: 115px;
	height: 30px;
	background: url(../images/top_nav_press_releases.gif);
}

#who_we_are a {	
	float: right;
	width: 105px;
	height: 30px;
	background: url(../images/top_nav_who.gif);
}

#about a {	
	float: right;
	width: 78px;
	height: 30px;
	background: url(../images/top_nav_about.gif);
}

a:link { font-size:12px;
}
a:visited { font-size:12px;
}
a:hover { color:#2f9e9a;
}

#news a:hover 			{	background: url(../images/top_nav_news_on.gif);	}
#contact a:hover		{	background: url(../images/top_nav_contact_on.gif);	}
#press_releases a:hover	{	background: url(../images/top_nav_press_releases_on.gif);	}
#who_we_are a:hover		{	background: url(../images/top_nav_who_on.gif);	}
#about a:hover			{	background: url(../images/top_nav_about_on.gif);	}

#news a:selected 			{	background: url(../images/top_nav_news_sel.gif);	}
#contact a:selected			{	background: url(../images/top_nav_contact_sel.gif);	}
#press_releases a:selected	{	background: url(../images/top_nav_press_releases_sel.gif);	}
#who_we_are a:selected		{	background: url(../images/top_nav_who_sel.gif);	}
#about a:selected			{	background: url(../images/top_nav_about_sel.gif);	}

/*  Home page styles -------------------------------------- */

#top_home	{
	width: 750px;
	height:220px;
	background-color: #1b2e68;
	background: url(../images/top_home_background220.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#top_home_home {
	width: 181px;
	height: 220px;
	float: left;
	
	
}
#top_home span 	{	display:none;	}
#top_home a  	{	width:179px; height:192px; display:block; }

#top_home_content {
	width: 548px;
	color: #ffffff;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 112px 15px 3px 0px;
	line-height: 15px;
	float: left;
	
}

#home_left {
	float: left;
	width: 559px;
	height: 450px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #1b1b1b;
	text-align: left;
	line-height: 19px;
	background-color: #dfe8e3;
}

#home_right {
	float: left;
	width: 191px;
	height: 450px;
	background-color: #85bab1;
	background-image: url(../images/illo_green_burn.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

.home_right_header {	padding: 20px 0px 0px 0px;	}

/*  Navigation styles -------------------------------------- */
	
#top_nav	{
	width: 750px;
	height: 30px;
	background-image: url(../images/top_nav_background.gif);
	text-align: right;
	
}
#top_nav span {	display:none;	}

