/*
  TEMPLATE NAME
  Media="all"


  Color Choices:
  Border blue: rgb(50,82,117);
  Link Purple: rgb(50,82,117);
  Footer dark tan: rgb(156,141,143);
*/

body {
  margin: 0px;
  border-top: 10px solid rgb(50,82,117);
  text-align: center;
  
  background-color: white;
  color: rgb(74,75,76);
  
  font-size: 12px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
}

form {
  display: inline;
}

/*

  GLOBAL STYLES

*/


p {
  margin: 0 0 1em 0;
}

a {
  color: rgb(50,82,116);
}
a:visited {
  color: rgb(50,82,116);
}
a:active {
  color: rgb(50,82,116);
}
a:hover {
  color: rgb(150,140,143);
}
/*

  STRUCTURAL STYLES

*/

#widthEnforcer {
  margin: 0 auto 5em auto;
  width: 708px;
  min-width: 708px;
  text-align: left;
}


/* header */
#matthewBrooksHeader {
  margin: 38px 0;
}
#matthewBrooksHeader img{
  border: 0px;
}

/* primary navigation */
#primaryNavigation {
  width: 93px;
  min-width: 93px;
  float: left;
  padding-top: 63px;
}
#primaryNavigation img{
  display: block;
  border: 0;
  margin-bottom: 20px;
}


/* mainContent */
#mainContent {
  margin-left: 93px;
  margin-bottom: 7px;
  border-left: 1px solid rgb(50,82,117);
}

#mainContent h1 {
  margin:0;
  border-bottom: 1px solid rgb(50,82,117);  
  padding: 0 8px 5px 0;
  text-align: right;
}


/* innerContent */
#innerContent {
  padding: 24px 0 24px 16px;
}



/* extraInformation bar*/
#extraInformation {
  float: right;
  width: 142px;
  font-size: 11px;
  line-height: 14px;
}
#extraInformation h2{
  margin-top: 0;
  margin-bottom: .6em;
}
#extraInformation h2 img{
  border:0;
  display: block;
}
#extraInformation h3{
  margin: 0;
  font-size: 11px;
}
#extraInformation ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#extraInformation ul li {
  line-height: 12px;
  margin-bottom: .5em;
}

/* bodyContent */
#bodyContent {
  border-right: 1px dotted rgb(50,82,117);
  padding-right: 16px;
  margin-right: 159px;
}


/* contactFooter */
#contactFooter {
  clear: both;
  height: 39px;
  background-color: rgb(156,141,143);
  background-image: url('../_img/footer_bar_gradient.jpg');
  background-position: right;
  background-repeat: no-repeat;
  color: white;
}
#contactFooter a {
  display: block;
  padding-left: 18px;
  padding-top: 6px;
}
#contactFooter img {
  display: block;
  border: 0px;
}


/* contactFooterText */
#contactFooterText {
  clear: both;
  height: 39px;
  background-color: rgb(156,141,143);
  background-image: url('../_img/footer_bar_gradient.jpg');
  background-position: right;
  background-repeat: no-repeat;
  
  font-size: 11px;
  line-height: 15px;
  color: white;
}
#contactFooterText a {
  color: white;
  text-decoration: none;
}
#contactFooterText a:hover {
  color: white;
  text-decoration: underline;
}
#contactFooterText .contactFooterTextColumn {
  float: left;
  width: 17em;
  padding-top: 5px;
  padding-left: 18px;
}

/* copyrightNavFooter */
#copyrightNavFooter {
  margin-left: 93px;
  padding-left: 18px;
  font-size: 11px;
  color: #7E7E7E
}
#copyrightNavFooter a{
  color: #7E7E7E;
  text-decoration: none;
}
#copyrightNavFooter a:visited{
  color: #7E7E7E;
}
#copyrightNavFooter a:hover{
  color: #7E7E7E;
  text-decoration: underline;
}

/*

  PAGE SPECIFIC STYLES

*/

/* HOME PAGE STYLES */

p.firstHomePara {
  padding-top: 1em;
}

#homePagePortrait {
  float: left;
  width: 196px;
  margin-right: 1em;
  padding-top: 15px;
  padding-bottom: 18px;
}


/* CONTACT PAGE STYLES */
div.officeLocations {
  margin-bottom: 2em;
}

table#contactForm {
  width: 416px;
}
table#contactForm td {
  font-size: 11px;
}
td.contactFormLabel {
  width: 105px;
  text-align: right;  
  line-height: 12px;
  vertical-align: top;
}
td.contactFormField {
  width: 311px;
  padding-left: 19px;
  padding-bottom: 4px;
}
td.contactFormField input{
  width: 100%;
  color: rgb(74,75,76);
  border: 1px solid rgb(158,156,157);
}
td.contactFormField input.phoneAreaCode{
  width: 40px;
}
td.contactFormField input.phonePrefix{
  width: 40px;
}
td.contactFormField input.phoneSuffix{
  width: 50px;
}
td.contactFormField input.radio{
  width: 1em;
  border: 0;
}
td.contactFormField select {
  border: 1px solid rgb(158,156,157);
  color: rgb(74,75,76);  
}
td.contactFormField select.state {
  width: 60%;
}
td.contactFormField select.phoneType {
  width: 103px;
}
td.contactFormField textarea{
  width: 100%;
  color: rgb(74,75,76);  
  margin-bottom: 6px;
  border: 1px solid rgb(158,156,157);
}
td.contactFormField button {
  background: rgb(214,214,213);
  border: 1px solid rgb(38,32,32);  
  font-weight: bold;
  color: rgb(74,75,76);
}
