/* highlight menu item of current site section */
#homeMainMenuItem a:link, #homeMainMenuItem a:visited {
  /*color: #F0F0F0;*/
  /*background-image: url(/static/images/menu-background_active-1.png);*/
  font-weight: bold;
  background-color: #CBCBCB;
  color: #5A5A5A;
}

body {
  /*background-color: White;*/
  /*background-color: #ECECEC;*/
}

#outercontainer {
  background-image: none;
}

/* background image */
#header {
  /*background-image: url(/static/images/dempster_630x115-1.jpg);*/
  /*background-image: url(/static/images/sukothai-4.jpg);*/
  /*background-image: url(/static/images/ayutthaya-3.jpg);*/
  /*background-image: url(/static/images/roof-1.jpg);*/
  /*background-image: url(/static/images/inca-trail-3.jpg);*/
  /*background-image: url(/static/images/inca-trail-6.jpg);*/
  /*background-image: url(/static/images/geilo-1.jpg);*/
  background-image: url(/static/images/cusco-1.jpg);
}

/* re-define h1 heading */
h1 {
  font-family: Arial, Helvetica, Geneva, Verdana, Georgia, sans-serif;
  margin: 20px 15px 10px 0px;
  /*font-size: 13pt;*/
  /*font-size: 13px;*/
  font-size: 10pt;
}

div#headingImage {
  margin: 17px 0px 5px 0px;
}

/* intro paragraph in main content area */
p.intro {
  margin: 0px 35px 0px 23px;
  font-size: 10pt;
  /*font-size: 15px;*/
}

table#servicesListHome {
  margin: 0px 0px 0px 0px;
  font-size: 10pt;
  font-family: Arial, Helvetica, Geneva, Verdana, Georgia, sans-serif;
  font-weight: normal;
  color: #444444;
  /*border: 1px solid red;*/
}

#servicesListHome th {
  padding: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 9pt;
  text-align: left;
}

#servicesListHome td {
  padding: 0px 10px 0px 0px;
  font-size: 8pt;
  font-family: Arial, Helvetica, Geneva, Verdana, Georgia, sans-serif;
  font-weight: normal;
  color: #444444;
  /*vertical-align: top;*/
  border-bottom: 1px dashed #cacaca;
  /*border: 1px solid green;*/
  /*width: 285px;*/
}

#servicesListHome td.firstColumn {
  /*width: 140px;*/
  /*width: 77px;*/
  padding: 0px 0px 0px 0px;
  /*border: 1px solid red;*/
}

#servicesListHome div {
  margin-left: 87px;
  margin-top: 3px;
  /*width: 200px;*/
  /*border: 1px solid blue;*/
}

#servicesListHome td.centered {
  padding-left: 135px;
  padding-bottom: 25px;
  padding-top: 5px;
}

#servicesListHome td.centered div {
  width: 200px;
  margin-left: 75px;
}

/* text indent */
#servicesListHome p {
  margin-left: 2px;
  padding-right: 5px;
  font-family: Arial, Helvetica, Geneva, Verdana, Georgia, sans-serif;
  color: #444444;
  font-size: 8pt;
}

#servicesListHome h3 {
  font-family: Arial, Helvetica, Geneva, Verdana, Georgia, sans-serif;
  color: #cc3300;
  font-weight: bold;
  margin: 10px 0px 2px 0px;
  /*font-size: 13pt;*/
  /*font-size: 13px;*/
  font-size: 9pt;
}


/* first image */
#servicesListHome img {
  float: left;
  /*margin-right: 5px;*/
  /*margin-bottom: -5px;*/
  margin: 0px 15px 0px 0px;
}


/* news */
#sidecontent {
  padding-right: 10px;
  padding-left: 5px;
  padding-bottom: 0px;
  padding: 14px 17px 5px 15px;
  margin: 0px 0px 0px 400px;
  height: 100%;
  /*margin-left: 385px;*/
  /*border: 1px solid red;*/
}

#sidecontent h1 {
  font-size: 11pt;
  /*text-align: center;*/
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 8px;
  margin-right: 0px;
  border-bottom: 1px solid #ccc;
}

/* scrollable news box */
#newsSection {
  height: 25em;
  /*max-height: 550px;*/
  overflow: auto;
  border: 1px solid #eee;
  padding: 5px;
  /*padding-bottom: 10px;*/
  -moz-user-focus: normal;
  background-color: #F3F3F3;
  margin-top: 0px;
}

#newsSection .dateHeader {
  font-size: 8pt;
}

#newsSection h2 {
  font-size: 9pt;
  font-family: Arial,Helvetica,Geneva,Verdana,Georgia,sans-serif;
  margin-top: 1px;
}
/* end news */

/* links in side bar */
#newsSection a:link, #newsSection a:visited {
  background: transparent;
  color: #4D68B6;
  font-weight: normal;
  text-decoration: none;
}

#newsSection a:hover {
  background: transparent;
  color: #999999;
  font-weight: normal;
  text-decoration: underline;
}
/* end links in side bar */

/* end news */