@charset "utf-8";
/* CSS Document */

#titleinvestor, #titleoperations, #titleenvironment  {
	float: left;
	width: 283px;
	margin-left: 25px;
	display: inline;
}

#titleinvestor h1, #titleoperations h1, #titleenvironment h1  {
	color: #005a84;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#investor, #operations, #environment {
	float: left;
	width: 283px;
	margin-left: 25px;
	display: inline;
	padding-bottom: 20px;
}

#investor ul, #operations ul, #environment ul {
	border-top: 1px solid #d8d8d8;
	margin: 5px 0px 0px;
	padding: 0px;
}

#investor li, #operations li, #environment li {
	border-bottom: 1px solid #d8d8d8;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	list-style: none;
	background: url(../images/bullet-grey.gif) no-repeat 1em 1em;
}

#investor li, #investor li a, #operations li, #operations li a, #environment li, #environment li a {
	color: #b89d3a;
}

div#body p {
	line-height: 1.5em;
}

#panel {
	clear: both;
	padding-top: 5px;
	background: url(../images/bg-home-panel.gif) no-repeat center top;
}

#panel-btm {
	clear: both;
	background: url(../images/bg-home-panel.gif) no-repeat center bottom;
	height: 3px;
}

#feature {
	float: left;
	width: 273px;
	margin-left: 35px;
	display: inline;
}

#subscribe {
	float: left;
	width: 283px;
	margin-left: 25px;
	display: inline;
}

#news {
	float: left;
	width: 263px;
	margin-left: 25px;
	display: inline;
}

#feature h3, #subscribe h3, #news h3  {
	color: #005a84;
	text-align: left;
	margin-top: 3px;
	padding: 0px;
}
