/* MAIN BG IMAGE WIDTH 949 x 656 */

* {
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
  visibility: hidden;
}

.printonly {
  display: none;
}

body {
  font-family: Georgia, serif;
  background-color: #cccccc;
  color: #505050;
}

a {
  color: #A5312B;
  text-decoration: none;
}

a:focus {
  outline-style: none;
}

img {
  border: none;
}

ul {
  list-style-type: none;
}

#shell {
  width: 936px;
  background-color: White;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 8px;
}

#toplinks {
  color: #505050;
  text-align: right;
  font-size: 12px;
  margin-bottom: 7px;
}

#toplinks a {
  color: #505050;
}

#main {
  padding-top: 8px;
  margin-top: 14px;
  border-top: 1px dotted #443135;
}

#footer {
  font-size: 12px;
  padding-top: 8px;
  margin-top: 14px;
  border-top: 1px dotted #443135;
}

#footer span {
  display: block;
  float: left;
}

#footer span.address {
  width: 762px;
}

#footer span.wire {
  width: 174px;
}

#footer span.wire a {
  color: #505050;
}

#header {
  border-bottom: 1px dotted #443135;
  padding-bottom: 16px;
  margin-bottom: 8px;
}

#logo h1, #logo h1 a {
  display: block;
  width: 290px;
  height: 77px;
  background: url(../img/logo.gif?2) no-repeat;
  text-indent: -9999px;
}

#logo h1 {
  float: left;
  margin-right: 472px;
}

#logo #search {
  float: left;
  width: 174px;
  height: 20px;
  margin-top: 56px;
}

#logo #search input {
  width: 110px;
}

#logo #search button {
  width: 50px;
}

#nav {
  font-size: 20px;
}

#nav ul li {
  float: left;
  width: 187px;
  margin-bottom: expression('-5px');
}

#nav ul li {
  padding-top: 5px;
}

#nav ul li.our_work, #nav ul li.our_work ul li {
  width: 194px;
}

#nav ul li.news_and_events, #nav ul li.news_and_events ul li {
  width: 181px;
}

#nav li ul {
  position: absolute;
	left: -999em;
	background-color: #f9f0f0;
	padding-top: 5px;
}

#nav li:hover, #nav li.sfhover {
	background-color: #f9f0f0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li ul li {
  font-size: 85%;
  width: 187px;
  float: none;
	background-color: #f9f0f0;
	padding-top: 0px;
}

#nav a {
  color: #505050;
  display: block;
  padding-left: 7px;
}

#nav a:hover, #nav li.selected a.selected {
  color: #A5312B;
}

#nav ul li ul li a {
  color: #9C9D9F;
  border-bottom: 1px dotted #9c9d9f;
  background: url(../img/nav_off.gif) no-repeat 174px center;
  padding-right: 23px;
  padding-bottom: 2px;
}

#nav ul li.our_work ul li a {
  background-position: 181px center;
}

#nav ul li.news_and_events ul li a {
  background-position: 168px center;
}

#nav ul li ul li a:hover, #nav ul li ul li.selected a.selected {
  border-bottom: 1px dotted #A5312B;
  background-image: url(../img/nav_on.gif);
}

#content {
  float: left;
  width: 746px;
  margin-right: 16px;
}

#teasers {
  float: left;
  width: 174px;
}

#intro {
  color: #A5312B;
  font-size: 26px;
  padding-right: 191px;
  border-bottom: 1px dotted #443135;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#intro img.intro {
  margin-right: 18px;
  float: left;
}

#teasers .teaser {
  padding-bottom: 14px;
  border-bottom: 1px dotted #443135;
  margin-bottom: 12px;
}

#teasers .last {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#teasers .teaser .link {
  background-color: #e6e6e6;
  padding: 5px;
  padding-top: 12px;
  font-size: 20px;
}

#teasers .teaser .link .blurb {
  font-family: sans-serif;
  color: #A5312B;
  font-size: 12px;
  padding-top: 5px;
}

#teasers .teaser .link .blurb a {
  text-decoration: none;
}

#teasers .teaser .link a {
  text-decoration: underline;
}

#teasers .teaser .text {
  background-color: #A5312B;
  color: white;
  font-size: 20px;
  padding: 5px;
}

#teasers .teaser .text a {
  color: white;
  text-decoration: none;
}

#copy {
  float: left;
  width: 555px;
  margin-right: 16px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
}

#copy p, #copy ul, #copy div {
  margin-bottom: 16px;
}

#copy ul {
}

#copy ul li {
  background: url(../img/bullet.gif) no-repeat 0px 5px;
  padding-left: 14px;
}

#copy.clients ul li {
  float: left;
  width: 263px;
}

#copy a {
  color: #505050;
  text-decoration: underline;
}

#copy a:hover {
  color: #A5312B;
}

#copy div {
  color: #A5312B;
  font-family: Georgia, serif;
}

#copy h2 {
  color: #A5312B;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 24px;
  line-height: normal;
}

#copy h3 {
  color: #A5312B;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

#related {
  float: left;
  width: 175px;
  font-family: sans-serif;
  font-size: 16px;
}

#related h3 {
  color: #A5312B;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

#related ul {
  margin-top: 4px;
  margin-bottom: 24px;
}

#related li {
  padding-bottom: 1px;
}

#related li a {
  display: block;
  color: #939393;
  border-bottom: 1px dotted #939393;
  background: url(../img/rel_off.gif) no-repeat right center;
  padding-bottom: 3px;
  padding-top: 6px;
  padding-right: 15px;
}

#related li a:hover, #related li a.selected {
  color: #A5312B;
  border-color: #A5312B;
  background-image: url(../img/rel_on.gif);
}
