@charset "utf-8";

/* ////////////////////////////////////////////////// TEXT REPLACEMENT ////////////////////////////////////////////////// */

/*.text_replace {
  text-indent: -9999em;
}*/
/*h2.welcome_to_ocon { background: url(/website/images/text/level_1/welcome_to_ocon.gif) no-repeat; width: 250px; height: 85px; text-indent: -9999em; }
h3.latest_project { background: url(/website/images/text/level_2/our_projects.gif) no-repeat; width: 112px; height: 18px; text-indent: -9999em; }
h3.meet_the_team { background: url(/website/images/text/level_2/meet_the_team.gif) no-repeat; width: 118px; height: 18px; text-indent: -9999em; }
h3.corporate_responsibility { background: url(/website/images/text/level_2/corporate_responsibility.gif) no-repeat; width: 250px; height: 18px; text-indent: -9999em; }
h3.welcome_to_ocon { background: url(/website/images/text/level-2/welcome-to-ocon.gif) no-repeat; width: 250px; height: 85px; text-indent: -9999em; }

h3.news {
  float: left;
  clear: left;
  width: 41px;
  height: 18px;
  background: url(/website/images/text/level_2/news.gif) no-repeat; 
  text-indent: -9999em;
}*/

/* ////////////////////////////////////////////////// NEWS ////////////////////////////////////////////////// */

#archive {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#archive.inner {
	padding: 10px;	
}

.date {
	float: left;
	clear: left;
	width: 45px;
	height: 45px;
	background: #007a5e;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
}
.date .inner {
	padding: 2px 5px 0px 5px;
}
.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;	
	margin: 0px 0px 5px 0px;
	padding:0;
	color: #339966;
}
.description {
	float: left;
	clear: none;
	width: 257px;
}
.description p {
	margin: 0px 0px 5px 10px;
}
.pic {
	float: left;
	clear: right;
	width: 110px;
	margin: 0px 0px 0px 5px;	
}
.feature {
	margin: 0;
	padding: 0;
}
/*a.subscribe_to_rss {
  float: right;
  clear: right;
  width: 103px;
  height: 16px;
  margin: 0;
  background: url(/website/images/subscribe_to_rss.gif) no-repeat;
  line-height: 0.8em;
  text-indent: -9999em;
}*/
/*a.subscribe_to_rss:hover {
  background-position: 0px -16px;
}*/
a.view_more {
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #313131;
	padding: 5px 0px 0px 0px;
}
a.view_more:hover {
	background-position: 0px -10px;
}

.main-img-area{
  border: 0px solid #05FF00;
  border-top:0;
  position:relative;
  height:270px;
}

.main-img-area img.active{
  display:block;
}
.main-img-area img{
  display:none;
  position:absolute;
  top:0;
  left:0;
}
