#logo {
	width: 650px;
	height: 80px;
	background: url(images/logo.png) 0 0 no-repeat;
	float: left;
	overflow: hidden;
	position: relative;
}

/* contactinfo */
table.contactinfo {
}

table.contactinfo th, table.contactinfo td{
} 

table.contactinfo th{
  text-align: left;
  font-weight: bold;
}

table.contactinfo td{
  text-align: left;
}

table.infotables th, table.infotables td, table.reflections th, table.reflections td, table.semtable th, table.semtable td{
  border: 1px black solid;
}

 table.infotables th, table.reflections th, table.semtable th{
  background: url(images/th-bg.jpg) repeat-x top #222934;
  text-align: center;
  color: #97a6b9;
  padding: 0.1cm;
}

table.infotables td, table.reflections td, table.semtable td{
  background: url(images/td-bg.jpg) repeat-x top #97a6b9;
  text-align: left;
  color: #222934;
  padding: 0.1cm;
}

table.infotables td:hover , table.reflections td:hover, table.semtable td:hover{
  color: #222934;
  background: #aaafb8;
}


/* infotables */
table.infotables {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
}


/* reflections */
table.reflections {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
}

/* semtable */
table.semtable {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
}

/* office-heading */
h1.offices {
  font-size: 12pt;
}

/* Centers Pictures */
table.contentpaneopen-picturegallery {
	text-align: center;
}

