* {  margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0; }
li, dd, blockquote { margin-left: 20px; }
fieldset { padding:10px; }
img { border: 0;}
img.rimage {
  float: right;
  padding-left: 10px;
}
img.limage {
  float: left;
  padding-right: 10px;
}
div.pad { padding: 10px;}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.highlight { background-color: #ffc; }
.hidden { display: none; }
a {	/*color: black;
	text-decoration: none;
	border-bottom: 1px dotted #0c5791; */
	outline: none;
}
a:hover { text-decoration: none; }
html {
  font-size: 1em;
}
body {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  background-color: #fff;
}

#site-title { 
  padding-top: 10px;
  padding-left: 10px;
  float: left;
  color: black;
  font-weight: bold;
}
#site-title a { outline: none; margin: 0;}
#site-title h1 { margin: 0; }
#headlinks {
  width: 270px;
  padding-top: 5px;
  float: right;
}
#sidebar {
  padding: 10px;
}
#sidebar ul {
	list-style: none;
	font-size: 130%;
}
#sidebar a {
	color: #000;
}
#footer {
	font-size: small;
	color: #0c5791;
	border-top: 2px solid #fee0a3;
}
#footer a {
	color: #0c5791;
}
/* based on: http://www.alistapart.com/articles/multicolumnlayouts/ */

body {
  background: #fff;
  text-align: center;   /* centers the wrapper */
}
#wrapper {
  border-left: 1px solid #87898C;
  border-right: 1px solid #87898C;
  width: 900px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
#header, #footer, #content {
  width: 900px;
}
body {
  background-image: url('/images/spectorllc/bgbg.gif');
}
#header {
  height: 57px;
  border-top: 25px solid #87898c;
  border-bottom:1px solid #DBDBDB;
}
#content {
  border-top: 10px solid #f5f5f5;
}
#footer {
  border-top: none;
  color: #5a5b5d;
  background-color: #87898c;
}
#nav a {
  color: #5a5b5d;
  text-decoration: none;
}
#site-title {
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  color: #5a5b5d;
}
#nav {
  margin-top: 33px;
  line-height: 100%;
  _border-bottom: 0; /* IE only */
  text-align: right;
  font-size: 17px;
}
#nav a, #nav a:visited {
  display: inline;
  padding-left: .9em;
  padding-right: .9em;
  text-decoration: none;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
}
#nav a:hover, #nav a:visited:hover {
  text-decoration: underline;
}
#nav strong a, #nav strong a:visited {
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-bottom: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
#nav .separator {
  display: none;
}
div.column {
  width: 48%;
  padding-right: 2%;
  float: left;
}
p, li {
  text-align: justify;
}
