/*
IKO Website
Page_News.css
*/

#divContent {
	background: url("images/Seamless-Lightsand-128x128.gif") repeat;
}

#divNewsHeader {
	width: 75%;
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#divNewsWrapper {
	width: 80%;
	height: 476px;
	margin: 0 auto 0 auto;
	border: 2px solid #026E39;	/* IKO Green */
	padding: 20px 0 20px 0;
	background-color: #ffffe8;	/* IKO tan */
}

#divNews {
	position: relative;					/* so jquery position().top can be used to scroll to divs */
	width: 100%;
	height: 480px;
	background-color: #ffffe8;	/* IKO tan */
	overflow: auto;
}

.divNewsItem {
	margin: 0 0 20px 0;
}

#divNews h2 {
	margin: 0 0 0 20px;
	border-left: 10px solid #026E39;	/* IKO Green */
	padding-left: 10px;
  font-family: Arial, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
	color: black;
}

#divNews h3 {
	margin: 0 0 5px 20px;
	border-left: 10px solid #026E39;	/* IKO Green */
	padding-left: 10px;
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
	color: gray;
}

#divNews p {
	margin: 0 10px 5px 40px; 
}
