/********************************************
    AUTHOR:         PAGE GOLD Ltd.
    WEBSITE:        http://www.page-gold.com/
    LAST MODIFIED:  February-09-2007
 *******************************************/

/***********************
    LAYOUT
************************/

/* top elements */
* {
  padding: 0;
  margin: 0;
}

/* header styles */
h1, h2, h3 {
  font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 {
  font-size: 1.4em;
  color: #FF9900;
}
h2 {
  font-size: 1.2em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.2em;
}
p, h1, h2, h3 {
  margin: 10px 15px;
}

/* list styles */
ul, ol {
  margin: 10px 30px;
  padding: 0 15px;
}

/* link styles */
a {
  background: inherit;
  color: #006699;
  text-decoration: none;
}
a:hover {
  background: inherit;
  color: #FFAA55;
  text-decoration: underline;
}

/* table styles */
table {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-style: normal;
}
td.style3 {
  color: #666666;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
}
td.right_align {
  text-decoration: none;
  text-align: right;
  vertical-align: top;
  width: 68%;
}
td.left_align {
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  width: 170px;
}
td.left {
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
  width: 43%;
}
td.right {
  text-align: right;
  vertical-align: top;
  width: 8%;
}

/* images */
img.float-right {
  border: 1px solid #DADADA;
  padding: 5px;
  background: #FAFAFA;
  margin: 5px 0px 5px 15px;
}
img.float-left {
  border: 1px solid #DADADA;
  padding: 5px;
  background: #FAFAFA;
  margin: 5px 15px 5px 0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {  text-align: right; }
.align-center { text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.quote {
  font-style: italic;
}

/* body styles */
body {
  color: #555555;
  background: #FFFFFF url(../images/bg.jpg) repeat-x;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 9pt;
  font-style: normal;
}

#wrap {
  width: 790px;
  margin: 0 auto;
}

/***********************
    HEADER
************************/
#header {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  background: #FFFFFF;
}
#head_title {
  width: 760px;
  height: 100px;
  margin: 0 0 10px 0;
}
#head_photo {
  width: 760px;
  height: 200px;
}

/***********************
    MENU
************************/
#menu {
}

#menu_lang {
  position: absolute;
  margin: 0 0 0 3px;
  top: 87px;
}
#menu_lang ul {
  list-style: none;
  margin: 0;
  padding: 4px 12px 4px 12px;
}
#menu_lang li {
  display: inline;
}
#menu_lang a {
  font: normal normal bold 11pt normal;
  font-family: "Trebuchet MS",sans-serif;
  text-decoration: none;
  padding: 4px 12px 4px 12px;
  color: #FFFFFF;
  background: #333333;
}
#menu_lang a:hover {
  color: #FFFFFF;
  background: #FF9900;
}

#menu_top {
  position: absolute;
  margin: 0 0 0 99px;
  top: 285px;
  height: 30px;
  width: 676px;
  background: #FF9900;
}
#menu_top ul {
  list-style: none;
  height: 30px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#menu_top li {
  display: inline;
  float: left;
}
#menu_top a {
  margin-right: 1px;
  background: #333333;
  display: block;
}
#menu_top img {
  border: 0;
}
/*
a#menu1 {
  margin-left: 0;
  height: 1.6em;
  width: 2.2em;
}
a#menu2 {
  height: 1.6em;
  width: 6.4em;
}
a#menu3 {
  height: 1.6em;
  width: 4em;
}
a#menu4 {
  height: 1.6em;
  width: 5.2em;
}
a#menu5 {
  height: 1.6em;
  width: 12.4em;
}
a#menu6 {
  height: 1.6em;
  width: 4em;
}
#menu_top a:hover {
  color: #FFFFFF;
  background: #FF9900;
}
*/

/***********************
    SIDEMENU
************************/
#sidebar {
  float: right;
  width: 25%;
  margin: 0 0 10px 0;
  padding: 0;
}
#sidebar .sidebox {
  background: #F5F5F5;
  border: 1px solid #EFEDED;
  margin-bottom: 10px;
}
#sidebar .sidebox h1 {
  clear: both;
  padding: 10px 0px 5px 10px;
  margin: 0;
  font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

#sidebar ul.sidemenu {
  list-style:none;
  margin: 10px 0 15px 0;
  padding: 0;
  background: #F2F2F2;
}
#sidebar ul.sidemenu li {
  padding: 0px 10px;
}
#sidebar ul.sidemenu a {
  display: block;
  font-weight: normal;
  color: #333;
  height: 1.5em;
  padding:.3em 0 .3em 15px;
  line-height: 1.5em;
  border-bottom: 1px dashed #D4D4D4;
  text-decoration: none;
}
#sidebar ul.sidemenu a.top {
  border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
  padding: .3em 0 .3em 10px;
  border-left: 5px solid  #FF9900;
  color: #FF9900;
}

/***********************
    CONTENT
************************/
#content {
  width: 760px;
  text-align: left;
  padding: 0;
  margin: 0 auto;
}

#main {
  float: left;
  width: 73%;
  margin: 0 0 10px 0;
  padding: 0;
}
#main h1 {
  padding: 10px 0px 0px 5px;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #f2f2f2;
  font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main p {
  line-height: 150%;
}
#main ul li {
  list-style-image: url(../images/bullet.gif);
}

.post {
  margin: 0 0 10px 0;
  padding: 0;
  background: #FFFFFF url(../images/gradientbg.jpg) repeat-x;
  border: 1px solid #EFEDED;
}

/***********************
    FOOTER
************************/
#footer {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Trebuchet MS",Tahoma,sans-serif;
  font-style: normal
}
#footer a{
  text-decoration: none;
  color: #777777;
}
#footer a:hover {
  text-decoration: underline;
  color: #333333;
}

/* footer-menu */
#footer_menu {
  margin: 0 auto;
  border-top: 1px solid #EAEAEA;
}
#footer_menu ul {
  list-style-type: none;
  text-aligen: center;
}
#footer_menu li {
  display: inline;
  margin-right: -5px;
  padding: 0 8px 0 8px;
  border-left: 1px solid;
}
#footer_menu li.top {
  border: none;
}

#subfooter {
  border-top: 1px solid #EAEAEA;
  position: relative;
  top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  font-family: "Trebuchet MS",Tahoma,sans-serif;
  font-style: normal;
  text-align: right;
  font: .95em/1.6em;
}
#subfooter_l {
  float: left;
}
#subfooter_c {
  text-align: center;
}
#subfooter_r {
  float: right;
}

/***********************
    WELCOME
************************/
.welco_title {
}
#welco_address {
}
#welco_address strong {
  font-size: 1.2em;
  font-weight: bold;
}
#welco_moreinfo ul {
}

/***********************
    INVESTMENT
************************/
#invst_title {
  text-align: center;
}
#invst_subtitle {
  text-align: center;
}
#invst_subtitle p {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
#invst_address {
}
#invst_addressmemo {
}
#invst_addressmemo p {
  float: right;
  width: 11em;
  margin-right: 0;
}
#invst_moreinfo {
  clear: both;
}
#invst_moreinfo p {
  margin: 0 0 0 15px;
}
#invst_moreinfo ul {
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
}

/***********************
    WHAT'S NEW
************************/
#what_title {
}
div.what_news {
  margin-bottom: 20px;
  color: #000000;
  line-height: 200%;
}
div.what_news h3 {
  margin-right: 0;
  margin-left: 0;
  font-family: Calibri;
}
div.what_news p {
  margin-right: 0;
  margin-left: 0;
  text-align: justify;
  font-family: Calibri;
  font-size: 10pt;
}

/***********************
    GALLERY
************************/
.gllry_title {
  margin-bottom: 20px;
}
.gllry_table {
  border-spacing: 5px 0;
}
.gllry_table tr {
  text-align: center;
}
.gllry_table tr.photo>td{
  text-align: center;
  width: 130px;
  height: 130px;
}
.gllry_table tr.download>td {
  text-align: center;
  vertical-align: top;
  width: 130px;
  height: 2.5em;
}
.gllry_table tr.download {
}
.gllry_table img {
  padding: 5px;
  border: 1px solid #DADADA;
}
.gllry_more {
  text-align: right;
  padding-right: 20px;
}

/***********************
    AMBASSADOR
************************/
#ambsd_title {
}
#ambsd_name {
}
#ambsd_outline {
  margin-top: 25px;
}
#ambsd_photo {
  float: right;
  padding: 5px 5px 0 5px;
  margin: 5px 15px 5px 15px;
  background: #FAFAFA;
  border: 1px solid #DADADA;
}
#ambsd_photo img {
  border: none;
}
#ambsd_career {
  clear: both;
}
#ambsd_career table {
  border-spacing: 1px;
  padding: 2px;
  width: 100%;
}
#ambsd_conference {
}
#ambsd_conference ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
#ambsd_interview {
}
#ambsd_interview ul {
  margin-right: 0;
}
#ambsd_writing {
}
#ambsd_writing ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}

/***********************
    CONSULAR
************************/
#cnsl_photo {
  float: right;
  padding: 5px 5px 0 5px;
  margin: 5px 35px 5px 15px;
  background: #FAFAFA;
  border: 1px solid #DADADA;
}
#cnsl_photo img {
  border: none;
}
#cnsl_info {
}
#cnsl_info ul {
  list-style: none;
  margin-left: 10px;
}
#cnsl_clear {
  clear: both;
}

/***********************
    NEW WONDER
************************/
#new_wond h3 {
  text-align: center;
}
#new_wond ul#main_list {
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
}
#new_wond ul#sub_list {
  margin: 0;
  list-style-type: none;
}
#vote {
  text-align: center;
}




.post .post-footer {
  background-color: #FAFAFA;
  border: 1px solid #f2f2f2;
  padding: 5px; margin-top: 20px;
  font-size: 95%;
}
.post .post-footer .date {
  background: url('../images/clock.gif') no-repeat 0 center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
  background: url('../images/comment.gif') no-repeat 0 center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
  background: url('../images/page.gif') no-repeat 0 center;
  padding-left: 20px; margin: 0 10px 0 5px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #FF9900;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
  margin: 15px;   padding: 0 0 0 20px;
    background-color: #FAFAFA;
  background-position: 8px 10px;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #FF9900;
  font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
  color: #666666;
}

/* form elements */
label {
  display: block;
  font-weight: bold;
  margin:5px 0;
}
input {
  padding: 2px;
  border:1px solid #eee;
  font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
  color:#777;
}
textarea {
  width:400px;
  padding: 2px;
  font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
  border:1px solid #eee;
  height: 100px;
  display: block;
  color:#777;
}
input.button {
  margin: 0;
  font: bold 1em Arial, Sans-serif;
  background: #FFF url(../images/gradientbg.jpg) repeat-x;
  padding: 2px 3px;
  color: #333333;
  border: 1px solid #DADADA;
}


/* input style classes*/
input.fieldstyle1 {
  border: 1px solid #C0C0C0;
  width: 165px;
  font-family: Verdana,Arial,sans-serif;
  font-size: 10pt;
}

input.submitbutton {
  float: right;
  text-align: center;
  width: 65px;
}

input.resetbutton {
  float: left;
  text-align: center;
  width: 65px;
}

/* other style classes*/
.ebul_cbindex table {
  border-collapse: separate;
}

.ebul_cbindex tr {
  cursor: pointer;
  background-color: #fe9900;
}

.ebul_cbindex td {
  border: 0px solid #FFFFFF;
  padding: 0px;
  text-align: left;
}

.ebul_cbindex td a {
  color: #FFFFFF;
  text-decoration: none;
}

.copyright {
	font-size: 8.5pt;
	margin-top: -5px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
