body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 0; margin: 0;
}

a {
  text-decoration: none;
  color: #C6BF9B;
  font-size: 9pt;
}

a:hover {
	text-decoration: underline;
}

ul, p {
	color: #6A6E6F;
	font-size: 9pt;
}

hr.cleaner {
  clear: both;
  height: 2px;
  border: none;
  visibility: hidden;
}

img {
  border: none;
}

/* -----------------------------------------------------------------------*/

#head-container {
  background: url(images/body_bg1.png) repeat-x;
  width: auto;
  height: 354px;
  padding: 0; border: 0;
}

#content-container {
  width: auto;
  height: auto;
}

#bottom-container {
  background: url(images/body_bg2.png) repeat-x;
  width: auto;
  height: 235px;
}

.content {
  width: 870px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.footer {
	margin-top: 5px;
	height: 25px;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  float: left;
}

.footer ul li {
  display: inline;
}

.footer span {
  float: right;
}

.footer a, span {
  color: #C6BF9B;
  font-size: 9pt;              
}

.footer a:hover {
  color: #6A6E6F;
}

/* --- MENU & HEADER --- */

#menu ul, .sub-menu ul {
	margin: 0 0 0 0;
	padding: 8px 0 10px 25px;
	list-style-type: none;
}

.sub-menu ul {
	padding: 0 0 10px 25px !important;
}

#menu li, .sub-menu li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 9pt;
	height: 17px;
	display: inline;
}

#menu a, .sub-menu a {
	color: black;
}

#menu a:hover, .sub-menu a:hover {
	color: #D5CAA2;
}

#menu span, .sub-menu span  {
	background: url(images/menu_bar.png) no-repeat right;	
	height: 17px;
	margin-left: 5px;
}

#header {
	background: url(images/header.png) no-repeat;
	width: 870px;
	height: 217px;
	border: 0; padding: 0;
}

/* --- INSIDER --- */

.insider-container {
	margin-top: 15px;
}

.left-insider {
   float: left;
   width: 49%;
   height: 67px;
   margin-left: 1px;
	 background: url(images/box1.png) no-repeat;   
}

.right-insider {
   float: right;
   width: 49%;
   height: 67px;
   text-align: left;
	 background: url(images/box1.png) no-repeat;   
}

.insider-container h3 {
	margin: 10px 0 0 25px;
	color: #00498E;
	font-size: 11pt;
	font-weight: bold;	
}

.insider-container p {
	margin: 0 0 0 25px;
	padding: 0;
	color: #BFB790;
	font-size: 8pt;
	width: 340px;
}

.insider-container img {
	float: right;
	margin: 6px 9px 0 0;
	width: 44px; height: 55px;
}

/* --- CONTENT --- */ 

.triple-item {
	margin-top: 25px;
	padding: 0; border: 0;
	height: 220px;
}

.item-left, .item-right, .item-center {
	border: 0; padding: 0;
}

.triple-item h3 {
  margin: 0;
  padding: 0 0 10px 20px; 
  border-bottom: 1px dashed #E1DECC;
  font-size: 10pt;
}

.triple-item ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style-type: none;
}

.triple-item ul li {
  display: block;
  color: #6A6E6F;
  padding: 4px;
  padding-left: 30px;
  margin: 0;
  height: 15px;
  font-family: MS Sans Serif;
  background-image: url(images/list4.png);
  background-repeat: no-repeat;  
}

.triple-item ul li a {
  color: #6A6E6F;
}

.triple-item ul li a:hover {
	color: #D5CAA2;
}

.triple-item ul li.first {
  background-color: #EFECE3;
  background-image: url(images/list1.png);
}

.triple-item ul li.second {
  background-color: #F5F3ED;
  background-image: url(images/list2.png);
}

.triple-item ul li.third {
  background-color: #F7F6F1;
  background-image: url(images/list3.png);
}

.item-left {
	float: left;
	width: 255px;
    margin-left: 3px;
}

.item-right {
	float: right;
	width: 255px;
}

.item-center { 
	float: left;
	width: 255px;
	margin-left: 45px; 
}

/* --- NEWS & BOTTOM --- */

.news-container {
	padding-top: 22px;
	float: left;
	background: url(images/box3.png) no-repeat;
	background-position: bottom;
	width: 451px;
	height: 154px;	
}

.news-left {
	float: left;
	width: 190px;
	margin: 0;
    padding-left: 20px; 	
}

.news-right {
	float: right;
	width: 190px;
	margin: 0;	
	padding-right: 30px;
}

.map-container {
	float: right;
	width: 371px;
	height: 195px;
	background: url(images/map.png) no-repeat;
	background-position: center;
	padding-top: 25px;	
}

.news-container h3{
  margin: 0;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 15px 0 10px 20px; 
  font-size: 10pt;	
}

.news-container a {
  font-size: 8pt;
  color: #C6BF9B;	
}

.news-title, .news-title a {
  margin: 0;
  padding: 0;
  color: #62B5FF;
  font-size: 9pt;
}


.news-text {
  margin: 0;
  padding: 0;
  color: #6F6F6D;
  font-size: 8pt;	
}

/* --- DOUBLE ITEM --- */

.double-item {
	height: auto;
	
}

.double-left {
   float: left;
   width: 510px;

}

.double-right {
   float: right;
   width: 340px;
   text-align: left; 
}

.double-left h3 {
	color: #00498E;
	font-size: 12pt;
	font-weight: bold;
	margin: 0; 
	padding: 10px 0 5px 25px;
	width: 380px; 
	border-bottom: 1px dashed #E1DECC;   
}

.double-left h3 span{
	font-size: 9pt;
} 

.double-left p, .double-right p {
	padding-left: 25px;
	color: #6A6E6F;
}

.double-right img {
	float: left;
	margin-left: 48px;
	text-align: right;
	margin-top: 45px;
	padding: 2px;
	border: 1px solid #C6BF9B;
	width: 100px;
	height: 120px;
}

.double-right p {
	margin-top: 50px;
	margin-left: 155px;
	font-size: 8pt;
}

.double-right div.sender {
	margin-left: 45px;
}

.sender {
	width: 111px;
	height: 24px;
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	background: url(images/send.png) no-repeat;
}

.sender a {
  text-decoration: none;
  margin: 0; padding: 0;
  color: #62B5FF;
  font-size: 7pt;   
}

/* --- SINGLE ITEM --- */

.single-item {
}

.single-item h3 {
	color: #00498E;
	font-size: 12pt;
	font-weight: bold;
	margin: 0; 
	padding: 10px 0 5px 25px;
	width: 450px;
	border-bottom: 1px dashed #E1DECC;  
}

.single-item h4, .single-item h4 a {
  color: #00498E !important;
  font-size: 10pt;
  border-bottom: none;
  margin: 0;
  margin-bottom: -10px;
	padding: 10px 0 0 25px;  
}

.single-item h5 {
	padding-left: 25px;
	color: #C6BF9B; 
	font-size: 8pt;
	margin: 0;
	margin-top: 10px;
}

.single-item h4 a {
	padding: 0 !important;
}


.single-item p {
	padding-left: 25px;
}

.single-item ul {
	margin: 10px 0 0 0;
	list-style: decimal;
	padding-left: 50px;
}

.single-item ul.single-ul {
	list-style: disc;
	margin-left: -10px;
}


.single-item ul.no-decimal {
	list-style: disc;
}


.single-item ul li {
	margin: 0 0 5px 0;
}

.single-item table {
	font-size: 8pt;
	width: 850px;
	margin: 20px 10px;
}

.single-item table td {
	border: 1px dashed #E1DECC;
	margin: 0px;
	width: 212px;
	height: 26px;
	text-align: left;
}

.single-item table a {
	color: #6A6E6F;	
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
	
}

.single-item table img {
}

.single-item table p.sector-icon {
	float: right;
	margin: 0 4px 0 0;
	padding: 0;
}

.sitemap li {
  list-style: disc;
}


.pages a, .pages span {
	color: #00498E;
	text-decoration: none;
	font-size: 8pt;
}

.box1 {
  border-bottom: 1px dashed #E1DECC;
}
