﻿/* Colors for Reference Only:
.aysBlue    { color: #749eaf; }
.aysBrown   { color: #483318; }
.aysWhite   { color: #f6f3eb; }
.aysGray    { color: #959792; }
.aysLtBlue  { color: #b8cace; }
.aysCapBlue { color: #467d94; }
*/

@import url("reset.css");
body {
  color: #483318;
  background-color: #749eaf;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #004080;
  text-decoration: none;
}
h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #467D94;
  line-height:16px;
  margin-bottom: 20px;
}
h2 {
  color: #467D94;
  font-size:13px;
  font-weight: bold;
  margin-bottom: 10px;
}
h3 { /* MASONRY */
  margin-top:12px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #467D94;
  line-height:16px;
}

p { margin-bottom: 20px; }
.copy {
  font-size:13px;
  line-height:18px;
}
.copy a:hover {
  text-decoration: underline;
}
p.copy img { 
  display: block;
  margin-top: 10px;
}
.left { float: left; }
.right { float: right; }
.center_text { text-align: center; }

#container {
  margin: 1% auto;
  width: 990px;
  background-color: #f6f3eb;
}

#header {
  height: 168px;
  background-image: url("../images/banner_background_division.jpg");
  background-image: url("../images/banner_background.jpg");
  background-repeat: no-repeat;
}
#header_branding {
  float: left;
  width: 148px;
  height: 159px;
}
#header_right {
  float: right;
  margin: 13px 21px 0 0;
  text-align: right;
  height: 130px;
}
#header_phone {
  font-size: 14px;
  color: #94cae1;
}
#header_branding_alt {
  font-family: 'Times New Roman', Times, serif;
  height: 55px;
  margin-top: 14px;
}
#header_branding_alt_name {
  padding-top: 8px;
  font-size: 22px;
  line-height: 24px;  
}
#header_branding_alt_division {
  font-size: 12px;
}

#header_nav {
  margin-top: 21px;
}
#header_nav ul {
  font-size:11px;
  line-height:12px;
}
#header_nav ul li {
  float:left;
}
#header_nav a {
  color: #f6f3eb;  
  padding-right: 8px;
  padding-left:  9px;
  border-left: 1px #f6f3eb solid;
  display: block;
}
#header_nav a.home {
  border-left: none;
}
#header_nav a.end {
  padding-right: 0px;
}
#header_nav a:hover {
  color: #f1c686;
}
#header_bar_blue {
  clear: both;
  height: 5px;
  background-color: #749eaf;
}
#header_bar_brown {
  height: 4px;
  background-color: #483318;
}

#content {
  height: 392px;
  padding: 45px 47px 45px 47px;
}
#content_top {}
#content_left {
  float: left;
  width: 367px;
}
#content_right {
  float: right;
}
#content_center {}

#footer {
  height:30px;
  background-color: #749eaf;
}
#footer_bar {
  height:13px;
  line-height:13px;
  background-color:#483318; 
}
#footer_content {
  padding: 2px;
}
#footer_nav {
}
#footer_nav ul {
  color: #fefded;
  font-size: 10px; 
  line-height:12px;
}
#footer_nav ul li {
  float:left;
}
#footer_nav a {
  color: #fefded;
  padding-right: 2px;
  padding-left:  3px;
}
#footer_nav a:hover {
  color: #483318;
}
#footer_copyright {
  font-size: 10px;
  float: right;
}
#footer_copyright a {
  color: #483318;
}
#footer_copyright a:hover {
  color: #fefded;
}
#main_image {
  width: 447px;
  height: 361px;
  display: block;
}

#right_gallery {
  width: 543px;
}
#right_gallery a {
  float: left;
  padding-left: 0px;
}
#right_gallery img {
  width: 178px;
  height: 347px;
  padding-left: 3px;
}
#right_gallery_boxes {
  width: 543px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}
#right_gallery_boxes hold {
  clear: both;
}
#right_gallery_boxes a {
  float: left;
  width: 178px;
  height: 24px;
  padding: 7px 0 0 0px;
  color: #f6f3eb;
  background-color: #959792;
  margin-left: 3px;
}
#right_gallery_boxes a:hover {
  color: #483318;
}

#nav_boxes {
  font-size: 12px;
  font-weight: bold;
  color: #467D94;
}
.nav_box {
  width: 158px;
  height: 12px;
  padding: 10px 12px;
  margin-top: 3px;
  background-color: #b8cace;
}
#nav_boxes a {
  color: #467D94; 
}
#nav_boxes a:hover {
  color: #483318;
}
.nav_box_copy {
  position: relative;
  clear: both;
  top: 3px;
  background-color: #b8cace;
  padding: 21px 15px;
}

/* ASK THE EXPERT FORM */
#expert_box {
  display: none;
  position: absolute;
  background-color: #f6f3eb;
  border: #b8cace solid medium;
  z-index: 10000;
  width: 464px;
}
#expert_bar {
  color: #f6f3eb;
  background-color:#749eaf;
  font-size: 12px;
  line-height:20px;
  padding: 6px;
}
#expert_bar a {
  float: right;
  color: #ffffff;
  padding: 0px 4px;
  border: thin white solid;
}
#expert_bar span {
  font-size: 18px;
  padding-left: 26px;
}
#expert_form {
  padding: 16px 32px;
  width: 400px;
}
form#expert_form div {
  padding-top:8px;
  width: 410px;
  clear: both;
}
form#expert_form div label {
  float: left;
  width: 90px;
  line-height: 20px;
}
form#expert_form div input {
  width: 306px;
}
form#expert_form textarea {
  padding: 4px 0 8px 0;
  width: 400px;
  clear: both;
}

#thank_you {
  position: absolute;
  text-align: center;
  background-color: #f6f3eb;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
#thank_you div {
  position: relative;
  top: 80px;
}
