.offices-logo { background:url("images/london-and-surrey-properties.gif") no-repeat center top; height: 165px;}

body         { font-family: Arial; font-size: 10pt; overflow: scroll; }
h1           { display: none; }
h2           { text-align: left; font-size: 12pt; color: #333; font-weight: bold; 
               margin-top: 12px; margin-bottom: 5px }
h3           { text-align: left; font-size: 11pt; color: #666; font-weight: bold; 
               margin-top: 4px; margin-bottom: 0 }
p            { font-size: 9pt; margin-top:0; margin-bottom:5px  }

.feature-list { list-style-type: square; list-style-position: inside; 
				padding-left: 0; font-size: 8pt; font-family: Arial; margin-left: 0; }
.faq-list { list-style-type: square; list-style-position: inside; 
				padding-left: 0; font-size: 10pt; font-family: Arial; margin-left: 0; }

.right-pic { vertical-align: top; text-align: left; float: right;}

.elearning-design-credit { font-size: 8pt; color: #999; text-decoration: none; text-align: right; padding-right: 1em;}
.elearning-design-credit a { text-decoration: underline; color: #999; font-weight: normal; border-bottom: none; }
.elearning-design-credit a:hover { color: #333; }

.top-spacer { height: 25px; }

#copyright { font-size: 8pt; color: #999; text-decoration: none; text-align: right; padding-right: 1em;}

#main-menu {
  float:left;
  background:none;
  padding: 0;
  line-height:normal; 
  font-size:15px; font-family:Times; color:#333; font-weight:bold
  }
  
#main-menu ul {
  margin:0;
  padding:0 0 15px 0;
  list-style:none;
  }
#main-menu li {
  display:inline;
  margin:0;
  padding:0;
  width: 20%;
  }
  
#main-menu a {
  float:left;
  background:#99C;
  margin:0;
  margin-left:20px;
  padding:5px 0 0 5px;
  text-decoration:none;
  border-bottom: none;
  font-weight: normal;
  }
#main-menu a span {
  float:left;
  display:block;
  background:#EEE;
  padding:0px 15px 4px 2px;
  color:#333;
  text-decoration: underline;
  width: 100%;
  height: 23px;
  vertical-align: middle;
  }
#main-menu a:hover {
  background-color: #333;
  text-decoration: underline;
  }
#main-menu a:hover span {
  background-color: #999;
  }
.selected {
  background:#666 !important;
  text-decoration: none !important;
  color: #FFF !important;
  }

a {
	color: #006;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}