/* 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: url(/static/images/home_background-1.jpg);
  background-repeat: no-repeat;
  background-position: 10px 168px;
  background-position: 10px 168px;*/
}

/*#pagecontent {
  background-image: url(/static/images/home_background-1.jpg);
  background-repeat: no-repeat;
  background-position: 5px -10px;
}*/

/* override #maincontent */
#maincontent {
  /*width: 380px;*/
  /*padding: 0px;*/
  margin: 5px 0px 0px 5px;
}

/* 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/dempster-3.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 15px 0px;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}

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

/*#servicesListHome td.firstColumn {
  padding-right: 15px;
}*/

#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 div p {
  margin-left: 5px;
  /*border: 1px solid teal;*/
}

#servicesListHome h2 {
  margin-top: 0px;
  /*font-size: 10pt;*/
  font-size: 13px;
}


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


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

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

/* scrollable news box */
#newsSection {
  height: 310pt;
  /*min-height: 32em;*/
  /*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: 10px;
  color: #2e5d8b;
}

#newsSection h2 {
  font-size: 12px;
  margin-top: 3px;
}

/* 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 */