* {	margin: 0px;padding: 0px;outline: none; }

body {
	background: #FFF;
	margin: 5px;
	padding: 0px;

 	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	color: #333;
}
body.page {
	margin: 0px;
	background: #fff url("images/layout/bg_body.jpg") repeat-x top left;
	text-align: center;
}
DIV#print, DIV#tracker { display: none; }

img { border: none; }

a {	color: #3B598B;text-decoration: none;outline: none; }
a:hover { text-decoration: underline;color: #abcc5b; }
a:focus { -moz-outline: none -moz-mac-focusring; }
a:focus { color: #aaa; }

a.links {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	background: url("images/layout/links.gif") no-repeat top left;
	background-position: 0px 2px;

	font-family: Verdana, Arial, Sans-serif;
  	font-size: 11px;
}

TABLE {	width: 90%;padding: 5px; }
TD, TH { padding: 3px 5px;background: #efefef;font-size: 11px; }

br.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
br.clear:after { 
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

* html br.clear { height: 1%; }

#prospectus, #notice { margin: 0px 10px 10px 10px; }

FORM {	margin: 10px 0px 0px 0px;padding: 0px; }

SELECT, INPUT {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	padding-left: 2px;
}
SELECT {
	float: right;
	width: 100px;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	border: 1px solid #D3D3D3;
	background: #efefef;
	vertical-align: bottom;
	color: #666;
}
OPTION { margin: 5px; }

OPTION.choose {	margin: 0px 5px; }
OPTION.line { height: 5px;margin: 0px 5px;color: #999; }

TABLE.pressnotice, TABLE.pressnotice TD, TABLE.pressnotice TH {	margin: 0px;padding: 0px;background: none; }

#contactForm {
	width: 60%;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px;
	background: #efefef;
	color: #333;
}
#subscribeForm {
	width: 80%;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px;
	background: #efefef;
	color: #333;
}
INPUT.subscribe {
	width: 70px;
	padding: 0px 2px;
	margin: 0px;
	background: #233b55;

	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
INPUT.email { width: 150px; }

#container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	background: url("images/layout/eco.gif") no-repeat bottom right;
}
#header {
	position: relative;
	height: 120px;
	width: 770px;
	background: url("images/layout/bg_header.jpg") no-repeat bottom left;
}
#logo {	position: absolute;top: 11px;left: 20px;width: 135px;height: 78px; }

#topNav {
	width: 150px;
	height: 24px;
	padding-left: 25px;
	background: url("images/layout/tab.gif") no-repeat bottom left;
}
#topNav a.flag {
	display: block;
	float: left;
	margin-top: 3px;

	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #333;
}
#topNav a:hover { text-decoration: none; }

#contentContainer { clear: both;float: right;width: 770px;margin: 0px; }

.text {	margin: 0px 10px 10px 10px; }

/* ------------ menu -------------- */

#menu { float: left;width: 160px;margin-top: 15px; }
#menu ul { list-style: none; }
#menu li { width: 160px;height: 31px; }
#menu li a, #menu li a:hover {
  	display: block;
	width: 140px;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 0px 25px;
  	background: url("images/layout/bg_menu.gif") no-repeat top left;
  	text-decoration: none;

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
  	font-weight: bold;
  	color: #fff;
}
#menu li a:hover { background: url("images/layout/bg_menu_hover.gif") no-repeat top left; }

#menu a.on { color: #abcc5b; }
#menu a.on:hover { text-decoration: none;color: #abcc5b; }


/* ------------ subitems -------------- */

#menu li.subitem { width: 160px;height: 20px; }
#menu li.subitem a, #menu li.subitem a:hover {
	padding: 0px 0px 0px 25px;
  	background: url("images/layout/bg_menu_subitem.gif") no-repeat top left;
  	background-position: 15px 2px;

  	font-size: 11px;
  	font-weight: normal;
  	text-decoration: none;
	color: #000;
}
#menu li.subitem a:hover {
  	background: url("images/layout/bg_menu_subitem.gif") no-repeat top left;
  	background-position: 15px 2px;
  	text-decoration: underline;
	color: #333;
}

/* ------------ content -------------- */

.containerRight { float: right;width: 600px;margin-top: 15px; }
.columnLeft {
	width: 390px;
	min-height: 220px;
	margin-bottom: 10px;
	background: url("images/layout/dot.gif") repeat-y top right;
}

* html .columnLeft { height: 220px; }

.columnRight { float: right;width: 200px; }
.columnRight .text { margin: 0 0 10px 0; }

#share { margin-bottom: 30px; }

#content { min-height: 350px; }
* html #content { height: 350px; }

#home #content { min-height: 240px; }
* html #home #content { height: 240px; }

#pic { height: 150px;margin-top: 16px; }

#nav { margin: 15px 0px 10px 0px;padding-bottom: 5px;border-bottom: 1px solid #efefef; }
#back {	margin: 0px;padding: 5px 0px 10px 0px;border-top: 1px solid #efefef; }

#nav a { margin-left: 10px;padding: 0px 0px 0px 10px;border-left: 1px solid #abcc5b; }
#nav a.navHome { padding: 0px;border: none; }
#nav a, #back a { font-family: Arial, Verdana, Helvetica, sans-serif;font-size: 10px;color: #999; }
#nav a:hover, #back a:hover { color: #abcc5b; }

#back a { margin-left: 10px; }

.pagetop { float: right;margin-right: 10px; }

/* ------------ footer -------------- */

DIV#footer {
	width: 770px;
	height: 40px;
	background: url("images/layout/bg_footer.jpg") no-repeat top left;
}
DIV#footer a.siteby { color: #c0c0c0; }
DIV#footer a.siteby:hover { color: #333; }

#copy {
	width: 500px;
	padding: 23px 0px 0px 10px;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #888;
}
#copy span { font-weight: bold;color: #abcc5b; }

/* ------------ span -------------- */

SPAN.header {
  	display: block;
  	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 15px;
	border-bottom: 1px solid #efefef;
  	background: url("images/layout/arrow_green.gif") no-repeat top left;
  	background-position: 0px 5px;
  	text-align: left;

	font-family: Georgia, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #233b55;
}
SPAN.subheader {
	font-family: Georgia, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #233b55;
}
SPAN.pressheader {
  	text-align: left;
	font-family: Georgia, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #233b55;
}
SPAN.date {
	padding: 0px 0px 0px 13px;
	background: url("images/layout/date.gif") no-repeat top left;
	background-position: 0px 3px;

	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-size: 10px;
	color: #999;
}
span.divider {
	margin: 0px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #abcc5b;
}
span.box {
	display: block;
	padding: 10px;
	background: #EFEFEF;

	font-family: Arial, Tahoma, Sans-serif;
	font-size: 12px;
}
span.epost { }

IMG.pdf { width: 15px;height: 15px;vertical-align: top; }
IMG.flag { width: 14px;height: 13px;margin: 0px 5px 0px 0px;vertical-align: top; }
IMG.plucera { width: 16px;height: 17px;margin: 0px 2px;vertical-align: bottom; }


/* new text content needed styles */
#content img.left {margin: 0 10px 0 0; padding: 3px 0 0 0; float: left;}
#content img.right {margin: 0 0 0 10px; padding: 3px 0 0 0; float: right;}
h2.content {font-size:16px;font-family: Georgia, Verdana, Sans-serif;color: #233b55; margin:0; padding: 25px 0 5px 0; font-weight: bold}
h2.content img {margin: 0 5px 0 0; border: none;}
h3.content{ font-size:11px;font-family: Georgia, Verdana, Sans-serif;color: #8da84b; margin:0; padding: 25px 0 15px 0;}
h4.content { font-size:11px; font-family: Georgia, Verdana, Sans-serif;color:#333; margin:0; padding: 15px 0;}
h5.content { font-size:11px;font-family: Georgia, Verdana, Sans-serif; color:#233b55; padding-bottom: 0px; margin-bottom: 0px; padding-top: 0px; margin-top: 0px;font-weight: normal}
p.idented{ margin: 0cm 0cm 6pt 10px; text-indent: -10px}
.contact_link{ margin-top:101px; font-size:10px; color:#ffffff; float:right; margin-right:-163px; padding-left:163px;}