* {
  margin: 0;
  padding: 0;
}

body {
  background: url(/images/backgrounds/body.jpg) center;
  font: 62.5%/190% Helvetica, Verdana, sans-serif;
}

#page {
  background: url(/images/backgrounds/page.png) repeat-y;
  width: 1020px;
  margin: 0 auto;
  behavior: url(/javascripts/iepngfix.htc);
}

#header {
  background: url(/images/headers/interior.jpg) no-repeat;
  height: 119px;
  width: 980px;
  margin: 0 20px;
  position: relative;
}
#header h1 a {
  background: url(/images/title.png) no-repeat;
  width: 335px;
  height: 74px;
  position: absolute;
  top: 10px;
  left: 20px;
  text-indent: -9999px;
  behavior: url(/javascripts/iepngfix.htc);
}
#header a.contact {
  background: url(/images/contact.png) no-repeat;
  width: 95px;
  height: 21px;
  position: absolute;
  text-indent: -9999px;
  right: 12px;
  top: 10px;
  behavior: url(/javascripts/iepngfix.htc);
}

.home #header {
  background: url(/images/headers/home.jpg) no-repeat;
  height: 379px;
}
.home #header p.intro {
  background: url(/images/intro.png) no-repeat;
  width: 344px;
  height: 93px;
  position: absolute;
  text-indent: -9999px;
  right: 80px;
  top: 211px;
  behavior: url(/javascripts/iepngfix.htc);
}

ul#navigation {
  background: url(/images/backgrounds/navigation.png) no-repeat;
  width: 1011px;
  height: 67px;
  overflow: hidden;
  list-style: none;
  padding-left: 9px;
  behavior: url(/javascripts/iepngfix.htc);
}
ul#navigation li {
  display: inline;
}
ul#navigation li a {
  float: left;
  display: inline;
  background: url(/images/navigation.png) no-repeat;
  text-indent: -9999px;
  height: 56px;
  margin-top: 1px;
  margin-right: 1px;
  outline: none;
}
ul#navigation li.nav-home a {
  width: 123px;
}
ul#navigation li.nav-home a:hover, ul#navigation li.nav-home a.current {
  background-position: 0 -56px;
}
ul#navigation li.nav-about a {
  width: 130px;
  background-position: -123px 0;
}
ul#navigation li.nav-about a:hover, ul#navigation li.nav-about a.current {
  background-position: -123px -56px;
}
ul#navigation li.nav-services a {
  width: 133px;
  background-position: -253px 0;
}
ul#navigation li.nav-services a:hover, ul#navigation li.nav-services a.current {
  background-position: -253px -56px;
}
ul#navigation li.nav-clients a {
  width: 140px;
  background-position: -386px 0;
}
ul#navigation li.nav-clients a:hover, ul#navigation li.nav-clients a.current {
  background-position: -386px -56px;
}
ul#navigation li.nav-testimonials a {
  width: 170px;
  background-position: -526px 0;
}
ul#navigation li.nav-testimonials a:hover, ul#navigation li.nav-testimonials a.current {
  background-position: -526px -56px;
}
ul#navigation li.nav-case-studies a {
  width: 157px;
  background-position: -696px 0;
}
ul#navigation li.nav-case-studies a:hover, ul#navigation li.nav-case-studies a.current {
  background-position: -696px -56px;
}

#main {
  margin: 0 20px;
  padding: 5px;
  position: relative;
}
#main #content {
  margin: 15px 60px 80px;
  padding-left: 190px;
  color: #82807c;
  font-size: 1.4em;
}
#main #content h2 {
  color: #5b5451;
  font-size: 1.8em;
  margin-bottom: 0.4em;
}
#main #content h3 {
  color: #6c6a66;
  margin-bottom: 0.4em;
}
#main #content h4 {
  margin-bottom: 0.4em;
}
#main #content strong {
  color: #6c6a66;
}
#main #content p {
  width: 480px;
  margin-bottom: 1.5em;
}
#main #content a {
  color: #2b5f85;
	text-decoration: none;
}

#main #content a:hover {
	text-decoration: none;
}




#main #content hr {
  border: none;
  border-top: 1px solid #c4bbaa;
  border-bottom: 1px solid #fff;
	margin-bottom: 2em;
	margin-top: 1.5em;
}
#main #content ul {
  list-style: none;
  margin-left: 1em;
  margin-bottom: 1em;
}
#main #content ul li {
  background: url(/images/arrow.png) no-repeat 0 5px;
  padding-left: 14px;
	margin-bottom: 7px;
}

#main #content ol {
  margin-left: 2.2em;
  margin-bottom: 1em;
}

#main #content #col1, #main #content #col1 {
	width: 50%;
	float: left;
}
#main #content #col1 p, #main #content #col2 p {
	width: auto;
}

#main #content .testimonial{
  width: 650px;
}
#main #content img.test-quotes{
  width: 28px;
}
#main #content .attributor{
  width: 495px;

  font-size:1em;
  text-align: left;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-right: 0;
}
#main #content table td{
  vertical-align:top;
}
#main #content span img{
  margin-right: 3px;
}

#main #content #form{
  float: none;
}

#main #footer {
  color: #e7e4e2;
  background-color: #ada39f;
  border-top: 1px solid #8e827c;
  margin: 20px 1px 0;
  font-size: 1.1em;
  padding: 5px 12px 7px;
}
#main #footer p.copyright {
  width: 30%;
  float: left;
  height: 1%;
}
#main #footer a {
  color: #e7e4e2;
  text-decoration: none;
}
#main #footer a:hover {
  text-decoration: underline;
}
#main #footer ul {
  list-style: none;
}
#main #footer ul li {
  display: inline;
}
#main #footer ul li a {
  padding: 0 15px;
  border-right: 1px solid #e7e4e2;
}
#main #footer ul li.last a {
  border-right: none;
}

#main #subnav {
	float: left;
	width: 190px;
	margin-left: 20px;
	margin-top: 10px;
}

#main #subnav a {
  color: #2b5f85;
  	  font-size: 1.2em;
	text-decoration: none;
}

#main #subnav a:hover {
	text-decoration: underline;
}


#main #subnav h4 {
	  font-size: 1.4em;
  margin-bottom: 0.4em;
  color: #6c6a66;
}

#main #subnav ul {
  list-style: none;
  margin-left: 1em;
  margin-bottom: 1em;
}
#main #subnav ul li {
  background: url(/images/arrow.png) no-repeat 0 5px;
  padding-left: 14px;
	margin-bottom: 7px;
	line-height: 1.6em;
	margin-top: 10px;
}


#bottom {
  background: url(/images/backgrounds/bottom.png) no-repeat;
  width: 1020px;
  height: 24px;
  margin: 0 auto;
  behavior: url(/javascripts/iepngfix.htc);
}

.home #main #content {
  padding-left: 140px;
}

#quote {
  position: absolute;
  top: 1.5em;
  right: 25px;
  width: 240px;
}
#quote blockquote {
  background: url(/images/backgrounds/quote.png) no-repeat;
  width: 190px;
  height: 250px;
  padding: 15px 25px;
  font-size: 1.5em;
  line-height: 120%;
  color: #7f7f7f;
}
#quote p {
  margin: 0 1.5em;
  color: #494845;
  font-size: 1.3em;
  line-height: 120%;
}
#quote p strong {
  display: block;
}

.person {
  padding: 1.5em 0;
  position: relative;
}
.person .contact {
  float: right;
  width: 140px;
  font-size: 95%;
}
.person .contact h3 {
  font-size: 120%;
  margin-bottom: 0 !important;
}
.person .contact h4 {
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 1em !important;
}
.person .contact a.email {
  padding-right: 12px;
  background: url(/images/arrow.png) no-repeat right;
  font-size: 110%;
}
.person img {
  position: absolute;
  left: -230px;
  top: 1em;
}
fieldset
{ 
  border: 0;
  padding: 0;
}

fieldset legend
{ 
  display:none;
}

fieldset div.row { 
  clear:left;
  padding: 0.5em 0px;
}

fieldset div.row p.error {
  color: #a00;
  clear: left;
  margin-left: 100px;
  margin-bottom: 0;
}

fieldset label { 
  float: left;
  width: 100px;
}

fieldset input, fieldset textarea
{ 
  float: left;
  width: 250px;
}
fieldset textarea{
  width: 254px;
}
fieldset .row .button
{ 
  width: 75px;
  float: right;
  margin: 10px 305px 10px 0;
}


