/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* general styling */
body {
  background-color: #222;
  font: normal 11px Helvetica, Arial, sans-serif;
}
p {
  margin-bottom: 15px;
}
a {
}
a:hover {
}

/* layout */
#wrapper {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #94a89c;
}
.index #wrapper {
	padding-bottom: 0;
}
.index #content {
	height:200px;
}
.index #menu a {
  color: #ced5cf;
  font-weight: bold;
  text-decoration: none;
}
#header {
  height: 55px;
}
#header h1 {
  float: left;
  display: inline;
  margin-left: 25px;
  background: url(../images/logo.gif) no-repeat;
}
.index #header h1 {
  background: url(../images/logo.gif) no-repeat;
}
#header h1 a {
  display: block;
  width: 380px;
  height: 35px;
}
#header h1 a span {
  display: none;
}
#header h2 {
  float: left;
  display: inline;
  margin-left: 236px; /* 400 - 139 - 25 */
  background: url(../images/logo2.gif) no-repeat;
}
#header h2 a {
  display: block;
  width: 157px;
  height: 14px;
}
#header h2 a span {
  display: none;
}

#menu {
  margin-left: 25px;
  min-height: 110px;
}
* html #menu {
  height: 120px;
}
#menu li {
  float: left;
  clear: left;
  width: 100%;
}
#menu li a {
  color: #ced5cf;
  font-weight: bold;
  text-decoration: none;
}
#menu li.selected a, #menu li a:hover {
  color: #fff;
}
#menu ul {
  float: left;
  display: inline;
}
#lev1 {
  width: 140px;
}
#lev2 {
  width: 167px;
}
#lev3 {
  margin-left: 68px;
  width: 200px;
}
#lev3 {
  width: 170px;
}

li.pdf {
  min-height: 31px;
  padding-left: 42px;
  background: url(../images/pdf.gif) left top no-repeat;
}
* html li.pdf {
  height: 31px;
}

#banner {
  float: left;
  margin-top: 15px;
}
#banner img {
  float: left;
}

#content {
  clear: both;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c2cdc4;
}

body.client #content, body.sub_section #content {
	background-color: #fff;
}

#links {
  float: left;
  display: inline;
  width: 167px;
  margin-left: 165px;
  color: #788f83;
  font-weight: bold;
}
#links a {
  text-decoration: none;
  color: #788f83;
}
#text {
  float: right;
  display: inline;
  width: 370px;
  margin-right: 30px;
}

#text h3 {
  margin-bottom: 15px;
  color: #788f83;
  font-weight: normal;
  font-size: 18px;
}

/* clientlist page */
/*******************/

/* remove the normal #text styles */
.clientlist #text {
  float: none;
  display: block;
  width: auto;
  margin: 0;
}
.clientlist #text h3 {
  padding-left: 165px;    /* align with the first column */
/*padding-left: 400px; */ /* align with the second column */
}

.clientlist #content {
  background-color: #c3cdc5;
}
.clientlist #content ul li, .clientlist #content ul a {
  color: #000;
}
.clientlist #content ul {
}
* html .clientlist #content ul li {
  margin-left: -15px; /* serious ie wtf! */
}
.clientlist #content ul a {
	color: #788f83;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.clientlist #content ul a:hover {
	color: #5a6961;
}
.clientlist #content ul.col1 {
  float: left;
  display: inline;
  width: 197px;
  margin-left: 165px;
}
.clientlist #content ul.col2 {
  float: right;
  display: inline;
  width: 370px;
  margin-right: 30px;
}
.locations #content {
  display: none;
}
