
/* CSS Document */

body {
  /*background-color:#8da5c6;*/
  background-color:#ffffff;
  text-align:center;
  margin-top:0px;
  margin-bottom:30px;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  font-size: 13px;
}

#container {
  margin-left:auto;
  margin-right:auto;
  width:960px;
  vertical-align:top;
}


/* To fix float elements overflowing their containers */

#container .navTabContainer {
  background-color:#000000;
  width:100%;
  height:40px;
  text-align:left;
}

.titleHighlight {
}

/* Floating conents fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
 border:none;
}

#officesList,
#newsArchive {
  margin-top:40px;
  margin-left:45px;
  text-align:left;
}

#officesList a {
  color:#2e508d;
}

#officesList a:hover {
  color:#3f619e;
}


#officesList p {
  margin-bottom:25px;
}


#newsArchive ul {
  padding-left:0px;
  margin-left:15px;
}

#newsArchive a {
  color:#2e508c;
}

#newsArchive a:hover {
  color:#3f619d;
}

#officesList h1,
#newsArchive h1 {
  font-size:14px;
  color:#dd0000;
}


.leftHighlight {
  font-size:12px;
  margin-left:15px;
  margin-right:15px;
}

.leftHighlight a {
  text-decoration:none;
  color:#0077bb;
}

.leftHighlight a:hover {
  text-decoration:underline;
}

.leftHighlight h2 {
  font-size:15px;
  color:#aa0000;
}