﻿h1.pageTitle
{
  background: url(../../../images/pages/contact-us/page-title.gif) no-repeat 35px top;
}

/* studio */

div.studioWrapper
{
  margin: 0 0 60px 0;
  padding: 0;
  position: relative;
  width: 900px;
  height: 388px;
  overflow: hidden;
  background: url(../../../images/pages/contact-us/header-image.jpg) no-repeat left top #F6F7F2;
  border-top: 1px solid #F6F7F2;
  border-bottom: 1px solid #F6F7F2;
}

/* map */

div.mapWrapper
{
  margin: 0 0 60px 0;
  padding: 0;
  position: relative;
  width: 900px;
  height: 388px;
  display: block;
  overflow: hidden;
  background: #555e68;
  border-top: 1px solid #F6F7F2;
  border-bottom: 1px solid #F6F7F2;
}

div.mapWrapper div.map
{
  margin: 0;
  padding: 0;
  width: 900px;
  height: 388px;
  display: block;
  overflow: hidden;
}

div.mapWrapper div.directions
{
  margin: 0;
  padding: 15px 0 15px 15px;
  position: absolute;
  left: 0;
  top: 180px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  width: 415px;
  background: #342217;
  background: rgba(52,34,23,.8);
  color: #dfdcd7;
}

div.mapWrapper div.directions p
{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.35em;
  line-height: 1.1em;
}

div.mapWrapper div.directions p.error
{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
}

div.mapWrapper div.directions div.formRow
{
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  width: 115px;
}

div.mapWrapper div.directions div.formAction
{
  margin-right: 0;
}

div.mapWrapper div.directions div.formRow label
{
  margin: 0;
  padding: 0;
  display: block;
}

div.mapWrapper div.directions div.formRow input.txt
{
  margin: 0;
  padding: 3px 2px;
  width: 109px;
  border-top: 1px solid #6a6a69;
  border-left: 1px solid #6a6a69;
  border-bottom: 1px solid #c4c4c1;
  border-right: 1px solid #c4c4c1;
  background: #fff;
  color: #433429;
  font-weight: bold;
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

/* contact details */

div.contact
{
  margin: 0 0 30px 0;
  padding: 0;
}

div.contact p.address
{
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1.25em;
  line-height: 1.6em;
  width: 159px;
}

div.contact p.address span
{
  margin: 0;
  padding: 0;
  display: block;
}

div.contact dl.contact
{
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  margin: 15px 0 0 0;
  font-size: 1.25em;
  line-height: 1.6em;
  width: 247px;
}

div.contact dl.contact dt
{
  margin: 0;
  padding: 0;
  float: left;
  width: 46px;
}

div.contact dl.contact dd
{
  margin: 0;
  padding: 0;
  float: left;
  width: 200px;
}

div.contact dl.contact dd a
{
  color: #555E68;
  text-decoration: none;
}

div.contact dl.contact dd a:hover
{
  color: #555E68;
  text-decoration: underline;
}

/* post it directions */

p.postItDir
{
  margin: 0;
  padding: 0;
  position: absolute;
  left: -14px;
  top: -40px;
  width: 263px;
  height: 368px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  background: url(../../../images/pages/contact-us/new-post-it.gif) no-repeat left top;
}
